@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap");

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope";
}

p {
    font-family: 'Inter';
    font-weight: 300;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans",
    sans-serif;
  color: #f9f5ff;
}

/* Background με glow + noise, κοντά στο cinematic ύφος */
.fv-background {
  position: relative;
  min-height: 100vh;
  padding: 2.5rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at top, #3b1f92 0%, #050316 55%, #020010 100%);
  overflow: hidden;
}

/* Noise */
.fv-noise {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.3' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
}

/* Glow blobs */
.fv-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(80px);
  opacity: 0.7;
  pointer-events: none;
}

.fv-glow-top {
  width: 520px;
  height: 520px;
  top: -120px;
  right: -120px;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.6) 0%, transparent 65%);
}

.fv-glow-bottom {
  width: 560px;
  height: 560px;
  bottom: -160px;
  left: -80px;
  background: radial-gradient(circle, rgba(129, 140, 248, 0.55) 0%, transparent 65%);
}

/* Wrapper */
.fv-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 960px;
}

/* Glassy card */
.fv-card {
  background: radial-gradient(circle at top left, rgba(79, 70, 229, 0.4), rgba(15, 23, 42, 0.92));
  border-radius: 28px;
  border: 1px solid rgba(226, 232, 240, 0.22);
  box-shadow:
    0 18px 60px rgba(15, 23, 42, 0.9),
    0 0 0 1px rgba(129, 140, 248, 0.15),
    0 0 120px rgba(168, 85, 247, 0.35);
  padding: 2.25rem 1.75rem 2.5rem;
  backdrop-filter: blur(32px);
}

/* Header */
.fv-header {
  margin-bottom: 1.75rem;
}

.fv-kicker {
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(226, 232, 255, 0.8);
  margin-bottom: 0.4rem;
}

.fv-title {
  font-size: clamp(1.8rem, 3.1vw, 2.4rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-shadow: 0 0 24px rgba(196, 181, 253, 0.8);
}

.fv-updated {
  margin-top: 0.45rem;
  font-size: 0.95rem;
  color: rgba(226, 232, 255, 0.7);
}

/* Text */
.fv-intro {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(248, 250, 252, 0.92);
  margin-bottom: 1.75rem;
}

.fv-accent {
  color: #e5deff;
  font-weight: 600;
}

/* Sections */
.fv-section {
  margin-bottom: 1.75rem;
}

.fv-section:last-of-type {
  margin-bottom: 0;
}

.fv-section h2 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
  color: #f9f5ff;
}

.fv-section h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.fv-section p {
  font-size: 0.97rem;
  line-height: 1.7;
  color: rgba(241, 245, 249, 0.92);
}

.fv-section ul {
  list-style: none;
  margin-top: 0.4rem;
  padding-left: 0;
}

.fv-section li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 0.25rem;
  font-size: 0.97rem;
  color: rgba(226, 232, 240, 0.94);
}

.fv-section li::before {
  content: "▸";
  position: absolute;
  left: 0;
  top: 0.05rem;
  font-size: 0.9rem;
  color: #c4b5fd;
}

/* Notes / highlights */
.fv-note {
  margin-top: 0.6rem;
  font-size: 0.95rem;
  color: rgba(196, 181, 253, 0.96);
}

.fv-warning {
  margin-top: 0.6rem;
  font-size: 0.95rem;
  color: #fed7aa;
}

.fv-contact {
  margin-top: 0.4rem;
  font-size: 0.97rem;
}

/* Cookie grid */
.fv-cookie-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
  margin-top: 0.75rem;
}

.fv-cookie-box {
  border-radius: 18px;
  padding: 0.75rem 0.9rem;
  background: linear-gradient(
    135deg,
    rgba(129, 140, 248, 0.12),
    rgba(30, 64, 175, 0.5)
  );
  border: 1px solid rgba(191, 219, 254, 0.35);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.8);
}

.fv-cookie-box h3 {
  margin-bottom: 0.28rem;
  color: #e0e7ff;
}

.fv-cookie-box p {
  font-size: 0.93rem;
  color: rgba(226, 232, 255, 0.94);
}

/* Links */
.fv-link {
  color: #c4b5fd;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 150ms ease, text-decoration-color 150ms ease;
}

.fv-link:hover {
  color: #e9d5ff;
  text-decoration-color: #e9d5ff;
}

/* Responsive */
@media (min-width: 640px) {
  .fv-background {
    padding: 3rem 1.75rem;
  }

  .fv-card {
    padding: 2.5rem 2.2rem 2.8rem;
    border-radius: 32px;
  }

  .fv-cookie-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 960px) {
  .fv-background {
    padding: 3.5rem 2.25rem;
  }

  .fv-card {
    padding: 2.75rem 2.8rem 3rem;
  }
}
