:root {
  color-scheme: light;
  --bg: #f4f7fb;
  --bg-alt: #ffffff;
  --panel: rgba(255, 255, 255, 0.78);
  --panel-strong: rgba(248, 250, 253, 0.96);
  --line: rgba(31, 47, 71, 0.08);
  --line-strong: rgba(31, 47, 71, 0.14);
  --text: #162234;
  --muted: #5d6d81;
  --accent: #5b748f;
  --accent-2: #24364c;
  --accent-3: #7a8fa8;
  --shadow: 0 22px 60px rgba(37, 58, 88, 0.12);
  --shadow-soft: 0 8px 24px rgba(37, 58, 88, 0.08);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --max: 1180px;
  --font: "Segoe UI Variable", "Segoe UI", "Aptos", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(91, 116, 143, 0.14), transparent 28%),
    radial-gradient(circle at top right, rgba(36, 54, 76, 0.08), transparent 26%),
    linear-gradient(180deg, #fbfcfe 0%, var(--bg) 38%, #eef3f8 100%);
}

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

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

.page-shell {
  position: relative;
  overflow: hidden;
}

.ambient {
  position: fixed;
  inset: auto;
  pointer-events: none;
  filter: blur(10px);
  opacity: 0.55;
  z-index: 0;
}

.ambient-one {
  top: 0;
  left: -8rem;
  width: 20rem;
  height: 20rem;
  background: radial-gradient(circle, rgba(91, 116, 143, 0.16), transparent 70%);
}

.ambient-two {
  top: 18rem;
  right: -7rem;
  width: 24rem;
  height: 24rem;
  background: radial-gradient(circle, rgba(116, 137, 160, 0.14), transparent 72%);
}

@keyframes softFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes sweep {
  0% {
    transform: translateX(-20%);
    opacity: 0.55;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateX(20%);
    opacity: 0.55;
  }
}

.topbar,
main {
  position: relative;
  z-index: 1;
}

.topbar {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.25rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.acrylic {
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}

.brand-mark {
  width: 86px;
  height: 86px;
  object-fit: contain;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}

.brand-name {
  font-size: 1rem;
  letter-spacing: 0.24em;
  font-weight: 700;
}

.brand-tag {
  font-size: 0.82rem;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.topnav {
  display: flex;
  align-items: center;
  gap: 1.35rem;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--shadow-soft);
}

.topnav a {
  color: var(--muted);
  font-size: 0.95rem;
}

.topnav a:hover {
  color: var(--text);
}

.lang-switch {
  display: flex;
  gap: 0.45rem;
  padding: 0.35rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--shadow-soft);
}

.lang-btn {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  cursor: pointer;
}

.lang-btn.active {
  color: #ffffff;
  background: linear-gradient(180deg, #5f7790, #324a63);
  box-shadow: 0 8px 24px rgba(80, 103, 128, 0.24);
}

.hero,
.section {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
}

.hero {
  padding: 4rem 0 3.5rem;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 2rem;
  align-items: center;
}

.eyebrow {
  margin: 0 0 0.95rem;
  color: var(--accent);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.24em;
}

.fluent-kicker {
  position: relative;
  padding-left: 1.1rem;
}

.fluent-kicker::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #dfe5ec, #8fa1b5);
  box-shadow: 0 0 0 4px rgba(199, 208, 217, 0.12);
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 1rem;
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
  font-weight: 650;
}

.accent {
  color: var(--accent-2);
}

.hero-lead {
  max-width: 42rem;
  font-size: 1.18rem;
  line-height: 1.7;
  color: var(--text);
}

.hero-support,
.section-copy,
.content-card p,
.feature-item p,
.mini-card p,
.contact-note {
  color: var(--muted);
  line-height: 1.72;
}

.hero-support {
  max-width: 40rem;
  font-size: 1rem;
  margin-bottom: 2rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 2rem;
}

.fluent-strip {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 1.5rem;
}

.fluent-strip span {
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(199, 208, 217, 0.2), rgba(142, 161, 183, 0.8), rgba(199, 208, 217, 0.2));
}

.fluent-strip span:nth-child(1) {
  width: 120px;
  animation: sweep 4.5s ease-in-out infinite;
}

.fluent-strip span:nth-child(2) {
  width: 54px;
  opacity: 0.72;
}

.fluent-strip span:nth-child(3) {
  width: 18px;
  opacity: 0.38;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.95rem 1.25rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: #ffffff;
  background: linear-gradient(180deg, #5f7790, #324a63);
  box-shadow: 0 12px 30px rgba(80, 103, 128, 0.2);
}

.btn-secondary {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
}

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

.hero-metrics div {
  padding: 1rem 1rem 1.05rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: 18px;
  backdrop-filter: blur(14px);
}

.hero-metrics dt {
  margin-bottom: 0.35rem;
  color: var(--accent-2);
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.hero-metrics dd {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.hero-visual {
  position: relative;
  min-height: 660px;
  animation: softFloat 7s ease-in-out infinite;
}

.glass-panel {
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.logo-panel {
  position: absolute;
  inset: 0 0 auto 0;
  border-radius: var(--radius-xl);
  padding: 1.1rem;
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: transparent;
}

.logo-panel::before {
  content: "";
  position: absolute;
  inset: -20% auto auto -10%;
  width: 50%;
  height: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.14), transparent 68%);
  transform: rotate(12deg);
}

.logo-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(var(--radius-xl) - 12px);
  filter: saturate(0.88) contrast(1.04);
}

.note-card {
  position: absolute;
  width: min(280px, 72%);
  border-radius: 22px;
  padding: 1rem 1.05rem;
  background: rgba(255, 255, 255, 0.84);
}

.note-card p {
  margin-bottom: 0;
}

.note-label {
  display: inline-block;
  margin-bottom: 0.55rem;
  color: var(--accent-2);
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.note-top {
  right: 0;
  top: 5%;
}

.note-bottom {
  left: 0;
  bottom: 4%;
}

.section {
  padding: 3.4rem 0;
}

.section-heading {
  max-width: 52rem;
  margin-bottom: 1.6rem;
}

h2 {
  font-size: clamp(2rem, 3.4vw, 3.25rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  margin-bottom: 0.9rem;
}

.section-copy {
  font-size: 1.03rem;
  max-width: 44rem;
}

.two-column,
.cards-grid,
.capabilities-layout {
  display: grid;
  gap: 1rem;
}

.two-column {
  grid-template-columns: 1.05fr 0.95fr;
}

.content-card,
.feature-list,
.card,
.mini-card,
.capability-main,
.contact-shell {
  border-radius: var(--radius-lg);
}

.content-card,
.feature-list,
.capability-main {
  padding: 1.35rem;
}

.content-card p:last-child {
  margin-bottom: 0;
}

.feature-list {
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
}

.feature-item {
  padding: 1rem;
  border-radius: 18px;
  background: rgba(246, 249, 253, 0.9);
  border: 1px solid rgba(199, 205, 214, 0.08);
}

.feature-kicker {
  display: inline-block;
  margin-bottom: 0.45rem;
  color: var(--accent-2);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

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

.card {
  padding: 1.25rem;
  min-height: 220px;
}

.card-index {
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--accent-2);
  font-weight: 700;
  letter-spacing: 0.12em;
}

.card h3,
.mini-card h4,
.capability-main h3 {
  margin-bottom: 0.8rem;
}

.card p,
.mini-card p,
.capability-main p {
  margin-bottom: 0;
}

.capabilities-layout {
  grid-template-columns: 1.2fr 0.8fr;
  align-items: start;
}

.capability-main {
  background: var(--panel-strong);
}

.capability-main h3 {
  font-size: 1.35rem;
  line-height: 1.15;
}

.capability-points {
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.capability-points li {
  padding: 0.95rem 1rem;
  border-radius: 14px;
  background: rgba(246, 249, 253, 0.92);
  border: 1px solid rgba(199, 205, 214, 0.08);
}

.feature-stack {
  display: grid;
  gap: 1rem;
}

.mini-card {
  padding: 1.15rem;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.pill {
  padding: 0.82rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(199, 205, 214, 0.12);
  color: var(--text);
}

.contact-shell {
  padding: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(241, 245, 250, 0.96)),
    rgba(255, 255, 255, 0.94);
}

.contact-actions {
  max-width: 28rem;
  display: grid;
  gap: 0.85rem;
  justify-items: start;
}

.contact-note {
  margin-bottom: 0;
}

.lang-hidden {
  display: none !important;
}

.topnav,
.lang-switch,
.btn,
.hero-metrics div,
.feature-item,
.pill {
  box-shadow: var(--shadow-soft);
}

@media (max-width: 1080px) {
  .topbar {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero,
  .two-column,
  .capabilities-layout,
  .cards-grid,
  .contact-shell {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .topnav {
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 22px;
  }

  .hero {
    padding-top: 2rem;
  }

  .hero-visual {
    min-height: 580px;
  }
}

@media (max-width: 720px) {
  .topbar {
    width: min(var(--max), calc(100% - 1rem));
  }

  .topnav {
    width: 100%;
    justify-content: space-between;
    gap: 0.8rem;
    padding: 0.7rem 0.9rem;
    border-radius: 18px;
    overflow-x: auto;
  }

  .hero,
  .section {
    width: min(var(--max), calc(100% - 1rem));
  }

  h1 {
    font-size: clamp(2.4rem, 11vw, 4rem);
  }

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

  .hero-visual {
    min-height: 520px;
  }

  .logo-panel {
    min-height: 380px;
  }

  .note-card {
    width: 86%;
  }

  .contact-shell {
    padding: 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-visual,
  .fluent-strip span:nth-child(1) {
    animation: none;
  }
}
