/* odigos-mixanografiko.css — Οδηγός Μηχανογραφικού 2026 (page-odigos-mixanografikou.php). */

.omix-wrap { max-width: 820px; }

/* ── Hero ── */
.omix-hero { text-align: center; margin: 8px 0 34px; }
.omix-hero h1 { font-size: clamp(24px, 6.2vw, 38px); font-weight: 800; line-height: 1.12; margin: 8px 0 12px; letter-spacing: -.02em; overflow-wrap: break-word; }
.omix-hero-sub { display: block; font-size: clamp(16px, 4vw, 21px); font-weight: 600; color: var(--accent-dim); margin-top: 4px; }
.omix-lead { color: var(--text-dim); font-size: 16px; line-height: 1.65; max-width: 620px; margin: 0 auto 22px; }

/* Παράθυρο υποβολής */
.omix-window {
  display: inline-flex; flex-direction: column; gap: 3px; align-items: center;
  background: linear-gradient(135deg, #fff7ed, #fff); border: 1.5px solid #fdba74;
  border-radius: 16px; padding: 16px 30px; box-shadow: var(--shadow-sm);
}
.omix-window-l { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--accent-dim); }
.omix-window-v { font-size: 26px; font-weight: 800; color: var(--text); letter-spacing: -.01em; }
.omix-window-v strong { color: var(--accent-dim); }
.omix-window-x { font-size: 12.5px; color: var(--text-dim); }

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

/* ── Timeline ── */
.omix-timeline { list-style: none; margin: 0; padding: 0; position: relative; }
.omix-timeline::before {
  content: ""; position: absolute; left: 27px; top: 8px; bottom: 8px; width: 2px; background: var(--border-2);
}
.omix-tl { position: relative; display: grid; grid-template-columns: 56px 1fr; gap: 16px; padding: 0 0 20px; }
.omix-tl:last-child { padding-bottom: 0; }
.omix-tl-date {
  width: 56px; height: 56px; border-radius: 14px; background: var(--surface); border: 2px solid var(--border-2);
  display: flex; flex-direction: column; align-items: center; justify-content: center; z-index: 1;
  box-shadow: var(--shadow-sm);
}
.omix-tl-day { font-size: 20px; font-weight: 800; line-height: 1; letter-spacing: -.02em; }
.omix-tl-mon { font-size: 10px; font-weight: 700; color: var(--text-dim); text-transform: uppercase; }
.omix-tl--start .omix-tl-date { border-color: var(--petrol); background: #f0fdfa; }
.omix-tl--start .omix-tl-day { color: #0f766e; }
.omix-tl--end .omix-tl-date { border-color: var(--accent); background: var(--accent-soft); }
.omix-tl--end .omix-tl-day { color: var(--accent-dim); }
.omix-tl-body { padding-top: 6px; animation: omixFade .5s ease backwards; animation-delay: var(--d, 0s); }
.omix-tl-title { font-size: 16px; font-weight: 800; margin-bottom: 3px; }
.omix-tl-wd { font-size: 12px; font-weight: 600; color: var(--text-faint); margin-left: 4px; }
.omix-tl-body p { font-size: 14px; color: var(--text-dim); margin: 0; line-height: 1.55; }

/* ── Δελτία (Μ.Δ. / Π.Μ.Δ.) ── */
.omix-docs { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.omix-doc {
  background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 20px;
  box-shadow: var(--shadow-sm); border-top: 3px solid var(--accent);
}
.omix-doc:last-child { border-top-color: var(--petrol); }
.omix-doc-tag {
  display: inline-block; font-size: 13px; font-weight: 800; color: #fff; background: var(--accent);
  padding: 3px 12px; border-radius: 999px; margin-bottom: 10px;
}
.omix-doc-tag--alt { background: var(--petrol); }
.omix-doc h3 { font-size: 17px; font-weight: 800; margin: 0 0 6px; }
.omix-doc p { font-size: 14px; color: var(--text-dim); margin: 0; }

/* ── Βήματα ── */
.omix-steps { list-style: none; margin: 0 0 16px; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.omix-step {
  display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start;
  background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 16px 18px;
  box-shadow: var(--shadow-sm); animation: omixFade .5s ease backwards; animation-delay: var(--d, 0s);
}
.omix-step-n {
  width: 44px; height: 44px; border-radius: 12px;
  background: linear-gradient(135deg, var(--accent-2), var(--accent-dim)); color: #fff;
  font-size: 20px; font-weight: 800; display: flex; align-items: center; justify-content: center;
}
.omix-step-t { font-size: 16px; font-weight: 800; margin-bottom: 2px; }
.omix-step-body p { font-size: 14px; color: var(--text-dim); margin: 0; line-height: 1.55; }

.omix-warn {
  background: #fef2f2; border: 1px solid #fecaca; border-radius: 12px; padding: 13px 16px;
  font-size: 14px; color: #991b1b;
}
.omix-note { font-size: 14px; color: var(--text-dim); }

/* ── Δύο στήλες (κωδικός) ── */
.omix-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.omix-col { background: var(--surface-2); border-radius: 14px; padding: 18px 20px; }
.omix-col-h { font-size: 15px; font-weight: 800; margin-bottom: 6px; color: var(--accent-dim); }
.omix-col p { font-size: 14px; color: var(--text-dim); margin: 0; line-height: 1.6; }

/* ── CTA (platform) ── */
.omix-cta { text-align: center; }
.omix-cta-btn {
  display: inline-block; background: var(--accent); color: #fff; font-weight: 700; font-size: 15.5px;
  padding: 13px 28px; border-radius: 999px; text-decoration: none; transition: all .15s;
  box-shadow: 0 8px 20px -8px rgba(234,88,12,.5);
}
.omix-cta-btn:hover { background: var(--accent-dim); transform: translateY(-1px); }

/* ── Banner προς εργαλείο ── */
.omix-tool-banner {
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  background: linear-gradient(135deg, #0f766e, #14b8a6); border-radius: 18px; padding: 22px 26px;
  text-decoration: none; margin: 0 0 44px; box-shadow: 0 10px 26px -12px rgba(13,118,110,.6);
}
.omix-tool-banner-l { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: rgba(255,255,255,.8); }
.omix-tool-banner-t { font-size: 18px; font-weight: 800; color: #fff; margin-top: 2px; }
.omix-tool-banner-btn {
  flex: none; background: #fff; color: #0f766e; font-weight: 800; font-size: 14.5px;
  padding: 11px 20px; border-radius: 999px; white-space: nowrap;
}

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

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

@keyframes omixFade { from { opacity: 0; transform: translateY(6px); } }
@media (prefers-reduced-motion: reduce) {
  .omix-tl-body, .omix-step { animation: none; }
}

/* ── Responsive ── */
@media (max-width: 680px) {
  .omix-section > h2 { font-size: 20px; }
  .omix-docs, .omix-cols { grid-template-columns: 1fr; }
  .omix-tool-banner { flex-direction: column; align-items: flex-start; }
}
