@media screen and (min-width: 40em) and (max-width: 64em) {
  .hero {
    position: relative;
    width: 100%;
    height: 85vh;
    overflow: hidden;
  }

  .hero .player {
    position: absolute !important;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
  }

  .hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 2;
  }

  .hero-content {
    position: absolute;
    inset: 0;
    z-index: 3;
    padding-top: 10px;
  }

  .hero-container {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .hero-top-row {
    flex: 0 0 auto;
  }

  .hero-main-row {
    color: white;
    margin-top: auto;
    margin-bottom: 2rem;
  }

  .custom-menu {
    background: transparent;
  }

  .custom-menu .menu a,
  .custom-menu .menu-text {
    color: #ffffff;
  }

  .top-bar,
  .top-bar ul {
    background-color: transparent;
    position: relative;
    top: -25px;
  }

  .logo img {
    width: 150px;
    height: auto;
    position: relative;
    -webkit-box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.2);
    border-radius: 13px;
  }

  section {
    margin-top: 4rem;
  }

  .top-bar-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    top: -40px;
    float: left;
  }

  .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    top: 25px;
    float: right;
  }

  .menu .button,
  .menu a {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: .7rem 1rem;
    color: white;
  }

  .menu .button,
  .menu a:hover {
    color: #fd9e06;
  }

  .infobg {
    top: 2rem;
    padding: 3rem 0 4rem 0;
    border-radius: 20px;
    background: radial-gradient(circle, rgba(27, 50, 80, 1) 0%, rgba(27, 54, 86, 1) 50%, rgba(21, 43, 69, 1) 96%);
    margin: 0 2rem;
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .process-card-wide {
    grid-column: auto;
  }

  .process-highlight {
    padding: 1.6rem 1rem;
    font-size: 1.18rem;
    line-height: 1.7;
    border-radius: 16px;
  }

  .process-badges span {
    font-size: 0.72rem;
    padding: 0.48rem 0.75rem;
  }

  .process-card {
    padding: 1.5rem 1rem 1.35rem;
    border-radius: 16px;
  }

  .process-icon {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    margin-bottom: 1rem;
  }

  .process-icon svg {
    width: 26px;
    height: 26px;
  }

  .process-card h3 {
    font-size: 1.06rem;
  }

  .process-card p {
    font-size: 0.92rem;
    line-height: 1.65;
  }

  .process-benefit {
    font-size: 0.86rem;
  }

  .process-intro {
    font-size: 0.95rem;
    line-height: 1.7;
  }
   .mobile-lead-btn {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    background: #1a3351;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

  .mobile-lead-btn:active {
    transform: scale(0.96);
  }
}