 body {
      background-color: #f8f9fa;
      font-family: "Segoe UI", sans-serif;
      margin: 0;
    }
    .container-mobile {
      max-width: 480px;
      margin: 0 auto;
      padding: 20px 16px 40px;
    }
    input.error {
  border: 2px solid #dc3545 !important; 
}

    .news-header {
      font-size: 13px;
      color: #888;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      margin-bottom: 10px;
    }
    .headline {
      font-size: 21px;
      font-weight: 600;
      margin-bottom: 10px;
      color: #1c2e4a;
      text-align: center;
    }
    .headline mark {
      background-color: #eaf3ff;
      color: #1c2e4a;
      padding: 0 4px;
    }
    .video-wrapper {
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      margin-bottom: 20px;
    }
    .btn-telegram {
      background-color: #007ab8;
      color: #fff;
      font-weight: 600;
      border: none;
      border-radius: 8px;
      padding: 12px;
      width: 100%;
      font-size: 23px;
    }
    .btn-telegram:hover {
      background-color: #00699e;
    }
    .section {
      margin-top: 32px;
    }
    .section h5 {
      font-size: 17px;
      font-weight: 600;
      margin-bottom: 10px;
    }
    .section p, .section li {
      font-size: 14px;
      color: #444;
    }
    .review {
      background-color: #ffffff;
      border: 1px solid #dee2e6;
      border-radius: 12px;
      padding: 12px 16px;
      margin-bottom: 12px;
      font-size: 14px;
      color: #333;
      box-shadow: 0 1px 4px rgba(0,0,0,0.03);
    }
    footer {
      font-size: 14px;
      color:#171717;
      margin-top: 20px;
      text-align: center;
    }

    .chat-review {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.chat-review .avatar {
  flex-shrink: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #cfe2ff;
  color: #1c2e4a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
}

.chat-review .bubble {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 12px;
  padding: 10px 14px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.03);
  max-width: 100%;
}

.chat-review .name {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 4px;
  color: #2c3e50;
}

.chat-review .text {
  font-size: 14px;
  color: #333;
}

.chat-review .time {
  font-size: 12px;
  color: #888;
  margin-top: 6px;
}


.process-track {
  border-left: 4px solid #cfe2ff;
  padding-left: 11px;
  margin-top: 20px;
}

.step {
  display: flex;
  position: relative;
  margin-bottom: 28px;
}

.step .icon {
  position: absolute;
  left: -25px;
  top: 0;
  background-color: #007ab8;
  color: white;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.step .content .title {
  font-weight: 600;
  font-size: 15px;
  color: #1c2e4a;
  margin-bottom: 2px;
}

.step .content .desc {
  font-size: 14px;
  color: #555;
}
.iti {
  width: 100%;
}

#phone {
  width: 100% !important;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 16px ;
  border: 1px solid #007ab8;
  box-shadow: none;
  transition: border-color 0.2s;
}
  #claim-form #claim-form_foot .form-control {
  width: 100%;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 16px;
  box-shadow: none;
  border: 1px solid #007ab8;
  transition: border-color 0.2s;
}
.border_r {  border: 1px solid #007ab8;}
#claim-form #claim-form_foot .form-control:focus {
  border-color: #007ab8;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 122, 184, 0.2);
}