.btn,
.header-inner {
  align-items: center
}

.btn-outline,
.footer-links a:hover,
.lang-selector button:hover,
.nav-links a.active,
.nav-links a:hover,
body {
  color: #fff
}

.contact-cta-card,
.empty-state,
.page-hero,
.pre-footer {
  text-align: center
}

.case-study-card,
a {
  text-decoration: none
}

.card-image,
.hero,
.lang-selector,
.page-hero,
.pre-footer,
.service-card,
.sr-only {
  overflow: hidden
}

.btn-cookie,
body {
  font-family: Outfit, sans-serif
}

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

html {
  scroll-behavior: smooth;
  font-size: 16px
}

body {
  background-color: #000;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden
}

a {
  color: inherit
}

ul {
  list-style: none
}

img {
  max-width: 100%;
  display: block
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: 0 0
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  border: 0
}

h1,
h2,
h3,
h4 {
  line-height: 1.15;
  font-weight: 700
}

h1 {
  font-size: clamp(2.2rem, 5vw, 3.8rem)
}

h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.6rem)
}

h3 {
  font-size: clamp(1.1rem, 2vw, 1.4rem)
}

p {
  color: #e2e8f0;
  font-size: clamp(.95rem, 1.2vw, 1.1rem)
}

.btn {
  display: inline-flex;
  gap: .5rem;
  padding: .85rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: .95rem;
  transition: .35s cubic-bezier(.4, 0, .2, 1);
  letter-spacing: .02em
}

.btn-primary {
  background: linear-gradient(135deg, #022d57, #0a4a8a);
  color: #fff;
  box-shadow: 0 4px 24px rgba(2, 45, 87, .35)
}

.btn-primary:hover {
  background: linear-gradient(135deg, #0a4a8a, #1565c0);
  box-shadow: 0 6px 32px rgba(2, 45, 87, .55);
  transform: translateY(-2px)
}

.btn-outline {
  border: 1.5px solid rgba(255, 255, 255, .25)
}

.btn-outline:hover {
  border-color: #0a4a8a;
  background: rgba(2, 45, 87, .15)
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: .9rem 0;
  transition: background .4s, box-shadow .4s, padding .4s;
  background: 0 0
}

.site-header.scrolled {
  background: rgba(0, 0, 0, .85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 1px 24px rgba(0, 0, 0, .5);
  padding: .55rem 0
}

.header-inner {
  display: flex;
  justify-content: space-between
}

.hero,
.nav-links {
  align-items: center
}

.logo img {
  height: 36px;
  width: auto
}

.nav-links {
  display: flex;
  gap: 2rem
}

.nav-links a {
  font-size: .9rem;
  font-weight: 500;
  color: rgba(255, 255, 255, .75);
  transition: color .3s;
  position: relative
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #0a4a8a;
  transition: width .3s
}

.nav-links a.active::after,
.nav-links a:hover::after {
  width: 100%
}

.lang-selector {
  display: flex;
  gap: .15rem;
  margin-left: .8rem;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 6px
}

.lang-selector button {
  padding: .3rem .6rem;
  font-size: .75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, .75);
  transition: .3s;
  letter-spacing: .05em
}

.lang-selector button.active {
  background: rgba(2, 45, 87, .6);
  color: #fff
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
  z-index: 1100
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: .35s
}

.menu-toggle.open span:first-child {
  transform: translateY(7px) rotate(45deg)
}

.menu-toggle.open span:nth-child(2) {
  opacity: 0
}

.menu-toggle.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg)
}

.hero,
.hero-split,
.pre-footer,
.service-card,
.services {
  position: relative
}

.hero {
  min-height: 100vh;
  display: flex;
  padding: 8rem 0 4rem
}

.hero::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -20%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(2, 45, 87, .3) 0, transparent 70%);
  pointer-events: none
}

.hero::after {
  content: '';
  position: absolute;
  bottom: -10%;
  left: -15%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(2, 45, 87, .15) 0, transparent 70%);
  pointer-events: none
}

.hero-split {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  z-index: 1;
  flex-wrap: nowrap
}

.hero-content {
  flex: 1 1 55%;
  min-width: 0
}

.hero-visual {
  flex: 0 0 35%;
  display: flex;
  align-items: center;
  justify-content: center
}

.hero-logo {
  width: 100%;
  max-width: 420px;
  height: auto;
  filter: drop-shadow(0 0 60px rgba(2, 45, 87, .4));
  animation: 6s ease-in-out infinite hero-float
}

@keyframes hero-float {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-12px)
  }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .4rem 1rem;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50px;
  font-size: .8rem;
  color: #e2e8f0;
  margin-bottom: 1.5rem;
  backdrop-filter: blur(4px)
}

.hero-badge .dot {
  width: 6px;
  height: 6px;
  background: #4caf50;
  border-radius: 50%;
  animation: 2s ease-in-out infinite pulse-dot
}

@keyframes pulse-dot {

  0%,
  100% {
    opacity: 1;
    transform: scale(1)
  }

  50% {
    opacity: .8;
    transform: scale(1.4)
  }
}

.hero h1 {
  margin-bottom: 1.2rem
}

.hero h1 .accent {
  background: linear-gradient(135deg, #4a9eff, #0a4a8a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.hero p {
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  margin-bottom: 2rem;
  max-width: 560px
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem
}

.section-label,
.service-icon {
  align-items: center;
  color: #4a9eff
}

.services {
  padding: 6rem 0
}

.section-label {
  display: inline-flex;
  gap: .5rem;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-weight: 600;
  margin-bottom: .8rem
}

.section-label::before {
  content: '';
  width: 20px;
  height: 1.5px;
  background: #4a9eff
}

.services .section-title {
  margin-bottom: 3.5rem;
  max-width: 560px
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem
}

.service-card {
  background: linear-gradient(145deg, rgba(2, 45, 87, .12), rgba(2, 45, 87, .04));
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 16px;
  padding: 2rem;
  transition: .4s cubic-bezier(.4, 0, .2, 1)
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #0a4a8a, transparent);
  opacity: 0;
  transition: opacity .4s
}

.service-card:hover {
  transform: translateY(-6px)
}

.service-card:hover::before {
  opacity: 1
}

.service-icon {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  background: rgba(2, 45, 87, .25);
  border-radius: 12px;
  margin-bottom: 1.2rem;
  font-size: 1.4rem
}

.service-card h3 {
  margin-bottom: .6rem;
  color: #fff
}

.service-card p {
  font-size: .9rem;
  line-height: 1.55
}

.footer-copy,
.footer-links a {
  font-size: .8rem;
  color: rgba(255, 255, 255, .7)
}

.about-section {
  padding: 6rem 0;
  text-align: center;
  background-color: #000
}

.about-text {
  max-width: 680px;
  margin: 0 auto 1.5rem;
  font-size: 1.15rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, .85)
}

.pre-footer {
  padding: 5rem 0;
  background: linear-gradient(160deg, #022d57 0, #011a33 100%)
}

.pre-footer::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 30% 50%, rgba(74, 158, 255, .08), transparent 50%);
  pointer-events: none
}

.card-image,
.page-hero,
.page-hero h1,
.page-hero p,
.pre-footer .btn,
.pre-footer h2,
.pre-footer p {
  position: relative
}

.pre-footer h2 {
  margin-bottom: 1rem
}

.pre-footer p {
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, .7);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto
}

.site-footer {
  padding: 2.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, .06);
  background: #000
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem
}

.footer-links {
  display: flex;
  gap: 1.5rem
}

.footer-links a {
  transition: color .3s
}

.page-hero {
  padding: 10rem 0 4rem
}

.page-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 400px;
  background: radial-gradient(circle, rgba(2, 45, 87, .25) 0, transparent 70%);
  pointer-events: none
}

.page-hero h1 {
  margin-bottom: 1rem
}

.page-hero p {
  max-width: 520px;
  margin: 0 auto
}

.empty-state {
  padding: 5rem 2rem;
  border: 1px dashed rgba(255, 255, 255, .1);
  border-radius: 20px;
  background: rgba(2, 45, 87, .05)
}

.empty-state-icon {
  font-size: 3rem;
  margin-bottom: 1.2rem;
  opacity: .4
}

.empty-state h3 {
  margin-bottom: .6rem;
  color: rgba(255, 255, 255, .6)
}

.empty-state p {
  color: rgba(255, 255, 255, .7);
  font-size: .9rem
}

.contact-section {
  padding: 2rem 0 6rem
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start
}

.contact-info h2 {
  margin-bottom: 1rem
}

.contact-cta-card p,
.contact-info>p {
  margin-bottom: 2rem
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, .06)
}

.contact-item:last-child {
  border-bottom: none
}

.contact-item-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(2, 45, 87, .25);
  border-radius: 10px;
  color: #4a9eff;
  font-size: 1.1rem;
  flex-shrink: 0
}

.contact-item-text h3 {
  font-size: .85rem;
  color: rgba(255, 255, 255, .75);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: .3rem
}

.contact-item-text a,
.contact-item-text p {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 500;
  transition: color .3s
}

.contact-item-text a:hover {
  color: #4a9eff
}

.contact-cta-card {
  background: linear-gradient(145deg, rgba(2, 45, 87, .2), rgba(2, 45, 87, .08));
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 20px;
  padding: 2.5rem
}

.contact-cta-card h2 {
  margin-bottom: .8rem;
  font-size: 1.5rem
}

.contact-cta-card .btn {
  width: 100%;
  justify-content: center
}

.legal-content {
  padding: 2rem 0 6rem;
  max-width: 780px;
  margin: 0 auto
}

.legal-content h2 {
  font-size: 1.3rem;
  margin: 2.5rem 0 .8rem;
  color: #fff
}

.legal-content p {
  margin-bottom: 1rem;
  font-size: .95rem;
  line-height: 1.7
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .7s cubic-bezier(.4, 0, .2, 1), transform .7s cubic-bezier(.4, 0, .2, 1)
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0)
}

.service-card.reveal:first-child {
  transition-delay: 0s
}

.service-card.reveal:nth-child(2) {
  transition-delay: 80ms
}

.service-card.reveal:nth-child(3) {
  transition-delay: 0.16s
}

.service-card.reveal:nth-child(4) {
  transition-delay: 0.24s
}

.service-card.reveal:nth-child(5) {
  transition-delay: 0.32s
}

.service-card.reveal:nth-child(6) {
  transition-delay: 0.4s
}

.service-card.reveal:nth-child(7) {
  transition-delay: 0.48s
}

@media (max-width:900px) {
  .hero-split {
    flex-direction: column-reverse;
    text-align: center
  }

  .hero-content {
    max-width: 100%
  }

  .hero p,
  .hero-badge {
    margin-left: auto;
    margin-right: auto
  }

  .hero-buttons {
    justify-content: center
  }

  .hero-logo {
    width: clamp(200px, 50vw, 320px)
  }
}

@media (max-width:480px) {
  .hero {
    padding-top: 7rem
  }

  .hero-buttons {
    flex-direction: column
  }

  .services-grid {
    grid-template-columns: 1fr
  }

  .footer-inner {
    flex-direction: column;
    text-align: center
  }

  .footer-links {
    flex-direction: column;
    gap: 0.8rem;
    align-items: center
  }

  .hero-logo {
    width: 200px
  }
}

.case-studies-grid {
  padding: 4rem 0;
  background-color: #000
}

.case-studies-grid .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem
}

.case-study-card {
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px;
  overflow: hidden;
  transition: transform .3s, border-color .3s;
  display: flex;
  flex-direction: column
}

.case-study-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, .2)
}

.card-image {
  width: 100%;
  height: 220px;
  background-color: #111;
  background-image: linear-gradient(135deg, #111 0, #222 100%);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center
}

.card-image .placeholder-text {
  color: rgba(255, 255, 255, .75);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1px
}

.card-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1
}

.card-tags {
  display: flex;
  gap: .5rem;
  margin-bottom: 1rem
}

.card-tags .tag {
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-size: .75rem;
  padding: .2rem .6rem;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 1px
}

.card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: .75rem
}

.card-desc {
  color: rgba(255, 255, 255, .7);
  font-size: .95rem;
  margin-bottom: 1.5rem;
  flex-grow: 1
}

.btn-link,
.modal-overlay {
  align-items: center;
  transition: opacity .3s
}

.btn-link {
  display: inline-flex;
  gap: .5rem;
  font-weight: 500;
  font-size: .95rem;
  color: #fff
}

.btn-link i {
  transition: transform .3s
}

.btn-link:hover {
  opacity: .8
}

.btn-link:hover i {
  transform: translate(2px, -2px)
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .8);
  backdrop-filter: blur(8px);
  z-index: 9999;
  display: flex;
  justify-content: center;
  opacity: 0;
  pointer-events: none
}

.cookie-banner,
.modal-close {
  color: #fff;
  align-items: center;
  display: flex
}

.modal-overlay.active {
  opacity: 1;
  pointer-events: all
}

.modal-content {
  background: #111;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  width: 90%;
  max-width: 700px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  transform: translateY(20px) scale(.95);
  transition: transform .3s cubic-bezier(.175, .885, .32, 1.275);
  padding: 2.5rem
}

.modal-overlay.active .modal-content {
  transform: translateY(0) scale(1)
}

.modal-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: rgba(255, 255, 255, .1);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  justify-content: center;
  cursor: pointer;
  transition: background .2s
}

.modal-close:hover {
  background: rgba(255, 255, 255, .2)
}

.modal-body h2 {
  font-size: 2rem;
  margin-bottom: .5rem
}

.modal-body .modal-subtitle {
  color: rgba(255, 255, 255, .6);
  font-size: 1.1rem;
  margin-bottom: 2rem;
  font-weight: 300
}

.modal-body p {
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, .85)
}

.modal-body ul {
  margin-left: 1.5rem;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, .85)
}

.modal-body li {
  margin-bottom: .75rem
}

.modal-body .btn-primary {
  display: inline-flex;
  margin-top: 1rem
}

@media (max-width:600px) {
  .modal-content {
    padding: 1.5rem;
    width: 95%
  }

  .modal-body h2 {
    font-size: 1.5rem;
    padding-right: 2rem
  }
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #022d57;
  padding: 1.5rem 5%;
  z-index: 10000;
  justify-content: center;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, .2);
  transform: translateY(100%);
  transition: transform .4s ease-in-out
}

.cookie-banner.show {
  transform: translateY(0)
}

.cookie-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  gap: 2rem
}

.cookie-content p {
  margin: 0;
  font-size: .95rem;
  line-height: 1.4
}

.cookie-buttons {
  display: flex;
  gap: 1rem;
  flex-shrink: 0
}

.btn-cookie {
  padding: .6rem 1.2rem;
  font-weight: 600;
  font-size: .9rem;
  border-radius: 8px;
  cursor: pointer;
  transition: .2s
}

.btn-cookie.accept {
  background-color: #fff;
  color: #000;
  border: 1px solid #fff
}

.btn-cookie.accept:hover {
  background-color: #e0e0e0
}

.btn-cookie.decline {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff
}

.btn-cookie.decline:hover {
  background-color: rgba(255, 255, 255, .1)
}

@media (max-width:768px) {
  .menu-toggle {
    display: flex
  }

  .nav-links {
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
    width: 75%;
    max-width: 320px;
    height: 100vh;
    background: rgba(0, 0, 0, .97);
    backdrop-filter: blur(20px);
    flex-direction: column;
    justify-content: center;
    gap: 2.2rem;
    transition: transform .45s cubic-bezier(.4, 0, .2, 1);
    padding: 2rem
  }

  .nav-links.open {
    transform: translateX(0)
  }

  .nav-links a {
    font-size: 1.15rem
  }

  .lang-selector {
    margin-left: 0;
    margin-top: 1rem
  }

  .contact-grid {
    grid-template-columns: 1fr
  }

  .cookie-content {
    flex-direction: column;
    text-align: center;
    gap: 1rem
  }
}