/* vaseis.css — Landing «Βάσεις 2026» (page-vaseis.php). Στατική, SEO-first. */

.vas-wrap { max-width: 840px; }

/* Hero */
.vas-hero { text-align: center; margin: 8px 0 34px; }
.vas-hero h1 { font-size: clamp(28px, 7vw, 40px); font-weight: 800; letter-spacing: -.02em; margin: 8px 0 12px; }
.vas-lead { color: var(--text-dim); font-size: 16px; line-height: 1.65; max-width: 640px; margin: 0 auto 24px; }

/* Status box */
.vas-status { border-radius: 18px; padding: 22px 24px; text-align: center; border: 1.5px solid var(--border); box-shadow: var(--shadow-sm); }
.vas-status--wait { background: linear-gradient(135deg, #fff7ed, #fff); border-color: #fdba74; }
.vas-status--live { background: linear-gradient(135deg, #f0fdf4, #fff); border-color: #86efac; }
.vas-status-h { font-size: 20px; font-weight: 800; margin-bottom: 4px; }
.vas-status--wait .vas-status-h { color: var(--accent-dim); }
.vas-status--live .vas-status-h { color: #15803d; }
.vas-status p { color: var(--text-dim); font-size: 14.5px; margin: 0 0 16px; }
.vas-status-btns { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.vas-btn {
  display: inline-block; padding: 11px 22px; border-radius: 999px; font-weight: 700; font-size: 14.5px;
  text-decoration: none; background: var(--surface); border: 1.5px solid var(--border-2); color: var(--text);
  transition: all .15s;
}
.vas-btn:hover { border-color: var(--accent); color: var(--accent-dim); }
.vas-btn--solid { background: var(--accent); border-color: var(--accent); color: #fff; box-shadow: 0 8px 20px -8px rgba(234,88,12,.5); }
.vas-btn--solid:hover { background: var(--accent-dim); color: #fff; }
.vas-status--live .vas-btn--solid { background: #16a34a; border-color: #16a34a; box-shadow: 0 8px 20px -8px rgba(22,163,74,.5); }
.vas-status--live .vas-btn--solid:hover { background: #15803d; }

/* Countdown */
.vas-countdown { margin: 6px 0 18px; }
.vas-cd-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--accent-dim); margin-bottom: 9px; }
.vas-cd-tiles { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; }
.vas-cd-tile {
  background: #fff; border: 1.5px solid #fdba74; border-radius: 12px; padding: 9px 12px;
  min-width: 62px; display: flex; flex-direction: column; align-items: center; box-shadow: var(--shadow-sm);
}
.vas-cd-n { font-size: 27px; font-weight: 800; letter-spacing: -.02em; line-height: 1; color: var(--text); font-variant-numeric: tabular-nums; }
.vas-cd-u { font-size: 10.5px; font-weight: 600; color: var(--text-dim); text-transform: uppercase; margin-top: 4px; }
.vas-cd-done { font-weight: 700; color: var(--accent-dim); font-size: 15px; }

/* Ενότητες */
.vas-section { margin: 0 0 42px; }
.vas-section > h2 { font-size: 24px; font-weight: 800; margin: 0 0 16px; letter-spacing: -.01em; padding-left: 13px; border-left: 4px solid var(--accent); }
.vas-section p { line-height: 1.7; margin: 0 0 12px; }

/* Λίστα αρχείων λήψης (Φάση 1) */
.vas-fgroup { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; color: var(--accent-dim); margin: 20px 0 10px; }
.vas-fgroup:first-of-type { margin-top: 4px; }
.vas-filelist { display: flex; flex-direction: column; gap: 10px; }
.vas-file {
  display: flex; align-items: center; gap: 14px; text-decoration: none;
  background: var(--surface); border: 1px solid var(--border); border-radius: 14px;
  padding: 14px 18px; box-shadow: var(--shadow-sm); transition: transform .15s, box-shadow .15s, border-color .15s;
}
.vas-file:hover { transform: translateY(-1px); box-shadow: var(--shadow-md); border-color: #86efac; }
.vas-file-ic { font-size: 24px; flex: none; }
.vas-file-body { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; }
.vas-file-t { font-size: 15.5px; font-weight: 700; color: var(--text); }
.vas-file-d { font-size: 13px; color: var(--text-dim); margin-top: 2px; }
.vas-file-dl {
  flex: none; background: #16a34a; color: #fff; font-weight: 700; font-size: 13px;
  padding: 8px 15px; border-radius: 999px; white-space: nowrap;
}
.vas-note { color: var(--text-dim); font-size: 13.5px; margin-top: 12px; }

.vas-list { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 12px; }
.vas-list li {
  position: relative; padding: 14px 16px 14px 44px; background: var(--surface); border: 1px solid var(--border);
  border-radius: 12px; line-height: 1.6; font-size: 14.5px; box-shadow: var(--shadow-sm);
}
.vas-list li::before {
  content: "→"; position: absolute; left: 16px; top: 14px; color: var(--accent); font-weight: 800;
}

/* Εργαλεία */
.vas-tools { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.vas-tool {
  display: block; background: var(--surface); border: 1px solid var(--border); border-radius: 16px;
  padding: 18px 20px; text-decoration: none; box-shadow: var(--shadow-sm); border-top: 3px solid var(--accent);
  transition: transform .15s, box-shadow .15s;
}
.vas-tool:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.vas-tool-t { font-size: 16.5px; font-weight: 800; color: var(--text); margin-bottom: 5px; }
.vas-tool p { font-size: 13.5px; color: var(--text-dim); margin: 0; line-height: 1.55; }

/* FAQ */
.vas-faq details { border: 1px solid var(--border); border-radius: 14px; margin-bottom: 10px; background: var(--surface); box-shadow: var(--shadow-sm); }
.vas-faq summary { cursor: pointer; font-weight: 700; padding: 15px 18px; list-style: none; position: relative; font-size: 15px; }
.vas-faq summary::-webkit-details-marker { display: none; }
.vas-faq summary::after { content: '+'; position: absolute; right: 18px; color: var(--accent); font-size: 22px; line-height: 1; font-weight: 400; }
.vas-faq details[open] summary::after { content: '−'; }
.vas-faq details p { padding: 0 18px 17px; margin: 0; color: var(--text-dim); font-size: 14.5px; line-height: 1.6; }

.vas-sources { font-size: 13px; color: var(--text-dim); border-top: 1px solid var(--border); padding-top: 16px; }

@media (max-width: 680px) {
  .vas-section > h2 { font-size: 20px; }
  .vas-tools { grid-template-columns: 1fr; }
}
