.button,
.contact-form input,
.contact-form select,
.contact-form textarea {
  border-radius: 8px;
}

.service-card,
.steps article,
.contact-form,
.status,
.experience {
  border-radius: 10px;
}

.floating-call svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.mobile-dock {
  display: none;
}

@media (max-width: 600px) {
  body {
    padding-bottom: 70px;
  }

  .floating-call {
    display: none;
  }

  .mobile-dock {
    position: fixed;
    z-index: 50;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    min-height: 58px;
    overflow: hidden;
    color: #dbe7ef;
    background: rgba(7, 17, 31, 0.96);
    border: 1px solid rgba(139, 184, 215, 0.28);
    border-radius: 16px;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(14px);
  }

  .mobile-dock a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 0;
    font: 600 10px Montserrat, sans-serif;
  }

  .mobile-dock a + a {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }

  .mobile-dock .dock-primary {
    color: #fff;
    background: linear-gradient(135deg, #357fb9, #1c5c91);
  }

  .mobile-dock svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mobile-dock a:first-child svg,
  .mobile-dock a:last-child svg {
    fill: currentColor;
    stroke: none;
  }
}
