.kiosk-page {
  --kiosk-ink: #102032;
  --kiosk-muted: #64748b;
  --kiosk-teal: #0f766e;
  --kiosk-green: #16a34a;
  --kiosk-blue: #2563eb;
  --kiosk-orange: #f59e0b;
  --kiosk-line: #dbe7ea;
  --kiosk-soft: #f0fdfa;
  color: var(--kiosk-ink);
  background: #fff;
}
.kiosk-page * { box-sizing: border-box; }
.kiosk-page a,.kiosk-page button { transition: all .22s ease; }
.kiosk-hero {
  padding: 72px 0 46px;
  background:
    linear-gradient(120deg, rgba(15,118,110,.92), rgba(21,128,61,.86)),
    radial-gradient(circle at 88% 12%, rgba(245,158,11,.4), transparent 28%);
  color: #fff;
  overflow: hidden;
}
.kiosk-hero-grid,.two-col,.brochure-grid,.enquiry-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .96fr);
  gap: 42px;
  align-items: center;
}
.kiosk-ribbon,.kiosk-actions,.kiosk-badges,.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.kiosk-ribbon span,.kiosk-badges span {
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  padding: 7px 12px;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-weight: 800;
  font-size: 13px;
}
.kiosk-copy h1 {
  margin: 20px 0 18px;
  color: #fff;
  font-size: clamp(36px, 5vw, 66px);
  line-height: 1.04;
  letter-spacing: 0;
}
.kiosk-copy p {
  max-width: 780px;
  color: rgba(255,255,255,.9);
  font-size: 18px;
  line-height: 1.72;
}
.kiosk-copy .hero-note { color: #fef3c7; }
.kiosk-actions { margin: 28px 0; }
.kiosk-actions a,.kiosk-prefill,.table-cta,.kiosk-btn,.kiosk-form button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--kiosk-line);
  border-radius: 10px;
  padding: 11px 18px;
  background: #fff;
  color: var(--kiosk-ink);
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}
.detail-btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--kiosk-blue);
  border-radius: 10px;
  padding: 11px 18px;
  background: #fff;
  color: var(--kiosk-blue);
  font-weight: 900;
  cursor: pointer;
}
.kiosk-actions a.primary,.kiosk-form button {
  border-color: var(--kiosk-orange);
  background: var(--kiosk-orange);
  color: #111827;
  box-shadow: 0 16px 36px rgba(245,158,11,.28);
}
.kiosk-actions a.whatsapp,.kiosk-btn.whatsapp {
  border-color: #22c55e;
  background: #22c55e;
  color: #fff;
}
.kiosk-visual img,.solution-grid img,.product-grid img,.package-grid img,.two-col img,.brochure-cover img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.kiosk-visual img {
  aspect-ratio: 16 / 10;
  border: 10px solid rgba(255,255,255,.2);
  border-radius: 26px;
  box-shadow: 0 36px 80px rgba(0,0,0,.28);
}
.kiosk-section { padding: 78px 0; }
.kiosk-section:nth-of-type(odd) { background: #f8fbfb; }
.kiosk-head { margin-bottom: 30px; }
.kiosk-head.center {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.kiosk-head.split {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
}
.kiosk-head span,.eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--kiosk-teal);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
}
.kiosk-head h2,.two-col h2,.brochure-grid h2,.enquiry-grid h2 {
  margin: 0;
  color: var(--kiosk-ink);
  font-size: clamp(28px, 3.4vw, 46px);
  line-height: 1.12;
  letter-spacing: 0;
}
.kiosk-head p,.two-col p,.brochure-grid p,.enquiry-grid p {
  margin: 12px 0 0;
  color: var(--kiosk-muted);
  line-height: 1.72;
}
.solution-grid,.product-grid,.package-grid,.location-grid,.feature-grid,.parameter-grid,.dash-grid {
  display: grid;
  gap: 18px;
}
.solution-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.product-grid,.package-grid,.location-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.feature-grid,.dash-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.solution-grid article,.product-grid article,.package-grid article,.location-grid article,.feature-grid article,.parameter-grid article,.dash-grid article,.vending-groups article,.faq-list details,.kiosk-form,.brochure-cover {
  border: 1px solid var(--kiosk-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .07);
}
.solution-grid article,.product-grid article,.package-grid article,.location-grid article,.feature-grid article,.parameter-grid article,.dash-grid article,.vending-groups article {
  padding: 20px;
}
.solution-grid img,.product-grid img,.package-grid img,.two-col img {
  aspect-ratio: 16 / 10;
  border-radius: 14px;
  margin-bottom: 18px;
}
.solution-grid i,.location-grid i,.feature-grid i {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg,#dcfce7,#dbeafe);
  color: var(--kiosk-teal);
  font-size: 20px;
}
.solution-grid h3,.product-grid h3,.package-grid h3,.location-grid h3,.vending-groups h3 {
  margin: 16px 0 10px;
  color: var(--kiosk-ink);
  font-size: 20px;
  line-height: 1.25;
}
.solution-grid p,.product-grid p,.package-grid p,.location-grid p {
  color: var(--kiosk-muted);
  line-height: 1.62;
}
.chips span,.vending-groups span {
  display: inline-flex;
  margin: 0 6px 8px 0;
  border-radius: 999px;
  padding: 6px 9px;
  background: #ecfeff;
  color: #0f766e;
  font-size: 12px;
  font-weight: 900;
}
.kiosk-prefill { margin-top: 16px; border-color: var(--kiosk-teal); color: var(--kiosk-teal); }
.kiosk-prefill:hover,.table-cta:hover { background: var(--kiosk-teal); color: #fff; }
.health { background: #f0fdfa; }
.agritech { background: #f7fee7; }
.vending { background: #eff6ff; }
.reverse { grid-template-columns: minmax(330px, .96fr) minmax(0, 1fr); }
.feature-grid article {
  display: flex;
  gap: 12px;
  align-items: center;
}
.feature-grid span { color: var(--kiosk-ink); font-weight: 800; }
.parameter-grid {
  grid-template-columns: repeat(3, minmax(0,1fr));
}
.parameter-grid strong,.dash-grid strong {
  display: block;
  color: var(--kiosk-ink);
}
.parameter-grid span,.dash-grid span {
  display: inline-block;
  margin-top: 10px;
  color: var(--kiosk-teal);
  font-weight: 900;
  font-size: 13px;
}
.vending-groups { display: grid; gap: 16px; }
.compare { background: #fff; }
.table-scroll {
  overflow-x: auto;
  border: 1px solid var(--kiosk-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15,23,42,.08);
}
.compare table {
  width: 100%;
  min-width: 1120px;
  border-collapse: collapse;
}
.compare th,.compare td {
  border-bottom: 1px solid var(--kiosk-line);
  padding: 16px;
  color: var(--kiosk-muted);
  vertical-align: top;
  font-size: 14px;
}
.compare thead th {
  background: #0f766e;
  color: #fff;
}
.compare th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  width: 190px;
  background: #f0fdfa;
  color: var(--kiosk-ink);
}
.compare thead th:first-child { background: #115e59; color: #fff; }
.process { background: linear-gradient(135deg,#0f766e,#14532d); }
.kiosk-head.inverse h2,.kiosk-head.inverse span { color: #fff; }
.flow {
  display: grid;
  grid-template-columns: repeat(7, minmax(0,1fr));
  gap: 12px;
}
.flow article {
  min-height: 130px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 16px;
  padding: 16px;
  background: rgba(255,255,255,.1);
  color: #fff;
}
.flow b {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fbbf24;
  color: #111827;
}
.flow span { display:block; margin-top: 16px; font-weight: 900; }
.dashboard { background: #ecfeff; }
.brochure { background: #f0fdfa; }
.brochure-grid { grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr); }
.brochure-cover {
  position: relative;
  overflow: hidden;
}
.brochure-cover img { aspect-ratio: .82 / 1; }
.brochure-cover span {
  position: absolute;
  top: 18px;
  right: 18px;
  border-radius: 8px;
  padding: 8px 12px;
  background: var(--kiosk-orange);
  color: #111827;
  font-weight: 900;
}
.brochure-grid ul {
  margin: 16px 0;
  padding: 0;
  list-style: none;
}
.brochure-grid li {
  position: relative;
  margin: 9px 0;
  padding-left: 22px;
  color: var(--kiosk-muted);
}
.brochure-grid li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--kiosk-green);
  font-weight: 900;
}
.kiosk-form {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
  padding: 22px;
}
.kiosk-form.mini { margin-top: 20px; }
.kiosk-form input,.kiosk-form select,.kiosk-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--kiosk-line);
  border-radius: 10px;
  padding: 11px 13px;
  background: #fff;
  color: var(--kiosk-ink);
}
.kiosk-form textarea,.kiosk-form p,.kiosk-form-message { grid-column: 1 / -1; }
.kiosk-form textarea { min-height: 120px; resize: vertical; }
.kiosk-form-message { min-height: 20px; font-weight: 900; }
.kiosk-form-message.is-success { color: #15803d; }
.kiosk-form-message.is-error { color: #dc2626; }
.kiosk-btn.locked { opacity: .55; cursor: not-allowed; }
.faq-list {
  display: grid;
  gap: 12px;
  max-width: 960px;
  margin: 0 auto;
}
.faq-list details {
  padding: 18px 20px;
}
.faq-list summary {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--kiosk-ink);
  font-weight: 900;
  cursor: pointer;
}
.faq-list p {
  margin: 14px 0 0;
  color: var(--kiosk-muted);
  line-height: 1.68;
}
.kiosk-sticky {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 1000;
  display: none;
  grid-template-columns: repeat(4,1fr);
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--kiosk-line);
  border-radius: 14px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 18px 48px rgba(15,23,42,.18);
}
.kiosk-sticky a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #0f766e;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}
.kiosk-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.kiosk-modal[aria-hidden="false"] { display: flex; }
.kiosk-modal-bg {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, .72);
}
.kiosk-modal article {
  position: relative;
  z-index: 2;
  width: min(980px, 100%);
  max-height: 88vh;
  overflow: auto;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(0,0,0,.32);
}
.kiosk-modal article > button {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: var(--kiosk-teal);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
.kiosk-modal-grid {
  display: grid;
  grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr);
  gap: 26px;
  padding: 28px;
}
.kiosk-modal-grid img {
  width: 100%;
  min-height: 320px;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.kiosk-modal-grid > div > span {
  color: var(--kiosk-teal);
  font-weight: 900;
}
.kiosk-modal-grid h2 {
  margin: 12px 0;
  color: var(--kiosk-ink);
}
.kiosk-modal table {
  width: calc(100% - 56px);
  margin: 0 28px 28px;
  border-collapse: collapse;
}
.kiosk-modal th,.kiosk-modal td {
  border: 1px solid var(--kiosk-line);
  padding: 12px;
  text-align: left;
}
.kiosk-modal th {
  width: 220px;
  background: #f0fdfa;
  color: var(--kiosk-ink);
}
@media (max-width: 1199px) {
  .product-grid,.package-grid,.location-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .flow { grid-template-columns: repeat(4,minmax(0,1fr)); }
}
@media (max-width: 991px) {
  .kiosk-hero-grid,.two-col,.reverse,.brochure-grid,.enquiry-grid { grid-template-columns: 1fr; }
  .solution-grid { grid-template-columns: 1fr; }
  .kiosk-head.split { display: block; }
}
@media (max-width: 767px) {
  .kiosk-hero { padding: 48px 0 32px; }
  .kiosk-section { padding: 54px 0; }
  .product-grid,.package-grid,.location-grid,.feature-grid,.parameter-grid,.dash-grid,.flow,.kiosk-form { grid-template-columns: 1fr; }
  .kiosk-actions a,.kiosk-prefill,.kiosk-btn { width: 100%; }
  .detail-btn { width: 100%; }
  .kiosk-modal {
    padding: 0;
    align-items: end;
  }
  .kiosk-modal article {
    max-height: 94vh;
    border-radius: 20px 20px 0 0;
  }
  .kiosk-modal-grid {
    grid-template-columns: 1fr;
    padding: 18px;
  }
  .kiosk-modal table {
    width: calc(100% - 32px);
    margin: 0 16px 20px;
  }
  .kiosk-modal th,.kiosk-modal td {
    display: block;
    width: 100%;
  }
  .kiosk-sticky { display: grid; }
  .kiosk-page { padding-bottom: 74px; }
}
