:root {
  --page: #f6f8fb;
  --page-2: #edf2f7;
  --panel: #ffffff;
  --panel-soft: #f8fafc;
  --blue-soft: #e7f1ff;
  --mint-soft: #e2f7f4;
  --amber-soft: #fff4df;
  --ink: #101923;
  --text: #3f4d59;
  --muted: #748391;
  --line: #d7e0e8;
  --line-soft: #e8eef3;
  --accent: #0f7fb7;
  --accent-dark: #075c8f;
  --blue: #0877d8;
  --mint: #00a99d;
  --violet: #6858d9;
  --shadow: 0 30px 90px rgba(19, 36, 53, 0.14);
  --shadow-soft: 0 16px 42px rgba(19, 36, 53, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
:target { scroll-margin-top: 92px; }

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 0%, rgba(8,119,216,0.08), transparent 34rem),
    var(--page);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin: 0; }

h1 {
  max-width: 790px;
  font-size: 82px;
  line-height: 0.96;
  font-weight: 800;
  letter-spacing: 0;
}

h2 {
  max-width: 920px;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 760;
  letter-spacing: 0;
}

h3 {
  color: var(--ink);
  font-size: 20px;
  line-height: 1.2;
}

p { color: var(--text); }

.wrap,
.nav-wrap,
.legal-title,
.legal-page {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.masthead {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 10px 0;
  border-bottom: 0;
  background: rgba(246, 248, 251, 0.82);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  backdrop-filter: blur(18px);
}

.home-page .masthead {
  position: fixed;
  left: 0;
  right: 0;
  background: transparent;
}

.masthead::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(8,119,216,0.2), transparent);
}

.home-page .masthead::after { display: none; }

.nav-wrap {
  min-height: 62px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(214, 224, 232, 0.82);
  border-radius: 24px;
  background: rgba(255,255,255,0.86);
  box-shadow: 0 12px 34px rgba(18, 37, 55, 0.07);
}

.home-page .nav-wrap {
  max-width: 1180px;
  min-height: 58px;
  margin-top: 14px;
  border-color: rgba(255,255,255,0.16);
  background: rgba(8, 16, 22, 0.58);
  box-shadow: 0 22px 60px rgba(0,0,0,0.24);
  backdrop-filter: blur(22px) saturate(130%);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 740;
  white-space: nowrap;
}

.wordmark > span:last-child {
  min-width: 164px;
}

.home-page .wordmark {
  color: #ffffff;
}

.wordmark-sign {
  display: inline-grid;
  min-width: 42px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(8,119,216,0.18);
  border-radius: 10px;
  background: #f6fbff;
  color: var(--blue);
  font-size: 12px;
  letter-spacing: 0.05em;
}

.home-page .wordmark-sign {
  border-color: rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.08);
  color: #bde9ff;
}

.site-menu {
  justify-self: center;
  display: grid;
  grid-template-columns: 132px 96px 136px 88px 92px;
  gap: 3px;
  width: 560px;
  justify-content: center;
  padding: 4px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: #f3f6f9;
}

.home-page .site-menu {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.08);
}

.site-menu a,
.footerbar a,
.plain-action {
  color: var(--text);
  font-size: 15px;
}

.home-page .site-menu a {
  color: rgba(255,255,255,0.72);
}

.site-menu a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  padding: 0 13px;
  border-radius: 999px;
  text-align: center;
  line-height: 1;
}

.home-page .site-menu a:hover {
  color: #ffffff;
  background: rgba(255,255,255,0.12);
}

.site-menu .mobile-nav-kicker,
.site-menu .mobile-nav-link {
  display: none;
}

.site-menu a:hover,
.footerbar a:hover,
.plain-action:hover {
  color: var(--accent-dark);
  background: #ffffff;
}

.hero-section .plain-action {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: rgba(255,255,255,0.88);
}

.hero-section .plain-action:hover {
  color: #ffffff;
  border-color: rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.16);
}

.masthead-tools {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 290px;
  justify-content: flex-end;
}

.locale {
  display: inline-flex;
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  background: #f3f6f9;
  overflow: hidden;
}

.home-page .locale {
  border-color: rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.08);
}

.locale button {
  min-width: 38px;
  min-height: 34px;
  border: 0;
  color: var(--muted);
  background: transparent;
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}

.home-page .locale button {
  color: rgba(255,255,255,0.68);
}

.locale button.is-active {
  color: #ffffff;
  background: var(--accent-dark);
}

.home-page .locale button.is-active {
  color: #071018;
  background: #ffffff;
}

.pill-link,
.primary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border: 1px solid var(--blue);
  border-radius: 999px;
  background: var(--blue);
  color: #ffffff;
  font-weight: 720;
  box-shadow: 0 10px 28px rgba(8,119,216,0.2);
}

.masthead .pill-link {
  min-width: 196px;
  padding-left: 22px;
  padding-right: 22px;
}

.home-page .pill-link {
  border-color: rgba(255,255,255,0.18);
  background: #0b79d0;
  box-shadow: 0 12px 30px rgba(11,121,208,0.28);
}

.pill-link:hover,
.primary-action:hover {
  border-color: #054d78;
  background: var(--accent-dark);
}

.menu-toggle { display: none; }

.hero-section {
  position: relative;
  min-height: 920px;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  background: #071018;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 16% -18% 18% auto;
  z-index: -1;
  width: 48vw;
  min-width: 560px;
  background:
    radial-gradient(ellipse at 50% 48%, rgba(10,125,214,0.16), transparent 58%),
    linear-gradient(100deg, transparent 0 42%, rgba(255,255,255,0.055) 50%, transparent 58%);
  opacity: 0.58;
  filter: blur(1px);
  pointer-events: none;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background: #071018;
}

.hero-backdrop::before {
  content: "";
  position: absolute;
  inset: -5%;
  background-image: url("assets/background.avif");
  background-position: 58% center;
  background-size: cover;
  transform: scale(1.02) translate3d(0, 0, 0);
  will-change: transform;
}

.hero-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,12,18,0.9) 0%, rgba(5,12,18,0.7) 42%, rgba(5,12,18,0.24) 76%, rgba(5,12,18,0.38) 100%),
    linear-gradient(180deg, rgba(5,12,18,0.16) 0%, rgba(5,12,18,0.44) 64%, rgba(5,12,18,0.92) 100%),
    radial-gradient(circle at 76% 32%, rgba(8,119,216,0.13), transparent 19rem),
    linear-gradient(118deg, transparent 0 54%, rgba(255,255,255,0.055) 55%, transparent 60%);
  opacity: 1;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 410px;
  background:
    linear-gradient(180deg, rgba(246,248,251,0) 0%, rgba(246,248,251,0.1) 28%, rgba(246,248,251,0.36) 54%, rgba(246,248,251,0.82) 82%, var(--page) 100%);
}

.hero-layout {
  display: grid;
  min-height: 840px;
  align-content: end;
  padding-top: 154px;
  padding-bottom: 180px;
}

.label {
  margin-bottom: 18px;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero-text {
  max-width: 740px;
  color: #ffffff;
}

.hero-text .label {
  color: #bde9ff;
}

.hero-text h1 {
  color: #ffffff;
  max-width: 780px;
  font-size: clamp(46px, 5.2vw, 70px);
  line-height: 1.05;
  text-shadow: 0 18px 48px rgba(0,0,0,0.35);
}

.hero-text h1 span {
  display: block;
  white-space: nowrap;
}

.hero-text > p:not(.label) {
  max-width: 590px;
  margin-top: 26px;
  color: rgba(255,255,255,0.82);
  font-size: 18px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin-top: 36px;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 46px;
}

.hero-tags span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  background: rgba(255,255,255,0.09);
  color: rgba(255,255,255,0.88);
  font-size: 14px;
  backdrop-filter: blur(10px);
}

.platform-section { padding: 82px 0 78px; }

.platform-card {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 56px 64px 42px;
  border: 1px solid rgba(204, 216, 226, 0.95);
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(21, 40, 58, 0.065);
  text-align: center;
}

.platform-card::before {
  content: "";
  position: absolute;
  inset: 1px 1px auto;
  height: 76px;
  border-radius: 31px 31px 0 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0));
  pointer-events: none;
}

.platform-card::after {
  display: none;
}

.platform-copy p:not(.label) {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 22px;
  font-size: 19px;
}

.platform-copy {
  position: relative;
  z-index: 1;
}

.platform-copy h2 {
  margin-left: auto;
  margin-right: auto;
}

.platform-points {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--line-soft);
}

.platform-points span {
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 1px solid rgba(11, 121, 208, 0.38);
  border-radius: 999px;
  background: #ffffff;
  color: #0b79d0;
  font-size: 14px;
  font-weight: 700;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.9),
    0 8px 20px rgba(21, 40, 58, 0.035);
}

.platform-points span::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  height: auto;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(11, 121, 208, 0.12), rgba(11, 121, 208, 0.06));
  opacity: 1;
  transform: translateX(-102%);
  pointer-events: none;
}

.module-section,
.tap-section,
.partner-section,
.contact-section {
  padding: 88px 0;
}

.section-title { margin-bottom: 48px; }

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

.module-card {
  position: relative;
  --asset-scale: 1.16;
  --asset-hover-scale: 1.19;
  --asset-x: 50%;
  --asset-y: 50%;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 46px 32px 36px;
  border: 1px solid rgba(224, 232, 239, 0.88);
  border-radius: 40px;
  background: #ffffff;
  box-shadow:
    0 34px 90px rgba(21, 40, 58, 0.105),
    0 1px 2px rgba(21, 40, 58, 0.035),
    inset 0 1px 0 rgba(255,255,255,0.95);
  overflow: hidden;
}

.module-card::before,
.module-card::after { display: none; }

.module-erp {
  --module-accent: var(--blue);
  --module-rgb: 8,119,216;
  --asset-scale: 1.19;
  --asset-hover-scale: 1.22;
}

.module-customer {
  --module-accent: var(--mint);
  --module-rgb: 0,169,157;
  --asset-scale: 1.13;
  --asset-hover-scale: 1.16;
}

.module-special {
  --module-accent: var(--violet);
  --module-rgb: 104,88,217;
  --asset-scale: 1.18;
  --asset-hover-scale: 1.21;
}

.module-visual {
  position: relative;
  z-index: 1;
  width: min(100%, 366px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin: 36px auto 34px;
  border: 1px solid rgba(236, 242, 247, 0.72);
  border-radius: 36px;
  background: #ffffff;
  box-shadow:
    0 24px 58px rgba(24, 45, 64, 0.085),
    0 1px 2px rgba(24, 45, 64, 0.03),
    inset 0 1px 0 #ffffff;
  overflow: hidden;
}

.module-visual::before,
.module-visual::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.module-visual::before {
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255,255,255,0.32), rgba(255,255,255,0) 30%);
}

.module-visual::after {
  display: none;
}

.module-visual img {
  position: absolute;
  left: var(--asset-x);
  top: var(--asset-y);
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  border-radius: 0;
  transform: translate(-50%, -50%) scale(var(--asset-scale));
  transform-origin: center;
}

.module-card h3 {
  position: relative;
  z-index: 1;
  max-width: 300px;
  min-height: 38px;
  display: grid;
  place-items: center;
  margin: 0 auto;
  font-size: 26px;
  line-height: 1.08;
  white-space: nowrap;
}

.card-action {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin-top: auto;
  min-width: 124px;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid rgba(185, 207, 224, 0.95);
  border-radius: 999px;
  color: var(--accent-dark);
  background: #ffffff;
  font: inherit;
  font-weight: 740;
  cursor: pointer;
  box-shadow:
    0 8px 20px rgba(21, 40, 58, 0.045),
    inset 0 1px 0 rgba(255,255,255,0.95);
}

.card-action:hover {
  border-color: rgba(8,119,216,0.36);
  color: var(--blue);
  background: #f8fbff;
  box-shadow:
    0 14px 28px rgba(8,119,216,0.10),
    inset 0 1px 0 rgba(255,255,255,0.95);
}

.tap-showcase {
  display: grid;
  gap: 20px;
  max-width: 100%;
  margin: 0 auto;
}

.tap-showcase-head {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 22px;
  margin-bottom: 24px;
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(214, 226, 236, 0.82);
  text-align: center;
}

.tap-showcase-head h2 {
  max-width: 820px;
  margin-bottom: 0;
}

.tap-showcase-intro {
  display: grid;
  grid-template-columns: minmax(230px, 0.48fr) minmax(0, 0.92fr);
  gap: 30px;
  align-items: start;
  width: min(100%, 850px);
  padding-top: 4px;
  text-align: left;
}

.tap-showcase-intro h3 {
  max-width: 280px;
  margin: 0;
  font-size: 24px;
  line-height: 1.14;
  letter-spacing: -0.02em;
}

.tap-showcase-intro > p {
  max-width: 590px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.62;
}

.tap-system-line {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  width: min(100%, 760px);
  padding: 3px;
  border: 1px solid rgba(213, 226, 236, 0.94);
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent 8%, rgba(8,119,216,0.18) 8%, rgba(8,119,216,0.18) 92%, transparent 92%) center / 100% 1px no-repeat,
    rgba(255,255,255,0.72);
  box-shadow:
    0 16px 40px rgba(21, 40, 58, 0.045),
    inset 0 1px 0 rgba(255,255,255,0.98);
}

.tap-system-line span {
  position: relative;
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #314358;
  background: #ffffff;
  font-size: 12px;
  font-weight: 780;
  letter-spacing: -0.01em;
}

.tap-system-line span + span::before {
  content: "";
  position: absolute;
  left: -17px;
  top: 50%;
  z-index: 2;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--blue);
  box-shadow: 0 0 0 4px rgba(8,119,216,0.08);
  transform: translateY(-50%);
  pointer-events: none;
}

.tap-showcase-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: 32px;
  align-items: center;
  width: calc(100% - 72px);
  min-height: 338px;
  margin: 0;
  padding: 16px 30px 16px 16px;
  border: 1px solid rgba(222, 232, 240, 0.86);
  border-radius: 34px;
  background:
    linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
  box-shadow:
    0 24px 64px rgba(21, 40, 58, 0.062),
    0 1px 2px rgba(21, 40, 58, 0.035),
    inset 0 1px 0 rgba(255,255,255,0.95);
  overflow: hidden;
}

.tap-align-left {
  justify-self: start;
  margin-left: 0;
}

.tap-align-right {
  justify-self: end;
  margin-right: 0;
}

.tap-align-narrow {
  width: calc(100% - 140px);
}

.tap-showcase-row-alt {
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  padding: 16px 16px 16px 30px;
}

.tap-showcase-row-compact {
  grid-template-columns: minmax(250px, 0.66fr) minmax(0, 1.34fr);
  min-height: 258px;
  padding: 14px 28px 14px 14px;
}

.tap-showcase-media {
  position: relative;
  height: 292px;
  min-height: 292px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(230, 238, 245, 0.76);
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 12%, rgba(255,255,255,0.98), transparent 46%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow:
    0 16px 38px rgba(24, 45, 64, 0.055),
    inset 0 1px 0 rgba(255,255,255,0.96);
  overflow: hidden;
}

.tap-showcase-row-feature .tap-showcase-media {
  height: 314px;
  min-height: 314px;
}

.tap-showcase-row-compact .tap-showcase-media {
  height: 220px;
  min-height: 220px;
  border-radius: 22px;
}

.tap-showcase-media::after {
  content: "";
  position: absolute;
  inset: auto 12% 22px;
  height: 18px;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(30, 47, 64, 0.18), transparent 68%);
  filter: blur(10px);
  opacity: 0.42;
  pointer-events: none;
}

.tap-showcase-media-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.34)),
    linear-gradient(90deg, rgba(255,255,255,0.18), transparent 38%, transparent 62%, rgba(255,255,255,0.14));
  pointer-events: none;
  z-index: 1;
}

.tap-showcase-image {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.viso-image {
  width: 84%;
  height: 88%;
  object-fit: contain;
  object-position: center bottom;
}

.silexa-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 46%;
}

.tap-showcase-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 520px;
  padding: 4px 0;
}

.tap-logo-row {
  height: 48px;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  border: 1px solid rgba(224, 232, 239, 0.72);
  border-radius: 17px;
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.98);
}

.tap-logo-row-dark {
  width: 144px;
  justify-content: center;
  border-color: rgba(16, 25, 35, 0.08);
  border-radius: 17px;
  background: #101923;
  box-shadow:
    0 14px 30px rgba(16, 25, 35, 0.18),
    inset 0 1px 0 rgba(255,255,255,0.08);
}

.tap-logo {
  display: block;
  max-width: 164px;
  max-height: 34px;
  object-fit: contain;
}

.redl-logo {
  width: 122px;
  max-width: 122px;
}

.tap-showcase-copy h3 {
  font-size: 29px;
  line-height: 1.08;
}

.tap-showcase-copy p:not(.label) {
  max-width: 500px;
  margin: 13px 0 22px;
  color: var(--muted);
  line-height: 1.66;
}

.tap-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 0 17px;
  border: 1px solid rgba(190, 211, 227, 0.92);
  border-radius: 999px;
  color: var(--accent-dark);
  background: #ffffff;
  font: inherit;
  font-weight: 740;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.95);
}

.tap-link:hover {
  border-color: rgba(8,119,216,0.32);
  color: var(--blue);
  background: #f7fbff;
  box-shadow: 0 10px 22px rgba(8,119,216,0.08);
}

.partner-card {
  display: grid;
  grid-template-columns: minmax(240px, 0.52fr) minmax(0, 1.48fr);
  gap: 44px;
  align-items: center;
  padding: 38px 44px 38px 38px;
  border: 1px solid rgba(222, 232, 240, 0.88);
  background:
    linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
  border-radius: 36px;
  box-shadow:
    0 28px 78px rgba(21, 40, 58, 0.065),
    0 1px 2px rgba(21, 40, 58, 0.035),
    inset 0 1px 0 rgba(255,255,255,0.96);
}

.partner-logo {
  min-height: 166px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(226, 236, 244, 0.9);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 10%, rgba(255,255,255,0.95), transparent 45%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  padding: 24px;
  box-shadow:
    0 16px 42px rgba(24, 45, 64, 0.055),
    inset 0 1px 0 rgba(255,255,255,0.96);
}

.partner-logo img {
  width: 100%;
  max-width: 250px;
  height: auto;
  object-fit: contain;
}

.partner-card h2 {
  max-width: 820px;
  margin-bottom: 12px;
}

.partner-card p:not(.label) {
  max-width: 760px;
  color: var(--muted);
  line-height: 1.66;
}

.partner-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.partner-signals span {
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 1px solid rgba(11, 121, 208, 0.38);
  border-radius: 999px;
  color: #0b79d0;
  background: #ffffff;
  font-size: 14px;
  font-weight: 700;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.9),
    0 8px 20px rgba(21, 40, 58, 0.035);
}

.partner-signals span::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  height: auto;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(11, 121, 208, 0.12), rgba(11, 121, 208, 0.06));
  opacity: 1;
  transform: translateX(-102%);
  pointer-events: none;
}

.contact-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.84fr);
  gap: 44px;
  align-items: center;
  padding: 40px 44px;
  border: 1px solid rgba(222, 232, 240, 0.88);
  border-radius: 36px;
  background:
    linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
  box-shadow:
    0 28px 78px rgba(21, 40, 58, 0.065),
    0 1px 2px rgba(21, 40, 58, 0.035),
    inset 0 1px 0 rgba(255,255,255,0.96);
}

.contact-copy,
.contact-map-card {
  position: relative;
  z-index: 1;
}

.contact-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 0;
}

.contact-panel h2 {
  max-width: 650px;
  margin-bottom: 16px;
  font-size: clamp(34px, 3.1vw, 46px);
  line-height: 1.08;
}

.contact-panel p:not(.label) {
  max-width: 620px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.66;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 30px;
}

.contact-panel .primary-action {
  min-width: 172px;
}

.contact-map-card {
  overflow: hidden;
  display: grid;
  align-self: stretch;
  min-height: 318px;
  border: 1px solid rgba(230, 238, 245, 0.86);
  border-radius: 28px;
  background: #ffffff;
  box-shadow:
    0 16px 38px rgba(24, 45, 64, 0.055),
    inset 0 1px 0 rgba(255,255,255,0.95);
}

.map-visual {
  position: relative;
  min-height: 164px;
  overflow: hidden;
  border-bottom: 1px solid var(--line-soft);
  background:
    radial-gradient(circle at 78% 68%, rgba(8,119,216,0.1), transparent 7rem),
    linear-gradient(90deg, rgba(190,208,222,0.18) 1px, transparent 1px),
    linear-gradient(0deg, rgba(190,208,222,0.16) 1px, transparent 1px),
    linear-gradient(135deg, #fbfdff 0%, #f5f9fc 100%);
  background-size: auto, 38px 38px, 38px 38px, auto;
}

.map-visual::before,
.map-visual::after,
.map-road {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(255,255,255,0.9);
  box-shadow:
    0 0 0 1px rgba(199,215,228,0.72),
    0 10px 28px rgba(21, 40, 58, 0.055);
}

.map-visual::before {
  width: 112%;
  height: 18px;
  left: -12%;
  top: 52%;
  transform: rotate(-8deg);
}

.map-visual::after {
  width: 78%;
  height: 14px;
  right: -18%;
  top: 28%;
  transform: rotate(22deg);
}

.map-road-a {
  width: 88%;
  height: 12px;
  left: 16%;
  bottom: 20%;
  transform: rotate(6deg);
}

.map-road-b {
  width: 16px;
  height: 108%;
  left: 36%;
  top: -24%;
  transform: rotate(18deg);
}

.map-road-c {
  width: 58%;
  height: 12px;
  right: -15%;
  bottom: 35%;
  transform: rotate(-22deg);
}

.map-water {
  position: absolute;
  width: 34%;
  height: 56%;
  right: -8%;
  bottom: -16%;
  border-radius: 46% 54% 0 0;
  background: linear-gradient(135deg, rgba(8,119,216,0.18), rgba(0,169,157,0.11));
  filter: blur(0.2px);
}

.map-pin {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(184,205,222,0.7);
  border-radius: 16px;
  background: rgba(255,255,255,0.96);
  box-shadow:
    0 20px 44px rgba(21, 40, 58, 0.12),
    inset 0 1px 0 rgba(255,255,255,0.95);
  transform: translate(-50%, -50%);
}

.map-pin::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 8px rgba(8,119,216,0.12);
  transform: translate(-50%, -50%);
}

.map-info {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px 16px;
  align-items: end;
  padding: 22px 24px 24px;
}

.map-kicker {
  grid-column: 1 / -1;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.map-info strong {
  color: var(--ink);
  font-size: 21px;
  line-height: 1.15;
}

.map-info address {
  color: var(--text);
  font-style: normal;
  line-height: 1.55;
}

.map-route-link {
  grid-row: 2 / span 2;
  grid-column: 2;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(8,119,216,0.22);
  border-radius: 999px;
  color: var(--accent-dark);
  background: #ffffff;
  font-size: 13px;
  font-weight: 760;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.95);
}

.footerbar {
  border-top: 1px solid rgba(203, 218, 231, 0.72);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.82), rgba(247,250,252,0.96));
}

.footer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: flex-start;
  padding-top: 42px;
  padding-bottom: 42px;
}

.footer-company {
  max-width: 920px;
}

.footer-brand {
  position: relative;
  margin-bottom: 18px;
  padding-top: 18px;
}

.footer-brand::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), rgba(8,119,216,0.15));
}

.footer-brand strong,
.footer-brand span { display: block; }

.footer-brand span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
}

.footer-legal-line {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
  max-width: 940px;
}

.footer-legal-line + .footer-legal-line {
  margin-top: 2px;
}

.footerbar nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  min-width: fit-content;
  padding-top: 12px;
}

.footerbar nav a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 680;
}

.footerbar nav a:hover {
  border-color: rgba(8,119,216,0.16);
  color: var(--accent-dark);
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(19, 36, 53, 0.08);
}

.legal-title { padding-top: 96px; padding-bottom: 52px; }

.legal-title h1 {
  max-width: 900px;
  font-size: clamp(44px, 6vw, 76px);
}

.legal-page {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 64px;
  padding-bottom: 112px;
}

.legal-links {
  position: sticky;
  top: 100px;
  align-self: start;
  border-top: 1px solid var(--line);
}

.legal-links a {
  display: block;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  color: var(--text);
  font-size: 15px;
  font-weight: 680;
}

.legal-copy {
  padding: 44px 48px;
  border: 1px solid rgba(222, 232, 240, 0.88);
  border-radius: 36px;
  background:
    linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
  box-shadow:
    0 28px 78px rgba(21, 40, 58, 0.065),
    0 1px 2px rgba(21, 40, 58, 0.035),
    inset 0 1px 0 rgba(255,255,255,0.96);
}

.legal-copy section {
  padding: 30px 0;
  border-top: 1px solid var(--line-soft);
}

.legal-copy section:first-of-type { margin-top: 24px; }
.legal-copy h2 {
  max-width: 100%;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.2;
}

.legal-copy p {
  max-width: 820px;
  color: var(--text);
  line-height: 1.72;
}

.legal-copy p + p {
  margin-top: 14px;
}

.legal-facts {
  padding-top: 0;
}

.legal-facts dl {
  display: grid;
  grid-template-columns: minmax(280px, 0.34fr) minmax(0, 1fr);
  gap: 0;
  margin: 18px 0 0;
  border: 1px solid var(--line-soft);
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
}

.legal-facts dt,
.legal-facts dd {
  min-width: 0;
}

.legal-facts dt,
.legal-facts dd {
  margin: 0;
  padding: 18px 22px;
  border-top: 1px solid var(--line-soft);
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: normal;
}

.legal-facts dt:nth-of-type(1),
.legal-facts dd:nth-of-type(1) {
  border-top: 0;
}

.legal-facts dt {
  color: var(--muted);
  background: #f8fbff;
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.08em;
  line-height: 1.38;
  text-transform: uppercase;
  hyphens: auto;
}

.legal-facts dd {
  color: var(--text);
  border-left: 1px solid var(--line-soft);
}

.legal-note {
  max-width: 100%;
  padding: 18px 20px;
  border: 1px solid rgba(8,119,216,0.16);
  border-radius: 22px;
  background: #f8fbff;
  color: var(--accent-dark);
  font-weight: 650;
}

.info-modal {
  width: min(900px, calc(100% - 36px));
  max-height: calc(100dvh - 36px);
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 18px;
  color: var(--ink);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.info-modal::backdrop { background: rgba(17, 24, 32, 0.45); }
.info-modal h2 { font-size: 38px; margin-bottom: 18px; }

.modal-shell {
  display: grid;
  grid-template-columns: minmax(220px, 0.62fr) minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}

.modal-visual {
  position: sticky;
  top: 0;
  min-height: 260px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(222, 232, 240, 0.92);
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 20%, rgba(8,119,216,0.08), transparent 15rem),
    linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
  box-shadow:
    0 18px 44px rgba(21, 40, 58, 0.06),
    inset 0 1px 0 rgba(255,255,255,0.98);
}

.modal-visual img {
  width: min(86%, 300px);
  height: auto;
  object-fit: contain;
  filter: saturate(0.98) contrast(1.01);
}

.modal-copy {
  padding: 22px 18px 18px 0;
}

.modal-copy p:not(.label) {
  color: var(--muted);
  line-height: 1.66;
}
@media (prefers-reduced-motion: no-preference) {
  .info-modal[open] {
    animation: modalEnter 360ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .info-modal[open] .modal-visual img {
    animation: modalVisualEnter 520ms cubic-bezier(0.16, 1, 0.3, 1);
  }
}

@keyframes modalEnter {
  from { opacity: 0; transform: translateY(18px) scale(0.975); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes modalVisualEnter {
  from { opacity: 0; transform: translateY(10px) scale(0.94); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.contact-modal {
  width: min(760px, calc(100% - 36px));
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--panel-soft);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

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

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

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--text);
  font-weight: 700;
  font-size: 14px;
}

.req {
  color: var(--blue);
  font-style: normal;
  font-weight: 850;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px 14px;
  background: var(--panel-soft);
  color: var(--ink);
  font: inherit;
}

.contact-form textarea {
  min-height: 132px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: none;
  border-color: rgba(8,119,216,0.5);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(8,119,216,0.08);
}

.consent-field {
  grid-template-columns: auto 1fr;
  gap: 11px;
  align-items: flex-start;
  padding: 14px 16px;
  border: 1px solid var(--line-soft);
  border-radius: 16px;
  background: #ffffff;
  font-size: 13px;
  font-weight: 600;
}

.consent-field input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--blue);
}

.consent-field a {
  color: var(--accent-dark);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-status {
  min-height: 20px;
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 700;
}

.site-menu a:focus-visible,
.footerbar a:focus-visible,
.pill-link:focus-visible,
.primary-action:focus-visible,
.plain-action:focus-visible,
.map-route-link:focus-visible,
.locale button:focus-visible,
.menu-toggle:focus-visible,
.legal-links a:focus-visible,
.card-action:focus-visible,
.tap-link:focus-visible,
.scroll-top:focus-visible,
.modal-close:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.scroll-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 80;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(219, 231, 240, 0.96);
  border-radius: 16px;
  color: var(--accent-dark);
  background: rgba(255,255,255,0.94);
  box-shadow:
    0 18px 44px rgba(19, 36, 53, 0.14),
    inset 0 1px 0 rgba(255,255,255,0.95);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px) scale(0.96);
  backdrop-filter: blur(16px);
  pointer-events: none;
}

.scroll-top span {
  width: 12px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: translateY(3px) rotate(45deg);
}

.scroll-top.is-visible,
.scroll-top.show-scroll-top {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.scroll-top.at-top {
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(0.94);
  pointer-events: none;
}

.scroll-top:hover {
  border-color: rgba(8,119,216,0.28);
  color: var(--blue);
  background: #ffffff;
  transform: translateY(-2px) scale(1);
  box-shadow:
    0 22px 52px rgba(8,119,216,0.16),
    inset 0 1px 0 rgba(255,255,255,0.95);
}

@media (prefers-reduced-motion: no-preference) {
  .hero-backdrop::before {
    animation: heroImageMove 18s ease-in-out infinite alternate;
  }

  .hero-section::before {
    animation: heroSweep 14s ease-in-out infinite alternate;
  }

  .hero-backdrop::after {
    animation: heroLight 12s ease-in-out infinite alternate;
  }

  .reveal {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 460ms ease, transform 460ms ease;
  }

  .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  .module-card,
  .tap-showcase-row,
  .partner-card,
  .contact-panel,
  .contact-map-card,
  .map-route-link,
  .partner-signals span,
  .platform-card,
  .platform-points span,
  .primary-action,
  .pill-link,
  .plain-action,
  .tap-link,
  .card-action {
    transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 320ms cubic-bezier(0.16, 1, 0.3, 1), background-color 220ms ease, border-color 220ms ease, color 220ms ease;
  }

  .scroll-top {
    transition: opacity 260ms ease, visibility 260ms ease, transform 260ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
  }

  .module-visual img {
    transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1), filter 700ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .tap-showcase-image {
    transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .platform-card,
  .platform-points span {
    transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 420ms cubic-bezier(0.16, 1, 0.3, 1), background-color 420ms cubic-bezier(0.16, 1, 0.3, 1), border-color 420ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .partner-card,
  .partner-signals span {
    transition: transform 460ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 460ms cubic-bezier(0.16, 1, 0.3, 1), background-color 420ms ease, border-color 420ms ease, color 420ms ease;
  }

  .tap-system-line span {
    transition: transform 360ms cubic-bezier(0.16, 1, 0.3, 1), color 360ms ease, background-color 360ms ease, border-color 360ms ease;
  }

  .platform-points span::before,
  .partner-signals span::before {
    transition: transform 820ms cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
  }

  .module-card:hover {
    transform: translateY(-4px);
    border-color: rgba(153, 181, 203, 0.95);
    box-shadow:
      0 34px 84px rgba(21, 40, 58, 0.13),
      inset 0 1px 0 rgba(255,255,255,0.95);
  }

  .tap-showcase-row:hover {
    transform: translateY(-2px);
    border-color: rgba(205, 222, 235, 0.92);
    box-shadow:
      0 30px 76px rgba(21, 40, 58, 0.078),
      0 1px 2px rgba(21, 40, 58, 0.035),
      inset 0 1px 0 rgba(255,255,255,0.95);
  }

  .tap-showcase-row:hover .tap-showcase-image {
    transform: scale(1.014);
  }

  .contact-panel:hover {
    border-color: rgba(205, 222, 235, 0.94);
    box-shadow:
      0 30px 82px rgba(21, 40, 58, 0.078),
      inset 0 1px 0 rgba(255,255,255,0.95);
  }

  .contact-map-card:hover {
    transform: translateY(-1px);
    box-shadow:
      0 20px 50px rgba(21, 40, 58, 0.08),
      inset 0 1px 0 rgba(255,255,255,0.95);
  }

  .map-route-link:hover {
    border-color: rgba(8,119,216,0.52);
    color: #ffffff;
    background: var(--blue);
    box-shadow: 0 12px 30px rgba(8,119,216,0.18);
  }

  .tap-system-line span:hover {
    transform: translateY(-1px);
    border-color: rgba(8,119,216,0.22);
    color: var(--blue);
    background: #f8fbff;
  }

  .partner-card:hover {
    transform: translateY(-2px);
    border-color: rgba(205, 222, 235, 0.92);
    box-shadow:
      0 32px 82px rgba(21, 40, 58, 0.078),
      0 1px 2px rgba(21, 40, 58, 0.035),
      inset 0 1px 0 rgba(255,255,255,0.95);
  }

  .partner-signals span:hover {
    transform: none;
    border-color: rgba(11, 121, 208, 0.8);
    background: #ffffff;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,1),
      0 8px 22px rgba(11, 121, 208, 0.06);
  }

  .partner-signals span:hover::before {
    transform: translateX(0);
  }

  .module-card:hover .module-visual img {
    transform: translate(-50%, -50%) scale(var(--asset-hover-scale));
    filter: saturate(1.04) contrast(1.01);
  }

  .platform-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 22px 58px rgba(21, 40, 58, 0.075);
  }

  .platform-points span:hover {
    transform: none;
    border-color: rgba(11, 121, 208, 0.8);
    background: #ffffff;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,1),
      0 8px 22px rgba(11, 121, 208, 0.06);
  }

  .platform-points span:hover::before {
    transform: translateX(0);
  }
}

@keyframes heroImageMove {
  from { transform: scale(1.025) translate3d(0, 0, 0); }
  to { transform: scale(1.145) translate3d(-4.8%, -2.2%, 0); }
}

@keyframes heroLight {
  from { opacity: 0.45; transform: translateX(-1.5%); }
  to { opacity: 0.72; transform: translateX(1.5%); }
}

@keyframes heroSweep {
  from { opacity: 0.38; transform: translate3d(-3%, 1.2%, 0); }
  to { opacity: 0.72; transform: translate3d(3%, -1.2%, 0); }
}

@media (max-width: 1120px) {
  h1 { font-size: 74px; }
  h2 { font-size: 44px; }
  .platform-card,
  .partner-card {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .module-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .tap-align-left,
  .tap-align-right {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 980px) {
  .module-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin: 0 auto;
  }
  .tap-showcase {
    max-width: 720px;
    margin: 0 auto;
  }
  .tap-showcase-head {
    gap: 20px;
  }
  .tap-showcase-row,
  .tap-showcase-row-alt,
  .tap-showcase-row-compact {
    grid-template-columns: 1fr;
    gap: 26px;
    width: 100%;
    justify-self: stretch;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }
  .tap-align-narrow {
    width: 100%;
  }
}

@media (max-width: 900px) {
  :target { scroll-margin-top: 84px; }

  body {
    background:
      radial-gradient(circle at 22% 0%, rgba(8,119,216,0.08), transparent 22rem),
      var(--page);
  }

  .masthead {
    padding: 8px 0;
  }

  .nav-wrap {
    grid-template-columns: auto auto;
    min-height: 58px;
    gap: 12px;
    padding: 7px 10px;
    border-radius: 22px;
  }

  .home-page .nav-wrap {
    margin-top: 8px;
    border-color: rgba(255,255,255,0.18);
    background: rgba(8, 16, 22, 0.72);
  }

  .wordmark {
    gap: 10px;
  }

  .wordmark-sign {
    min-width: 40px;
    height: 30px;
    border-radius: 9px;
  }

  .menu-toggle {
    display: inline-grid;
    justify-self: end;
    width: 42px;
    height: 42px;
    place-items: center;
    gap: 5px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--panel);
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.95);
  }

  .menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--ink);
  }

  .home-page .menu-toggle {
    border-color: rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.94);
  }

  .home-page .menu-toggle span {
    background: #101923;
  }

  .site-menu,
  .masthead-tools { display: none; }

  .masthead.menu-open .site-menu,
  .masthead.menu-open .masthead-tools {
    display: flex;
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .masthead.menu-open .site-menu {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 6px;
    width: 100%;
    margin-top: 10px;
    padding: 8px;
    border: 1px solid rgba(214, 224, 232, 0.7);
    border-radius: 18px;
    background: #f4f7fa;
  }

  .masthead.menu-open .site-menu a {
    width: 100%;
    min-width: 0;
    min-height: 42px;
    display: flex;
    align-items: center;
    padding: 0 13px;
    border-radius: 13px;
    text-align: left;
  }

  .masthead.menu-open .site-menu a:hover {
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(19,36,53,0.06);
  }

  .masthead.menu-open .site-menu a:first-child {
    min-width: 0;
  }

  .masthead.menu-open .masthead-tools {
    width: 100%;
    min-width: 0;
    gap: 10px;
  }

  .masthead.menu-open .locale {
    flex: 0 0 auto;
  }

  .home-page .masthead.menu-open .site-menu {
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.12);
  }

  .home-page .masthead.menu-open .site-menu a {
    width: 100%;
    color: rgba(255,255,255,0.78);
  }

  .home-page .masthead.menu-open .site-menu a:hover {
    color: #ffffff;
    background: rgba(255,255,255,0.1);
    box-shadow: none;
  }

  .home-page .masthead.menu-open .masthead-tools {
    color: #ffffff;
  }

  .masthead.menu-open .masthead-tools {
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 8px;
  }

  .masthead.menu-open .pill-link {
    min-height: 42px;
    width: auto;
    flex: 1 1 210px;
  }

  .legal-page { grid-template-columns: 1fr; }
  .legal-links {
    position: static;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    margin-bottom: 18px;
    padding-bottom: 6px;
    border-top: 0;
    scrollbar-width: none;
  }
  .legal-links::-webkit-scrollbar { display: none; }
  .legal-links a {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(204, 218, 230, 0.9);
    border-radius: 999px;
    background: #ffffff;
    font-size: 14px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.95);
  }
  .legal-facts dl {
    grid-template-columns: 1fr;
  }
  .legal-facts dt {
    padding-bottom: 7px;
  }
  .legal-facts dd {
    padding-top: 7px;
    border-left: 0;
  }
  .legal-facts dd:nth-of-type(1) {
    border-top: 1px solid var(--line-soft);
  }
}

@media (max-width: 760px) {
  h1 { font-size: 52px; }
  h2 { font-size: 34px; }
  .module-section,
  .tap-section,
  .partner-section,
  .contact-section {
    padding: 62px 0;
  }
  .platform-section {
    padding: 58px 0 54px;
  }
  .section-title {
    margin-bottom: 28px;
  }
  .section-title h2 {
    font-size: clamp(32px, 8.6vw, 42px);
    line-height: 1.08;
  }
  .hero-section { min-height: 760px; }
  .hero-layout {
    min-height: 700px;
    align-content: center;
    padding-top: 120px;
    padding-bottom: 128px;
  }
  .hero-backdrop {
    background: #071018;
  }
  .hero-backdrop::before {
    inset: -6% -18%;
    background-position: 68% center;
    background-size: auto 106%;
  }
  @media (prefers-reduced-motion: no-preference) {
    .hero-backdrop::before {
      animation-name: heroImageMoveMobile;
    }
  }
  .hero-section::before {
    inset: 18% -42% 24% auto;
    min-width: 440px;
    opacity: 0.44;
  }
  .hero-text h1 {
    max-width: 94vw;
    font-size: clamp(31px, 8.4vw, 42px);
    line-height: 1.04;
    letter-spacing: 0;
  }
  .hero-text h1 span {
    white-space: normal;
    text-wrap: balance;
  }
  .hero-text > p:not(.label) {
    max-width: 390px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.56;
  }
  .hero-actions {
    gap: 12px;
    margin-top: 26px;
  }
  .hero-actions .primary-action,
  .hero-actions .plain-action {
    min-height: 46px;
  }
  .hero-tags {
    max-width: 390px;
    margin-top: 28px;
  }
  .platform-card {
    padding: 34px 24px 26px;
    border-radius: 28px;
    text-align: left;
  }
  .platform-copy h2 {
    font-size: clamp(29px, 7.8vw, 38px);
  }
  .platform-copy p:not(.label) {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.62;
  }
  .platform-points {
    justify-content: flex-start;
    gap: 8px;
    margin-top: 22px;
    padding-top: 18px;
  }
  .platform-points span {
    min-height: 36px;
    padding: 0 13px;
    font-size: 13px;
  }
  .module-grid {
    max-width: 430px;
    gap: 18px;
  }
  .module-card {
    min-height: 430px;
    padding: 30px 24px 24px;
    border-radius: 30px;
    box-shadow:
      0 22px 56px rgba(21, 40, 58, 0.09),
      0 1px 2px rgba(21, 40, 58, 0.035),
      inset 0 1px 0 rgba(255,255,255,0.95);
  }
  .module-card h3 {
    min-height: 0;
    font-size: 24px;
  }
  .module-visual {
    width: min(100%, 286px);
    margin: 28px auto 26px;
    border-radius: 30px;
  }
  .card-action {
    min-width: 138px;
    min-height: 46px;
  }
  .contact-panel { grid-template-columns: 1fr; }
  .contact-panel h2 {
    max-width: 100%;
    font-size: clamp(31px, 7.4vw, 42px);
  }
  .contact-panel p:not(.label) {
    font-size: 16px;
    line-height: 1.62;
  }
  .contact-copy {
    padding: 18px 10px 0;
  }
  .contact-map-card {
    min-height: 300px;
  }
  .map-visual {
    min-height: 164px;
  }
  .map-info {
    grid-template-columns: 1fr;
  }
  .map-route-link {
    grid-row: auto;
    grid-column: auto;
    justify-self: start;
    margin-top: 6px;
  }
  .tap-showcase-intro {
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
    padding: 22px;
    border: 1px solid rgba(222, 232, 240, 0.88);
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(21,40,58,0.055);
  }
  .tap-showcase-intro h3 {
    grid-row: auto;
    max-width: 100%;
    font-size: 26px;
  }
  .tap-showcase-intro > p {
    font-size: 16px;
    line-height: 1.66;
  }
  .tap-system-line {
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    width: 100%;
    padding: 6px;
    border-radius: 22px;
    background: rgba(255,255,255,0.82);
  }
  .tap-system-line span + span::before {
    content: none;
  }
  .tap-showcase-row,
  .tap-showcase-row-alt,
  .tap-showcase-row-compact {
    min-height: 0;
    border-radius: 30px;
    gap: 18px;
  }
  .tap-showcase-media,
  .tap-showcase-row-feature .tap-showcase-media,
  .tap-showcase-row-compact .tap-showcase-media {
    height: 300px;
    min-height: 300px;
  }
  .tap-showcase-row-alt .tap-showcase-media {
    order: -1;
  }
  .tap-showcase-copy {
    max-width: 100%;
  }
  .tap-showcase-copy p:not(.label) {
    margin: 11px 0 18px;
    line-height: 1.62;
  }
  .partner-card {
    padding: 28px;
    border-radius: 30px;
    gap: 24px;
  }
  .partner-logo {
    min-height: 128px;
    padding: 20px;
    border-radius: 24px;
  }
  .partner-card h2 {
    font-size: clamp(30px, 7.8vw, 40px);
  }
  .partner-signals {
    gap: 8px;
    margin-top: 18px;
  }
  .partner-signals span {
    min-height: 36px;
    padding: 0 13px;
    font-size: 13px;
  }
  .platform-card,
  .contact-panel,
  .legal-copy { padding: 28px; }
  .contact-copy { padding: 0; }
  .form-grid { grid-template-columns: 1fr; }
  .contact-actions {
    align-items: stretch;
  }
  .contact-actions .primary-action,
  .contact-actions .plain-action {
    justify-content: center;
  }
  .contact-actions .primary-action {
    width: 100%;
  }
  .info-modal {
    width: min(100% - 24px, 680px);
    max-height: calc(100dvh - 24px);
    padding: 14px;
    border-radius: 26px;
  }
  .modal-shell {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .modal-visual {
    position: relative;
    min-height: 180px;
    border-radius: 22px;
  }
  .modal-visual img {
    width: min(72%, 240px);
  }
  .modal-copy {
    padding: 4px 8px 8px;
  }
  .info-modal h2 {
    padding-right: 28px;
    font-size: clamp(27px, 7.6vw, 34px);
    line-height: 1.12;
  }
.modal-close {
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(21,40,58,0.08);
  }
  .contact-form {
    gap: 14px;
  }
  .contact-form input,
  .contact-form textarea {
    min-height: 48px;
    border-radius: 15px;
    background: #ffffff;
  }
  .contact-form textarea {
    min-height: 126px;
  }
  .consent-field {
    padding: 13px 14px;
    border-radius: 15px;
  }
  .legal-title {
    padding-top: 78px;
    padding-bottom: 28px;
  }
  .legal-title h1 {
    font-size: clamp(38px, 10vw, 58px);
    line-height: 1.02;
  }
  .legal-page {
    gap: 16px;
    padding-bottom: 72px;
  }
  .legal-copy {
    padding: 28px;
    border-radius: 28px;
  }
  .legal-copy section {
    padding: 24px 0;
  }
  .legal-copy section:first-of-type {
    margin-top: 8px;
  }
  .legal-copy h2 {
    font-size: 22px;
  }
  .legal-copy p {
    font-size: 15px;
    line-height: 1.7;
  }
  .legal-facts dl {
    border-radius: 20px;
  }
  .legal-facts dt,
  .legal-facts dd {
    padding-left: 16px;
    padding-right: 16px;
  }
  .footer-layout {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .footerbar nav {
    justify-content: flex-start;
    padding-top: 0;
  }
}

@media (max-width: 520px) {
  h1 { font-size: 42px; }
  h2 { font-size: 29px; }
  .wrap,
  .nav-wrap,
  .legal-title,
  .legal-page {
    padding-left: 18px;
    padding-right: 18px;
  }
  .masthead {
    padding: 7px 0;
  }
  .nav-wrap {
    width: calc(100% - 24px);
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 20px;
  }
  .wordmark { white-space: normal; }
  .wordmark > span:last-child {
    min-width: 0;
    max-width: 178px;
    line-height: 1.15;
    font-size: 14px;
  }
  .wordmark-sign {
    min-width: 38px;
    height: 30px;
  }
  .masthead.menu-open .site-menu {
    margin-top: 8px;
  }
  .masthead.menu-open .masthead-tools {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .hero-actions,
  .masthead.menu-open .masthead-tools {
    display: grid;
    gap: 10px;
  }
  .pill-link,
  .primary-action { width: 100%; }
  .locale {
    width: max-content;
  }
  .hero-section {
    min-height: 720px;
  }
  .hero-layout {
    min-height: 680px;
    padding-top: 112px;
    padding-bottom: 112px;
  }
  .hero-backdrop::before {
    background-position: 70% center;
    background-size: auto 104%;
  }
  .hero-section::after {
    height: 300px;
  }
  .hero-text h1 {
    max-width: 330px;
    font-size: clamp(29px, 8.4vw, 35px);
    line-height: 1.06;
  }
  .hero-text > p:not(.label) {
    max-width: 330px;
    font-size: 15px;
    line-height: 1.58;
  }
  .hero-actions .primary-action,
  .hero-actions .plain-action {
    width: min(100%, 330px);
    justify-content: center;
  }
  .hero-tags { gap: 8px; }
  .hero-tags span {
    min-height: 32px;
    padding: 0 10px;
    font-size: 12px;
  }
  .platform-card {
    padding: 28px 20px 22px;
  }
  .platform-points span {
    flex: 1 1 auto;
  }
  .module-card {
    min-height: 410px;
    padding: 28px 20px 22px;
  }
  .module-card h3 {
    white-space: normal;
    font-size: 23px;
  }
  .module-visual {
    width: min(100%, 260px);
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .card-action {
    width: min(100%, 168px);
  }
  .tap-showcase-row,
  .tap-showcase-row-alt,
  .tap-showcase-row-compact {
    padding: 14px;
    border-radius: 26px;
  }
  .tap-showcase-media,
  .tap-showcase-row-feature .tap-showcase-media,
  .tap-showcase-row-compact .tap-showcase-media {
    height: 236px;
    min-height: 236px;
    border-radius: 22px;
  }
  .tap-showcase-copy {
    padding: 4px 4px 6px;
  }
  .tap-showcase-copy h3 {
    font-size: 25px;
  }
  .tap-logo-row {
    height: 50px;
  }
  .tap-system-line {
    grid-template-columns: 1fr;
    padding: 5px;
  }
  .tap-system-line span {
    min-height: 38px;
  }
  .tap-logo-row-dark {
    width: 146px;
  }
  .partner-card,
  .contact-panel,
  .legal-copy {
    padding: 22px;
  }
  .partner-logo {
    min-height: 116px;
  }
  .partner-signals span {
    flex: 1 1 auto;
  }
  .contact-panel h2 {
    font-size: clamp(30px, 9vw, 36px);
  }
  .contact-map-card {
    min-height: 278px;
    border-radius: 24px;
  }
  .map-visual {
    min-height: 142px;
  }
  .map-info {
    padding: 18px;
  }
  .map-route-link {
    width: 100%;
  }
  .info-modal {
    width: calc(100% - 18px);
    padding: 24px 18px 20px;
    border-radius: 22px;
  }
  .form-grid {
    gap: 12px;
  }
  .contact-form label {
    font-size: 13px;
  }
  .contact-form .primary-action {
    width: 100%;
  }
  .legal-title {
    padding-top: 72px;
  }
  .legal-links {
    margin-left: -2px;
    margin-right: -2px;
  }
  .legal-facts dt,
  .legal-facts dd {
    padding: 14px;
  }
  .legal-facts dt {
    font-size: 10px;
    letter-spacing: 0.07em;
  }
  .footer-brand {
    margin-bottom: 14px;
  }
  .footer-legal-line {
    font-size: 11px;
    line-height: 1.65;
  }
  .footerbar nav {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .footerbar nav a {
    justify-content: center;
    min-height: 38px;
    background: #ffffff;
    border-color: rgba(214,224,232,0.78);
  }
  .scroll-top {
    right: 16px;
    bottom: 16px;
    width: 48px;
    height: 48px;
  }
  .platform-card,
  .module-card,
  .tap-showcase-row,
  .partner-card,
  .contact-panel,
  .legal-copy { border-radius: 26px; }
}

@keyframes heroImageMoveMobile {
  from { transform: scale(1.025) translate3d(0, 0, 0); }
  to { transform: scale(1.13) translate3d(-5.4%, -1.8%, 0); }
}

@media (max-width: 900px) {
  .masthead.menu-open {
    position: fixed;
    inset: 0;
    z-index: 100;
    padding: 12px 0;
    overflow-y: auto;
    background:
      radial-gradient(circle at 50% 0%, rgba(8,119,216,0.12), transparent 24rem),
      rgba(244, 247, 251, 0.96);
    backdrop-filter: blur(22px) saturate(140%);
  }

  .home-page .masthead.menu-open {
    background:
      radial-gradient(circle at 50% 0%, rgba(8,119,216,0.18), transparent 22rem),
      rgba(5, 12, 18, 0.9);
  }

  .masthead.menu-open .nav-wrap {
    width: min(100% - 24px, 520px);
    min-height: calc(100dvh - 24px);
    grid-template-columns: 1fr auto;
    align-content: start;
    gap: 14px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 28px;
    border-color: rgba(205, 220, 233, 0.78);
    background: rgba(255,255,255,0.97);
    box-shadow:
      0 30px 90px rgba(14, 30, 45, 0.18),
      inset 0 1px 0 rgba(255,255,255,0.98);
  }

  .home-page .masthead.menu-open .nav-wrap {
    border-color: rgba(255,255,255,0.18);
    background: rgba(12, 20, 28, 0.9);
    box-shadow:
      0 32px 90px rgba(0,0,0,0.34),
      inset 0 1px 0 rgba(255,255,255,0.12);
  }

  .masthead.menu-open .menu-toggle {
    border-radius: 16px;
  }

  .masthead.menu-open .menu-toggle span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .masthead.menu-open .menu-toggle span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .masthead.menu-open .site-menu {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100%;
    margin-top: 8px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .masthead.menu-open .site-menu a {
    min-height: 50px;
    justify-content: space-between;
    padding: 0 16px;
    border: 1px solid rgba(222, 232, 240, 0.88);
    border-radius: 16px;
    background: #f7fafc;
    color: var(--text);
    font-size: 15px;
    font-weight: 760;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.95);
  }

  .masthead.menu-open .site-menu a::after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    opacity: 0.34;
    transform: rotate(45deg);
  }

  .masthead.menu-open .site-menu a:hover {
    border-color: rgba(8,119,216,0.22);
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(17, 42, 64, 0.07);
  }

  .home-page .masthead.menu-open .site-menu a {
    border-color: rgba(255,255,255,0.11);
    background: rgba(255,255,255,0.07);
    color: rgba(255,255,255,0.84);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
  }

  .home-page .masthead.menu-open .site-menu a:hover {
    color: #ffffff;
    border-color: rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.11);
  }

  .masthead.menu-open .mobile-nav-kicker {
    display: block;
    margin: 14px 8px 0;
    color: var(--accent-dark);
    font-size: 11px;
    font-weight: 820;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .home-page .masthead.menu-open .mobile-nav-kicker {
    color: #9bd6ff;
  }

  .masthead.menu-open .mobile-nav-link {
    display: flex;
  }

  .masthead.menu-open .masthead-tools {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid rgba(222, 232, 240, 0.88);
  }

  .home-page .masthead.menu-open .masthead-tools {
    border-top-color: rgba(255,255,255,0.12);
  }

  .masthead.menu-open .pill-link {
    width: 100%;
    min-height: 46px;
  }
}

@media (max-width: 760px) {
  html,
  body {
    overflow-x: hidden;
  }

  .hero-section {
    min-height: 780px;
  }

  .hero-layout {
    min-height: 720px;
    align-content: end;
    padding-top: 104px;
    padding-bottom: 110px;
  }

  .hero-backdrop::before {
    background-position: 72% center;
    background-size: auto 112%;
  }

  .hero-text {
    width: min(100%, 430px);
    padding: 22px;
    border: 1px solid rgba(255,255,255,0.13);
    border-radius: 28px;
    background: rgba(6, 14, 21, 0.56);
    box-shadow: 0 28px 70px rgba(0,0,0,0.22);
    backdrop-filter: blur(14px) saturate(118%);
  }

  .hero-text h1 {
    max-width: 100%;
    font-size: clamp(34px, 9.4vw, 46px);
    line-height: 1.02;
  }

  .hero-text > p:not(.label) {
    max-width: 100%;
    font-size: 15.5px;
    line-height: 1.58;
  }

  .hero-actions {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .hero-actions .primary-action,
  .hero-actions .plain-action {
    width: 100%;
  }

  .hero-tags {
    max-width: 430px;
    margin-top: 16px;
  }

  .hero-tags span {
    border-color: rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.08);
  }

  .platform-points,
  .partner-signals {
    gap: 10px 16px;
    padding-top: 18px;
    border-top: 1px solid var(--line-soft);
  }

  .platform-points span,
  .partner-signals span {
    position: relative;
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--muted);
    font-size: 13px;
    font-weight: 760;
    box-shadow: none;
  }

  .platform-points span::before,
  .partner-signals span::before {
    content: "";
    position: static;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 8px;
    border-radius: 999px;
    background: var(--blue);
    opacity: 0.78;
    transform: none;
    inset: auto;
    z-index: auto;
  }

  .platform-points span:hover,
  .partner-signals span:hover {
    transform: none;
    border-color: transparent;
    background: transparent;
    color: var(--muted);
    box-shadow: none;
  }

  .platform-points span:hover::before,
  .partner-signals span:hover::before {
    transform: none;
  }

  .legal-title,
  .legal-page,
  .legal-copy {
    min-width: 0;
  }

  .legal-title h1 {
    max-width: 100%;
    font-size: clamp(34px, 9vw, 46px);
    line-height: 1.05;
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  .legal-copy,
  .legal-copy h2,
  .legal-copy p,
  .legal-facts dt,
  .legal-facts dd {
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .contact-form input,
  .contact-form textarea {
    font-size: 16px;
  }
}

@media (max-width: 520px) {
  .masthead.menu-open .nav-wrap {
    width: calc(100% - 18px);
    min-height: calc(100dvh - 18px);
    border-radius: 24px;
  }

  .masthead.menu-open .masthead-tools {
    grid-template-columns: 1fr;
  }

  .masthead.menu-open .locale {
    justify-self: start;
  }

  .hero-section {
    min-height: 740px;
  }

  .hero-layout {
    min-height: 700px;
    padding-top: 92px;
    padding-bottom: 104px;
  }

  .hero-text {
    padding: 20px;
    border-radius: 24px;
  }

  .hero-text h1 {
    max-width: 100%;
    font-size: clamp(31px, 9vw, 39px);
  }

  .hero-text > p:not(.label) {
    max-width: 100%;
  }

  .legal-title h1 {
    font-size: clamp(31px, 8.8vw, 40px);
  }
}

@media (max-width: 900px) {
  .masthead.menu-open,
  .home-page .masthead.menu-open {
    background:
      radial-gradient(circle at 50% -8%, rgba(8,119,216,0.12), transparent 22rem),
      rgba(239, 244, 248, 0.96);
  }

  .masthead.menu-open .nav-wrap,
  .home-page .masthead.menu-open .nav-wrap {
    width: min(100% - 28px, 500px);
    padding: 12px;
    border: 1px solid rgba(204, 218, 230, 0.86);
    background: rgba(255,255,255,0.96);
    box-shadow:
      0 30px 90px rgba(21, 40, 58, 0.14),
      0 1px 2px rgba(21, 40, 58, 0.04),
      inset 0 1px 0 rgba(255,255,255,0.98);
  }

  .home-page .masthead.menu-open .wordmark {
    color: var(--text);
  }

  .home-page .masthead.menu-open .wordmark-sign {
    border-color: rgba(8,119,216,0.18);
    background: #f6fbff;
    color: var(--blue);
  }

  .masthead.menu-open .menu-toggle,
  .home-page .masthead.menu-open .menu-toggle {
    border: 1px solid rgba(204, 218, 230, 0.95);
    background: #ffffff;
    box-shadow:
      0 10px 24px rgba(21,40,58,0.08),
      inset 0 1px 0 rgba(255,255,255,0.95);
  }

  .home-page .masthead.menu-open .menu-toggle span {
    background: var(--text);
  }

  .masthead.menu-open .site-menu {
    gap: 4px;
    margin-top: 12px;
    padding: 8px;
    border: 1px solid rgba(224, 232, 239, 0.9);
    border-radius: 24px;
    background: #f6f9fc;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
  }

  .masthead.menu-open .site-menu a,
  .home-page .masthead.menu-open .site-menu a {
    min-height: 45px;
    border: 0;
    border-radius: 16px;
    background: transparent;
    color: var(--text);
    font-size: 14px;
    font-weight: 720;
    box-shadow: none;
    transition:
      background-color 220ms ease,
      color 220ms ease,
      box-shadow 220ms ease,
      transform 220ms ease;
  }

  .masthead.menu-open .site-menu a:hover,
  .home-page .masthead.menu-open .site-menu a:hover {
    background: #ffffff;
    color: var(--accent-dark);
    box-shadow:
      0 10px 26px rgba(21,40,58,0.06),
      inset 0 1px 0 rgba(255,255,255,0.96);
    transform: translateY(-1px);
  }

  .masthead.menu-open .site-menu a::after {
    width: 6px;
    height: 6px;
    border-width: 1.5px;
    opacity: 0.26;
  }

  .masthead.menu-open .mobile-nav-kicker,
  .home-page .masthead.menu-open .mobile-nav-kicker {
    margin: 12px 10px 2px;
    color: var(--accent-dark);
    font-size: 10px;
    letter-spacing: 0.18em;
  }

  .masthead.menu-open .masthead-tools,
  .home-page .masthead.menu-open .masthead-tools {
    border-top-color: rgba(224, 232, 239, 0.95);
  }
}

@media (max-width: 760px) {
  .hero-layout {
    justify-items: center;
  }

  .hero-text {
    width: min(100%, 430px);
    max-width: calc(100vw - 40px);
    box-sizing: border-box;
  }

  .hero-text h1 {
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
    text-wrap: balance;
  }

  .hero-text h1 span {
    white-space: normal;
  }

  .hero-tags {
    width: min(100%, 430px);
    max-width: calc(100vw - 40px);
  }
}

@media (max-width: 520px) {
  .hero-section {
    min-height: 760px;
  }

  .hero-layout {
    min-height: 720px;
    padding-top: 96px;
  }

  .hero-text {
    max-width: calc(100vw - 36px);
    padding: 20px 18px;
  }

  .hero-text h1 {
    font-size: clamp(29px, 7.9vw, 34px);
    line-height: 1.08;
  }

  .hero-text > p:not(.label) {
    font-size: 14.5px;
  }

  .hero-tags {
    max-width: calc(100vw - 36px);
  }
}

@media (max-width: 900px) {
  .masthead.menu-open,
  .home-page .masthead.menu-open {
    background:
      radial-gradient(circle at 50% -8%, rgba(8,119,216,0.18), transparent 23rem),
      rgba(5, 12, 18, 0.92);
  }

  .masthead.menu-open .nav-wrap,
  .home-page .masthead.menu-open .nav-wrap {
    width: min(100% - 28px, 500px);
    min-height: calc(100dvh - 28px);
    padding: 12px;
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,0.13);
    background:
      linear-gradient(180deg, rgba(16, 27, 36, 0.96), rgba(7, 15, 22, 0.98));
    box-shadow:
      0 34px 90px rgba(0,0,0,0.38),
      inset 0 1px 0 rgba(255,255,255,0.11);
  }

  .masthead.menu-open .wordmark,
  .home-page .masthead.menu-open .wordmark {
    color: #ffffff;
  }

  .masthead.menu-open .wordmark-sign,
  .home-page .masthead.menu-open .wordmark-sign {
    border-color: rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.07);
    color: #bde9ff;
  }

  .masthead.menu-open .menu-toggle,
  .home-page .masthead.menu-open .menu-toggle {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 14px;
    background: rgba(255,255,255,0.08);
    box-shadow: none;
  }

  .masthead.menu-open .menu-toggle span,
  .home-page .masthead.menu-open .menu-toggle span {
    background: #ffffff;
  }

  .masthead.menu-open .site-menu {
    gap: 0;
    margin-top: 14px;
    padding: 6px 0;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 24px;
    background: rgba(255,255,255,0.045);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
  }

  .masthead.menu-open .site-menu a,
  .home-page .masthead.menu-open .site-menu a {
    min-height: 48px;
    padding: 0 18px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(255,255,255,0.075);
    background: transparent;
    color: rgba(255,255,255,0.84);
    font-size: 14px;
    font-weight: 700;
    box-shadow: none;
  }

  .masthead.menu-open .site-menu a:last-child {
    border-bottom: 0;
  }

  .masthead.menu-open .site-menu a::after {
    width: 6px;
    height: 6px;
    border-width: 1.5px;
    opacity: 0.32;
  }

  .masthead.menu-open .site-menu a:hover,
  .home-page .masthead.menu-open .site-menu a:hover {
    color: #ffffff;
    background: rgba(255,255,255,0.065);
    box-shadow: inset 3px 0 0 rgba(8,119,216,0.95);
    transform: none;
  }

  .masthead.menu-open .mobile-nav-kicker,
  .home-page .masthead.menu-open .mobile-nav-kicker {
    display: block;
    margin: 15px 18px 4px;
    color: #9bd6ff;
    font-size: 10px;
    font-weight: 820;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .masthead.menu-open .mobile-nav-link,
  .home-page .masthead.menu-open .mobile-nav-link {
    display: flex;
    min-height: 44px;
    color: rgba(255,255,255,0.68);
    font-size: 13px;
    font-weight: 680;
  }

  .masthead.menu-open .masthead-tools,
  .home-page .masthead.menu-open .masthead-tools {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,0.1);
  }

  .masthead.menu-open .locale,
  .home-page .masthead.menu-open .locale {
    border-color: rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.07);
  }

  .masthead.menu-open .locale button,
  .home-page .masthead.menu-open .locale button {
    color: rgba(255,255,255,0.7);
  }

  .masthead.menu-open .locale button.is-active,
  .home-page .masthead.menu-open .locale button.is-active {
    color: #06111b;
    background: #ffffff;
  }
}

@media (max-width: 760px) {
  .tap-system-line {
    display: flex;
    align-items: center;
    gap: 0;
    width: 100%;
    padding: 7px;
    overflow-x: auto;
    border-radius: 22px;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,251,253,0.98));
    box-shadow:
      0 18px 42px rgba(21, 40, 58, 0.06),
      inset 0 1px 0 rgba(255,255,255,0.98);
    scrollbar-width: none;
  }

  .tap-system-line::-webkit-scrollbar {
    display: none;
  }

  .tap-system-line span {
    flex: 0 0 auto;
    min-height: 36px;
    padding: 0 13px;
    border: 0;
    border-radius: 16px;
    background: transparent;
    color: #314358;
    font-size: 12px;
    white-space: nowrap;
  }

  .tap-system-line span:first-child {
    color: var(--accent-dark);
    background: rgba(8,119,216,0.08);
  }

  .tap-system-line span + span {
    margin-left: 24px;
  }

  .tap-system-line span + span::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    width: 16px;
    height: 1px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(8,119,216,0.18), rgba(8,119,216,0.62));
    box-shadow: none;
    transform: translateY(-50%);
  }
}

@media (max-width: 520px) {
  .tap-system-line {
    margin-left: -2px;
    margin-right: -2px;
  }

  .tap-system-line span {
    min-height: 34px;
    padding: 0 12px;
    font-size: 11px;
  }
}

@media (max-width: 900px) {
  .menu-toggle,
  .home-page .menu-toggle {
    width: 44px;
    height: 44px;
    gap: 0;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 16px;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.045)),
      rgba(7, 16, 24, 0.72);
    box-shadow:
      0 14px 34px rgba(0,0,0,0.18),
      inset 0 1px 0 rgba(255,255,255,0.12);
    transition:
      transform 240ms cubic-bezier(0.16, 1, 0.3, 1),
      background-color 240ms ease,
      border-color 240ms ease,
      box-shadow 240ms ease;
  }

  body:not(.home-page) .menu-toggle {
    border-color: rgba(205, 220, 233, 0.86);
    background: rgba(255,255,255,0.94);
    box-shadow:
      0 12px 28px rgba(21,40,58,0.08),
      inset 0 1px 0 rgba(255,255,255,0.98);
  }

  .menu-toggle span,
  .home-page .menu-toggle span {
    width: 18px;
    height: 1.8px;
    border-radius: 999px;
    background: #ffffff;
    transition:
      transform 280ms cubic-bezier(0.16, 1, 0.3, 1),
      width 240ms ease,
      background-color 240ms ease,
      opacity 180ms ease;
  }

  body:not(.home-page) .menu-toggle span {
    background: var(--text);
  }

  .menu-toggle span:first-child {
    transform: translateY(-4px);
  }

  .menu-toggle span:last-child {
    transform: translateY(4px);
  }

  .menu-toggle:hover {
    transform: translateY(-1px);
    border-color: rgba(8,119,216,0.38);
  }

  .masthead.menu-open .menu-toggle,
  .home-page .masthead.menu-open .menu-toggle {
    border-color: rgba(255,255,255,0.14);
    background:
      linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.06)),
      rgba(8, 17, 25, 0.88);
    box-shadow:
      0 16px 38px rgba(0,0,0,0.2),
      inset 0 1px 0 rgba(255,255,255,0.12);
  }

  .masthead.menu-open .menu-toggle span,
  .home-page .masthead.menu-open .menu-toggle span {
    background: #ffffff;
  }

  .masthead.menu-open .menu-toggle span:first-child {
    transform: translateY(1px) rotate(45deg);
  }

  .masthead.menu-open .menu-toggle span:last-child {
    transform: translateY(-1px) rotate(-45deg);
  }

  .masthead.menu-open,
  .home-page .masthead.menu-open {
    background:
      radial-gradient(circle at 50% -12%, rgba(8,119,216,0.18), transparent 22rem),
      rgba(4, 10, 16, 0.94);
  }

  .masthead.menu-open .nav-wrap,
  .home-page .masthead.menu-open .nav-wrap {
    width: min(100% - 28px, 480px);
    min-height: calc(100dvh - 28px);
    padding: 14px;
    border-radius: 28px;
    border-color: rgba(255,255,255,0.12);
    background:
      linear-gradient(180deg, rgba(15, 26, 35, 0.96), rgba(6, 13, 20, 0.98));
    box-shadow:
      0 34px 96px rgba(0,0,0,0.4),
      inset 0 1px 0 rgba(255,255,255,0.1);
  }

  .masthead.menu-open .site-menu {
    gap: 0;
    margin-top: 18px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .masthead.menu-open .site-menu a,
  .home-page .masthead.menu-open .site-menu a {
    min-height: 52px;
    padding: 0 4px;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,0.09);
    border-radius: 0;
    background: transparent;
    color: rgba(255,255,255,0.82);
    font-size: 17px;
    font-weight: 680;
    letter-spacing: -0.01em;
    box-shadow: none;
  }

  .masthead.menu-open .site-menu a::after {
    width: 7px;
    height: 7px;
    margin-right: 4px;
    border-width: 1.5px;
    opacity: 0.24;
    transition: transform 240ms cubic-bezier(0.16, 1, 0.3, 1), opacity 240ms ease;
  }

  .masthead.menu-open .site-menu a:hover,
  .home-page .masthead.menu-open .site-menu a:hover {
    color: #ffffff;
    background: transparent;
    box-shadow: none;
    transform: none;
  }

  .masthead.menu-open .site-menu a:hover::after {
    opacity: 0.72;
    transform: translateX(3px) rotate(45deg);
  }

  .masthead.menu-open .site-menu a:first-child {
    color: #ffffff;
  }

  .masthead.menu-open .site-menu a:first-child::before {
    content: "";
    width: 7px;
    height: 7px;
    margin-right: 10px;
    border-radius: 999px;
    background: var(--blue);
    box-shadow: 0 0 0 4px rgba(8,119,216,0.12);
  }

  .masthead.menu-open .mobile-nav-kicker,
  .home-page .masthead.menu-open .mobile-nav-kicker {
    display: block;
    margin: 24px 0 4px;
    color: rgba(155, 214, 255, 0.86);
    font-size: 10px;
    font-weight: 820;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }

  .masthead.menu-open .mobile-nav-link,
  .home-page .masthead.menu-open .mobile-nav-link {
    min-height: 44px;
    color: rgba(255,255,255,0.58);
    font-size: 14px;
    font-weight: 620;
  }

  .masthead.menu-open .masthead-tools,
  .home-page .masthead.menu-open .masthead-tools {
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.09);
  }

  .masthead.menu-open .pill-link {
    min-height: 48px;
    box-shadow: 0 14px 36px rgba(8,119,216,0.24);
  }
}

@media (max-width: 900px) {
  .masthead.menu-open .masthead-tools,
  .home-page .masthead.menu-open .masthead-tools {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.09);
  }

  .masthead.menu-open .locale,
  .home-page .masthead.menu-open .locale {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: 46px;
    padding: 4px;
    border: 1px solid rgba(255,255,255,0.11);
    border-radius: 16px;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.035));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
    overflow: hidden;
  }

  .masthead.menu-open .locale button,
  .home-page .masthead.menu-open .locale button {
    width: 100%;
    min-width: 0;
    min-height: 38px;
    border-radius: 12px;
    color: rgba(255,255,255,0.58);
    font-size: 12px;
    font-weight: 760;
    letter-spacing: 0.04em;
    transition:
      color 220ms ease,
      background-color 220ms ease,
      box-shadow 220ms ease;
  }

  .masthead.menu-open .locale button.is-active,
  .home-page .masthead.menu-open .locale button.is-active {
    color: #06111b;
    background: #ffffff;
    box-shadow:
      0 10px 24px rgba(0,0,0,0.18),
      inset 0 1px 0 rgba(255,255,255,0.98);
  }

  .masthead.menu-open .pill-link,
  .home-page .masthead.menu-open .pill-link {
    width: 100%;
    min-height: 48px;
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(8,119,216,0.22);
  }
}

.info-modal:not(.contact-modal) {
  width: min(760px, calc(100% - 34px));
  padding: 0;
  border: 1px solid rgba(188, 207, 224, 0.82);
  border-radius: 30px;
  background: #ffffff;
  box-shadow:
    0 34px 86px rgba(23, 40, 57, 0.24),
    0 1px 0 rgba(255, 255, 255, 0.98) inset;
  overflow: hidden;
}

.info-modal:not(.contact-modal) .modal-close {
  z-index: 4;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border-color: rgba(188, 207, 224, 0.9);
  background: rgba(255, 255, 255, 0.94);
  color: #13202c;
  box-shadow: 0 10px 26px rgba(37, 52, 68, 0.09);
}

.info-modal:not(.contact-modal) .modal-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 26px;
  align-items: start;
  padding: 48px 56px 46px;
}

.info-modal:not(.contact-modal) .modal-copy {
  order: 1;
  min-width: 0;
  padding: 0;
}

.info-modal:not(.contact-modal) .modal-visual {
  order: 2;
  justify-self: end;
  width: 138px;
  min-height: 118px;
  margin: 24px 16px 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.info-modal:not(.contact-modal) .modal-visual img {
  width: 138px;
  max-width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 18px 28px rgba(24, 58, 86, 0.10));
  transform: translateY(0) scale(0.98);
}

.info-modal:not(.contact-modal)[open] .modal-visual img {
  animation: modalVisualSettle 760ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.info-modal:not(.contact-modal) .label {
  margin-bottom: 16px;
}

.info-modal:not(.contact-modal) h2 {
  max-width: 9.8em;
  margin: 0 0 20px;
  font-size: clamp(34px, 4.2vw, 50px);
  line-height: 0.97;
  letter-spacing: -0.045em;
}

.info-modal:not(.contact-modal) .modal-copy > p:not(.label) {
  max-width: 610px;
  margin: 0;
  color: #5d7082;
  font-size: 16px;
  line-height: 1.72;
}

.modal-lines {
  display: block;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(211, 224, 235, 0.9);
}

.modal-lines li {
  position: relative;
  display: grid;
  grid-template-columns: 7px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  margin: 0;
  padding: 15px 0;
  border: 0;
  border-bottom: 1px solid rgba(211, 224, 235, 0.9);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #314458;
  font-size: 15px;
  line-height: 1.56;
}

.modal-lines li::before {
  content: "";
  width: 5px;
  height: 5px;
  margin-top: 0.72em;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 4px rgba(11, 126, 220, 0.08);
}

.modal-lines li:hover {
  color: #1c3348;
}

@keyframes modalVisualSettle {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.94);
    filter: drop-shadow(0 8px 16px rgba(24, 58, 86, 0.06));
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(0.98);
    filter: drop-shadow(0 18px 28px rgba(24, 58, 86, 0.10));
  }
}

@media (max-width: 760px) {
  .info-modal:not(.contact-modal) {
    width: min(100% - 24px, 430px);
    border-radius: 26px;
  }

  .info-modal:not(.contact-modal) .modal-shell {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 34px 24px 28px;
  }

  .info-modal:not(.contact-modal) .modal-visual {
    order: 1;
    justify-self: start;
    width: 112px;
    min-height: auto;
    margin: 4px 0 0;
  }

  .info-modal:not(.contact-modal) .modal-visual img {
    width: 112px;
  }

  .info-modal:not(.contact-modal) .modal-copy {
    order: 2;
  }

  .info-modal:not(.contact-modal) h2 {
    max-width: 100%;
    font-size: clamp(31px, 10vw, 42px);
    line-height: 1;
  }

  .info-modal:not(.contact-modal) .modal-copy > p:not(.label) {
    font-size: 15px;
    line-height: 1.65;
  }

  .modal-lines {
    margin-top: 24px;
  }

  .modal-lines li {
    padding: 14px 0;
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .info-modal:not(.contact-modal)[open] .modal-visual img {
    animation: none;
  }
}

.info-modal:not(.contact-modal) {
  width: min(690px, calc(100% - 36px)) !important;
  max-height: min(82vh, 760px);
  padding: 0 !important;
  border: 1px solid rgba(198, 214, 229, 0.95) !important;
  border-radius: 28px !important;
  background: #ffffff !important;
  box-shadow:
    0 32px 90px rgba(18, 32, 45, 0.24),
    0 1px 0 rgba(255,255,255,0.98) inset !important;
  overflow: auto;
}

.info-modal:not(.contact-modal) .modal-shell {
  display: block !important;
  grid-template-columns: none !important;
  gap: 0 !important;
  padding: 52px 58px 50px !important;
}

.info-modal:not(.contact-modal) .modal-shell::before,
.info-modal:not(.contact-modal) .modal-shell::after {
  content: none !important;
  display: none !important;
}

.info-modal:not(.contact-modal) .modal-visual {
  display: none !important;
}

.info-modal:not(.contact-modal) .modal-copy {
  display: block !important;
  grid-column: auto !important;
  grid-row: auto !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  padding: 0 !important;
}

.info-modal:not(.contact-modal) .label {
  margin: 0 0 18px !important;
  color: var(--blue) !important;
  font-size: 12px !important;
  letter-spacing: 0.2em !important;
}

.info-modal:not(.contact-modal) h2 {
  max-width: 590px !important;
  margin: 0 0 22px !important;
  color: #121c27 !important;
  font-size: clamp(34px, 4.2vw, 48px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.045em !important;
}

.info-modal:not(.contact-modal) .modal-copy > p:not(.label) {
  max-width: 590px !important;
  margin: 0 !important;
  color: #5d6f81 !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

.info-modal:not(.contact-modal) .modal-lines {
  max-width: 590px !important;
  margin: 30px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
  border-top: 1px solid rgba(214, 226, 236, 0.95) !important;
}

.info-modal:not(.contact-modal) .modal-lines li {
  display: grid !important;
  grid-template-columns: 6px minmax(0, 1fr) !important;
  gap: 14px !important;
  align-items: start !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 15px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(214, 226, 236, 0.95) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #314456 !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

.info-modal:not(.contact-modal) .modal-lines li::before {
  content: "" !important;
  width: 5px !important;
  height: 5px !important;
  margin-top: 0.72em !important;
  border-radius: 999px !important;
  background: var(--blue) !important;
  box-shadow: none !important;
}

.info-modal:not(.contact-modal) .modal-close {
  top: 16px !important;
  right: 16px !important;
}

@media (max-width: 760px) {
  .info-modal:not(.contact-modal) {
    width: min(100% - 24px, 430px) !important;
    max-height: min(86vh, 720px);
    border-radius: 24px !important;
  }

  .info-modal:not(.contact-modal) .modal-shell {
    padding: 36px 24px 30px !important;
  }

  .info-modal:not(.contact-modal) h2 {
    max-width: 100% !important;
    font-size: clamp(30px, 8.7vw, 38px) !important;
    line-height: 1.04 !important;
  }

  .info-modal:not(.contact-modal) .modal-copy > p:not(.label),
  .info-modal:not(.contact-modal) .modal-lines {
    max-width: 100% !important;
  }

  .info-modal:not(.contact-modal) .modal-copy > p:not(.label) {
    font-size: 15px !important;
    line-height: 1.62 !important;
  }

  .info-modal:not(.contact-modal) .modal-lines li {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
}

.info-modal:not(.contact-modal) {
  width: min(760px, calc(100% - 36px)) !important;
}

.info-modal:not(.contact-modal) .modal-shell {
  position: relative !important;
  padding: 54px 62px 52px !important;
}

.info-modal:not(.contact-modal) .modal-visual {
  display: grid !important;
  place-items: center !important;
  position: absolute !important;
  top: 48px !important;
  right: 72px !important;
  width: 122px !important;
  height: 122px !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 12px !important;
  border: 1px solid rgba(216, 228, 238, 0.95) !important;
  border-radius: 28px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,250,253,0.96)) !important;
  box-shadow:
    0 22px 48px rgba(28, 55, 78, 0.10),
    0 1px 0 rgba(255,255,255,0.98) inset !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

.info-modal:not(.contact-modal) .modal-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 18%, rgba(11,126,220,0.10), transparent 58%);
  opacity: 0.5;
}

.info-modal:not(.contact-modal) .modal-visual img {
  position: relative !important;
  z-index: 1 !important;
  width: 94px !important;
  height: 94px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 16px 22px rgba(31, 61, 88, 0.11)) !important;
  transform: translate3d(0, 0, 0) scale(1);
}

.info-modal:not(.contact-modal)[open] .modal-visual {
  animation: modalVisualRevealClean 680ms cubic-bezier(0.16, 1, 0.3, 1) 80ms both !important;
}

.info-modal:not(.contact-modal)[open] .modal-visual img {
  animation: modalVisualBreatheClean 5200ms ease-in-out 780ms infinite !important;
}

.info-modal:not(.contact-modal) h2 {
  max-width: calc(100% - 170px) !important;
  min-height: 0 !important;
}

.info-modal:not(.contact-modal) .modal-copy > p:not(.label) {
  max-width: 610px !important;
}

.info-modal:not(.contact-modal) .modal-lines {
  max-width: 610px !important;
}

.info-modal:not(.contact-modal) .modal-lines li {
  transition:
    color 220ms ease,
    border-color 220ms ease,
    transform 220ms ease !important;
}

.info-modal:not(.contact-modal) .modal-lines li:hover {
  color: #182b3e !important;
  border-bottom-color: rgba(182, 207, 228, 0.95) !important;
  transform: translateX(2px) !important;
}

@keyframes modalVisualRevealClean {
  from {
    opacity: 0;
    transform: translate3d(0, 12px, 0) scale(0.94);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes modalVisualBreatheClean {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, -5px, 0) scale(1.025);
  }
}

@media (max-width: 760px) {
  .info-modal:not(.contact-modal) {
    width: min(100% - 24px, 430px) !important;
  }

  .info-modal:not(.contact-modal) .modal-shell {
    padding: 34px 24px 30px !important;
  }

  .info-modal:not(.contact-modal) .modal-visual {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: 98px !important;
    height: 98px !important;
    margin: 0 0 22px !important;
    border-radius: 24px !important;
  }

  .info-modal:not(.contact-modal) .modal-visual img {
    width: 76px !important;
    height: 76px !important;
  }

  .info-modal:not(.contact-modal) h2 {
    max-width: 100% !important;
  }

  .info-modal:not(.contact-modal) .modal-copy > p:not(.label),
  .info-modal:not(.contact-modal) .modal-lines {
    max-width: 100% !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .info-modal:not(.contact-modal)[open] .modal-visual,
  .info-modal:not(.contact-modal)[open] .modal-visual img {
    animation: none !important;
  }
}

#modal-kunden .modal-brand-logo {
  display: flex;
  align-items: center;
  width: 148px;
  margin: -2px 0 22px;
  padding: 8px 11px;
  border-radius: 11px;
  background: #030303;
  box-shadow: 0 10px 25px rgba(18, 32, 45, 0.10);
}

#modal-kunden .modal-brand-logo img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 761px) {
  #modal-kunden.info-modal {
    max-height: min(90vh, 760px);
  }

  #modal-kunden .modal-brand-logo {
    position: absolute;
    top: 186px;
    right: 72px;
    width: 122px;
    margin: 0;
    padding: 7px 9px;
    border-radius: 10px;
  }
}

@media (max-width: 760px) {
  #modal-kunden .modal-brand-logo {
    position: static;
    width: 132px;
    margin-bottom: 19px;
  }
}
