/* ==========================================================================
   HostCS.ro — Misc sections (FAQ, CTA band, legal prose)
   ========================================================================== */

/* ---------- Check list (why-choose bullets) ---------- */
.check-list {
  max-width: 640px;
  margin: 0 auto 48px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: var(--text-muted);
}

.check-list li svg {
  width: 18px;
  height: 18px;
  color: var(--success);
  flex: none;
}

/* ---------- Highlight row (hardware / monitoring sections) ---------- */
.highlight-row {
  display: flex;
  align-items: center;
  gap: 48px;
}

.highlight-row.reverse { flex-direction: row-reverse; }

.highlight-icon {
  flex: none;
  width: 116px;
  height: 116px;
  border-radius: var(--radius-lg);
  background: var(--accent-dim);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
}

.highlight-icon svg { width: 52px; height: 52px; }

.highlight-text { flex: 1; }

.highlight-text p {
  margin-top: 16px;
  color: var(--text-muted);
  font-size: 15.5px;
  max-width: 600px;
}

@media (max-width: 820px) {
  .highlight-row, .highlight-row.reverse {
    flex-direction: column;
    text-align: center;
  }
  .highlight-text p { margin-left: auto; margin-right: auto; }
}

/* ---------- CS 1.6 free trial ---------- */
.free-trial-highlight {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 760px;
  margin: 22px 0 24px;
  padding: 14px 16px;
  border: 1px solid rgba(245, 180, 0, 0.48);
  background: linear-gradient(105deg, rgba(245, 180, 0, 0.16), rgba(13, 14, 17, 0.9) 68%);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
  color: #fff;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.free-trial-highlight:hover {
  transform: translateY(-2px);
  border-color: var(--accent);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.36), 0 0 24px rgba(245, 180, 0, 0.08);
}

.free-trial-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 42px;
  height: 42px;
  background: var(--accent);
  color: #090a0c;
}

.free-trial-icon svg { width: 20px; height: 20px; }
.free-trial-copy { min-width: 0; }

.free-trial-copy strong {
  display: block;
  font-family: var(--font-interface);
  font-size: 15px;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.free-trial-copy small {
  display: block;
  margin-top: 3px;
  color: #c9c9d0;
  font-size: 12px;
  line-height: 1.45;
}

.free-trial-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  flex: 0 0 auto;
  margin-left: auto;
  color: var(--accent);
  font: 700 11px/1 var(--font-interface);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.trial-explainer {
  position: relative;
  margin: 0 0 42px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(245, 180, 0, 0.34);
  background: radial-gradient(circle at 88% 12%, rgba(245, 180, 0, 0.14), transparent 25%), linear-gradient(135deg, #15161a, #0d0e11);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.trial-explainer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.trial-explainer-head > div { max-width: 720px; }

.trial-explainer h3 {
  margin: 8px 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1;
  text-transform: uppercase;
}

.trial-explainer-head p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.65;
}

.trial-explainer-head .btn { flex: 0 0 auto; }

.trial-steps-title {
  margin: 26px 0 12px;
  color: #fff;
  font-family: var(--font-interface);
  font-size: 15px;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.trial-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.08);
}

.trial-step {
  min-width: 0;
  padding: 20px;
  background: rgba(10, 11, 14, 0.94);
}

.trial-step > span {
  color: var(--accent);
  font: 700 11px/1 var(--font-mono);
  letter-spacing: 0.1em;
}

.trial-step h4 {
  margin: 10px 0 7px;
  color: #fff;
  font-family: var(--font-interface);
  font-size: 16px;
  text-transform: uppercase;
}

.trial-step p {
  margin: 0;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .trial-explainer-head { align-items: flex-start; flex-direction: column; }
  .trial-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .free-trial-highlight { align-items: flex-start; flex-wrap: wrap; }
  .free-trial-link { width: 100%; margin: 2px 0 0 56px; }
  .trial-explainer { padding: 22px; }
  .trial-explainer-head .btn { width: 100%; justify-content: center; }
  .trial-steps { grid-template-columns: 1fr; }
}

/* ---------- Screenshot gallery + description (per-game) ---------- */
.shot-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.shot-tile {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  overflow: hidden;
  background: var(--bg-elevated);
}

.shot-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(.2,.7,.2,1);
}

.shot-tile:hover img { transform: scale(1.06); }

.shot-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--text-dim);
  border: 1px dashed var(--border);
  transition: border-color 0.25s ease, color 0.25s ease;
}

.shot-tile:hover .shot-placeholder {
  border-color: var(--accent);
  color: var(--accent);
}

.shot-placeholder svg { opacity: 0.6; }

.shot-placeholder span {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.02em;
}

.game-description {
  margin-top: 24px;
  padding: 26px 30px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: var(--bg-elevated);
}

.game-description-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent);
}

.game-description p {
  margin-top: 14px;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.75;
}

@media (max-width: 780px) {
  .shot-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .shot-grid { grid-template-columns: 1fr; }
  .game-description { padding: 22px 20px; }
}

/* ---------- Compare table (direct facts, no fluff) ---------- */
.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.compare-table th,
.compare-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid var(--border);
}

.compare-table thead th {
  font-family: var(--font-mono);
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-dim);
  font-weight: 500;
}

.compare-table tbody th {
  font-weight: 700;
  color: var(--text);
  white-space: nowrap;
}

.compare-table td { color: var(--text-muted); }
.compare-table tr:last-child td, .compare-table tr:last-child th { border-bottom: none; }
.compare-table tbody tr:hover td, .compare-table tbody tr:hover th { background: var(--bg-elevated); }

.cell-yes { display: inline-flex; color: var(--success); }
.cell-yes svg { width: 16px; height: 16px; }
.cell-no { color: var(--text-dim); }

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
}

/* ---------- FAQ ---------- */
.faq-list {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--bg-elevated);
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-weight: 700;
  font-size: 15.5px;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary svg {
  width: 20px;
  height: 20px;
  color: var(--accent);
  flex: none;
  transition: transform 0.25s ease;
}

.faq-item[open] summary svg { transform: rotate(45deg); }

.faq-item .faq-body {
  padding: 0 24px 22px;
  color: var(--text-muted);
  font-size: 14.5px;
}

/* ---------- CTA band ---------- */
.cta-band {
  position: relative;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: linear-gradient(90deg, var(--bg-elevated), var(--bg-elevated-2));
  padding: 64px 0;
  overflow: hidden;
}

.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 40% 80% at 90% 50%, rgba(245, 180, 0, 0.1), transparent 70%);
  pointer-events: none;
}

.cta-band .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.cta-band h3 {
  font-size: clamp(22px, 3vw, 30px);
  text-transform: uppercase;
}

.cta-band p {
  margin-top: 8px;
  color: var(--text-muted);
  font-size: 15px;
}

/* ---------- Legal / prose content ---------- */
.legal {
  max-width: 780px;
  margin: 0 auto;
}

.legal h2 {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 14px;
}

.legal h2:first-child { margin-top: 0; }

.legal h3 {
  font-size: 15.5px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--accent);
  margin-top: 28px;
  margin-bottom: 10px;
}

.legal p {
  color: var(--text-muted);
  font-size: 15px;
  margin-bottom: 14px;
}

.legal ul {
  margin: 0 0 14px;
  padding-left: 4px;
}

.legal ul li {
  position: relative;
  padding-left: 22px;
  color: var(--text-muted);
  font-size: 15px;
  margin-bottom: 8px;
}

.legal ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.legal .updated {
  color: var(--text-dim);
  font-size: 13.5px;
  margin-bottom: 40px;
}
