/* Fazė 3: modelių palyginimas + advisor wizard + proof/katalogas */

.glamp-compare {
  margin-top: clamp(28px, 4vw, 44px);
  padding: clamp(22px, 3vw, 30px);
  border-radius: 24px;
  border: 1px solid rgba(23, 51, 38, 0.1);
  background: linear-gradient(180deg, #fff 0%, #f7faf5 100%);
  box-shadow: 0 18px 52px rgba(12, 31, 22, 0.06);
  max-width: 100%;
  min-width: 0;
  /* Tables with min-width escape overflow:auto and expand the page on mobile (Chromium). */
  contain: paint;
}

.glamp-compare__head {
  margin-bottom: 18px;
}

.glamp-compare__head h3 {
  margin: 0 0 8px;
  font-size: clamp(22px, 2.4vw, 28px);
  color: #173326;
}

.glamp-compare__head p {
  margin: 0;
  color: #607268;
  font-size: 15px;
  line-height: 1.55;
}

.glamp-compare__scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  min-width: 0;
  contain: paint;
}

.glamp-compare__table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 14px;
}

.glamp-compare__table th,
.glamp-compare__table td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid rgba(23, 51, 38, 0.08);
  vertical-align: middle;
}

.glamp-compare__table thead th {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #607268;
  background: rgba(23, 51, 38, 0.04);
}

.glamp-compare__table tbody th {
  font-weight: 800;
  color: #173326;
}

.glamp-compare__table tbody th a {
  color: inherit;
  text-decoration: none;
}

.glamp-compare__table tbody th a:hover {
  color: #8b5719;
}

.glamp-compare__table tbody tr:hover td,
.glamp-compare__table tbody tr:hover th {
  background: rgba(240, 200, 106, 0.08);
}

.glamp-compare__link {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(184, 121, 37, 0.34);
  background: rgba(184, 121, 37, 0.08);
  color: #8b5719 !important;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none !important;
  white-space: nowrap;
}

.glamp-compare__link:hover {
  background: #b87925;
  border-color: #b87925;
  color: #fff !important;
}

/* Advisor wizard */
.glamp-advisor {
  margin-top: 22px;
  padding: clamp(22px, 3vw, 28px);
  border-radius: 24px;
  border: 1px solid rgba(23, 51, 38, 0.12);
  background: #102019;
  color: #fff;
  box-shadow: 0 22px 60px rgba(8, 20, 16, 0.22);
}

.glamp-advisor__intro {
  margin-bottom: 18px;
}

.glamp-advisor__intro .advisor-label {
  display: block;
  margin-bottom: 8px;
  color: #f0c86a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.glamp-advisor__intro strong {
  display: block;
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.35;
}

.glamp-advisor__progress {
  display: flex;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.glamp-advisor__progress li {
  flex: 1;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}

.glamp-advisor__progress li.is-active {
  border-color: rgba(240, 200, 106, 0.55);
  background: rgba(240, 200, 106, 0.14);
  color: #f0c86a;
}

.glamp-advisor__progress li.is-done {
  border-color: rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.88);
}

.glamp-advisor__step h3 {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.3;
}

.glamp-advisor__options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.glamp-advisor__opt {
  min-height: 74px;
  padding: 14px 12px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.glamp-advisor__opt:hover {
  border-color: rgba(240, 200, 106, 0.55);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

.glamp-advisor__opt.is-selected {
  border-color: #f0c86a;
  background: rgba(240, 200, 106, 0.16);
  box-shadow: inset 0 0 0 1px rgba(240, 200, 106, 0.35);
}

.glamp-advisor__result {
  padding-top: 4px;
}

.glamp-advisor__result-label {
  margin: 0 0 6px;
  color: #f0c86a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.glamp-advisor__result h3 {
  margin: 0 0 8px;
  font-size: clamp(24px, 3vw, 32px);
  color: #fff;
}

.glamp-advisor__result p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
}

.glamp-advisor__result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.glamp-advisor__quick {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.glamp-advisor__quick .model-advisor-links {
  margin-top: 10px;
}

/* Proof + katalogas – aukščiau funnel */
.glamp-proof-catalog {
  background: linear-gradient(180deg, #f8f4ec 0%, #fff 42%);
  border-top: 1px solid rgba(23, 51, 38, 0.08);
  border-bottom: 1px solid rgba(23, 51, 38, 0.08);
}

.glamp-proof-catalog .glamp-live-projects {
  margin-top: clamp(28px, 4vw, 40px);
  padding-top: 0;
  border-top: 0;
}

@media (max-width: 820px) {
  .glamp-advisor__options {
    grid-template-columns: 1fr;
  }

  .glamp-advisor__result-actions .button {
    width: 100%;
    justify-content: center;
  }
}
