@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jura";
  src: url("../fonts/jura-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jura";
  src: url("../fonts/jura-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #f5f5f5;
  background-color: #000;
}

h1,
h2,
h3,
.main-nav a,
.eyebrow,
.hero-title,
.service-card__title,
.areas-copy h2,
.contact-copy h2,
.footer-tagline {
  font-family: "Jura", sans-serif;
}

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

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

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  width: min(1120px, 92vw);
  margin-inline: auto;
}

.accent {
  color: #2f8cff;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.92);
  border-bottom: 1px solid rgb(21, 22, 23);
  backdrop-filter: blur(8px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
  flex-wrap: wrap;
}

.brand .img-logo {
  height: clamp(2.5rem, 6vw, 3.25rem);
  width: auto;
  max-width: 10rem;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-left: auto;
}

.lang-switcher {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.lang-switcher a {
  display: inline-flex;
  padding: 0.25rem;
  border: 1px solid transparent;
  border-radius: 4px;
  opacity: 0.75;
  transition: opacity 0.2s ease, border-color 0.2s ease;
}

.lang-switcher a:hover,
.lang-switcher a.is-active {
  opacity: 1;
  border-color: rgba(47, 140, 255, 0.45);
}

.lang-switcher .img-flag {
  width: 30px;
  height: 20px;
  display: block;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 2px;
}

.main-nav {
  display: flex;
  gap: 1.5rem;
}

.main-nav a {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  font-weight: 500;
  padding: 0.35rem 0;
  border-bottom: 2px solid transparent;
}

.main-nav a.is-active,
.main-nav a:hover {
  border-bottom-color: #2f8cff;
}

section {
  scroll-margin-top: 5rem;
}

.hero {
  padding: 3rem 0 4rem;
}

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

.hero-copy .eyebrow {
  color: #2f8cff;
  letter-spacing: 0.35em;
  font-size: clamp(0.95rem, 2.2vw, 1.15rem);
  margin: 0 0 1rem;
  font-weight: 600;
}

.hero-title {
  margin: 0;
  font-size: clamp(1.2rem, 2.8vw, 1.85rem);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

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

.hero-bullets {
  margin: 1.25rem 0;
}

.hero-bullets li {
  margin-bottom: 0.35rem;
  color: #d8d8d8;
}

.hero-divider {
  width: 4rem;
  height: 3px;
  background: linear-gradient(90deg, #2f8cff, transparent);
  margin: 1.25rem 0;
  border: none;
}

.hero-description {
  max-width: 36rem;
  color: #c8c8c8;
  margin: 0 0 1.5rem;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 1.1rem;
  border: 1px solid #2f8cff;
  border-radius: 4px;
  color: #f5f5f5;
  transition: background 0.2s ease;
}

.email-obf {
  direction: rtl;
  unicode-bidi: bidi-override;
}

.hero-cta:hover {
  background: rgba(47, 140, 255, 0.12);
}

.hero-cta .img-mail {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  object-fit: contain;
}

.hero-visual {
  position: relative;
  min-height: 220px;
}

.hero-visual .img-hero {
  width: 100%;
  min-height: 200px;
  border-radius: 4px;
  object-fit: contain;
  object-position: right center;
}

.services {
  padding: 3.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.services-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}

.service-card {
  text-align: center;
  padding: 1.25rem 0.75rem;
  background-color: rgb(1, 16, 32);
  border-radius: 6px;
  color: #f0f0f0;
}

.service-card .img-service {
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 1rem;
  object-fit: contain;
}

.service-card__title {
  margin: 0 0 0.75rem;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  display: grid;
  grid-template-rows: auto auto;
  justify-items: center;
  row-gap: 0.12rem;
  color: #ffffff;
}

.service-title-line {
  display: block;
  white-space: nowrap;
  line-height: 1.2;
}

.service-card p {
  margin: 0;
  color: #c4c4c4;
  font-size: 0.95rem;
}

.areas {
  padding: 3.5rem 0;
}

.areas-grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

.areas-copy .eyebrow {
  color: #2f8cff;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  margin: 0 0 0.75rem;
}

.areas-copy h2 {
  margin: 0 0 1.25rem;
  font-size: clamp(1.35rem, 3.5vw, 2rem);
  line-height: 1.25;
}

.areas-list li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.65rem;
}

.areas-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.15rem;
  width: 1.1rem;
  height: 1.1rem;
  border: none;
  transform: none;
  color: #2f8cff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1rem;
  text-align: center;
}

.areas-item-title--single {
  display: inline-block;
  white-space: nowrap;
  line-height: 1.25;
}

.areas-map {
  position: relative;
}

.areas-map .img-world {
  width: 100%;
  object-fit: contain;
}

.contact-section {
  padding: 3.5rem 0 4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(to right, rgb(0, 30, 75), rgb(0, 8, 24));
  color: #f5f5f5;
}

.contact-section .contact-copy h2,
.contact-section .contact-copy p,
.contact-email-link {
  color: #f5f5f5;
}

.contact-grid {
  display: grid;
  gap: 2.5rem;
}

.contact-copy h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.35rem, 3.5vw, 2rem);
  line-height: 1.25;
}

.contact-copy .contact-divider {
  width: 4rem;
  height: 3px;
  background: linear-gradient(90deg, #2f8cff, transparent);
  margin: 1rem 0;
  border: none;
}

.contact-aside {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.contact-mail-block {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.contact-aside .img-contact {
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
  object-fit: contain;
}

.contact-mail-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}

.contact-email-link {
  font-size: 1rem;
  line-height: 1.3;
}

.contact-country {
  margin: 0;
  color: #8a8a8a;
  font-size: 0.8rem;
  line-height: 1.3;
}

.contact-form-wrap {
  margin-top: 2rem;
  padding: 1.5rem;
  border: 1px solid rgba(47, 140, 255, 0.25);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.35);
  color: #f5f5f5;
}

.contact-form-feedback:not([hidden]) {
  margin-bottom: 1.25rem;
}

.btn-primary.is-loading {
  cursor: wait;
  opacity: 0.85;
}

.form-row {
  margin-bottom: 1rem;
}

.form-row label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.9rem;
}

.form-row input,
.form-row textarea {
  width: 100%;
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  background: #0a0a0a;
  color: #f5f5f5;
  font: inherit;
}

.form-row textarea {
  min-height: 140px;
  resize: vertical;
}

.form-row input:focus,
.form-row textarea:focus {
  outline: 2px solid rgba(47, 140, 255, 0.5);
  outline-offset: 1px;
}

.btn-primary {
  display: inline-block;
  width: 100%;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 4px;
  background: #2f8cff;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s ease;
}

.btn-primary:hover {
  background: #1a7af0;
}

.form-hint {
  margin: 0 0 1rem;
  font-size: 0.85rem;
  color: #a8a8a8;
}

.form-optional {
  font-weight: 400;
  font-size: 0.8rem;
  color: #8a8a8a;
}

@keyframes form-alert-in {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.form-alert {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  margin: 0 0 1.25rem;
  padding: 1rem 1.1rem;
  border-radius: 8px;
  color: #fff;
  animation: form-alert-in 0.4s ease-out;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.form-alert__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
}

.form-alert__body {
  flex: 1;
  min-width: 0;
}

.form-alert__title {
  margin: 0 0 0.25rem;
  font-family: "Jura", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
}

.form-alert__text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
}

.form-alert--success {
  background: linear-gradient(135deg, rgba(34, 160, 110, 0.35), rgba(20, 90, 65, 0.45));
  border: 1px solid rgba(90, 220, 160, 0.45);
}

.form-alert--success .form-alert__icon {
  background: rgba(90, 220, 160, 0.2);
  color: #b8f5d8;
}

.form-alert--error {
  background: linear-gradient(135deg, rgba(180, 50, 50, 0.35), rgba(100, 25, 25, 0.45));
  border: 1px solid rgba(255, 120, 120, 0.45);
}

.form-alert--error .form-alert__icon {
  background: rgba(255, 120, 120, 0.15);
  color: #ffc9c9;
}

.form-feedback {
  margin: 0 0 1rem;
  padding: 0.65rem 0.75rem;
  border-radius: 4px;
  font-size: 0.9rem;
}

.form-feedback.is-success {
  background: rgba(47, 140, 255, 0.15);
  border: 1px solid rgba(47, 140, 255, 0.35);
}

.form-feedback.is-error {
  background: rgba(180, 40, 40, 0.15);
  border: 1px solid rgba(220, 80, 80, 0.4);
}

.hp-field {
  display: none;
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.site-footer {
  padding: 2rem 0;
  border-top: 1px solid rgb(26, 34, 48);
  background: #050505;
}

.footer-grid {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  text-align: center;
}

.footer-brand-block .footer-tagline {
  margin: 0.35rem 0 0;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
}

.footer-logo .img-logo--footer {
  height: 2.5rem;
  width: auto;
  max-width: 8rem;
  margin-inline: auto;
}

.footer-copy {
  margin: 0;
  font-size: 0.85rem;
  color: #9a9a9a;
}

.footer-seo-statement {
  margin: 0;
  max-width: 42rem;
  margin-inline: auto;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #7a7a7a;
  text-align: center;
}

@media (min-width: 640px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .btn-primary {
    width: auto;
    min-width: 12rem;
  }
}

@media (max-width: 767px) {
  .hero-title__line {
    white-space: normal;
  }

  .areas-item-title--single {
    white-space: normal;
  }

  .contact-aside {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .service-card__title {
    display: block;
    text-align: center;
    white-space: normal;
  }

  .service-title-line {
    display: inline;
    white-space: normal;
  }

  .service-title-line + .service-title-line::before {
    content: " ";
  }
}

@media (min-width: 768px) {
  .hero-grid {
    grid-template-columns: 1fr 1fr;
  }

  .areas-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-form-wrap {
    grid-column: 1 / -1;
  }

  .footer-grid {
    grid-template-columns: 1fr 2fr 1fr;
    text-align: left;
  }

  .footer-logo .img-logo--footer {
    margin-inline: 0;
  }

  .footer-brand-block {
    text-align: center;
  }

  .footer-copy {
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 1.25rem;
  }

  .header-inner {
    flex-wrap: nowrap;
  }
}
