/* __WHITEPAGE_V8__ site=netflix.gr.com generated=2026-05-19 palette=deep-red-navy-dark */
:root {
  --color-primary: #D81B24;
  --color-primary-hover: #B7151E;
  --color-accent: #1A1A2E;
  --color-surface: #0D0D0D;
  --color-surface-alt: #16161E;
  --color-text: #E8E8EC;
  --color-text-muted: #9E9EAA;
  --color-border: #2A2A3A;
  --color-success: #2ECC71;
  --color-warning: #F39C12;
  --font-family: 'Manrope', system-ui, -apple-system, sans-serif;
  --max-width: 1200px;
  --rail-width: 260px;
}

/* Reset & Base */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: var(--font-family); color: var(--color-text); background: var(--color-surface); line-height: 1.7; -webkit-font-smoothing: antialiased; }

/* Focus visible */
:focus-visible { outline: 2px solid var(--color-primary); outline-offset: 2px; }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}

/* Layout - Desktop: left rail + main content */
.layout {
  display: grid;
  grid-template-columns: var(--rail-width) 1fr;
  min-height: 100vh;
}

/* Left Rail Navigation */
.left-rail {
  background: var(--color-accent);
  padding: 2rem 1.25rem;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--color-border);
  content-visibility: auto;
}

.left-rail .rail-brand {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--color-primary);
  text-decoration: none;
  letter-spacing: -0.5px;
  margin-bottom: 2rem;
  display: block;
}

.left-rail .rail-section {
  margin-bottom: 1.5rem;
}

.left-rail .rail-section-title {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--color-text-muted);
  margin-bottom: 0.75rem;
  padding-left: 0.25rem;
}

.rail-link {
  display: block;
  padding: 0.5rem 0.75rem;
  color: var(--color-text-muted);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 6px;
  transition: background 0.15s ease, color 0.15s ease;
  margin-bottom: 2px;
}

.rail-link:hover,
.rail-link:focus-visible {
  background: rgba(255,255,255,0.05);
  color: var(--color-text);
}

.rail-link[aria-current="page"] {
  background: rgba(216,27,36,0.15);
  color: var(--color-primary);
  font-weight: 700;
}

.rail-cta {
  margin-top: auto;
  padding: 1rem;
  background: var(--color-primary);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.875rem;
  transition: background 0.15s ease;
}

.rail-cta:hover { background: var(--color-primary-hover); }

/* Main Content Area */
.layout__main {
  padding: 2rem 2.5rem;
  max-width: 960px;
  content-visibility: auto;
}

/* Mobile header toggle */
[role="banner"] {
  display: none;
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--color-accent);
  border-bottom: 1px solid var(--color-border);
  padding: 0.75rem 1rem;
}

[role="banner"] .mobile-brand {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--color-primary);
  text-decoration: none;
}

[role="banner"] .mobile-toggle {
  background: none;
  border: none;
  color: var(--color-text);
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.25rem;
}

/* Panels */
.panel {
  background: var(--color-surface-alt);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.panel--dark {
  background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-surface) 100%);
  border: 1px solid var(--color-border);
  position: relative;
  overflow: hidden;
}

.panel--dark::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 400px;
  height: 400px;
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 2px,
    rgba(216,27,36,0.03) 2px,
    rgba(216,27,36,0.03) 6px
  );
  pointer-events: none;
}

.panel--dark::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(216,27,36,0.06) 0%, transparent 70%);
  pointer-events: none;
}

.panel--dark > * { position: relative; z-index: 1; }

.panel--pattern {
  background: var(--color-surface-alt);
  border: 1px solid var(--color-border);
}

.panel--alt {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
}

.panel--light {
  background: #1C1C2A;
  border: 1px solid var(--color-border);
}

.panel--accent-strip {
  border-left: 4px solid var(--color-primary);
  background: var(--color-surface-alt);
}

/* Typography */
h1 { font-size: 2.25rem; font-weight: 800; line-height: 1.2; color: var(--color-text); margin-bottom: 1rem; letter-spacing: -0.5px; }
h2 { font-size: 1.625rem; font-weight: 700; line-height: 1.3; color: var(--color-text); margin-bottom: 0.75rem; }
h3 { font-size: 1.25rem; font-weight: 600; line-height: 1.4; color: var(--color-text); margin-bottom: 0.5rem; }
h4 { font-size: 1.05rem; font-weight: 600; line-height: 1.4; color: var(--color-text-muted); margin-bottom: 0.5rem; }
p { margin-bottom: 1rem; color: var(--color-text-muted); }
a { color: var(--color-primary); text-decoration: none; }
a:hover { text-decoration: underline; }

/* Panel heading accent */
.panel h1:first-child,
.panel h2:first-child {
  color: var(--color-primary);
}

/* Breadcrumbs */
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.8rem;
  color: var(--color-text-muted);
  margin-bottom: 1.5rem;
  padding: 0.5rem 0;
}

.breadcrumbs a { color: var(--color-text-muted); }
.breadcrumbs a:hover { color: var(--color-text); text-decoration: none; }
.breadcrumbs .sep { color: var(--color-border); }
.breadcrumbs .current { color: var(--color-primary); font-weight: 600; }

/* Collapsible FAQ Cards */
.collapsible-card {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  margin-bottom: 0.75rem;
  overflow: hidden;
  background: var(--color-surface);
}

.collapsible-card summary {
  padding: 1rem 1.25rem;
  cursor: pointer;
  font-weight: 600;
  color: var(--color-text);
  font-size: 0.95rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}

.collapsible-card summary::-webkit-details-marker { display: none; }
.collapsible-card summary::after {
  content: '+';
  font-size: 1.25rem;
  font-weight: 300;
  color: var(--color-text-muted);
  transition: transform 0.2s ease;
}

.collapsible-card[open] summary::after {
  content: '−';
  transform: rotate(0deg);
}

.collapsible-card .card-body {
  padding: 0 1.25rem 1.25rem;
  color: var(--color-text-muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

/* Data Tables */
.data-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.9rem;
}

.data-table th {
  background: var(--color-accent);
  color: var(--color-text);
  padding: 0.75rem 1rem;
  text-align: left;
  font-weight: 600;
  border-bottom: 2px solid var(--color-primary);
}

.data-table td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--color-border);
  color: var(--color-text-muted);
}

.data-table tr:nth-child(even) td {
  background: rgba(255,255,255,0.015);
}

/* Quotes */
.panel.quotes-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.quote-box {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 1.25rem;
  text-align: center;
}

.quote-box blockquote {
  font-style: italic;
  color: var(--color-text-muted);
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.quote-box cite {
  font-style: normal;
  font-weight: 600;
  color: var(--color-primary);
  font-size: 0.8rem;
}

/* Related services */
.related-services {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--color-border);
}

.related-services h4 {
  margin-bottom: 0.75rem;
}

.related-services .service-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
}

.related-services .service-links a {
  color: var(--color-text-muted);
  font-size: 0.875rem;
}

.related-services .service-links a:hover {
  color: var(--color-primary);
  text-decoration: none;
}

/* Footer */
[role="contentinfo"] {
  border-top: 2px solid var(--color-primary);
  padding: 3rem 2rem 1.5rem;
  background: var(--color-accent);
  margin-top: 0;
}

.footer-row {
  max-width: var(--max-width);
  margin: 0 auto;
}

.footer-row--brand {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--color-border);
}

.footer-row--brand .footer-logo {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--color-primary);
  text-decoration: none;
}

.footer-row--brand p {
  font-size: 0.85rem;
  margin-top: 0.5rem;
}

.footer-row--nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-col h4 {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--color-text);
  margin-bottom: 0.75rem;
}

.footer-col a {
  display: block;
  color: var(--color-text-muted);
  font-size: 0.85rem;
  padding: 0.25rem 0;
}

.footer-col a:hover {
  color: var(--color-primary);
  text-decoration: none;
}

.footer-row--legal {
  text-align: center;
  font-size: 0.75rem;
  color: var(--color-text-muted);
  border-top: 1px solid var(--color-border);
  padding-top: 1rem;
}

.footer-row--legal a {
  color: var(--color-text-muted);
  text-decoration: underline;
}

/* Regulated-by */
.regulated-by {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: start;
}

.regulated-by ul {
  list-style: none;
  padding: 0;
}

.regulated-by li {
  padding: 0.35rem 0;
  font-size: 0.85rem;
  color: var(--color-text-muted);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.regulated-by li::before {
  content: '✓';
  color: var(--color-success);
  font-weight: 700;
}

/* Sub-grid in panels */
.sub-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}

.sub-grid-item {
  background: var(--color-surface);
  border-radius: 8px;
  padding: 1rem;
  border: 1px solid var(--color-border);
}

.sub-grid-item h4 {
  font-size: 0.9rem;
  margin-bottom: 0.35rem;
}

.sub-grid-item p {
  font-size: 0.8rem;
  margin-bottom: 0;
}

/* CTA Buttons */
.btn-primary {
  display: inline-block;
  background: var(--color-primary);
  color: #fff;
  padding: 0.75rem 2rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background 0.15s ease;
  border: none;
  cursor: pointer;
}

.btn-primary:hover {
  background: var(--color-primary-hover);
  text-decoration: none;
}

/* Zero-click snippet */
.zero-click {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  border-left: 2px solid var(--color-border);
  padding-left: 1rem;
  margin-bottom: 1.25rem;
  font-style: italic;
}

/* Nofollow gov/edu link style */
a[rel~="nofollow"] {
  color: var(--color-text-muted);
  border-bottom: 1px dotted var(--color-border);
}

/* Print styles */
@media print {
  .left-rail, [role="banner"] { display: none !important; }
  .layout { display: block !important; }
  .layout__main { max-width: 100%; padding: 0; }
}

/* Responsive */
@media (max-width: 900px) {
  .layout {
    grid-template-columns: 1fr;
  }
  .left-rail {
    display: none;
    position: fixed;
    z-index: 200;
    width: 280px;
    height: 100vh;
    top: 0;
    left: 0;
  }
  .left-rail.is-open {
    display: flex;
  }
  [role="banner"] {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .layout__main {
    padding: 1.25rem 1rem;
  }
  .panel.quotes-strip {
    grid-template-columns: 1fr;
  }
  .sub-grid {
    grid-template-columns: 1fr;
  }
  .regulated-by {
    grid-template-columns: 1fr;
  }
  .footer-row--nav {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .footer-row--nav {
    grid-template-columns: 1fr;
  }
}
