.hero-subtitle,
.hero-title {
  font-family: Inter, sans-serif;
}
.main-section {
  padding: 160px 16px 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-container {
  display: flex;
  gap: 60px;
  max-width: 1200px;
  width: 100%;
  align-items: center;
}
.hero-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.hero-title {
  font-size: 42px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
  line-height: 1.2;
}
.hero-end-subtitle,
.hero-subtitle {
  font-weight: 300;
  color: #666;
  margin-bottom: 40px;
}
.hero-subtitle {
  font-size: 22px;
  line-height: 1.4;
  margin-top: 0;
}
.features-list li,
.hero-end-subtitle {
  line-height: 1.5;
  font-family: Inter, sans-serif;
}
.hero-end-subtitle {
  font-size: 20px;
  margin-top: -24px;
  max-width: 700px;
}
.features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 60px;
  max-width: 600px;
}
.features-list li {
  font-size: 18px;
  color: #333;
  margin-bottom: 16px;
  padding-left: 40px;
  position: relative;
}
.application-title,
.pos-card h4 {
  line-height: 1.3;
  font-weight: 600;
}
.features-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-color: #2f3da2;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}
.feature-cards {
  display: flex;
  flex-direction: row;
  gap: 30px;
  max-width: 800px;
  width: 100%;
}
.feature-card {
  text-align: center;
  padding: 30px 20px;
  border-radius: 12px;
  width: 158px;
  height: 141px;
}
.feature-icon {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-left: 45px;
}
.feature-title {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 8px;
}
.feature-subtitle {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #666;
  margin: 0;
}
.application-section {
  padding: 80px 16px;
  background: #f8f9ff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
.application-container {
  width: 540px;
  background: #fff;
  border-radius: 34px;
  padding: 40px;
  box-shadow: 0 44px 64px rgba(0, 0, 0, 0.1);
  filter: drop-shadow(0 44px 64px rgba(0, 0, 0, 0.1));
}
.application-title {
  font-family: Inter, sans-serif;
  font-size: 22px;
  color: #1a1a1a;
  margin-bottom: 30px;
}
.checkbox-group,
.form-grid {
  margin-bottom: 24px;
}
.checkbox-label,
.privacy-notice {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
  font-family: Inter, sans-serif;
}
.application-form {
  width: 100%;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.button-group,
.checkbox-label,
.checkmark,
.form-group,
.pos-tabs__buttons {
  display: flex;
  display: flex;
}
.form-group {
  flex-direction: column;
  width: 260px;
}
.form-group input,
.form-group select {
  font-family: Inter, sans-serif;
  font-size: 14px;
  padding: 12px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  color: #333;
  outline: 0;
  transition: border-color 0.2s;
}
.form-group input:focus,
.form-group select:focus {
  border-color: #2f3da2;
}
.form-group input::placeholder {
  color: #9ca3af;
}
.form-group select {
  cursor: pointer;
}
.checkbox-label {
  align-items: flex-start;
  margin-bottom: 16px;
  cursor: pointer;
  align-items: center;
  gap: 8px;
  position: relative;
}
.multiselect-display {
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  padding: 6px;
}

.multiselect-display.input-error {
  border-color: red;
  background-color: #fff5f5;
}

.error-msg {
  margin-top: 4px;
  color: red;
  font-size: 0.85rem;
}

.checkbox-label input[type="checkbox"] {
  opacity: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  cursor: pointer;
  display: none;
}
.checkbox-label .checkmark {
  width: 18px;
  height: 18px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  font-size: 12px;
}
.checkbox-label input[type="checkbox"]:checked + .checkmark::after {
  content: "✓";
  content: "\2713";
  color: #2f3da2;
  font-size: 10px;
  font-weight: 700;
}
.checkbox-label .checkmark::after {
  content: "";
}
.checkmark {
  width: 16px;
  height: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 3px;
  margin-right: 12px;
  margin-top: 2px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: 0.2s;
}
.checkbox-label input[type="checkbox"]:checked + .checkmark {
  background: #fff;
  border-color: #2f3da2;
}
.privacy-notice {
  margin-bottom: 24px;
  margin-left: 30px;
  text-align: left;
}
.button-group {
  gap: 12px;
  justify-content: center;
}
.btn-primary,
.btn-secondary {
  width: 204px;
  height: 50px;
  border: none;
  border-radius: 8px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-primary {
  background: #2f3da2 !important;
  box-shadow: none !important;
  color: #fff;
}
.btn-primary:hover {
  background: #253285;
}
.btn-secondary {
  background: #f0f2ff;
  color: #2f3da2;
}
.btn-secondary:hover {
  background: #e5e7eb;
}
.pos-tabs {
  padding: 60px 20px;
}
.pos-tabs__buttons {
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
.pos-tab-btn {
  padding: 12px 24px;
  border: none;
  background: 0 0;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
}
.pos-tab-btn.active {
  background: #f0f2ff;
  color: #2f3da2;
  font-weight: 700;
}
.pos-tab-content {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.pos-tab-content.active {
  display: grid;
}
.pos-card {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  text-align: left;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.pos-card i {
  font-size: 32px;
  color: #787dff;
  flex-shrink: 0;
  margin-top: 2px;
}
.pos-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.pos-card h4 {
  font-size: 18px;
  margin: 0 0 8px;
  color: #333;
}
.pos-card p {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .main-container {
    flex-direction: column;
    gap: 40px;
  }
  .hero-content {

    text-align: start;
  }
  .application-container {
    width: 100%;
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .feature-cards,
  .form-grid,
  .pos-tab-content {
    grid-template-columns: 1fr;
  }
  .form-grid{
            align-items: center;
        justify-content: center;
        text-align: center;
        display: flex
;
        flex-direction: column;
  }
  .main-section,
  .pos-tabs {
    padding: 100px 16px;
  }
  .hero-title {
    font-size: 36px;
  }
  .hero-subtitle {
    font-size: 18px;
  }
  .application-container {
    width: 90%;
    max-width: 600px;
    padding: 30px 20px;
  }
  .button-group {
    flex-direction: column;
    align-items: center;
  }
  .btn-primary,
  .btn-secondary {
    width: 100%;
    min-width: 204px;
  }
  .pos-tabs__buttons {
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }
  .pos-tab-btn {
    width: 100%;
    max-width: 200px;
  }
  .pos-tab-content {
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .pos-tab-btn.active {
    background-color: #f8f8ff !important;
  }
  .main-section {
    padding: 100px 16px;
  }
  .hero-title {
    font-size: 28px;
  }
  .hero-subtitle,
  .pos-card h4 {
    font-size: 16px;
  }
  .features-list li {
    font-size: 16px;
    text-align: start;
  }
  .application-container {
    border-radius: 20px;
    padding: 20px;
  }
  .application-title {
    font-size: 20px;
  }
  .pos-tabs {
    padding: 30px 12px;
  }
  .pos-tabs__buttons {
    gap: 8px;
  }
  .pos-tab-btn {
    padding: 10px 16px;
    font-size: 14px;
  }
  .pos-tab-content {
    gap: 12px;
  }
  .pos-card {
    padding: 16px;
    flex-direction: column;
  }
  .pos-card p {
    font-size: 13px;
  }
}
