:root {
  color-scheme: light;
  --bg: #f3f6f7;
  --surface: #ffffff;
  --surface-soft: #edf2f5;
  --surface-dark: #0a2233;
  --text: #142735;
  --text-soft: #526574;
  --text-muted: #7c8e9b;
  --text-inverse: rgba(255, 255, 255, 0.94);
  --text-inverse-soft: rgba(255, 255, 255, 0.78);
  --brand: #0b5a84;
  --brand-deep: #083d5a;
  --border: rgba(20, 39, 53, 0.12);
  --border-inverse: rgba(255, 255, 255, 0.14);
  --radius-lg: 16px;
  --radius-md: 12px;
  --header-height: 88px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 24px);
}

body {
  margin: 0;
  font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
}

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

a {
  text-decoration: none;
}

p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.72;
}

h1,
h2 {
  margin: 0;
  font-family: "Barlow Condensed", "IBM Plex Sans", sans-serif;
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(3rem, 5vw, 4.9rem);
}

h2 {
  font-size: clamp(2.35rem, 4vw, 3.85rem);
}

h3 {
  margin: 0;
  color: var(--text);
  font-size: 1.35rem;
  line-height: 1.2;
}

ul {
  margin: 0;
  padding-left: 1.1rem;
}

li {
  color: var(--text-soft);
  line-height: 1.72;
}

.section-spacing {
  padding: 5.75rem 0;
}

.section-soft {
  background: #eef3f5;
}

.section-dark {
  background: var(--surface-dark);
}

.why-beyond-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.why-beyond-section .container {
  position: relative;
  z-index: 1;
}

.why-beyond-video,
.why-beyond-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.why-beyond-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
  filter: saturate(0.8) brightness(0.82) contrast(1.05);
  transform: scale(1.02);
}


.why-beyond-overlay {
  background: linear-gradient(
    180deg,
    rgba(10, 34, 51, 0.68) 0%,
    rgba(10, 34, 51, 0.74) 100%
  );
}

.site-header {
  background: rgba(10, 34, 51, 0.96);
  border-bottom: 1px solid transparent;
  transition: border-color 180ms ease;
}

.site-header.is-scrolled {
  border-color: rgba(255, 255, 255, 0.08);
}

.site-header .navbar {
  min-height: var(--header-height);
  padding: 0.85rem 0;
}

.site-brand {
  margin-right: 1.5rem;
}

.site-logo {
  width: auto;
  height: 38px;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}

.nav-contact-button {
  padding-inline: 1rem;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.navbar-toggler {
  border-radius: 12px;
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding-top: calc(var(--header-height) + 5rem);
  padding-bottom: 6.25rem;
  background: var(--surface-dark);
}

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

.hero-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.22;
  filter: saturate(0.78) brightness(0.62) contrast(1.06);
  transform: scale(1.03);
}

.hero-video-overlay {
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(10, 34, 51, 0.74) 0%,
    rgba(10, 34, 51, 0.84) 100%
  );
  pointer-events: none;
}

.hero-section .container,
.hero-section .row,
.hero-section .col-12 {
  position: relative;
  z-index: 3;
}

.hero-data-layer {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
}

.hero-data-card {
  position: absolute;
  inset: 0;
  opacity: 0.34;
}

.hero-data-card svg {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-data-card-primary {
  animation: heroFloatPrimary 18s ease-in-out infinite;
}

.hero-grid-lines line {
  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 1;
}

.hero-line {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-line-a {
  stroke: rgba(103, 189, 255, 0.55);
  stroke-dasharray: 12 10;
  animation: heroLineShift 18s linear infinite;
}

.hero-line-b {
  stroke: rgba(255, 255, 255, 0.26);
  stroke-dasharray: 10 12;
  animation: heroLineShift 24s linear infinite reverse;
}

.hero-line-c {
  stroke: rgba(103, 189, 255, 0.62);
  stroke-dasharray: 8 10;
  animation: heroLineShift 14s linear infinite;
}

.hero-bar-chart rect {
  fill: rgba(255, 255, 255, 0.16);
  transform-origin: center bottom;
  animation: heroBarPulse 8s ease-in-out infinite;
}

.hero-bar-chart rect:nth-child(2) {
  animation-delay: 0.8s;
}

.hero-bar-chart rect:nth-child(3) {
  animation-delay: 1.6s;
}

.hero-bar-chart rect:nth-child(4) {
  animation-delay: 2.4s;
}

.hero-bar-chart rect:nth-child(5) {
  animation-delay: 3.2s;
}

.hero-data-glow {
  position: absolute;
  inset: auto 0 -6rem auto;
  width: min(42vw, 34rem);
  height: min(42vw, 34rem);
  background: radial-gradient(circle, rgba(11, 90, 132, 0.18) 0%, rgba(11, 90, 132, 0) 72%);
  opacity: 0.4;
  animation: heroGlowDrift 20s ease-in-out infinite;
}

.hero-title,
.hero-text {
  color: var(--text-inverse);
}

.hero-title {
  max-width: 19ch;
}

.hero-text {
  max-width: 58ch;
  margin-top: 1.5rem;
  font-size: 1.06rem;
  color: var(--text-inverse-soft);
}

.section-label {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--brand);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.section-label-inverse {
  color: rgba(255, 255, 255, 0.72);
}

.section-title {
  max-width: 32ch;
}

.section-title-inverse {
  color: var(--text-inverse);
}

.section-intro {
  max-width: 62ch;
  margin-top: 1rem;
}

.content-block {
  display: grid;
  gap: 1rem;
}

.intro-text {
  color: var(--text);
  font-size: 1.12rem;
  font-weight: 500;
}

.info-panel,
.service-card,
.expertise-card,
.feature-panel,
.reason-card,
.cta-panel {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--surface);
}

.info-panel,
.service-card,
.expertise-card,
.cta-panel {
  padding: 1.75rem;
}

.media-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: calc(var(--radius-lg) - 6px);
  background: var(--surface-soft);
}

.media-image,
.feature-image {
  width: 100%;
  object-fit: cover;
}

.media-image {
  height: auto;
  max-height: 320px;
  object-fit: contain;
}

.feature-image {
  height: auto;
  max-height: 260px;
  min-height: 0;
  aspect-ratio: 16 / 8;
}

.panel-note {
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
}

.panel-note-label,
.contact-label {
  display: inline-block;
  margin-bottom: 0.55rem;
  color: var(--text-muted);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.panel-note-text {
  color: var(--text);
}

.service-card h3,
.expertise-card h3,
.reason-card h3,
.feature-copy h3 {
  margin-bottom: 0.85rem;
}

.card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 1rem;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--surface-soft);
  color: var(--brand);
}

.card-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.card-icon-inverse {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: var(--text-inverse);
}

.service-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: var(--surface-soft);
  color: var(--brand);
  font-size: 0.9rem;
  font-weight: 700;
}

.service-card p {
  margin-bottom: 1rem;
}

.service-card li::marker,
.expectation-list li::marker {
  color: var(--brand);
}

.feature-panel {
  overflow: hidden;
  background: var(--surface-dark);
  border-color: var(--border-inverse);
}

.feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 1.75rem;
}

.feature-copy h3,
.feature-copy p {
  color: var(--text-inverse);
}

.feature-copy p {
  color: var(--text-inverse-soft);
}

.reason-card {
  padding: 1.75rem;
  border-color: var(--border-inverse);
  background: rgba(255, 255, 255, 0.09);
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.reason-card:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
  transform: translateY(-2px);
}

.reason-card h3,
.reason-card p {
  color: var(--text-inverse);
}

.reason-card p {
  color: var(--text-inverse-soft);
}

.cta-emphasis {
  margin-top: 1rem;
  color: var(--text);
  font-weight: 700;
}

.contact-box {
  margin: 1.5rem 0;
  padding: 1rem 1.15rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--surface-soft);
}

.contact-box-cta {
  margin-bottom: 0;
  padding: 1.15rem 0 0;
  border: 0;
  background: transparent;
}

.contact-copy {
  margin-bottom: 0.85rem;
  font-size: 0.98rem;
}

.contact-headline {
  margin-bottom: 0.65rem;
  color: var(--text);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1rem;
  padding-top: 0.25rem;
}

.btn-contact {
  padding-inline: 1.1rem;
}

.contact-copy-inline {
  margin-bottom: 0;
}

.contact-link {
  color: var(--brand-deep);
  font-size: inherit;
  font-weight: 600;
}

.contact-link:hover,
.contact-link:focus {
  color: var(--brand-deep);
  text-decoration: underline;
}

.expectation-list {
  display: grid;
  gap: 0.8rem;
}

.btn {
  border-radius: 12px;
  padding: 0.85rem 1.3rem;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.btn-brand {
  color: #ffffff;
  background: var(--brand);
  border-color: var(--brand);
}

.btn-brand:hover,
.btn-brand:focus {
  color: #ffffff;
  background: var(--brand-deep);
  border-color: var(--brand-deep);
}

.site-footer {
  padding: 2rem 0 3rem;
  background: #e9eff2;
}

@keyframes heroLineShift {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -120;
  }
}

@keyframes heroBarPulse {
  0%,
  100% {
    transform: scaleY(0.92);
    opacity: 0.58;
  }

  50% {
    transform: scaleY(1.08);
    opacity: 1;
  }
}

@keyframes heroFloatPrimary {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(-1rem, 0.6rem, 0);
  }
}

@keyframes heroGlowDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.42;
  }

  50% {
    transform: translate3d(1.8rem, 1rem, 0);
    opacity: 0.62;
  }
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(20, 39, 53, 0.2);
}

.footer-brand-line,
.footer-copy {
  font-size: 0.92rem;
}

.footer-meta {
  display: flex;
  align-items: center;
  gap: 1rem 1.5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-brand-line {
  color: var(--text);
  font-weight: 600;
}

.footer-credit {
  color: var(--text-muted);
  font-size: 0.84rem;
}

.footer-credit a {
  color: var(--text-soft);
}

.footer-credit a:hover,
.footer-credit a:focus {
  color: var(--brand-deep);
}

@media (max-width: 991.98px) {
  :root {
    --header-height: 80px;
  }

  .site-header .navbar-collapse {
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(10, 34, 51, 0.98);
  }

  .site-logo {
    height: 34px;
  }

  .section-spacing {
    padding: 4.75rem 0;
  }

  .hero-data-card-primary {
    opacity: 0.28;
  }

  .hero-data-glow {
    width: min(36vw, 24rem);
    height: min(36vw, 24rem);
  }

  .feature-copy {
    padding: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  h1 {
    font-size: clamp(2.6rem, 12vw, 3.6rem);
  }

  h2 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .hero-title,
  .section-title {
    max-width: none;
  }

  .hero-data-card-primary {
    opacity: 0.2;
  }

  .hero-data-glow {
    width: 14rem;
    height: 14rem;
    opacity: 0.24;
  }

  .info-panel,
  .service-card,
  .expertise-card,
  .cta-panel,
  .reason-card {
    padding: 1.35rem;
  }

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

  .footer-meta {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-data-card,
  .hero-line,
  .hero-bar-chart rect,
  .hero-data-glow {
    animation: none !important;
  }

  .why-beyond-video {
    animation: none !important;
  }
}
