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

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;
}

/* Ensure chatbot stays on top and clickable */
#chatToggle,
#chatWindow {
  z-index: 9999 !important;
  pointer-events: auto !important;
}

/* Ensure chatbot can receive clicks even if overlays set pointer-events */
#chatWindow *, #chatToggle * {
  pointer-events: auto !important;
}

/* Keep cookie banner below chatbot */
#cookie-banner,
#cookie-settings-modal {
  z-index: 9998 !important;
}

/* Hide skip link on this page to avoid the top teal pill */
.skip-to-content {
  display: none !important;
}

/* Background - FULLY TRANSPARENT so index.css animated background shows through */
.fv-background {
  position: relative;
  min-height: var(--viewport-min-height, 100vh);
  padding: 2.5rem 1.25rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: none !important;
  background-image: none !important;
  background-color: transparent !important;
  background: transparent !important;
  overflow: hidden;
}

/* Extra override in case anything else sets background */
.fv-background,
.policy-shell .fv-background,
section .fv-background,
main .fv-background {
  background: none !important;
  background-color: transparent !important;
  background-image: none !important;
}

/* Ensure outer shell never paints a purple backdrop */
.policy-shell {
  background: transparent !important;
  box-shadow: none !important;
}

/* Noise */
.fv-noise {
  display: none;
}

/* Glow blobs */
.fv-glow {
  display: none;
}

.fv-glow-top,
.fv-glow-bottom {
  display: none;
}

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

/* Glassy card */
.fv-card {
  background: rgba(5, 12, 28, 0.45); /* neutral glass, reduced opacity for less noise */
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.015);
  padding: 2.5rem 1.75rem 2.75rem;
  backdrop-filter: blur(24px);
}

/* Header */
.fv-header {
  margin-bottom: 3rem;
  text-align: center;
}

.fv-kicker {
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  letter-spacing: 0.02em;
  text-transform: none;
  color: rgba(248, 250, 252, 0.85);
  margin-bottom: 0.625rem;
  font-weight: 400;
  text-shadow: none;
}

.fv-title {
  font-size: clamp(1.25rem, 2.5vw, 1.625rem);
  font-weight: 400;
  letter-spacing: -0.01em;
  color: rgba(248, 250, 252, 0.95);
  text-shadow: none;
  line-height: 1.35;
  margin-bottom: 0.75rem;
  margin-top: 0;
}

.fv-updated {
  margin-top: 0.875rem;
  font-size: 0.8125rem;
  color: rgba(226, 232, 255, 0.5);
  font-weight: 300;
  letter-spacing: 0.01em;
}

/* Text */
.fv-intro {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: rgba(248, 250, 252, 0.88);
  margin-bottom: 2rem;
  font-weight: 300;
}

.fv-closing {
  font-size: 0.9375rem;
  line-height: 1.75;
  color: rgba(248, 250, 252, 0.85);
  margin-top: 2.5rem;
  margin-bottom: 0;
  font-weight: 300;
}

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

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

.fv-section h2 {
  margin-bottom: 1rem;
}

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

.fv-section h2 {
  font-size: clamp(1.125rem, 1.5vw, 1.25rem);
  font-weight: 600;
  margin-bottom: 1rem;
  margin-top: 0;
  color: #00D4FF;
  line-height: 1.4;
  text-shadow: 0 0 12px rgba(0, 212, 255, 0.4);
}

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

.fv-section p {
  font-size: clamp(0.9375rem, 1.05vw, 1rem);
  line-height: 1.8;
  color: rgba(241, 245, 249, 0.88);
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 1.5rem;
  max-width: 100%;
  text-indent: 0;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  font-weight: 300;
}

.fv-section p:last-child {
  margin-bottom: 0;
}

.fv-section p strong {
  font-size: clamp(0.9375rem, 1.05vw, 1rem);
  font-weight: 400;
  display: block;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  color: rgba(248, 250, 252, 0.95);
  line-height: 1.8;
  text-shadow: none;
  letter-spacing: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.fv-section p:first-child strong {
  margin-top: 0;
}

/* Section title styling - like section 6 in terms-of-service */
.fv-section-title,
.fv-content .fv-section-title {
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  font-weight: 600;
  display: block;
  margin-top: 3.5rem;
  margin-bottom: 1.75rem;
  color: #ffffff;
  line-height: 1.35;
  letter-spacing: 0.01em;
  padding: 0.875rem 1.375rem;
  background: rgba(90, 130, 204, 0.55); /* Light blue background like section 6 */
  border-radius: 8px;
  border: none;
}

.fv-section-title:first-child,
.fv-content .fv-section-title:first-child {
  margin-top: 0;
}

/* Apply left alignment to all text content */
.fv-card p,
.fv-intro,
.fv-closing,
.fv-section li,
.fv-note,
.fv-warning,
.fv-contact,
.fv-cookie-box p,
.fv-section,
.fv-card {
  text-align: left;
}

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

.fv-section li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 0.625rem;
  font-size: clamp(0.9375rem, 1.05vw, 1rem);
  line-height: 1.75;
  color: rgba(226, 232, 240, 0.9);
  font-weight: 300;
}

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

/* Notes / highlights */
.fv-note {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  font-size: 0.9375rem;
  color: rgba(196, 181, 253, 0.92);
  font-weight: 300;
  line-height: 1.7;
}

.fv-warning {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  font-size: 0.9375rem;
  color: rgba(254, 215, 170, 0.95);
  font-weight: 300;
  line-height: 1.7;
}

.fv-contact {
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.7;
}

/* 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.5rem;
  color: #e0e7ff;
  font-weight: 600;
  font-size: 1rem;
}

.fv-cookie-box p {
  font-size: 0.9375rem;
  color: rgba(226, 232, 255, 0.88);
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 0;
}

/* 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: 3rem 2.25rem 3rem;
    border-radius: 32px;
  }

  .fv-header {
    margin-bottom: 3.5rem;
  }

  .fv-title {
    font-size: clamp(2.75rem, 5.5vw, 4rem);
    margin-bottom: 0.875rem;
  }

  .fv-kicker {
    margin-bottom: 0.75rem;
  }

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

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

  .fv-card {
    padding: 3.5rem 3rem 3.5rem;
  }

  .fv-header {
    margin-bottom: 4rem;
  }

  .fv-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: 1rem;
  }

  .fv-kicker {
    margin-bottom: 0.875rem;
  }

  .fv-section {
    margin-bottom: 3rem;
  }

  .fv-section-title {
    margin-top: 4rem;
  }
}
