body {
  font-family: 'Outfit', sans-serif;
  background: #f5f5f5 url('/assets/images/bg-texture.png') repeat;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.kiosk-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 60px;    /* SPACE ABOVE FORM */
  padding-bottom: 60px; /* SPACE BELOW FORM */
}

/* Larger screens */
@media (min-width: 768px) {
  .kiosk-wrapper {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}


.kiosk-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px;
  width: 100%;
  max-width: 420px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.kiosk-card h1 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 6px;
}

.kiosk-card p {
  color: #666;
  margin-bottom: 24px;
}

.form-control, .form-select {
  height: 52px;
  border-radius: 10px;
}

.btn-primary {
  background: #7B2CBF;
  border: none;
  border-radius: 12px;
  padding: 14px;
  font-size: 16px;
  font-weight: 500;
}

.btn-primary:hover {
  background: #6a22aa;
}

.footer {
  background: #1e1e1e;
  color: #ccc;
  text-align: center;
  padding: 16px 10px;
  font-size: 13px;
}
.industry-card {
  background: #ffffff;
  border: 1px solid #e2e6ea;
  border-radius: 14px;
  padding: 22px 12px;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.industry-card:hover {
  border-color: #7B2CBF;
  box-shadow: 0 10px 24px rgba(123,44,191,0.12);
  transform: translateY(-2px);
}

.industry-icon {
  font-size: 28px;
}

.industry-wide {
  padding: 18px;
  font-size: 16px;
}
.requirement-card {
  background: #ffffff;
  border: 1px solid #e2e6ea;
  border-radius: 16px;
  padding: 32px 20px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.requirement-card.active {
  border-color: #7B2CBF;
  background: #faf5ff;
  box-shadow: 0 10px 24px rgba(123,44,191,0.15);
}


.requirement-card:hover {
  border-color: #7B2CBF;
  box-shadow: 0 12px 28px rgba(123,44,191,0.15);
  transform: translateY(-3px);
}



.req-icon {
  width: 14px;
  height: 14px;
  background: #c9b5ea;
  border-radius: 3px;
  margin: 0 auto;
}
.equipment-card {
  background: #ffffff;
  border: 1px solid #e2e6ea;
  border-radius: 14px;
  padding: 18px;
  transition: all .2s ease;
  text-align: center;
}

.equipment-card:hover {
  box-shadow: 0 10px 26px rgba(0,0,0,0.08);
  transform: translateY(-3px);
}

.img-placeholder {
  height: 120px;
  background: #f1f3f5;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #888;
}
.equipment-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.equipment-link:hover {
  color: inherit;
}

.equipment-title {
  font-size: 32px;
  font-weight: 700;
}

.equipment-series {
  color: #666;
  font-weight: 500;
}

.equipment-tagline {
  font-style: italic;
  color: #444;
}

.equipment-overview {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

.section-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
}

.spec-table td {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.benefit-card {
  background: #f8f9fb;
  border-radius: 12px;
  padding: 20px;
}

.benefit-card ul {
  padding-left: 18px;
}

.particle-scale {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-top: 10px;
  color: #555;
}

.equipment-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-primary {
  background: #6f2dbd;
  border: none;
  padding: 14px 26px;
  border-radius: 10px;
}

.particle-size-box {
  padding: 0px;
}

.particle-image img {
min-height: 150px;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.particle-text {
  text-align: center;
  margin-top: 6px;
}
.applications-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 16px;
}

.application-card {
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 14px 10px;
  text-align: center;
  transition: all 0.25s ease;
}

.application-card:hover {
  box-shadow: 0 8px 18px rgba(0,0,0,0.08);
  transform: translateY(-3px);
}

.app-icon {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-bottom: 8px;
}

.app-label {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.req-image {
  width: 100%;
  height: 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.req-image img {
width:60px;
height: 60px;
  object-fit: contain;
}
.industry-icon {
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.industry-icon img {
  max-height: 60px;
  max-width: 60px;
  object-fit: contain;
}
.equipment-img {
  width: 100%;
  height: 300px;
  background: #f5f6f7;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.equipment-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    height: 320px;
    width: 100%;
}
img.equip {
    height: 400px;
    width: 100%;
    object-fit: cover;
}
