@media screen and (min-width: 0em) and (max-width: 40em) {
  .smt2 {
    margin-top: 2rem !important;
  }

  .smt3 {
    margin-top: 3rem !important;
  }

  .smt4 {
    margin-top: 4rem !important;
  }

  .smt5 {
    margin-top: 5rem !important;
  }

  .smb2 {
    margin-bottom: 2rem !important;
  }

  .smb3 {
    margin-bottom: 3rem !important;
  }

  .smb4 {
    margin-bottom: 4rem !important;
  }

  .smb5 {
    margin-bottom: 5rem !important;
  }

  .spt2 {
    padding-top: 2rem !important;
  }

  .spt3 {
    padding-top: 3rem !important;
  }

  .spt4 {
    padding-top: 4rem !important;
  }

  .spt5 {
    padding-top: 5rem !important;
  }

  .spb2 {
    padding-bottom: 2rem !important;
  }

  .spb3 {
    padding-bottom: 3rem !important;
  }

  .spb4 {
    padding-bottom: 4rem !important;
  }

  .spb5 {
    padding-bottom: 5rem !important;
  }

  .stc {
    text-align: center !important;
  }

  .hero {
    position: relative;
    height: 85vh;
    width: calc(100% - 1rem);
    margin: 0.5rem;
    border-radius: 10px;
    overflow: hidden;
  }

  .hero .player {
    position: absolute !important;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
  }

  .hero-content {
    position: absolute;
    inset: 0;
    z-index: 3;
  }

  .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: 3rem;
  }

  .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: 115px;
    height: auto;
    position: relative;
    box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.2);
    border-radius: 13px;
  }

  .menu .button,
  .menu a {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: .7rem 1rem;
    color: white;
  }

  .menu .button,
  .menu a:hover {
    color: #fd9e06;
  }

  .menu .menu-text {
    padding: .7rem 1rem;
    font-weight: 700;
    line-height: 1;
    color: inherit;
    text-align: center !important;
    margin: 0 auto !important;
  }

  .top-bar-right {
    flex: 0 0 auto;
    position: relative;
    top: -20px;
    float: none;
    text-align: center !important;
    margin: 0 auto !important;
    display: table !important;
  }

  .top-bar-left {
    flex: 0 0 auto;
    position: relative;
    top: -40px;
    float: none;
  }

  .hero-title {
        font-size: 1.2rem;
        line-height: 2rem;
        text-align: center;
  }

  .hero-description {
    margin-top: 1.4rem;
    font-size: 0.85rem;
    width: 100%;
    text-align: center;
  }

  section {
    margin-top: 3rem;
  }

  .hero-buttons {
    margin-top: 2rem;
    text-align: center;
  }

  .hero-text-box {
    border-radius: 20px;
    padding: 1rem;
  }

  .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 1rem;
  }

  .img-bg {
    width: 100%;
    position: relative;
    border-radius: 10px;
    top: 0;
    z-index: 9;
    margin-bottom: 2rem;
    border: solid 0 white;
    box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.2);
  }

  .exit-popup-box,
  #exitPopup .exit-popup-box {
    width: calc(100% - 1rem);
    margin: 2vh auto 0;
    border-radius: 16px;
    max-height: 96vh;
    overflow-y: auto;
  }

  .exit-popup-inner,
  #exitPopup .exit-popup-inner {
    padding: 1.4rem 1rem 1.2rem;
  }

  .exit-popup-close {
    top: 0.6rem;
    right: 0.6rem;
    width: 40px;
    height: 40px;
    font-size: 1.7rem;
  }

  .exit-popup-title {
    font-size: 1.35rem;
    line-height: 1.8rem;
    padding-right: 2.4rem;
  }

  .exit-popup-text {
    font-size: 0.92rem;
    line-height: 1.6;
  }

  .exit-popup-point {
    font-size: 0.9rem;
    padding: 0.85rem 0.9rem;
  }

  .exit-popup-form input,
  .exit-popup-form select,
  .exit-popup-form textarea {
    min-height: 50px;
    padding: 0.85rem 0.9rem;
  }

  .exit-popup-btn {
    padding: 1rem 1.2rem;
  }

  .exit-popup-success-actions {
    flex-direction: column;
  }

  .exit-popup-btn-secondary,
  .exit-popup-btn-light {
    width: 100%;
  }

 .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);
  }

  .img-cont {
    position: relative;
    width: 100% !important;
    margin-bottom: 0 !important;
  }

  .entity {
    position: relative;
    width: 100%;
    bottom: 0;
    margin: 0 auto;
    background: white;
    padding: 1rem 2rem;
    border-radius: 20px;
    text-align: center;
    z-index: 2;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .process-card-wide {
    grid-column: auto;
  }

  .process-highlight {
    padding: 1.6rem 1rem;
    font-size: 1.02rem;
    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: 75px;
    height: 75px;
    border-radius: 40px;
    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;
  }

  .footer-logo img {
    float: none;
    width: 140px;
    margin: 1rem auto 2rem auto;
  }

  .footer-low {
    background-color: #13273f;
    padding: 2rem 1rem;
    color: white;
    font-size: 0.9rem;
    text-align: center;
  }

  .popup-consent-row {
    gap: 0.7rem;
    align-items: flex-start;
  }

  .popup-consent-row input[type="checkbox"],
  .exit-popup-form .popup-consent-row input[type="checkbox"] {
    appearance: auto;
    -webkit-appearance: checkbox;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    min-height: 18px !important;
    flex: 0 0 18px !important;
    margin: 0.18rem 0 0 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  .popup-consent-label {
    font-size: 0.92rem;
    line-height: 1.5;
  }
.popup-consent-row input[type="checkbox"] {
  appearance: checkbox !important;
  -webkit-appearance: checkbox !important;

  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px !important;

  margin-top: 0.2rem !important;
}

.hero-btn {
    min-width: 140px;
    padding: 1rem !important;
    font-size: 0.8rem !important;
}

}