:root {
  --brand-accent: #00d1b2;
  --case-bg: #eef4f8;
  --case-card-bg: #ffffff;
  --case-heading: #113048;
  --case-text: #36556a;
  --case-border: #d2e0ea;
  --info-bg: #f3f8f7;
  --info-card-bg: #ffffff;
  --info-heading: #123b39;
  --info-text: #355b57;
  --info-link: #0f8b7a;
  --info-border: #d7e9e6;
  --hero-text: #f6fafb;
  --hero-subtext: #c8d5df;
}

.site-header {
  left: 0;
  padding: 1rem 1.25rem;
  position: fixed;
  top: 0;
  transition: opacity 280ms ease;
  z-index: 20;
}

.site-header.is-logo-hidden {
  opacity: 0;
  pointer-events: none;
}

.site-logo {
  display: inline-flex;
}

.site-logo img {
  display: block;
  height: auto;
  max-width: 180px;
  width: min(34vw, 180px);
}

.lang-switch {
  align-items: center;
  display: inline-flex;
  gap: 0.35rem;
  position: fixed;
  right: 1.25rem;
  top: 1.15rem;
  z-index: 25;
}

.lang-switch-link {
  background: rgba(8, 17, 28, 0.72);
  border: 1px solid rgba(173, 210, 236, 0.45);
  border-radius: 999px;
  color: #d8eaf8;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1;
  min-width: 6.2rem;
  padding: 0.34rem 0.7rem 0.46rem;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.lang-switch-link:hover {
  background: rgba(15, 41, 63, 0.86);
  border-color: rgba(201, 229, 249, 0.75);
  color: #f3f9ff;
}

.lang-switch-link.is-active {
  background: rgba(221, 239, 252, 0.96);
  border-color: rgba(221, 239, 252, 0.96);
  color: #0a2136;
}

.title {
  font-weight: 500;
}

.hero3d-section {
  background: radial-gradient(circle at top right, #152642 0%, #0a0f18 58%, #070a10 100%);
  min-height: 100vh;
  overflow: hidden;
  padding: 6.5rem 1.2rem 2rem;
  position: relative;
}

.hero3d-content {
  left: 50%;
  max-width: 880px;
  padding: 0 1rem;
  position: absolute;
  text-align: center;
  top: clamp(11rem, 26vh, 16rem);
  transform: translateX(-50%);
  width: min(100%, 880px);
  z-index: 3;
}

.hero3d-content::before {
  background: radial-gradient(circle at top right, #152642 0%, #0a0f18 58%, #070a10 100%);
  border-radius: 0;
  content: "";
  bottom: -1.2rem;
  left: 50%;
  opacity: 0.72;
  position: absolute;
  top: -1.4rem;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}

.hero3d-title {
  color: var(--hero-text);
  margin-bottom: 1rem;
  text-wrap: balance;
}

.hero3d-subtitle {
  color: var(--hero-subtext);
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.hero3d-cta {
  margin-bottom: 1rem;
}

.hero3d-cta .button {
  font-size: 0.92rem;
  min-height: 2.25em;
  padding-left: 1rem;
  padding-right: 1rem;
}

.hero3d-primary-btn {
  background-color: #669bbc !important;
  border-color: #669bbc !important;
  color: #08121f !important;
}

.hero3d-primary-btn:hover {
  background-color: #7aa8c5 !important;
  border-color: #7aa8c5 !important;
  color: #08121f !important;
}

#hero-3d {
  height: 100%;
  inset: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}

#hero-3d canvas {
  display: block;
  inset: 0;
  position: absolute;
}

.box {
  height: 100%;
}

#features .title.is-2 {
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  line-height: 1.35;
}

#features .box .title.is-5 {
  font-size: 1.05rem;
  margin-bottom: 0.8rem;
}

#features .box p {
  font-size: 0.96rem;
  line-height: 1.75;
  margin-bottom: 0;
}

#features .box p + p {
  margin-top: 1rem;
}

.button.is-primary {
  background-color: var(--brand-accent);
}

#case-study {
  background: radial-gradient(circle at top right, #204e79 0%, #153a5d 45%, #0d253d 100%);
  padding-bottom: 6.5rem;
  padding-top: 4rem;
}

#case-study .title {
  color: #e9f3ff;
}

#case-study .box {
  background: linear-gradient(180deg, rgba(9, 32, 53, 0.8) 0%, rgba(8, 25, 40, 0.88) 100%);
  border: 1px solid rgba(145, 188, 224, 0.35);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(6, 19, 32, 0.35);
}

#case-study .case-study-box {
  overflow: hidden;
}

#case-study .content {
  color: #c9deef;
}

#case-study .content strong {
  color: #f2f8ff;
}

#case-study .case-study-video-wrap {
  border: 1px solid rgba(145, 188, 224, 0.35);
  border-radius: 12px;
  overflow: hidden;
}

#case-study .case-study-video {
  aspect-ratio: 16/9;
  border: 0;
  display: block;
  width: 100%;
}

#case-study .case-study-findings {
  background: linear-gradient(135deg, #ffeaa1 0%, #ffc56e 55%, #ff9f4d 100%);
  border: 1px solid rgba(122, 54, 0, 0.35);
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(36, 15, 0, 0.22);
  color: #2e1700;
  margin-top: 1.4rem;
  padding: 1rem 1.1rem;
}

#case-study .case-study-findings-label {
  color: #5b2700;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 0.45rem;
  text-transform: uppercase;
}

#case-study .case-study-findings-list {
  display: grid;
  gap: 0.45rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

#case-study .case-study-findings-list li {
  background: rgba(255, 247, 226, 0.62);
  border: 1px solid rgba(122, 54, 0, 0.2);
  border-radius: 8px;
  font-weight: 600;
  padding: 0.5rem 0.65rem;
}

#company-info {
  background: linear-gradient(180deg, var(--info-bg) 0%, #eef6f5 100%);
}

#company-info .title {
  color: var(--info-heading);
}

#company-info .box {
  background-color: var(--info-card-bg);
  border: 1px solid var(--info-border);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(17, 61, 57, 0.08);
}

#company-info .content {
  color: var(--info-text);
}

#company-info .content strong {
  color: var(--info-heading);
}

#company-info a {
  color: var(--info-link);
  font-weight: 500;
}

#company-info a:hover {
  color: #0a6d62;
}

#site-footer {
  background: linear-gradient(180deg, #184366 0%, #12344f 55%, #0c253a 100%);
  color: #d3e5f4;
  padding-bottom: 3rem;
  padding-top: 3rem;
}

#site-footer .title {
  color: #eef6ff;
}

#site-footer a {
  color: #a8d2f0;
  font-weight: 500;
}

#site-footer a:hover {
  color: #d2e8f8;
}

@media (max-width: 768px) {
  .site-header {
    padding: 0.75rem 0.8rem;
  }
  .site-logo img {
    width: min(42vw, 150px);
  }
  .lang-switch {
    right: 0.8rem;
    top: 0.82rem;
  }
  .lang-switch-link {
    font-size: 0.74rem;
    padding: 0.36rem 0.62rem;
  }
  .hero3d-section {
    padding-top: 5.25rem;
  }
  .hero3d-content {
    top: clamp(8.5rem, 20vh, 10.5rem);
  }
  .hero3d-content::before {
    bottom: -0.8rem;
    top: -1rem;
  }
  .hero3d-title {
    font-size: clamp(2rem, 9vw, 2.7rem) !important;
  }
  .hero3d-subtitle {
    font-size: 1rem !important;
  }
  #hero-3d {
    width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */