/* ==========================================================================
   LovenGo teaser oldal — lovengo.hu
   Önálló statikus CSS, minden asset self-hostolt (szigorú CSP).
   ========================================================================== */

/* ---- Poppins (self-hosted, latin + latin-ext a magyar ékezetekhez) ---- */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/poppins-400-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/poppins-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/poppins-600-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/poppins-600-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/poppins-700-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/poppins-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---- Alap ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg-deep: #1c0b2e;
  --text: #ffffff;
  --text-dim: rgba(255, 255, 255, 0.72);
  --card-bg: rgba(255, 255, 255, 0.055);
  --card-border: rgba(255, 255, 255, 0.13);
  --c1: #f43f7c;
  --c2: #ec4fa8;
  --c3: #c44fe0;
  --c4: #a24ff0;
  --c5: #8b5cf6;
}

html { scroll-behavior: smooth; }

img { max-width: 100%; height: auto; }

body {
  font-family: 'Poppins', 'Segoe UI', system-ui, -apple-system, sans-serif;
  color: var(--text);
  background-color: var(--bg-deep);
  background-image:
    radial-gradient(1300px 950px at -5% -10%, rgba(244, 34, 106, 0.7), transparent 62%),
    radial-gradient(900px 700px at 108% 115%, rgba(124, 63, 242, 0.38), transparent 62%),
    radial-gradient(700px 500px at 85% -8%, rgba(124, 63, 242, 0.22), transparent 65%),
    linear-gradient(150deg, #33103f 0%, #241035 45%, #1c0b2e 100%);
  background-attachment: fixed;
  min-height: 100vh;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

/* Finom "csillag" pöttyök a háttérben */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(2px 2px at 12% 68%, rgba(255, 90, 140, 0.55), transparent 100%),
    radial-gradient(2px 2px at 28% 32%, rgba(255, 255, 255, 0.18), transparent 100%),
    radial-gradient(3px 3px at 46% 82%, rgba(255, 90, 140, 0.35), transparent 100%),
    radial-gradient(2px 2px at 71% 22%, rgba(255, 255, 255, 0.16), transparent 100%),
    radial-gradient(2px 2px at 88% 55%, rgba(190, 120, 255, 0.4), transparent 100%),
    radial-gradient(3px 3px at 62% 8%, rgba(190, 120, 255, 0.3), transparent 100%);
}

/* ======================= HERO ======================= */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 1.5rem 3.5rem;
  position: relative;
}

.hero-inner {
  display: flex;
  align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
  max-width: 1240px;
  width: 100%;
}

.hero-logo {
  flex: 1 1 42%;
  display: flex;
  justify-content: center;
}

.hero-logo img {
  width: min(100%, 560px);
  height: auto;
  filter: drop-shadow(0 0 45px rgba(236, 72, 153, 0.35));
}

.hero-divider {
  align-self: stretch;
  width: 1px;
  margin: 1rem 0;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.35) 20%, rgba(255, 255, 255, 0.35) 80%, transparent);
}

.hero-content { flex: 1 1 52%; }

.hero-content h1 {
  font-size: clamp(1.9rem, 3.6vw, 2.9rem);
  font-weight: 700;
  line-height: 1.18;
  margin-bottom: 0.9rem;
  letter-spacing: -0.01em;
}

.lead {
  color: var(--text-dim);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  max-width: 34em;
  margin-bottom: 2rem;
}

/* ---- Státuszkártyák ---- */
.status-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 620px;
}

.status-card {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  padding: 1rem 1.4rem;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-left: 3px solid var(--accent);
  border-radius: 18px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
}

.status-card.c1 { --accent: var(--c1); }
.status-card.c2 { --accent: var(--c2); }
.status-card.c3 { --accent: var(--c3); }
.status-card.c4 { --accent: var(--c4); }
.status-card.c5 { --accent: var(--c5); }

.status-icon {
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--accent);
  border-radius: 50%;
  color: var(--accent);
}

.status-icon svg { width: 28px; height: 28px; }

/* min-width: 0 — flex-gyerekként keskeny kijelzőn is tördelhessen */
.status-text { display: flex; flex-direction: column; min-width: 0; overflow-wrap: break-word; }

.status-text strong {
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.status-text em {
  font-style: normal;
  color: var(--accent);
  font-size: 0.98rem;
}

.scroll-hint {
  position: absolute;
  bottom: 1.4rem;
  color: var(--text-dim);
  font-size: 0.9rem;
  text-decoration: none;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  transition: color 0.2s;
}

.scroll-hint:hover { color: var(--text); }

/* ======================= FEJLESZTÉSI NAPLÓ ======================= */
.journal {
  max-width: 760px;
  margin: 0 auto;
  padding: 4.5rem 1.5rem 5rem;
}

.journal h2 {
  font-size: clamp(1.6rem, 2.6vw, 2.1rem);
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.journal-lead {
  color: var(--text-dim);
  margin-bottom: 2.5rem;
}

.journal-list {
  list-style: none;
  position: relative;
  padding-left: 1.6rem;
}

/* Idővonal */
.journal-list::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: linear-gradient(to bottom, var(--c1), var(--c5));
  border-radius: 2px;
  opacity: 0.55;
}

.journal-entry {
  position: relative;
  padding: 1.3rem 1.5rem;
  margin-bottom: 1.4rem;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 16px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* Idővonal-pötty */
.journal-entry::before {
  content: "";
  position: absolute;
  left: -1.6rem;
  top: 1.8rem;
  width: 12px;
  height: 12px;
  transform: translateX(-5px);
  border-radius: 50%;
  background: var(--c2);
  box-shadow: 0 0 10px rgba(236, 79, 168, 0.8);
}

.journal-entry time {
  display: block;
  font-size: 0.85rem;
  color: var(--c2);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.journal-entry h3 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.45rem;
}

.journal-entry p { color: var(--text-dim); }
.journal-entry p strong { color: var(--text); }

/* ======================= FOOTER ======================= */
.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2.2rem 1.5rem 2.6rem;
  text-align: center;
}

.footer img { opacity: 0.85; margin-bottom: 0.7rem; }

.footer p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.85rem;
}

/* ======================= MOBIL ======================= */
@media (max-width: 860px) {
  .hero { padding-top: 3rem; }

  .hero-inner {
    flex-direction: column;
    gap: 2.2rem;
    text-align: center;
  }

  .hero-logo img { width: min(78vw, 380px); }

  .hero-divider {
    align-self: center;
    width: min(60vw, 260px);
    height: 1px;
    margin: 0;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.35) 20%, rgba(255, 255, 255, 0.35) 80%, transparent);
  }

  .hero-content h1 { font-size: clamp(1.6rem, 6.4vw, 2.1rem); }

  .status-list { max-width: none; text-align: left; }

  .status-card { padding: 0.85rem 1.1rem; gap: 0.9rem; }

  .status-icon { width: 46px; height: 46px; }
  .status-icon svg { width: 24px; height: 24px; }

  .status-text strong { font-size: 1rem; }
  .status-text em { font-size: 0.9rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
