:root {
  --bg: #05101c;
  --bg-soft: #0c1a2b;
  --panel: rgba(10, 21, 35, 0.88);
  --panel-soft: rgba(10, 21, 35, 0.62);
  --line: rgba(160, 196, 240, 0.16);
  --text: #eef4fb;
  --muted: #a7b5c7;
  --accent: #78c7ff;
  --accent-soft: #89f0db;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  --radius: 10px;
  --page-padding: 72px;
  --content-width: 1280px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(6, 16, 28, 0.84), rgba(6, 16, 28, 0.98)),
    #05101c;
}

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

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

.page-shell {
  overflow: clip;
}

.hero,
.section {
  width: 100%;
  padding-left: var(--page-padding);
  padding-right: var(--page-padding);
}

.hero {
  min-height: 100vh;
  position: relative;
  padding: 24px 0 22px;
  display: grid;
  align-items: start;
}

.topbar,
.hero-content,
.section > .section-heading,
.section > .intro-layout,
.section > .service-grid,
.section > .why-copy,
.section > .pillars,
.section > .tag-cloud,
.section > .showcase-grid,
.section > .process-flow,
.section > .split-panel,
.section > .vision-mission,
.section > .contact-card {
  width: min(100%, var(--content-width));
  margin-left: auto;
  margin-right: auto;
}

.topbar {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 10px 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand-logo {
  width: auto;
  height: clamp(84px, 10vw, 132px);
  object-fit: contain;
}

.nav-links {
  display: flex;
  gap: 32px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.98rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--text);
}

.nav-links a {
  position: relative;
  padding-bottom: 10px;
}

.nav-links a.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 56px;
  height: 2px;
  background: #2d9cff;
  transform: translateX(-50%);
}

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

.language-switch {
  display: inline-flex;
  align-items: center;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(7, 16, 28, 0.42);
}

.language-button {
  min-width: 44px;
  min-height: 36px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.language-button.is-active {
  background: linear-gradient(135deg, #1669ee, #2f8cff);
  color: #eff6ff;
}

.hero-visual {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 0 0 12px 12px;
}

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

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 8, 17, 0.94) 0%, rgba(3, 8, 17, 0.8) 32%, rgba(3, 8, 17, 0.24) 64%, rgba(3, 8, 17, 0.58) 100%),
    radial-gradient(circle at 72% 30%, rgba(59, 159, 255, 0.22), transparent 22%),
    linear-gradient(180deg, rgba(4, 10, 18, 0.08) 0%, rgba(4, 10, 18, 0.72) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: var(--content-width);
  padding: 86px 8px 0;
  margin-left: auto;
  margin-right: auto;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--accent-soft);
}

.hero h1,
.section h2,
.statement-card h2,
.contact-card h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  line-height: 1.02;
}

.hero h1 {
  max-width: 10ch;
  font-size: clamp(3.8rem, 6vw, 5.9rem);
  letter-spacing: -0.06em;
  line-height: 0.96;
}

.hero h1 span {
  color: #2d8cff;
}

.lead {
  margin: 20px 0 14px;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  line-height: 1.3;
  font-weight: 600;
  color: rgba(236, 242, 250, 0.82);
}

.hero-text,
.intro-copy,
.why-copy,
.service-card p,
.pillars p,
.contact-grid p {
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 400;
  color: var(--muted);
}

.hero-text {
  font-size: 0.98rem;
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 26px;
  max-width: 34ch;
}

.eyebrow,
.hero h1,
.lead,
.hero-text,
.hero-actions {
  width: min(100%, 700px);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 700;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(79, 125, 255, 0.22);
}

.button-primary {
  background: linear-gradient(135deg, #1669ee, #2f8cff);
  color: #eff6ff;
}

.button-outline {
  border-color: #228cff;
  background: rgba(4, 12, 22, 0.18);
  color: #eff6ff;
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(7, 17, 29, 0.42);
  color: var(--text);
}

.hero-top-cta,
.hero-main-cta {
  gap: 14px;
}

.hero-top-cta {
  padding-inline: 28px;
  min-height: 50px;
  border-radius: 999px;
}

.hero-main-cta {
  min-width: 206px;
  min-height: 52px;
  border-radius: 999px;
}

.hero-service-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.hero-service-card,
.hero-trust-item,
.stat,
.service-card,
.pillars article,
.statement-card,
.contact-card,
.split-panel,
.process-flow div {
  border: 1px solid var(--line);
  background: var(--panel-soft);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}

.hero-service-card {
  display: grid;
  grid-template-columns: 84px 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 24px 22px;
  border-radius: 16px;
}

.hero-service-icon {
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(82, 176, 255, 0.48);
  border-radius: 18px;
  color: #59d4ff;
  font-size: 2.2rem;
  font-weight: 700;
}

.hero-service-card h3 {
  margin: 0 0 6px;
  font-family: "Sora", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #7bd9ff;
}

.hero-service-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: rgba(234, 240, 248, 0.78);
}

.hero-service-arrow {
  font-size: 2rem;
  color: #7fc6ff;
}

.contact-grid span,
.hero-trust-item strong {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f1f6ff;
}

.hero-trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 22px;
  padding-top: 10px;
}

.hero-trust-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 16px 28px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-trust-item:last-child {
  border-right: 0;
}

.hero-trust-icon {
  color: #79b8ff;
  font-size: 2rem;
  line-height: 1;
}

.hero-trust-item strong {
  margin-bottom: 2px;
}

.hero-trust-item p {
  margin: 0;
  font-size: 0.94rem;
  color: rgba(236, 242, 250, 0.78);
}

.section {
  padding: 72px 0;
}

.section-heading {
  display: grid;
  gap: 14px;
  margin-bottom: 30px;
}

.section-heading h2 {
  max-width: 14ch;
  font-size: clamp(2rem, 4vw, 3.25rem);
  letter-spacing: -0.04em;
}

.section-intro,
.why-section,
.contact-section {
  position: relative;
  padding: 36px;
}

.section-intro::before,
.why-section::before,
.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(12, 26, 43, 0.72), rgba(8, 17, 28, 0.68));
  z-index: -1;
}

.intro-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 26px;
  align-items: start;
}

.highlight-copy {
  color: var(--text);
  font-size: 1.18rem;
  font-weight: 600;
}

.intro-slider,
.intro-slide img,
.service-card img,
.showcase-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro-slider {
  display: grid;
  gap: 14px;
  margin-top: -108px;
}

.intro-slider-track {
  position: relative;
  min-height: 470px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(6, 15, 25, 0.82);
}

.intro-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease;
}

.intro-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.intro-slide img {
  border-radius: 0;
}

.intro-slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro-slider-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.intro-slider-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  cursor: pointer;
  transition: width 180ms ease, background 180ms ease, transform 180ms ease;
}

.intro-slider-dots button.is-active {
  width: 28px;
  background: var(--accent);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  padding: 18px;
  border-radius: 10px;
}

.service-card img {
  height: 220px;
  margin-bottom: 18px;
}

.service-card h3,
.pillars h3 {
  margin: 0 0 12px;
  font-family: "Sora", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2;
}

.service-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.service-card li,
.tag-cloud span,
.value-list span,
.footer-links span {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  background: rgba(6, 15, 25, 0.9);
  color: #dbe5f2;
  font-size: 0.88rem;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.service-card li:hover,
.service-card li:focus-visible,
.tag-cloud span:hover,
.tag-cloud span:focus-visible,
.value-list span:hover,
.value-list span:focus-visible,
.footer-links span:hover,
.footer-links span:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(120, 199, 255, 0.4);
  background: linear-gradient(135deg, rgba(12, 34, 58, 0.96), rgba(15, 51, 86, 0.92));
  color: #f4f8ff;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.2);
}

.why-copy {
  display: grid;
  gap: 4px;
  margin-bottom: 24px;
}

.why-copy p {
  margin: 0;
}

.pillars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.pillars article {
  padding: 20px;
  border-radius: 10px;
}

.tag-cloud,
.value-list,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.showcase-section {
  padding-top: 0;
}

.showcase-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1fr;
  gap: 12px;
}

.showcase-grid img {
  min-height: 260px;
}

.process-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.process-flow div {
  position: relative;
  min-height: 128px;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  font-family: "Sora", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.35;
}

.process-flow div::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
  color: var(--accent);
  font-size: 1.35rem;
  z-index: 2;
}

.process-flow div:last-child::after {
  content: "";
}

.split-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
  padding: 28px;
  border-radius: 10px;
}

.vision-mission {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.vision-mission .statement-card {
  padding: 12px 14px;
  border: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  border-radius: 0;
}

.statement-card h2 {
  max-width: 24ch;
  font-size: clamp(1.2rem, 2.1vw, 1.8rem);
  line-height: 1.35;
}

[data-typewriter]::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.95em;
  margin-left: 6px;
  vertical-align: -0.08em;
  background: var(--accent);
  opacity: 0;
}

[data-typewriter].is-typing::after {
  opacity: 1;
  animation: blinkCaret 0.8s step-end infinite;
}

.contact-card {
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
}

.footer-style-layout {
  grid-template-columns: 1.35fr 0.72fr 0.95fr;
  gap: 44px;
  padding: 48px 40px 40px;
}

.footer-brand-panel,
.footer-services-panel {
  padding-top: 4px;
}

.footer-brand {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 26px;
}

.footer-brand-logo {
  width: auto;
  height: clamp(74px, 7vw, 108px);
  margin-bottom: 26px;
  object-fit: contain;
}

.footer-brand strong {
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.footer-brand span {
  color: #4f7dff;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.34em;
}

.footer-intro {
  max-width: 34ch;
  margin: 0 0 32px;
  font-size: 0.98rem;
  line-height: 1.8;
  color: var(--muted);
}

.footer-contact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 28px;
  max-width: 520px;
}

.footer-contact-list div:last-child {
  grid-column: 1 / -1;
}

.footer-contact-list span,
.footer-services-panel h3 {
  display: inline-block;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--muted);
}

.footer-contact-list p,
.footer-cta-text {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.75;
  color: #dce6f4;
}

.footer-contact-list a:hover,
.footer-contact-list a:focus-visible,
.footer-services-list a:hover,
.footer-services-list a:focus-visible,
.footer-bottom-links a:hover,
.footer-bottom-links a:focus-visible {
  color: var(--accent);
}

.footer-services-panel h3 {
  margin: 0 0 16px;
  color: var(--text);
  font-size: 1.1rem;
  letter-spacing: 0;
  text-transform: none;
}

.footer-services-list {
  display: grid;
  gap: 14px;
}

.footer-services-list a {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 500;
}

.footer-cta-panel {
  padding: 28px 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(47, 67, 105, 0.52), rgba(25, 38, 62, 0.62));
}

.footer-cta-panel .section-kicker {
  margin-bottom: 18px;
  color: #4f7dff;
}

.footer-cta-panel h2 {
  margin: 0 0 16px;
  max-width: 11ch;
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  line-height: 1.1;
}

.footer-cta-text {
  max-width: 28ch;
  color: var(--muted);
}

.footer-cta-button {
  display: inline-flex;
  gap: 18px;
  margin-top: 24px;
  min-width: 166px;
}

.footer-cta-button span {
  font-size: 1rem;
}

.footer-bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 40px 22px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-bottom-bar p {
  margin: 0;
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer-bottom-links a {
  color: var(--muted);
}

@media (max-width: 1024px) {
  :root {
    --page-padding: 48px;
  }

  .hero-service-cards,
  .hero-trust-row,
  .intro-layout,
  .service-grid,
  .pillars,
  .showcase-grid,
  .process-flow,
  .split-panel,
  .vision-mission,
  .contact-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .topbar {
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px 24px;
  }

  .hero-content {
    max-width: var(--content-width);
  }

  .hero-service-card {
    grid-template-columns: 72px 1fr auto;
  }

  .hero-trust-item {
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .hero-trust-item:last-child {
    border-bottom: 0;
  }

  .footer-style-layout {
    gap: 28px;
    padding: 36px 28px 28px;
  }

  .footer-bottom-bar {
    padding: 18px 28px 20px;
  }
}

@media (max-width: 720px) {
  :root {
    --page-padding: 24px;
  }

  .hero {
    min-height: auto;
    padding-top: 12px;
  }

  .topbar,
  .section-intro,
  .why-section,
  .contact-section,
  .contact-card,
  .service-card,
  .pillars article,
  .split-panel,
  .statement-card,
  .process-flow div {
    border-radius: 8px;
  }

  .section-intro,
  .why-section,
  .contact-section,
  .contact-card,
  .split-panel {
    padding: 22px;
  }

  .hero-content {
    padding: 52px 0 0;
  }

  .hero h1 {
    font-size: clamp(2.9rem, 14vw, 4.4rem);
  }

  .lead {
    font-size: 1rem;
  }

  .nav-links {
    display: none;
  }

  .hero-top-cta {
    display: none;
  }

  .brand-logo {
    height: clamp(64px, 14vw, 92px);
  }

  .hero-service-card {
    grid-template-columns: 60px 1fr;
  }

  .hero-service-icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    font-size: 1.6rem;
  }

  .hero-service-arrow {
    display: none;
  }

  .hero-trust-item {
    gap: 14px;
  }

  .intro-slider-track {
    min-height: 320px;
  }

  .service-card img,
  .showcase-grid img {
    min-height: 180px;
    height: 180px;
  }

  .process-flow {
    gap: 16px;
  }

  .process-flow div::after {
    content: "";
  }

  .statement-card {
    padding: 26px 24px;
    max-width: none;
  }

  .vision-mission .statement-card {
    padding: 0;
  }

  .footer-contact-list,
  .footer-bottom-bar,
  .footer-bottom-links {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }
}

@keyframes blinkCaret {
  0%,
  50% {
    opacity: 1;
  }
  50.01%,
  100% {
    opacity: 0;
  }
}
