
:root {
  --bg: #0f1115;
  --bg-alt: #151823;
  --text: #e6e6e6;
  --muted: #a7adbb;
  --primary: #ff1c1c;
  --primary-600: #e01717;
  --card: #0f141c;
  --border: #242a38;
}

* { box-sizing: border-box; }
html, body { height: 100%; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  background: radial-gradient(1200px 800px at 10% -10%, #1a1f2e 0%, #0e1118 60%), var(--bg);
  line-height: 1.6;
}

.container { width: min(1100px, 92%); margin: 0 auto; }
.section { padding: 64px 0; }
.section.alt { background: linear-gradient(0deg, rgba(255,255,255,0.02), rgba(255,255,255,0.02)); }

.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(15, 17, 21, 0.8);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; }
.logo { display: flex; align-items: center; gap: 12px; }
.logo h1 { font-size: 1.15rem; margin: 0; letter-spacing: 0.2px; }

.pokeball { width: 28px; height: 28px; }
.pokeball .red { fill: var(--primary); }
.pokeball .line { stroke: #000; stroke-width: 6; }
.pokeball .core { fill: #fff; stroke: #000; stroke-width: 6; }
.pokeball .dot { fill: #000; }
.pokeball .shine { fill: rgba(255,255,255,0.8); }

.hero { padding: 72px 0 56px; text-align: left; }
.hero h2 { font-size: 2rem; margin: 0 0 10px; }
.hero p { color: var(--muted); max-width: 900px; }
.hero-actions { display: flex; gap: 12px; margin-top: 20px; }

.btn { display: inline-block; padding: 10px 16px; border-radius: 10px; border: 1px solid var(--border); color: var(--text); text-decoration: none; transition: 0.2s ease; background: #121625; }
.btn:hover { transform: translateY(-1px); border-color: #2d3547; }
.btn.primary { background: var(--primary); border-color: var(--primary-600); color: #111; font-weight: 600; }
.btn.primary:hover { filter: brightness(0.95); }

.ghost-btn { background: transparent; border: 1px solid var(--border); color: var(--text); padding: 8px 10px; border-radius: 10px; cursor: pointer; }
.ghost-btn:hover { border-color: #2d3547; }

.grid-2 { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 24px; align-items: start; }
@media (max-width: 900px){ .grid-2 { grid-template-columns: 1fr; } }

.card { background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 18px; }

.feature-list { margin: 0; padding-left: 18px; }
.feature-list li { margin-bottom: 10px; }

.steps { margin: 0; padding-left: 18px; }
.steps li { margin-bottom: 8px; }

.shots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 900px){ .shots { grid-template-columns: 1fr; } }
.shot { background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 12px; }
.ph { height: 180px; border-radius: 8px; background: linear-gradient(135deg, #1e2432, #0f141c); border: 1px dashed #2a3244; display: grid; place-items: center; color: #8792a8; font-weight: 600; letter-spacing: 0.5px; }
.caption { margin: 8px 2px 2px; color: var(--muted); font-size: 0.95rem; }

.video-wrap { position: relative; border-radius: 14px; overflow: hidden; border: 1px solid var(--border); background: #0c1018; }
.video { width: 100%; height: auto; display: block; }

.code { background: #0b0f16; color: #d8e0ff; border: 1px solid var(--border); border-radius: 12px; padding: 14px; overflow: auto; }

.accordion { display: grid; gap: 8px; }
.acc-item { width: 100%; text-align: left; padding: 12px 14px; border-radius: 12px; border: 1px solid var(--border); background: var(--card); color: var(--text); display: flex; align-items: center; justify-content: space-between; cursor: pointer; }
.acc-item[aria-expanded="true"] .ico { transform: rotate(90deg); }
.acc-panel { display: none; padding: 10px 12px 16px; color: var(--muted); }
.acc-panel.open { display: block; }

.site-footer { border-top: 1px solid var(--border); padding: 24px 0; background: #0c0f15; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.footer-nav a { color: var(--muted); text-decoration: none; margin-left: 12px; }
.footer-nav a:hover { color: var(--text); }

/* Light Theme */
.light {
  --bg: #f6f7fb;
  --bg-alt: #ffffff;
  --text: #0e1220;
  --muted: #505a70;
  --card: #ffffff;
  --border: #e6e8f0;
  background: radial-gradient(1200px 800px at 10% -10%, #fff, #f6f7fb 60%), #fff;
}
.light .btn { background: #f2f5ff; }
.light .btn:hover { border-color: #cbd5ff; }
.light .video-wrap { background: #f5f7ff; }





.shot-figure { margin: 0; }
.shot-figure img {
  width: 100%;
  height: auto; /* ή height: 100% με aspect-ratio αν θες ίδιο ύψος */
  display: block;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: #0f141c; /* fallback αν αργήσει η εικόνα */
}

/* Αν θες να κρατήσεις συγκεκριμένη αναλογία κάδρου (π.χ. κινητού) */
.shot-figure img {
  aspect-ratio: 9 / 19.5; /* ή 9/16, 3/4 κ.λπ. */

/* Gallery sizing fixes */
.shots { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; align-items: start; }
.shot { max-width: 420px; margin: 0 auto; }
.shot-figure { margin: 0; aspect-ratio: 9 / 19.5; }
.shot-figure img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; border: 1px solid var(--border); background: #0f141c; }
@media (min-width: 1100px){ .shot { max-width: 360px; } }

  object-fit: cover;
}