.topbar {
  background: var(--brand-blue);
  color: var(--text-light);
  font-size: 14px;
}

.topbar-inner {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 7px 0;
}

.topbar-left,
.topbar-right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.check {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--brand-orange);
  display: inline-block;
  margin-right: 8px;
  box-shadow: 0 0 0 4px rgba(238, 131, 53, 0.15);
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(9, 12, 18, 0.95);
  backdrop-filter: blur(10px);
  color: var(--text-light);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.nav-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  flex: 1 1 auto;
}

.brand-logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  padding: 8px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  flex: 0 0 56px;
}

.brand-text {
  min-width: 0;
}

.brand-text strong {
  display: block;
  font-size: 19px;
  line-height: 1.1;
}

.brand-text span {
  display: block;
  color: #cbd5e1;
  font-size: 13px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-links a {
  color: #e5e7eb;
  font-weight: 700;
  font-size: 15px;
}

.btn-full {
  width: 100%;
}

.contact-band {
  padding: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 10%, rgba(255,255,255,0.4), transparent 28%),
    linear-gradient(125deg, #e9f0f4 0%, #dfe9f1 36%, #102032 72%, #050d18 100%);
}

.contact-band-inner {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  min-height: 540px;
  align-items: stretch;
  overflow: hidden;
  gap: 0;
}

.contact-left {
  padding: 50px 44px 38px 0;
  display: flex;
  align-items: center;
  min-width: 0;
  overflow: hidden;
}

.contact-left > div {
  width: 100%;
  max-width: 640px;
  min-width: 0;
}

.contact-left h2,
.contact-left .lead-dark,
.form-card {
  max-width: 100%;
  overflow-wrap: break-word;
}

.steps-inline {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #6a7c94;
  margin-bottom: 18px;
  font-weight: 700;
  flex-wrap: wrap;
}

.steps-inline .step-inline {
  display: flex;
  align-items: center;
  gap: 10px;
}

.steps-inline b {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: #d8e2eb;
  color: var(--brand-blue);
  font-size: 14px;
}

.form-card {
  margin-top: 22px;
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(8px);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.06);
  max-width: 560px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.field {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.field-full {
  grid-column: 1 / -1;
}

label {
  font-size: 14px;
  font-weight: 700;
  color: #0f213b;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #c7d3de;
  background: #ffffff;
  border-radius: 12px;
  padding: 14px 14px;
  color: var(--text-dark);
  min-width: 0;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.note {
  margin-top: 12px;
  color: #5f6f84;
  font-size: 14px;
}

.contact-right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 46px 18px 46px 34px;
  min-width: 0;
}

.contact-card {
  width: 100%;
  max-width: 420px;
  background: linear-gradient(180deg, #1d2c3d 0%, #111b29 100%);
  color: white;
  border-radius: 22px;
  padding: 26px;
  box-shadow: var(--shadow);
}

.contact-avatar {
  width: 82px;
  height: 82px;
  border-radius: 999px;
  object-fit: cover;
  object-position: center top;
  margin-bottom: 20px;
  background: #c6c6ba;
}

.contact-card h3 {
  font-size: 32px;
  line-height: 1.08;
  margin: 0 0 4px;
}

.contact-card .subtitle {
  margin: 0 0 22px;
  color: #d8e1ea;
  font-size: 16px;
}

.contact-card p {
  margin: 0 0 20px;
  color: #f7fafc;
  font-size: 17px;
}

.contact-list {
  display: grid;
  gap: 14px;
  font-size: 18px;
}

.contact-link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: white;
}

.mini-icon {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
}

.mini-icon svg {
  width: 18px;
  height: 18px;
  stroke: #ffffff;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mini-icon-img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1);
}

footer {
  background: #000;
  color: #e5e7eb;
  padding: 18px 0;
  font-size: 14px;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 1120px) {
  .contact-band-inner {
    grid-template-columns: 1fr;
  }

  .contact-left {
    padding: 54px 0 24px;
  }

  .contact-right {
    padding: 14px 0 48px;
  }
}

@media (max-width: 760px) {
  .topbar {
    display: none;
  }

  .navbar {
    position: sticky;
  }

  .nav-inner {
    min-height: 74px;
    gap: 12px;
    padding: 10px 0;
  }

  .nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  flex-wrap: nowrap;
}

  .nav-links > a:not(.btn-primary):not(.btn-whatsapp-icon) {
    display: none;
  }

  .nav-links .lang-dropdown {
    display: inline-block;
    margin-left: 0;
  }

  .lang-current {
    padding: 6px 10px;
    min-height: 40px;
  }

  .lang-menu {
    right: 0;
    min-width: 116px;
  }

.nav-links .btn-whatsapp-icon {
  width: 46px;
  height: 46px;
  padding: 0;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 46px;
}

  .brand {
    gap: 10px;
    min-width: 0;
    flex: 1 1 auto;
  }

  .brand-logo {
    width: 46px;
    height: 46px;
    padding: 7px;
  }

  .brand-text strong {
    font-size: 16px;
  }

  .brand-text span {
    display: none;
  }

  .contact-left {
    padding: 26px 0 22px;
  }

  .contact-left > div {
    max-width: none;
  }

  .steps-inline {
    gap: 12px;
    margin-bottom: 14px;
  }

  .steps-inline .step-inline {
    font-size: 15px;
  }

  .form-card {
    max-width: none;
    padding: 18px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .contact-actions {
    flex-direction: column;
  }

  .contact-actions .btn {
    width: 100%;
  }

  .contact-right {
    background: #020915;
    border-radius: 24px;
    padding: 22px 14px 24px;
  }

  .contact-card {
    max-width: none;
    padding: 22px;
  }

  .contact-card h3 {
    font-size: 28px;
  }

  .footer-inner {
    justify-content: center;
    text-align: center;
  }
}

.lang-dropdown {
  position: relative;
  display: inline-block;
  margin-left: 12px;
}

.lang-current {
  display: flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 10px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 14px;
  color: inherit;
  white-space: nowrap;
}

.lang-current .arrow {
  font-size: 10px;
  opacity: 0.7;
  transition: 0.2s ease;
}

.lang-dropdown:hover .arrow {
  transform: rotate(180deg);
}

/* vlag */
.flag {
  width: 18px;
  height: 12px;
  object-fit: cover;
  border-radius: 2px;
  border: 1px solid rgba(255,255,255,0.15);
}

/* dropdown menu */
.lang-menu {
  position: absolute;
  top: 110%;
  right: 0;
  display: flex;
  flex-direction: column;
  background: #0f1a2a;
  border-radius: 10px;
  padding: 6px;
  min-width: 120px;

  opacity: 0;
  pointer-events: none;
  transform: translateY(-5px);
  transition: 0.2s ease;
  z-index: 1000;
}

.lang-menu a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  text-decoration: none;
  color: white;
  border-radius: 6px;
  font-size: 14px;
}

.lang-menu a:hover {
  background: rgba(255,255,255,0.1);
}

.lang-menu a.active {
  font-weight: 600;
  background: rgba(255,255,255,0.08);
}

/* show dropdown */
.lang-dropdown:hover .lang-menu,
.lang-dropdown:focus-within .lang-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.btn-whatsapp-icon {
  background: #25D366;
  color: #fff;
  box-shadow: var(--shadow);
}

.btn-whatsapp-icon-img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1);
}