:root {
  --ink: #101827;
  --text: #4a5568;
  --muted: #718096;
  --line: #e1e7ef;
  --paper: #ffffff;
  --mist: #f5f8fb;
  --blue: #1768f2;
  --blue-2: #42a5ff;
  --teal: #0c9aa8;
  --navy: #071521;
  --shadow: 0 20px 60px rgba(16, 24, 39, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: Inter, "Noto Sans SC", "HarmonyOS Sans SC", "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(225, 231, 239, 0.96);
  backdrop-filter: blur(18px);
}

.top-strip {
  color: #d9e4f2;
  background: #14171d;
  font-size: 13px;
}

.top-strip-inner,
.navbar,
.hero-inner,
.profile-preview,
.global-section,
.section,
.band-inner,
.contact-inner,
.footer-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.top-strip-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.top-strip p {
  margin: 0;
  color: #f2f7ff;
  font-weight: 600;
}

.quick-contact {
  display: flex;
  align-items: center;
  gap: 20px;
}

.quick-contact a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #d9e4f2;
  white-space: nowrap;
}

.contact-icon,
.channel-icon {
  display: inline-block;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.contact-icon {
  width: 16px;
  height: 16px;
}

.channel-icon {
  width: 34px;
  height: 34px;
}

.wechat-icon {
  color: #19b05f;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 13C12.9 13 3 20.8 3 30.5c0 5.4 3.1 10.2 8 13.4L8.7 51l7.5-4.1c2.6.8 5.6 1.2 8.8 1.2 12.1 0 22-7.8 22-17.5S37.1 13 25 13Zm-7.6 11.8a3 3 0 1 1 0-6 3 3 0 0 1 0 6Zm15.2 0a3 3 0 1 1 0-6 3 3 0 0 1 0 6Z'/%3E%3Cpath d='M61 38.8c0-8.1-8.2-14.7-18.4-14.7h-.7c.7 2 1.1 4.1 1.1 6.4 0 11.2-10.7 20.3-24 20.3h-.9c3 4.8 9.4 8.1 16.9 8.1 2.6 0 5.1-.4 7.3-1.1l6.3 3.4-1.9-5.9C55.4 52.6 61 46.4 61 38.8Zm-24-3a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5Zm13 0a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 13C12.9 13 3 20.8 3 30.5c0 5.4 3.1 10.2 8 13.4L8.7 51l7.5-4.1c2.6.8 5.6 1.2 8.8 1.2 12.1 0 22-7.8 22-17.5S37.1 13 25 13Zm-7.6 11.8a3 3 0 1 1 0-6 3 3 0 0 1 0 6Zm15.2 0a3 3 0 1 1 0-6 3 3 0 0 1 0 6Z'/%3E%3Cpath d='M61 38.8c0-8.1-8.2-14.7-18.4-14.7h-.7c.7 2 1.1 4.1 1.1 6.4 0 11.2-10.7 20.3-24 20.3h-.9c3 4.8 9.4 8.1 16.9 8.1 2.6 0 5.1-.4 7.3-1.1l6.3 3.4-1.9-5.9C55.4 52.6 61 46.4 61 38.8Zm-24-3a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5Zm13 0a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5Z'/%3E%3C/svg%3E");
}

.whatsapp-icon {
  color: #22c55e;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 5.5C17.4 5.5 5.5 17.4 5.5 32c0 4.8 1.3 9.5 3.8 13.6L5 59l13.8-4.1A26.3 26.3 0 0 0 32 58.5c14.6 0 26.5-11.9 26.5-26.5S46.6 5.5 32 5.5Zm0 47.9c-4.2 0-8.2-1.2-11.7-3.4l-.8-.5-8.2 2.4 2.5-8-.5-.8A21.2 21.2 0 0 1 10.6 32C10.6 20.2 20.2 10.6 32 10.6S53.4 20.2 53.4 32 43.8 53.4 32 53.4Zm12.3-15.9c-.7-.4-4.1-2-4.7-2.2-.6-.2-1.1-.4-1.5.4-.4.7-1.7 2.2-2.1 2.7-.4.5-.8.5-1.5.2-.7-.4-3-1.1-5.7-3.5-2.1-1.9-3.6-4.2-4-4.9-.4-.7 0-1.1.3-1.4.3-.3.7-.8 1.1-1.2.4-.4.5-.7.7-1.2.2-.5.1-.9 0-1.2-.2-.4-1.5-3.6-2.1-4.9-.5-1.3-1.1-1.1-1.5-1.1h-1.3c-.5 0-1.2.2-1.8.9-.6.7-2.4 2.3-2.4 5.7s2.5 6.6 2.8 7.1c.4.5 4.9 7.5 11.8 10.5 1.7.7 3 1.1 4 1.4 1.7.5 3.2.4 4.4.3 1.4-.2 4.1-1.7 4.7-3.3.6-1.6.6-3 .4-3.3-.2-.3-.6-.5-1.3-.9Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 5.5C17.4 5.5 5.5 17.4 5.5 32c0 4.8 1.3 9.5 3.8 13.6L5 59l13.8-4.1A26.3 26.3 0 0 0 32 58.5c14.6 0 26.5-11.9 26.5-26.5S46.6 5.5 32 5.5Zm0 47.9c-4.2 0-8.2-1.2-11.7-3.4l-.8-.5-8.2 2.4 2.5-8-.5-.8A21.2 21.2 0 0 1 10.6 32C10.6 20.2 20.2 10.6 32 10.6S53.4 20.2 53.4 32 43.8 53.4 32 53.4Zm12.3-15.9c-.7-.4-4.1-2-4.7-2.2-.6-.2-1.1-.4-1.5.4-.4.7-1.7 2.2-2.1 2.7-.4.5-.8.5-1.5.2-.7-.4-3-1.1-5.7-3.5-2.1-1.9-3.6-4.2-4-4.9-.4-.7 0-1.1.3-1.4.3-.3.7-.8 1.1-1.2.4-.4.5-.7.7-1.2.2-.5.1-.9 0-1.2-.2-.4-1.5-3.6-2.1-4.9-.5-1.3-1.1-1.1-1.5-1.1h-1.3c-.5 0-1.2.2-1.8.9-.6.7-2.4 2.3-2.4 5.7s2.5 6.6 2.8 7.1c.4.5 4.9 7.5 11.8 10.5 1.7.7 3 1.1 4 1.4 1.7.5 3.2.4 4.4.3 1.4-.2 4.1-1.7 4.7-3.3.6-1.6.6-3 .4-3.3-.2-.3-.6-.5-1.3-.9Z'/%3E%3C/svg%3E");
}

.email-icon {
  color: #2563eb;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 14h46a5 5 0 0 1 5 5v26a5 5 0 0 1-5 5H9a5 5 0 0 1-5-5V19a5 5 0 0 1 5-5Zm23 20.2L10.2 20.5V45h43.6V20.5L32 34.2Zm0-6 16.1-10.1H15.9L32 28.2Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 14h46a5 5 0 0 1 5 5v26a5 5 0 0 1-5 5H9a5 5 0 0 1-5-5V19a5 5 0 0 1 5-5Zm23 20.2L10.2 20.5V45h43.6V20.5L32 34.2Zm0-6 16.1-10.1H15.9L32 28.2Z'/%3E%3C/svg%3E");
}

.navbar {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 900;
  white-space: nowrap;
}

.logo-mark {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: drop-shadow(0 6px 10px rgba(12, 154, 168, 0.16));
}

.logo-text {
  position: relative;
  font-size: 24px;
  letter-spacing: 0;
}

.logo-text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--teal), var(--blue));
  opacity: 0.9;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  color: #2f3a4a;
  font-size: 15px;
  font-weight: 700;
}

.nav-links a {
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: var(--blue);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f8fafc;
}

.language-switcher button {
  width: auto;
  min-height: 34px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  color: #475569;
  background: transparent;
  box-shadow: none;
  font-weight: 800;
  cursor: pointer;
}

.language-switcher button.is-active {
  color: #fff;
  background: var(--blue);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(16, 24, 39, 0.08);
}

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

.nav-cta,
.btn,
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.nav-cta,
.btn.primary,
button[type="submit"] {
  border: 0;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 12px 28px rgba(23, 104, 242, 0.28);
}

.btn.ghost {
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.btn:hover,
.nav-cta:hover,
button:hover {
  transform: translateY(-1px);
}

.hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
}

.hero-bg,
.hero-bg img,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(4, 12, 22, 0.92) 0%, rgba(6, 18, 31, 0.76) 45%, rgba(8, 18, 31, 0.18) 100%),
    linear-gradient(180deg, rgba(5, 12, 20, 0.16), rgba(5, 12, 20, 0.92));
}

.hero-inner {
  position: relative;
  z-index: 1;
  min-height: 650px;
  display: flex;
  align-items: center;
  padding: 76px 0;
}

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

.eyebrow,
.section-label {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  display: inline-flex;
  padding: 8px 16px;
  border: 1px solid rgba(66, 165, 255, 0.38);
  border-radius: 999px;
  color: #9bd7ff;
  background: rgba(23, 104, 242, 0.18);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(46px, 7vw, 84px);
  line-height: 1.04;
  letter-spacing: 0;
  font-weight: 800;
  overflow-wrap: normal;
  white-space: pre-line;
  word-break: keep-all;
}

h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.12;
}

h3 {
  margin: 0;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.28;
}

.hero-text {
  max-width: 760px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
  line-height: 1.75;
}

.hero-actions,
.contact-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.global-section {
  padding: 80px 0;
}

.global-visual {
  position: relative;
  min-height: 680px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 0;
  background: #f2f5f7;
}

.global-copy {
  position: relative;
  z-index: 2;
  width: min(980px, calc(100% - 48px));
  margin: 0 auto;
  text-align: center;
}

.global-copy .section-label {
  color: var(--teal);
}

.global-section h2 {
  max-width: 980px;
  margin: 0 auto;
  color: var(--ink);
}

.global-copy > p:not(.section-label) {
  max-width: 820px;
  margin: 24px auto 0;
  padding: 10px 18px;
  border-radius: 999px;
  color: #26364a;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 30px rgba(16, 24, 39, 0.07);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65);
}

.global-stats {
  margin: 44px auto 0;
  max-width: 900px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.global-stat {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.global-stat strong,
.global-stat span {
  display: block;
}

.global-stat strong {
  color: var(--teal);
  font-size: clamp(48px, 7vw, 76px);
  line-height: 1;
}

.global-stat span {
  margin-top: 10px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

#customerGlobe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.92;
}

.globe-labels {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.globe-label {
  position: absolute;
  padding: 6px 10px;
  border: 1px solid rgba(12, 154, 168, 0.35);
  border-radius: 999px;
  color: #0b6170;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 18px rgba(12, 154, 168, 0.18);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
}

.globe-label.is-active {
  color: #073b46;
  border-color: rgba(12, 154, 168, 0.72);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 0 24px rgba(12, 154, 168, 0.32);
}

.globe-fallback {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 34px;
  width: min(900px, calc(100% - 56px));
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  pointer-events: none;
  transform: translateX(-50%);
}

.globe-fallback span {
  padding: 7px 10px;
  border-radius: 999px;
  color: #647084;
  background: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 800;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.globe-fallback span.is-active {
  color: #063f4a;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0 22px rgba(12, 154, 168, 0.26);
}

.profile-preview {
  padding: 96px 0 72px;
  display: grid;
  grid-template-columns: minmax(380px, 0.94fr) minmax(0, 1.06fr);
  gap: 70px;
  align-items: center;
}

.profile-media {
  position: relative;
  min-height: 470px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--mist);
}

.profile-media img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
}

.experience-badge {
  display: none;
}

.experience-badge strong,
.experience-badge span {
  display: block;
  text-align: center;
}

.experience-badge strong {
  font-size: 27px;
  line-height: 1;
}

.experience-badge span {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 700;
}

.profile-copy {
  min-width: 0;
}

.profile-paragraphs p {
  margin: 20px 0 0;
  color: #465466;
  font-size: 17px;
  line-height: 1.85;
}

.section {
  padding: 88px 0;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 38px;
}

.section-heading p:not(.section-label),
.lead,
.contact-copy p {
  font-size: 17px;
  line-height: 1.75;
}

.section-heading p:not(.section-label),
.lead {
  margin: 20px 0 0;
}

.product-spotlight {
  margin: 0 0 24px;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(16, 24, 39, 0.07);
}

.product-spotlight-media {
  min-height: 340px;
  background: #071521;
}

.product-spotlight-media img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.product-spotlight-copy {
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-spotlight-copy h3 {
  font-size: clamp(28px, 3.4vw, 46px);
  line-height: 1.08;
}

.product-spotlight-copy p:not(.section-label) {
  margin: 20px 0 0;
  color: #465466;
  font-size: 17px;
  line-height: 1.75;
}

.product-photo-panel {
  position: relative;
  margin: 0 0 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #f8fbff;
  box-shadow: 0 18px 42px rgba(16, 24, 39, 0.06);
}

.product-photo-panel img {
  width: 100%;
  display: block;
}

.product-photo-caption {
  position: absolute;
  right: 34px;
  bottom: 30px;
  width: min(360px, calc(100% - 68px));
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 38px rgba(16, 24, 39, 0.12);
  backdrop-filter: blur(12px);
}

.product-photo-caption h3 {
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.12;
}

.product-photo-caption p:not(.section-label) {
  margin: 14px 0 0;
  color: #465466;
  font-size: 15px;
  line-height: 1.65;
}

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

.product-card {
  min-height: 292px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(16, 24, 39, 0.06);
  text-align: center;
}

.product-icon {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 18px;
  color: var(--blue);
  background: linear-gradient(135deg, #eaf2ff, #f3fbff);
}

.product-icon::before {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  background: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.product-icon.endoscope::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 12h40v26H12V12Zm5 5v16h30V17H17Zm3 27h24v5H20v-5Zm9-6h6v6h-6v-6Zm-16 14h38v5H13v-5Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 12h40v26H12V12Zm5 5v16h30V17H17Zm3 27h24v5H20v-5Zm9-6h6v6h-6v-6Zm-16 14h38v5H13v-5Z'/%3E%3C/svg%3E");
}

.product-icon.energy::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 3 14 36h17l-4 25 23-35H33l3-23Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 3 14 36h17l-4 25 23-35H33l3-23Z'/%3E%3C/svg%3E");
}

.product-icon.instrument::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M48 5 25 28l4 4L52 9l3 3-23 23 4 4 23-23a8 8 0 0 0-11-11ZM7 50a8 8 0 1 0 14 5l9-17-4-4-17 9a8 8 0 0 0-2 7Zm9 4a3 3 0 1 1-4-4 3 3 0 0 1 4 4Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M48 5 25 28l4 4L52 9l3 3-23 23 4 4 23-23a8 8 0 0 0-11-11ZM7 50a8 8 0 1 0 14 5l9-17-4-4-17 9a8 8 0 0 0-2 7Zm9 4a3 3 0 1 1-4-4 3 3 0 0 1 4 4Z'/%3E%3C/svg%3E");
}

.product-icon.oem::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 6 6 18v8c0 16 10.8 27.8 26 32 15.2-4.2 26-16 26-32v-8L32 6Zm0 7.7 19 8.8V26c0 12.2-7.5 21.6-19 25.3C20.5 47.6 13 38.2 13 26v-3.5l19-8.8Zm-3 25.8 15-15-4.2-4.2L29 31.1l-4.8-4.8-4.2 4.2 9 9Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 6 6 18v8c0 16 10.8 27.8 26 32 15.2-4.2 26-16 26-32v-8L32 6Zm0 7.7 19 8.8V26c0 12.2-7.5 21.6-19 25.3C20.5 47.6 13 38.2 13 26v-3.5l19-8.8Zm-3 25.8 15-15-4.2-4.2L29 31.1l-4.8-4.8-4.2 4.2 9 9Z'/%3E%3C/svg%3E");
}

.product-card p,
.feature-item p,
.process-list span {
  margin: 15px 0 0;
  line-height: 1.68;
}

.band {
  color: #cbd9e8;
  background:
    radial-gradient(circle at 20% 0%, rgba(23, 104, 242, 0.35), transparent 30%),
    #071521;
}

.band-inner {
  padding: 92px 0;
}

.band h2,
.band h3 {
  color: #fff;
}

.band .section-label {
  color: #9bd7ff;
}

.compact {
  margin-bottom: 34px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  overflow: hidden;
}

.feature-item {
  min-height: 240px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.06);
}

.seo-market {
  padding-top: 76px;
}

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

.seo-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(16, 24, 39, 0.06);
}

.seo-card p {
  margin: 14px 0 0;
  color: #465466;
  line-height: 1.7;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
  align-items: start;
}

.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: process;
}

.process-list li {
  position: relative;
  min-height: 124px;
  padding: 0 0 32px 78px;
  border-left: 1px solid var(--line);
  counter-increment: process;
}

.process-list li::before {
  content: counter(process, decimal-leading-zero);
  position: absolute;
  left: -1px;
  top: 0;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: var(--teal);
  font-weight: 900;
  transform: translateX(-50%);
}

.process-list li:last-child {
  min-height: auto;
  padding-bottom: 0;
}

.process-list strong,
.process-list span {
  display: block;
}

.process-list strong {
  color: var(--ink);
  font-size: 21px;
}

.contact-section {
  background: var(--mist);
}

.contact-inner {
  padding: 92px 0;
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 58px;
  align-items: start;
}

.contact-copy p {
  margin: 20px 0 0;
}

.contact-channel-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.channel-card {
  min-height: 154px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(16, 24, 39, 0.07);
}

.channel-card strong,
.channel-card small {
  display: block;
}

.channel-card strong {
  margin-top: 16px;
  color: var(--ink);
  font-size: 16px;
}

.channel-card small {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 15px;
  color: var(--ink);
  background: #fbfdff;
  font: inherit;
  font-weight: 500;
  outline: none;
}

input:focus,
textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(23, 104, 242, 0.12);
}

textarea {
  resize: vertical;
}

button[type="submit"] {
  min-height: 50px;
  cursor: pointer;
}

.form-note {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 26px;
  z-index: 60;
  min-width: 220px;
  padding: 12px 18px;
  border-radius: 999px;
  color: #fff;
  background: rgba(16, 24, 39, 0.94);
  box-shadow: var(--shadow);
  text-align: center;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 18px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

footer {
  color: #c9d8e6;
  background: #071521;
}

.footer-inner {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-inner p {
  margin: 0;
  font-size: 14px;
}

@media (max-width: 1100px) {
  .nav-links {
    gap: 16px;
    font-size: 14px;
  }

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

  .product-spotlight {
    grid-template-columns: 1fr;
  }

  .product-spotlight-copy {
    padding: 34px;
  }

  .product-photo-caption {
    position: static;
    width: auto;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    backdrop-filter: none;
  }

  .profile-preview,
  .global-section,
  .split,
  .contact-inner {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .profile-media {
    min-height: 400px;
  }

  .profile-media img {
    min-height: 400px;
  }

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

@media (max-width: 900px) {
  .top-strip {
    display: none;
  }

  .navbar {
    width: calc(100% - 28px);
    min-height: 72px;
    gap: 12px;
  }

  .menu-toggle {
    display: block;
    order: 4;
  }

  .nav-actions {
    margin-left: auto;
  }

  .nav-cta {
    display: none;
  }

  .language-switcher {
    padding: 4px;
  }

  .language-switcher button {
    min-height: 32px;
    padding: 0 10px;
  }

  .nav-links {
    position: fixed;
    inset: 72px 14px auto 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    padding: 14px 12px;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    width: calc(100% - 28px);
    min-height: 620px;
    padding: 58px 0;
  }

  .profile-preview,
  .global-section,
  .section,
  .band-inner,
  .contact-inner,
  .footer-inner {
    width: calc(100% - 28px);
  }

  .profile-preview,
  .global-section,
  .section,
  .band-inner,
  .contact-inner {
    padding: 66px 0;
  }

  .feature-grid,
  .global-stats,
  .contact-channel-grid {
    grid-template-columns: 1fr;
  }

  .process-list {
    margin-left: 28px;
  }

  .process-list li {
    padding-left: 52px;
  }

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

@media (max-width: 560px) {
  .logo-text {
    max-width: 132px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
  }

  .logo-mark {
    width: 36px;
    height: 36px;
  }

  .language-switcher button {
    padding: 0 8px;
    font-size: 13px;
  }

  h1 {
    font-size: 38px;
    line-height: 1.12;
  }

  h2 {
    font-size: 31px;
  }

  .hero-text,
  .profile-paragraphs p,
  .section-heading p:not(.section-label),
  .lead,
  .contact-copy p {
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
  }

  .btn {
    width: 100%;
  }

  .profile-media,
  .profile-media img {
    min-height: 300px;
  }

  .experience-badge {
    width: 104px;
    height: 104px;
    left: 18px;
    bottom: 18px;
  }

  .experience-badge strong {
    font-size: 22px;
  }

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

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

  .product-spotlight-media,
  .product-spotlight-media img {
    min-height: 220px;
  }

  .product-spotlight-copy {
    padding: 26px;
  }

  .product-photo-caption {
    padding: 24px;
  }

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

  .global-visual {
    min-height: 800px;
  }

  .globe-labels {
    display: none;
  }

  #customerGlobe {
    opacity: 0.78;
  }

  .global-stats {
    margin-top: 30px;
    gap: 18px;
  }

  .global-stat strong {
    font-size: 50px;
  }

  .global-stat span {
    font-size: 14px;
  }

  .contact-form {
    padding: 22px;
  }
}
