:root {
  color-scheme: dark;
  --black: #05090f;
  --panel: #09121d;
  --panel-2: #0b1624;
  --blue: #087ff5;
  --cyan: #00d8cf;
  --coral: #ff684f;
  --white: #f5f7fa;
  --muted: #8b98a7;
  --line: rgba(107, 166, 208, .14);
  --content-width: 1008px;
  --page: min(calc(100% - 96px), var(--content-width));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--black); color: var(--white); font-family: Inter, "PingFang SC", "Microsoft YaHei", Arial, sans-serif; line-height: 1.5; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, dl, dd { margin-top: 0; }
h1, h2 { text-wrap: balance; }
main section[id] { scroll-margin-top: 76px; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 14px; background: var(--white); color: var(--black); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 16px; width: var(--page); height: 76px; margin-inline: auto; transition: background-color 180ms ease; }
.site-header.is-scrolled { position: fixed; width: 100%; padding-inline: max(48px, calc((100% - var(--content-width)) / 2)); background: rgba(5, 9, 15, .9); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand { display: inline-flex; min-height: 44px; align-items: center; font-size: 28px; font-weight: 900; letter-spacing: 3px; }
.brand span { color: var(--blue); }
.language-picker { position: relative; display: inline-flex; min-height: 44px; align-items: center; }
.language-toggle { display: inline-flex; min-width: 92px; min-height: 44px; padding: 0 12px; align-items: center; justify-content: space-between; gap: 9px; border: 1px solid rgba(107,166,208,.28); border-radius: 999px; background: rgba(7,17,27,.82); color: var(--white); font-size: 12px; font-weight: 800; letter-spacing: 1px; cursor: pointer; transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease; }
.language-toggle:hover, .language-toggle[aria-expanded="true"] { border-color: var(--blue); background: rgba(8,127,245,.14); box-shadow: 0 0 18px rgba(8,127,245,.2); }
.language-toggle > svg { width: 17px; height: 17px; fill: none; stroke: var(--cyan); stroke-width: 1.5; stroke-linecap: round; }.language-chevron { display: grid; width: 16px; height: 16px; color: var(--muted); place-items: center; transition: transform 160ms ease; }.language-chevron svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }.language-toggle[aria-expanded="true"] .language-chevron { transform: rotate(180deg); }
.language-menu { position: absolute; z-index: 30; top: calc(100% + 8px); right: 0; width: 158px; padding: 6px; border: 1px solid rgba(107,166,208,.24); border-radius: 12px; background: rgba(7,17,27,.96); box-shadow: 0 18px 42px rgba(0,0,0,.45), 0 0 22px rgba(8,127,245,.12); backdrop-filter: blur(16px); }
.language-menu[hidden] { display: none; }
.language-menu button { display: grid; grid-template-columns: 30px 1fr 18px; min-height: 42px; width: 100%; padding: 0 10px; align-items: center; gap: 7px; border: 0; border-radius: 8px; background: transparent; color: var(--muted); font-size: 12px; text-align: left; cursor: pointer; }.language-menu button:hover, .language-menu button.is-selected { background: rgba(8,127,245,.15); color: var(--white); }.language-option-code { color: var(--cyan); font-size: 10px; font-weight: 850; letter-spacing: 1px; }.language-check { display: grid; width: 18px; height: 18px; color: var(--blue); opacity: 0; place-items: center; }.language-check svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }.language-menu button.is-selected .language-check { opacity: 1; }

.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 12px; padding: 0 28px; border: 1px solid transparent; border-radius: 2px; background: transparent; color: var(--white); font-weight: 750; transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button--nav { min-height: 44px; padding-inline: 22px; border-color: rgba(255,255,255,.18); background: linear-gradient(100deg, var(--coral), #ff8b5d); color: var(--white); font-size: 14px; box-shadow: 0 0 26px rgba(255,104,79,.32); }
.button--coral { background: linear-gradient(100deg, var(--coral), #ff8b5d); box-shadow: 0 0 25px rgba(255,104,79,.22); }
.button--ghost { border-color: rgba(255,255,255,.35); }
.button--blue { min-height: 44px; margin-top: 20px; padding-inline: 18px; border-color: rgba(8,127,245,.8); color: #50a6ff; font-size: 13px; }
.button--closing { min-width: 190px; background: var(--blue); box-shadow: 0 0 28px rgba(8,127,245,.28); }

.section { position: relative; padding-inline: max(48px, calc((100% - var(--content-width)) / 2)); background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, rgba(107,166,208,.035) 1px, transparent 1px); background-size: 100% 100%, 64px 64px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; }
.section-heading h2 { position: relative; margin: 0; padding-left: 14px; font-size: 28px; line-height: 1.15; }
.section-heading h2::before { content: ""; position: absolute; top: 1px; bottom: 1px; left: 0; width: 3px; background: var(--blue); box-shadow: 0 0 12px var(--blue); }
.section-heading a { color: rgba(255,255,255,.72); font-size: 13px; }

.hero { position: relative; height: 760px; overflow: hidden; isolation: isolate; background: #020509; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .2; background-image: radial-gradient(circle at 75% 48%, rgba(0,152,255,.38), transparent 42%), linear-gradient(rgba(8,127,245,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(8,127,245,.07) 1px, transparent 1px); background-size: auto, 38px 38px, 38px 38px; }
.hero__poster, .hero__video { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; transition: opacity 220ms ease; }
.hero__media { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; filter: saturate(1.12) contrast(1.06); }
.hero__video { max-width: none; object-fit: cover; object-position: center; opacity: 0; filter: saturate(1.12) contrast(1.06); }
.hero__video.is-visible { opacity: 1; }
.hero__poster.is-hidden { opacity: 0; }
.hero__shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, #020509 0 25%, rgba(2,5,9,.88) 37%, rgba(2,5,9,.2) 66%, rgba(2,5,9,.05)), linear-gradient(0deg, #05090f 0, transparent 22%); }
.hero__content { width: var(--page); margin-inline: auto; padding-top: 240px; }
.hero h1 { max-width: 540px; margin-bottom: 16px; font-size: 60px; line-height: 1.1; }
.hero__lead { margin-bottom: 44px; color: var(--coral); font-size: 21px; }
.hero__facts { display: grid; grid-template-columns: repeat(3, 190px); gap: 22px; margin-bottom: 46px; }
.hero__facts div { display: grid; grid-template-columns: 38px 1fr; align-items: center; }
.hero-fact-icon { grid-row: 1 / 3; width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; color: var(--blue); filter: drop-shadow(0 0 6px rgba(8,127,245,.45)); }
.hero__facts div:nth-child(2) .hero-fact-icon { color: var(--cyan); }
.hero__facts div:nth-child(3) .hero-fact-icon { color: var(--coral); }
.hero__facts strong { font-size: 16px; }
.hero__facts span { color: var(--muted); font-size: 13px; }
.hero__actions { display: flex; gap: 14px; }
.hero__motion-toggle { position: absolute; z-index: 3; right: 24px; bottom: 24px; display: none; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; place-items: center; background: rgba(2,5,9,.68); color: var(--white); font-size: 17px; line-height: 1; backdrop-filter: blur(8px); }
.hero__motion-toggle:hover { border-color: var(--cyan); background: rgba(2,5,9,.86); }
.network { display: grid; grid-template-columns: 300px 1fr; gap: 40px; min-height: 410px; padding-block: 38px; background-color: #060d15; }
.network__copy { min-width: 0; }
.network__copy h2 { position: relative; margin: 0 0 24px; padding-left: 14px; font-size: 28px; }
.network__copy h2::before { content: ""; position: absolute; inset: 3px auto 3px 0; width: 3px; background: var(--blue); }
.network__copy > p { color: var(--muted); font-size: 15px; line-height: 1.7; }
.network__copy dl { display: flex; gap: 20px; margin: 34px 0 0; }
html[lang="en"] .network__copy dl { flex-wrap: wrap; column-gap: 16px; }
.network__copy dl div { display: flex; flex-direction: column-reverse; }
.network__copy dd { margin: 0; color: var(--blue); font-size: 28px; font-weight: 700; }
.network__copy dt { color: var(--muted); font-size: 12px; white-space: nowrap; }
.world-map { min-width: 0; align-self: center; }
.world-map__canvas { position: relative; aspect-ratio: 2 / 1; overflow: hidden; background: radial-gradient(circle at 58% 43%, rgba(0,216,207,.08), transparent 36%); }
.world-map__land, .world-map__network { position: absolute; inset: 0; width: 100%; height: 100%; }
.world-map__land { opacity: .42; }
.map-route { fill: none; stroke: rgba(8,127,245,.72); stroke-width: 1.5; stroke-dasharray: .03 .025; animation: route-flow 4s linear infinite; }
.map-route--cyan { stroke: rgba(0,216,207,.72); animation-delay: -2s; }
.map-points circle { fill: white; stroke: var(--blue); stroke-width: 3; filter: drop-shadow(0 0 6px var(--blue)); }
.map-points circle:nth-child(2n), .map-points circle:nth-child(4) { stroke: var(--cyan); }
.map-labels { position: absolute; inset: 0; pointer-events: none; }
.market-node { position: absolute; color: var(--white); font-size: 14px; font-weight: 700; text-shadow: 0 1px 4px #060d15, 0 0 5px #060d15; white-space: nowrap; }
.market-node--br { top: 61.6%; left: 33%; }.market-node--ph { top: 41%; left: 85%; }
.market-node--gb { top: 10%; left: 44.5%; }.market-node--mt { top: 33.2%; left: 56.5%; }
.market-node--es { top: 38%; left: 43.2%; }.market-node--de { top: 22.4%; left: 55.8%; }
.market-node--nl { top: 24%; left: 42.8%; }.market-node--se { top: 13%; left: 56.5%; }
.market-list { display: none; }
@keyframes route-flow { to { stroke-dashoffset: -1; } }

.capabilities { min-height: 320px; padding-block: 34px; background-color: #050c13; }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 22px; }
.capability-card { display: grid; grid-template-columns: 48px 1fr; min-width: 0; min-height: 196px; padding: 22px 16px; border: 1px solid var(--line); background: linear-gradient(135deg, rgba(8,127,245,.12), rgba(8,127,245,.02)); }
.capability-card:nth-child(2) { background: linear-gradient(135deg, rgba(0,216,207,.12), rgba(0,216,207,.02)); }
.capability-card--warm { background: linear-gradient(135deg, rgba(255,104,79,.13), rgba(255,104,79,.02)); }
.capability-icon { width: 26px; height: 26px; margin-top: 5px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; color: var(--blue); filter: drop-shadow(0 0 6px rgba(8,127,245,.45)); }
.capability-card:nth-child(2) .capability-icon { color: var(--cyan); }.capability-card--warm .capability-icon { color: var(--coral); }
.capability-card h3 { margin: 3px 0 10px; font-size: 20px; }
.capability-card p { margin-bottom: 10px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.capability-card a { color: var(--blue); font-size: 13px; }.capability-card:nth-child(2) a { color: var(--cyan); }.capability-card--warm a { color: var(--coral); }

.integration { min-height: 270px; padding-block: 36px; background-color: #071019; }
.integration-list { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; margin: 40px 0 0; list-style: none; }
.integration-step { position: relative; display: grid; grid-template-columns: 48px 1fr; gap: 10px; padding-right: 16px; }
.integration-step::after { content: ""; position: absolute; top: 17px; left: 40px; right: 0; border-top: 1px dashed rgba(90,152,198,.35); }
.integration-step:last-child::after { display: none; }
.integration-step > span { z-index: 1; display: grid; width: 34px; height: 34px; border: 1px solid var(--blue); border-radius: 50%; place-items: center; background: #071019; color: var(--blue); font-weight: 800; }
.integration-step:nth-child(2) > span { border-color: var(--cyan); color: var(--cyan); }.integration-step:nth-child(3) > span { border-color: var(--coral); color: var(--coral); }
.integration-step h3 { margin: 2px 0 12px; font-size: 19px; }
.integration-step p { max-width: 210px; color: var(--muted); font-size: 14px; line-height: 1.55; }

.partners { min-height: 390px; padding-block: 34px; background-color: #050c12; }
.section-heading--partners { display: flex; align-items: baseline; gap: 22px; }
.section-heading--partners p { margin: 0; color: var(--cyan); font-size: 13px; }
.partners__body { display: grid; grid-template-columns: 190px 1fr; gap: 22px; margin-top: 20px; }
.partners__stats { display: flex; min-height: 270px; flex-direction: column; justify-content: center; padding: 22px; border: 1px solid var(--line); background: rgba(7,17,27,.8); }
.partners__stats p { display: flex; flex-direction: column; margin-bottom: 24px; color: var(--muted); font-size: 13px; }
.partners__stats strong { color: var(--blue); font-size: 32px; }
.partners__stats a { color: #5caafd; font-size: 12px; }
.partner-wall { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 50px; gap: 6px; }
.vendor-link { display: block; min-width: 0; height: 50px; }
.partner-wall .vendor-logo { width: 100%; height: 50px; padding: 5px 8px; border: 1px solid var(--line); background: #080e16; object-fit: contain; transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease; }
.vendor-link:hover .vendor-logo, .vendor-link:focus-visible .vendor-logo { border-color: var(--cyan); background: #0b1722; transform: translateY(-2px); }
.partner-status { grid-column: 1 / -1; margin: 0; align-self: center; color: var(--muted); font-size: 13px; text-align: center; }

.closing { position: relative; isolation: isolate; display: grid; width: 100%; min-height: 320px; overflow: hidden; padding: 64px 20px; align-content: center; justify-items: center; gap: 28px; background: linear-gradient(180deg, #050c12, #061120 55%, #02060a); text-align: center; }
.closing::before { content: ""; position: absolute; z-index: -2; inset: -45% 0 -20%; background: url("assets/world-map.svg") center / min(1000px, 100%) auto no-repeat; opacity: .18; transform: scale(1.12); }
.closing::after { content: ""; position: absolute; z-index: -1; top: 0; left: 50%; width: min(720px, 80%); height: 1px; background: linear-gradient(90deg, transparent, var(--blue), transparent); box-shadow: 0 0 18px var(--blue); transform: translateX(-50%); }
.closing h2 { margin: 0; font-size: 36px; }.closing p { margin: 8px 0 0; color: rgba(255,255,255,.72); font-size: 15px; }

.contact-dialog { width: min(510px, calc(100% - 32px)); padding: 38px; border: 1px solid rgba(8,127,245,.45); border-radius: 2px; background: #08111b; color: white; box-shadow: 0 24px 80px rgba(0,0,0,.7), 0 0 30px rgba(8,127,245,.12); }
.contact-dialog::backdrop { background: rgba(1,4,8,.82); backdrop-filter: blur(7px); }.dialog-close { position: absolute; top: 10px; right: 10px; width: 44px; height: 44px; border: 0; background: transparent; color: white; font-size: 28px; }.dialog-kicker { margin-bottom: 8px; color: var(--coral); font-size: 10px; font-weight: 800; }.contact-dialog h2 { margin-bottom: 8px; font-size: 30px; }.contact-dialog > p:not(.dialog-kicker) { color: var(--muted); }.contact-dialog form { display: grid; gap: 7px; margin-top: 20px; }.contact-dialog label { margin-top: 6px; font-size: 11px; font-weight: 700; }.contact-dialog input, .contact-dialog textarea { width: 100%; padding: 11px 12px; border: 1px solid #354456; border-radius: 0; background: #04080d; color: white; }.contact-dialog textarea { resize: vertical; }.contact-dialog .button { margin-top: 10px; }.form-status { min-height: 21px; margin: 2px 0 0; color: var(--cyan); font-size: 12px; }
.contact-card { display: grid; grid-template-columns: 52px 1fr auto; gap: 14px; align-items: center; margin-top: 24px; padding: 16px; border: 1px solid var(--line); background: #0b1722; }.contact-card__avatar { display: grid; width: 52px; height: 52px; border-radius: 50%; background: var(--blue); color: white; font-size: 25px; font-weight: 800; place-items: center; }.contact-card__info { display: grid; gap: 4px; min-width: 0; }.contact-card__info strong { font-size: 16px; }.contact-card__info span { color: var(--muted); font-size: 12px; }.contact-card__chat { white-space: nowrap; }.contact-note { margin: 16px 0 0; color: var(--muted); font-size: 12px; }

.reveal { opacity: 0; transform: translateY(12px); transition: opacity 380ms ease, transform 380ms ease; }.reveal.is-visible { opacity: 1; transform: none; }

@media (min-width: 1360px) {
  .hero__motion-toggle:not([hidden]) { display: grid; }
}

@media (min-width: 901px) {
  html[lang="en"] .hero h1 { max-width: 700px; }
}

@media (min-width: 1440px) {
  :root { --content-width: 1280px; }
  .network { grid-template-columns: 340px 1fr; }
}

@media (max-width: 900px) {
  :root { --page: calc(100% - 48px); }
  .hero { height: 640px; }
  .hero__content { padding-top: 202px; }
  .hero h1 { max-width: 470px; font-size: 46px; }
  .hero__lead { font-size: 19px; }
  .hero__facts { grid-template-columns: repeat(3, 170px); gap: 18px; }
  .hero__facts strong { font-size: 14px; }.hero__facts span { font-size: 12px; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .section { padding-inline: 32px; }
  .map-labels { display: none; }
  .market-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px 12px; padding: 12px 0 0; margin: 0; color: var(--muted); font-size: 12px; list-style: none; }
  .market-list li::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: var(--blue); }
}

@media (max-width: 768px) {
  :root { --page: calc(100% - 40px); }
  .site-header { position: absolute; grid-template-columns: 1fr auto auto; gap: 8px; height: 64px; }
  .site-header.is-scrolled { position: fixed; padding-inline: 20px; }
  .brand { font-size: 19px; letter-spacing: 2px; }
  .language-toggle { min-width: 82px; padding-inline: 10px; }
  .button--nav { padding-inline: 10px; font-size: 12px; }
  .hero { height: auto; min-height: 820px; padding-bottom: 52px; }
  .hero__media { inset: 0; width: 100%; height: 460px; object-position: 58% center; opacity: .78; }
  .hero__shade { background: linear-gradient(0deg, #05090f 37%, rgba(5,9,15,.12) 78%, rgba(5,9,15,.5)); }
  .hero__content { width: calc(100% - 40px); padding-top: 310px; }
  .hero h1 { max-width: 360px; font-size: 38px; }.hero__lead { margin-bottom: 30px; font-size: 17px; }
  .hero__facts { grid-template-columns: 1fr; gap: 16px; margin-bottom: 28px; }.hero__facts div { grid-template-columns: 40px 1fr; }.hero__facts strong { font-size: 15px; }.hero__facts span { font-size: 14px; }
  .hero__actions { display: grid; }.hero__actions .button { width: 100%; }
  .section { height: auto; padding: 46px 20px; }
  .section-heading h2, .network__copy h2 { font-size: 26px; }
  .section-heading--partners { align-items: flex-start; flex-direction: column; gap: 4px; }
  .section-heading a, .capability-card a, .partners__stats a { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; }
  .network__copy dt, .partners__stats p, .partners__stats a { font-size: 14px; }
  .network { grid-template-columns: 1fr; gap: 22px; }.network__copy > p { font-size: 14px; }.network__copy dl { flex-wrap: wrap; justify-content: space-between; }
  .capability-grid { grid-template-columns: 1fr; gap: 10px; }.capability-card { height: auto; min-height: 170px; padding: 22px 16px; }.capability-card h3 { font-size: 20px; }.capability-card p, .capability-card a { font-size: 14px; }
  .integration-list { grid-template-columns: 1fr; gap: 26px; }.integration-step { grid-template-columns: 52px 1fr; }.integration-step::after { top: 34px; bottom: -26px; left: 17px; width: 1px; height: auto; border-top: 0; border-left: 1px dashed rgba(90,152,198,.35); }.integration-step h3 { margin-bottom: 5px; font-size: 19px; }.integration-step p { max-width: none; font-size: 14px; }
  .partners__body { grid-template-columns: 1fr; }.partners__stats { height: auto; min-height: 0; flex-flow: row wrap; align-items: center; justify-content: space-between; gap: 10px; }.partners__stats p { margin: 0; }.partner-wall { grid-template-columns: repeat(3, 1fr); grid-template-rows: none; }.partner-wall .vendor-logo { height: 52px; padding: 5px 8px; }
  .closing { min-height: 280px; gap: 22px; padding: 52px 20px; }.closing h2 { font-size: 30px; }.closing .button { width: min(100%, 280px); }
  .contact-dialog { padding: 34px 20px 22px; }.contact-card { grid-template-columns: 44px 1fr; }.contact-card__avatar { width: 44px; height: 44px; font-size: 20px; }.contact-card__chat { grid-column: 1 / -1; width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero__video, .hero__motion-toggle { display: none !important; }
  .reveal { opacity: 1; transform: none; }
}
