﻿:root {
  color-scheme: dark;
  --bg: #0f1115;
  --surface: #151923;
  --surface-2: #1b202b;
  --border: #2b3342;
  --text: #f3f4f6;
  --muted: #b7beca;
  --primary: #2f5ea8;
  --primary-hover: #274f8d;
  --logo-green: #9ccf37;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

.site-container {
  width: min(1320px, 100% - 3rem);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(19, 20, 24, 0.96);
  border-bottom: 1px solid rgba(52, 58, 70, 0.7);
  backdrop-filter: blur(22px);
}

.header-inner {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
  color: var(--text);
}

.brand-logo {
  display: block;
  width: auto;
  height: auto;
  border-radius: 0;
  object-fit: contain;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.brand-logo-header {
  width: 148px;
  max-width: 38vw;
}

.brand-logo-footer {
  width: 92px;
}

.desktop-nav {
  display: none;
  align-items: center;
  gap: 1.4rem;
}

.desktop-nav a {
  color: #d9dee7;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.82;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.desktop-nav a:hover {
  color: #ffffff;
  opacity: 1;
}

.desktop-cta {
  display: none;
}

.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(18, 23, 34, 0.72);
}

.lang-button {
  min-width: 42px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #cfd6e2;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.lang-button.is-active {
  background: linear-gradient(135deg, #2f5ea8, #3d77cf);
  color: #ffffff;
}

.mobile-toggle {
  height: 40px;
  width: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
  color: #e5e7eb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 0 1.5rem 1.1rem;
  border-top: 1px solid #202531;
  background: #0f1115;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.32);
}

.mobile-link {
  text-decoration: none;
  color: #d6dae2;
  border: 1px solid #2b3342;
  border-radius: 8px;
  padding: 0.6rem 0.75rem;
}

.mobile-mail {
  margin-top: 0.25rem;
}

.hidden {
  display: none !important;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.82rem 1.2rem;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.03em;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-primary {
  background: linear-gradient(135deg, #2f5ea8, #3d77cf);
  color: #ffffff;
  border: 1px solid rgba(110, 157, 226, 0.4);
  box-shadow: 0 14px 32px rgba(47, 94, 168, 0.3);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #3868b4, #4a84db);
  border-color: rgba(130, 175, 236, 0.5);
  transform: translateY(-1px);
}

.btn-secondary {
  color: #eef2f8;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.18);
  transform: translateY(-1px);
}

.hero {
  position: relative;
  padding: 5.5rem 0 4.2rem;
  background:
    radial-gradient(circle at top left, rgba(47, 94, 168, 0.18), transparent 32%),
    radial-gradient(circle at 78% 18%, rgba(156, 207, 55, 0.1), transparent 18%),
    linear-gradient(180deg, #0d1015, #0f1115 42%, #11141a 100%);
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 22%),
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.025), transparent 24%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  gap: 3.5rem;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 34rem;
  padding-top: 1.15rem;
}

.hero-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 88px;
  height: 1px;
  background: linear-gradient(90deg, rgba(156, 207, 55, 0.8), rgba(156, 207, 55, 0));
}

.kicker {
  margin: 0 0 0.9rem;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #9ea8ba;
  font-weight: 700;
}



.accent-green {
  color: var(--logo-green);
}

.hero-title {
  margin: 0;
  font-family: 'Sora', sans-serif;
  font-size: clamp(2.15rem, 4.7vw, 4.2rem);
  line-height: 0.94;
  letter-spacing: -0.03em;
  max-width: none;
  text-wrap: initial;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.24);
}

.hero-title-line {
  display: block;
  white-space: nowrap;
}

.hero-title-line-fixed {
  white-space: nowrap;
}

.hero-title-prefix {
  white-space: nowrap;
}

.hero-title-suffix {
  white-space: nowrap;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  justify-content: center;
}

.hero-actions-desktop {
  margin-top: 2.4rem;
  justify-content: flex-start;
}

.hero-actions-desktop .btn-primary {
  box-shadow: none;
  background: rgba(47, 94, 168, 0.22);
  border-color: rgba(110, 157, 226, 0.42);
  color: #f4f8ff;
}

.hero-actions-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2.1rem;
}

.hero-actions-mobile {
  display: none;
}

.hero-actions .btn {
  min-height: 52px;
  min-width: 186px;
}

.hero-media {
  position: relative;
  border: 0;
  border-radius: 22px;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
  width: 100%;
}

.hero-media::before {
  content: none;
}

.hero-media::after {
  content: none;
}

.hero-media-mobile {
  display: none;
}

.team-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center center;
  filter: saturate(0.94) contrast(1.02);
}

.section {
  padding: 3.8rem 0;
}

.section-alt {
  background: #121620;
  border-top: 1px solid #1f2531;
  border-bottom: 1px solid #1f2531;
}

.section-head {
  margin-bottom: 1.4rem;
}

.section-head h2,
.card h2,
.contact-card h2 {
  margin: 0;
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.2;
}

.cards-grid {
  display: grid;
  gap: 0.9rem;
}

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

.services-grid .card {
  position: relative;
  display: flex;
  flex-direction: column;
}

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1.2rem;
}

.card h3 {
  margin: 0;
  font-family: 'Sora', sans-serif;
  font-size: 1.02rem;
}

.card p {
  margin: 0.65rem 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.about-grid {
  display: grid;
  gap: 0.9rem;
}

.global-title {
  text-align: center;
}

.global-kicker {
  margin: 0 auto;
  width: fit-content;
  padding: 0;
  background: transparent;
  color: #c8cfda;
  font-weight: 700;
  font-size: 0.92rem;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.global-title h2 {
  margin: 0.45rem 0 0;
  display: inline-block;
  background: transparent;
  color: #ffffff;
  font-family: 'Sora', sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  line-height: 1.1;
  padding: 0;
  border-radius: 0;
}

.global-title-highlight {
  position: relative;
  display: inline-block;
}

.global-title-highlight::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.28rem;
  height: 2px;
  background: var(--logo-green);
}

.global-copy {
  margin-top: 2.4rem;
  display: grid;
  gap: 1.25rem;
  text-align: center;
}

.global-copy article {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  width: 100%;
  max-width: 44rem;
  margin-inline: auto;
  padding: 1.35rem 1.4rem 1.45rem;
  border: 1px solid rgba(53, 65, 84, 0.92);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(156, 207, 55, 0.08) 0%, rgba(156, 207, 55, 0) 24%),
    linear-gradient(180deg, #171c27 0%, #121721 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.global-copy h3 {
  margin: 0;
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.18rem, 2vw, 1.56rem);
  line-height: 1.18;
  color: #eef3fb;
  max-width: 19ch;
  text-wrap: balance;
  letter-spacing: -0.02em;
}

.global-copy .global-title-break {
  display: grid;
  gap: 0.14em;
  width: auto;
  max-width: 20ch;
}

.global-copy .global-title-break > span {
  display: block;
}

.global-copy .global-title-line {
  display: block;
}

.global-copy .global-title-line span + span {
  margin-left: 0.22em;
}

.global-copy .global-title-line-green {
  white-space: nowrap;
}

.global-copy .global-title-break span + span {
  margin-top: 0.12em;
  color: var(--logo-green);
}

.global-copy p {
  margin: 0;
  max-width: 44ch;
  color: #c7cfdb;
  font-size: 0.98rem;
  line-height: 1.72;
  text-wrap: pretty;
}

.global-map-wrap {
  margin-top: 2rem;
  position: relative;
}

.global-globe-shell {
  position: relative;
  width: min(780px, 100%);
  margin: 0 auto;
  aspect-ratio: 1 / 1;
  min-height: 580px;
  border-radius: 999px;
  overflow: hidden;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.global-globe-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
  pointer-events: none;
}

.global-globe-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.devbroker-react-globe-wrap {
  position: absolute;
  inset: 0;
}

.global-globe-canvas canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.global-flag-marker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.45));
  user-select: none;
  pointer-events: none;
}

.global-flag-image {
  display: block;
  width: 1.25rem;
  height: auto;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.global-globe-fallback {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  text-align: center;
  color: #cad6e8;
  font-size: 0.95rem;
  background:
    radial-gradient(circle at center, rgba(56, 189, 248, 0.12), transparent 40%),
    linear-gradient(180deg, rgba(5, 10, 18, 0.18) 0%, rgba(5, 10, 18, 0.42) 100%);
}

.global-globe-fallback-image {
  display: block;
  width: min(88%, 620px);
  margin: 0 auto;
  height: auto;
  opacity: 0.92;
  filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.32));
}

.global-globe-fallback-copy {
  margin: 1rem 0 0;
  max-width: 26rem;
  color: #d8e7fb;
}

.large-card p + p {
  margin-top: 0.6rem;
}

.large-card h2 {
  margin-bottom: 1.45rem;
}

.about-title-line {
  display: block;
}

.about-title-line-2 {
  white-space: nowrap;
}

.list-clean {
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
}

.list-clean li {
  position: relative;
  padding-left: 2rem;
  line-height: 1.5;
}

.list-clean li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.05rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(156, 207, 55, 0.45);
  background: rgba(156, 207, 55, 0.12);
  color: #cfe98b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 700;
  font-family: 'Sora', sans-serif;
}

.list-clean li + li {
  margin-top: 0.55rem;
}

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

.project-tag {
  display: inline-flex;
  border: 1px solid #3b465c;
  border-radius: 999px;
  padding: 0.22rem 0.6rem;
  font-size: 0.73rem;
  color: #c9d0db;
}

.portfolio-section {
  background: linear-gradient(180deg, #0f1115 0%, #10141d 100%);
}

.portfolio-note {
  margin: 0;
  color: #aeb7c7;
  line-height: 1.6;
  max-width: 94ch;
}

.portfolio-carousel {
  margin-top: 1.35rem;
  position: relative;
}

.portfolio-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 86%;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 0.2rem 0.1rem 0.95rem;
  scrollbar-width: thin;
  scrollbar-color: #2f3950 transparent;
}

.portfolio-track::-webkit-scrollbar {
  height: 8px;
}

.portfolio-track::-webkit-scrollbar-track {
  background: transparent;
}

.portfolio-track::-webkit-scrollbar-thumb {
  background: #2f3950;
  border-radius: 999px;
}

.portfolio-case {
  scroll-snap-align: start;
  background: #171c27;
  border: 1px solid #2a3346;
  border-radius: 14px;
  padding: 1.1rem;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.portfolio-case:hover {
  transform: translateY(-3px);
  border-color: #3a4760;
  box-shadow: none;
}

.portfolio-case-media {
  position: relative;
  border-radius: 11px;
  border: 1px solid #2c3a4d;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #0d1422;
  padding: 0;
}

.portfolio-case-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.portfolio-shot-main {
  border-radius: 0;
  border: 0;
  box-shadow: none;
  filter: none;
}

.portfolio-case:hover .portfolio-case-image {
  transform: none;
}

.portfolio-case-overlay {
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
}

.portfolio-tags {
  margin-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.38rem;
}

.portfolio-tags span {
  display: inline-flex;
  border: 1px solid #3b475f;
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
  color: #ccd4e2;
  font-size: 0.72rem;
}

.portfolio-case h3 {
  margin: 0.75rem 0 0;
  font-size: clamp(1.08rem, 2.5vw, 1.46rem);
  font-family: 'Sora', sans-serif;
}

.portfolio-case p {
  margin: 0.62rem 0 0;
  color: #b7c0ce;
  font-size: 1rem;
  line-height: 1.6;
}

.portfolio-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid #3a455b;
  background: rgba(14, 18, 25, 0.9);
  color: #e4e9f2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.portfolio-nav:hover {
  background: #1a2130;
  border-color: #566684;
}

.portfolio-nav:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.portfolio-nav.prev {
  left: -0.5rem;
}

.portfolio-nav.next {
  right: -0.5rem;
}

.process-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.step {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1.1rem;
  display: flex;
  flex-direction: column;
}

.step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(156, 207, 55, 0.35);
  background: rgba(156, 207, 55, 0.12);
  color: #d8ef9f;
  font-family: 'Sora', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
}

.step h3 {
  margin: 0;
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
}

.step p {
  margin: 0.45rem 0 0;
  color: var(--muted);
}

.contact-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1.5rem;
  text-align: center;
}

.contact-card p {
  margin: 1rem auto 0;
  max-width: 64ch;
  color: var(--muted);
}

.contact-mail {
  display: inline-block;
  margin: 1.1rem 0 1rem;
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  color: #e5e7eb;
  text-decoration: none;
}

.site-footer {
  border-top: 1px solid #202531;
  padding: 1.3rem 0;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  color: #aeb6c4;
  font-size: 0.9rem;
  text-align: center;
}

.footer-inner a {
  color: #d5dae2;
  text-decoration: none;
}

.brand-footer {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.contact-cta {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: clamp(1.25rem, 2.5vw, 2rem);
  max-width: 980px;
  margin-inline: auto;
  background:
    radial-gradient(circle at top right, rgba(156, 207, 55, 0.12), transparent 50%),
    linear-gradient(180deg, #161b26 0%, #11151d 100%);
  text-align: center;
}

.contact-cta h2 {
  margin: 0;
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.2;
}


.contact-lead {
  margin: 0.85rem auto 0;
  max-width: 64ch;
  color: var(--muted);
  line-height: 1.6;
}

.contact-highlight {
  margin: 1.1rem 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  border: 1px solid #3a4458;
  background: rgba(19, 24, 33, 0.86);
  color: #e8edf6;
  text-decoration: none;
  font-family: 'Sora', sans-serif;
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.contact-highlight:hover {
  border-color: #4f5f7f;
  color: #ffffff;
}

.reveal {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 70ms; }
.reveal-delay-2 { transition-delay: 130ms; }
.reveal-delay-3 { transition-delay: 190ms; }

@media (min-width: 720px) {
  .desktop-nav {
    display: inline-flex;
  }

  .desktop-cta {
    display: inline-flex;
  }

  .mobile-toggle {
    display: none;
  }

  .mobile-nav {
    display: none !important;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
    gap: 4.5rem;
  }

  .hero-grid > .hero-media:not(.hero-media-mobile) {
    max-width: 700px;
    justify-self: end;
  }

  .hero-title {
    font-size: clamp(1.95rem, 3.8vw, 3.65rem);
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

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

  .portfolio-track {
    grid-auto-columns: minmax(520px, calc(66% - 0.6rem));
    gap: 1.2rem;
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .global-copy {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .footer-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .about-grid {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: stretch;
  }

  .about-grid > .card {
    height: 100%;
  }

  .about-grid > aside.card {
    display: flex;
    flex-direction: column;
  }

  .about-grid > aside.card .list-clean {
    margin-top: 1.1rem;
  }

  .services-grid .card h3 {
    min-height: 2.7rem;
    display: flex;
    align-items: flex-start;
  }

  .global-copy h3 {
    min-height: 3.8rem;
    display: flex;
    align-items: flex-start;
  }

  .step h3 {
    min-height: 2.5rem;
    display: flex;
    align-items: flex-start;
  }

  .services-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .services-grid .card {
    padding: 1rem;
  }

  .services-grid .card h3 {
    font-size: 0.9rem;
    white-space: nowrap;
  }

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

  .portfolio-track {
    grid-auto-columns: minmax(640px, calc(72% - 0.7rem));
  }
}

@media (max-width: 640px) {
  .hero-media-mobile {
    display: inline-block;
    width: 100%;
  }

  .about-highlights li {
    padding-left: 1.55rem;
    font-size: 0.8rem;
    line-height: 1.35;
    letter-spacing: -0.01em;
    white-space: nowrap;
  }

  .about-highlights li::before {
    top: 0.02rem;
    width: 1rem;
    height: 1rem;
    font-size: 0.62rem;
  }

  .site-container {
    width: min(1320px, 100% - 1.5rem);
  }

  .header-inner {
    min-height: 78px;
  }

  .lang-switcher {
    order: 2;
    margin-left: auto;
    margin-right: 0.55rem;
  }

  .mobile-toggle {
    order: 3;
    margin-left: 0;
  }

  .hero {
    padding: 2.9rem 0 2.8rem;
  }

  .hero-grid {
    gap: 1.2rem;
  }

  .hero-media {
    padding: 0;
    max-width: 100%;
    margin: 1rem 0 0;
    display: block;
    width: 100%;
    justify-self: stretch;
    overflow: hidden;
    border-radius: 18px;
  }

  .hero-copy > .hero-media:not(.hero-media-mobile) {
    display: none;
  }

  .hero-grid > .hero-media:not(.hero-media-mobile) {
    display: none;
  }

  .team-image {
    height: auto;
    min-height: 0;
    object-fit: contain;
    object-position: center;
    display: block;
  }

  .hero-title {
    max-width: 12ch;
    font-size: clamp(1.82rem, 7vw, 2.35rem);
    line-height: 1;
  }

  .hero-title-line {
    white-space: normal;
  }

  .hero-title-line-main {
    white-space: nowrap;
  }

  .hero-title-line-fixed {
    white-space: nowrap;
  }

  .hero-title-prefix {
    white-space: nowrap;
  }

  .hero-title-suffix {
    white-space: nowrap;
  }

  .hero-actions {
    display: flex;
    justify-content: center;
    gap: 0.55rem;
  }

  .hero-actions-desktop {
    display: none;
  }

  .hero-actions-wrap {
    margin-top: 1.4rem;
  }

  .hero-actions-mobile {
    display: flex;
  }

  .hero-actions .btn {
    width: auto;
    min-height: 44px;
    padding: 0.56rem 0.9rem;
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    border-radius: 999px;
    text-align: center;
  }

  .hero-actions-mobile .btn-primary {
    box-shadow: none;
    background: rgba(47, 94, 168, 0.22);
    border-color: rgba(110, 157, 226, 0.42);
    color: #f4f8ff;
  }

  .mobile-mail,
  .desktop-cta {
    min-height: 42px;
    padding: 0.62rem 0.9rem;
    font-size: 0.86rem;
    border-radius: 10px;
  }

  .brand-logo-header {
    width: 126px;
  }

  .lang-button {
    min-width: 38px;
    height: 32px;
    font-size: 0.72rem;
  }

  .section {
    padding: 3rem 0;
  }

  .section-head {
    margin-bottom: 1.1rem;
  }

  .services-grid {
    display: flex;
    gap: 0.85rem;
    overflow-x: auto;
    padding: 0.15rem 0.15rem 0.5rem 0;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0;
    scrollbar-width: none;
  }

  .services-grid::-webkit-scrollbar {
    display: none;
  }

  .services-grid .card {
    flex: 0 0 calc(100% - 1.1rem);
    min-height: 100%;
    padding: 1rem 1rem 1.05rem;
    border-radius: 16px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    background:
      linear-gradient(180deg, rgba(47, 94, 168, 0.16) 0%, rgba(47, 94, 168, 0) 22%),
      linear-gradient(180deg, #171c27 0%, #121721 100%);
    border-color: #31405a;
  }

  .services-grid .reveal {
    opacity: 1;
    transform: none;
  }

  .services-grid .card::before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin-bottom: 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(156, 207, 55, 0.35);
    background: rgba(156, 207, 55, 0.12);
    color: #d8ef9f;
    font-family: 'Sora', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
  }

  .services-grid .card:nth-child(1)::before { content: "01"; }
  .services-grid .card:nth-child(2)::before { content: "02"; }
  .services-grid .card:nth-child(3)::before { content: "03"; }
  .services-grid .card:nth-child(4)::before { content: "04"; }

  .services-grid .card h3 {
    font-size: 1rem;
    line-height: 1.35;
  }

  .services-grid .card p {
    margin-top: 0.85rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(90, 105, 132, 0.4);
    font-size: 0.94rem;
    line-height: 1.65;
  }

  .process-grid {
    display: flex;
    gap: 0.85rem;
    overflow-x: auto;
    padding: 0.15rem 0.15rem 0.5rem 0;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0;
    scrollbar-width: none;
  }

  .process-grid::-webkit-scrollbar {
    display: none;
  }

  .process-grid .step {
    flex: 0 0 calc(100% - 1.1rem);
    min-height: 100%;
    padding: 1rem 1rem 1.05rem;
    border-radius: 16px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    background:
      linear-gradient(180deg, rgba(156, 207, 55, 0.12) 0%, rgba(156, 207, 55, 0) 24%),
      linear-gradient(180deg, #171c27 0%, #121721 100%);
    border-color: #31405a;
  }

  .process-grid .reveal {
    opacity: 1;
    transform: none;
  }

  .process-grid .step span {
    width: 2rem;
    height: 2rem;
    margin-bottom: 0.9rem;
    background: rgba(156, 207, 55, 0.12);
    border: 1px solid rgba(156, 207, 55, 0.35);
    color: #d8ef9f;
    font-size: 0.78rem;
  }

  .process-grid .step h3 {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.35;
  }

  .process-grid .step p {
    margin-top: 0.85rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(90, 105, 132, 0.4);
    font-size: 0.94rem;
    line-height: 1.65;
  }

  .card,
  .step,
  .contact-cta {
    border-radius: 14px;
  }

  .global-title {
    text-align: left;
    max-width: 22rem;
  }

  .global-kicker {
    margin: 0;
    width: auto;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
  }

  .global-title h2 {
    display: block;
    font-size: clamp(1.8rem, 8vw, 2.4rem);
    line-height: 1.05;
    max-width: none;
    white-space: nowrap;
  }

  .global-copy {
    margin-top: 1.6rem;
    gap: 0.85rem;
    text-align: left;
  }

  .global-copy article {
    align-items: flex-start;
    gap: 0.7rem;
    max-width: none;
    margin-inline: 0;
    padding: 1rem 1rem 1.05rem;
    border-radius: 18px;
  }

  .global-copy h3 {
    font-size: 0.9rem;
    line-height: 1.22;
    max-width: 18ch;
  }

  .global-copy .global-title-break {
    width: auto;
    max-width: 18ch;
  }

  .global-copy p {
    max-width: none;
    font-size: 0.9rem;
    line-height: 1.62;
  }

  .global-globe-shell {
    width: 100%;
    min-height: 340px;
    aspect-ratio: 1 / 1;
    border-radius: 999px;
  }

  .portfolio-note {
    font-size: 0.96rem;
  }

  .portfolio-track {
    grid-auto-columns: calc(100% - 1rem);
    gap: 0.8rem;
    padding-bottom: 0.55rem;
  }

  .portfolio-case {
    padding: 0.9rem;
  }

  .portfolio-case p {
    font-size: 0.95rem;
  }

  .portfolio-nav {
    display: none;
  }

  .contact-cta {
    text-align: left;
  }

  .contact-lead {
    margin-inline: 0;
    max-width: none;
  }

  .contact-highlight {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding-inline: 0.85rem;
    border-radius: 14px;
  }

  .footer-inner {
    gap: 0.7rem;
  }
}

