/* __WHITEPAGE_V10__ site=openrouter.gr.com generated=2026-04-29 palette=tech-purple+mint-terminal+warm-white */

/* === Geist Self-Hosted (V10 only) === */
@font-face {
  font-family: 'Geist';
  src: local('Geist'), url('fonts/Geist-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: local('Geist'), url('fonts/Geist-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: local('Geist'), url('fonts/Geist-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: local('Geist'), url('fonts/Geist-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: local('Geist'), url('fonts/Geist-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* === CSS Custom Properties === */
:root {
  --primary: #6C3CE0;
  --primary-dark: #5A2FBF;
  --accent: #00D4AA;
  --accent-dark: #00B894;
  --bg: #FAFAFA;
  --bg-alt: #F4F2FF;
  --text: #1a1a2e;
  --text-muted: #5a5a7a;
  --text-light: #8a8aa0;
  --border: #e8e8f0;
  --white: #ffffff;
  --gradient-hero: linear-gradient(135deg, #6C3CE0 0%, #4A1FB8 50%, #2D0A7A 100%);
  --radius: 8px;
  --radius-lg: 16px;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.1);
  --max-width: 1200px;
  --nav-height: 64px;
}

/* === Reset === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 18px; scroll-behavior: smooth; }
body {
  font-family: 'Geist', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* === V10 Block Classes (minimal, only outermost containers) === */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(250,250,250,0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  height: var(--nav-height);
  display: flex; align-items: center;
  padding: 0 2rem;
}
.nav__inner {
  max-width: var(--max-width); width: 100%; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
}
.nav__logo {
  font-weight: 800; font-size: 1.25rem; color: var(--primary);
  text-decoration: none; letter-spacing: -0.02em;
  display: flex; align-items: center; gap: 0.5rem;
}
.nav__logo svg { width: 28px; height: 28px; }
.nav__links { display: flex; gap: 1.5rem; align-items: center; list-style: none; }
.nav__links a {
  font-size: 0.95rem; font-weight: 500; color: var(--text-muted);
  text-decoration: none; transition: color 0.2s;
}
.nav__links a:hover, .nav__links a[aria-current="page"] { color: var(--primary); }
.nav__cta {
  background: var(--primary); color: var(--white);
  padding: 0.5rem 1.25rem; border-radius: var(--radius);
  font-weight: 600; font-size: 0.9rem; text-decoration: none;
  transition: background 0.2s;
}
.nav__cta:hover { background: var(--primary-dark); }

.hero {
  min-height: 60vh; display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 4rem 2rem;
  background: var(--gradient-hero);
  color: var(--white);
  position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 70%, rgba(0,212,170,0.15), transparent 60%),
              radial-gradient(ellipse at 70% 30%, rgba(108,60,224,0.3), transparent 60%);
}
.hero__inner { max-width: 800px; position: relative; z-index: 1; }
.hero h1 {
  font-size: clamp(3rem, 6rem, 5vw); font-weight: 800;
  letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 1rem;
}
.hero p {
  font-size: 1.2rem; font-weight: 400; opacity: 0.9;
  max-width: 600px; margin: 0 auto 2rem; line-height: 1.6;
}
.hero__cta {
  display: inline-block; background: var(--accent); color: var(--text);
  padding: 0.85rem 2.5rem; border-radius: var(--radius);
  font-weight: 700; font-size: 1rem; text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.hero__cta:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,212,170,0.3); }

.main { max-width: var(--max-width); margin: 0 auto; padding: 0 2rem; }

/* V10 scoped styles — zero classes on inner elements */
:where(.main section) { padding: 5rem 0; }
:where(.main section + section) { border-top: 1px solid var(--border); }
:where(.main section h2) {
  font-size: 2rem; font-weight: 700; letter-spacing: -0.02em;
  margin-bottom: 1rem; color: var(--text);
}
:where(.main section h3) {
  font-size: 1.35rem; font-weight: 600; margin-top: 2rem; margin-bottom: 0.5rem;
}
:where(.main section h3 + p) {
  font-size: 0.95rem; color: var(--text-muted); max-width: 65ch; margin-bottom: 1.5rem;
}
:where(.main section p) {
  font-size: 1.05rem; line-height: 1.75; color: var(--text-muted);
  max-width: 65ch; margin-bottom: 1.25rem;
}
:where(.main section a) {
  color: var(--primary); text-decoration: underline; text-underline-offset: 3px;
  font-weight: 500;
}
:where(.main section a:hover) { color: var(--primary-dark); }

/* Product list style (V10 anchored-link list) */
:where(.main section .product-list) { list-style: none; padding: 0; }
:where(.main section .product-list li) {
  padding: 1.5rem 0; border-bottom: 1px solid var(--border);
}
:where(.main section .product-list li:last-child) { border-bottom: none; }
:where(.main section .product-list li h2) { font-size: 1.4rem; margin-bottom: 0.4rem; }
:where(.main section .product-list li p) { max-width: 60ch; }
:where(.main section .product-list li a) {
  display: inline-block; margin-top: 0.5rem; font-weight: 600;
}

/* Featured quote */
.quote-featured {
  max-width: 650px; margin: 0 auto; text-align: center;
  padding: 3rem 0;
}
.quote-featured blockquote {
  font-size: 1.4rem; font-weight: 500; font-style: italic;
  line-height: 1.6; color: var(--text); position: relative;
}
.quote-featured blockquote::before {
  content: '\201C'; font-size: 4rem; color: var(--primary);
  position: absolute; left: -2rem; top: -1.5rem; opacity: 0.3;
}
.quote-featured cite {
  display: block; margin-top: 1rem; font-size: 0.95rem;
  font-style: normal; color: var(--text-muted); font-weight: 600;
}
.quote-featured cite span { font-weight: 400; }

/* Numbered FAQ (V10 — plain H3+P sections, no accordion) */
:where(.main section .faq-block) { counter-reset: faq; padding: 0; }
:where(.main section .faq-block > div) {
  counter-increment: faq; padding: 1.5rem 0; border-top: 1px solid var(--border);
}
:where(.main section .faq-block > div h3) {
  font-size: 1.15rem; font-weight: 600; margin-top: 0;
}
:where(.main section .faq-block > div h3::before) {
  content: counter(faq, decimal-leading-zero) '. ';
  color: var(--primary); font-weight: 800;
}
:where(.main section .faq-block > div p) {
  margin-top: 0.6rem; font-size: 0.95rem; max-width: 60ch;
}

/* Breadcrumbs */
.breadcrumbs {
  font-size: 0.85rem; color: var(--text-light); padding: 1rem 0;
}
.breadcrumbs a { color: var(--primary); text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; }
.breadcrumbs span { color: var(--text-muted); }

/* Data table */
:where(.main section table) {
  width: 100%; border-collapse: collapse; margin: 1.5rem 0;
  font-size: 0.9rem;
}
:where(.main section table th) {
  background: var(--primary); color: var(--white); padding: 0.75rem 1rem;
  text-align: left; font-weight: 600;
}
:where(.main section table td) {
  padding: 0.75rem 1rem; border-bottom: 1px solid var(--border);
}
:where(.main section table tr:nth-child(even)) { background: var(--bg-alt); }

/* Related services */
:where(.main section .related-services) {
  background: var(--bg-alt); border-radius: var(--radius-lg); padding: 2rem;
  margin-top: 2rem;
}
:where(.main section .related-services h3) { margin-top: 0; }
:where(.main section .related-services ul) {
  list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 0.5rem 1.5rem;
}
:where(.main section .related-services a) { font-size: 0.95rem; }

/* Lead callout */
:where(.main section .lead-callout) {
  background: var(--bg-alt); border-left: 4px solid var(--primary);
  padding: 1.25rem 1.5rem; border-radius: 0 var(--radius) var(--radius) 0;
  margin: 1.5rem 0;
}
:where(.main section .lead-callout h3) {
  margin-top: 0; font-size: 1rem; font-weight: 700; color: var(--primary);
}

/* Mega-footer (V10 anchor: 5 columns) */
.mega-footer {
  background: var(--text); color: rgba(255,255,255,0.8); padding: 4rem 2rem 2rem;
}
.mega-footer__inner { max-width: var(--max-width); margin: 0 auto; }
.mega-footer__grid {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 2rem;
  padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,0.1);
}
.mega-footer h4 {
  color: var(--white); font-size: 0.95rem; font-weight: 700; margin-bottom: 1rem;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.mega-footer ul { list-style: none; padding: 0; }
.mega-footer a {
  color: rgba(255,255,255,0.65); text-decoration: none; font-size: 0.85rem;
  display: block; padding: 0.25rem 0; transition: color 0.2s;
}
.mega-footer a:hover { color: var(--accent); }
.mega-footer__bottom {
  padding-top: 2rem; display: flex; justify-content: space-between;
  align-items: center; flex-wrap: wrap; gap: 1rem; font-size: 0.8rem;
}
.mega-footer__trust {
  display: flex; gap: 1.5rem; align-items: center;
}
.mega-footer__trust span {
  font-size: 0.75rem; color: rgba(255,255,255,0.4);
}

/* Sub-page hero (smaller) */
.hero--sub {
  min-height: 25vh; padding: 2.5rem 2rem;
}
.hero--sub h1 { font-size: clamp(2rem, 3.5rem, 4vw); }

/* CTA section */
.cta-section {
  text-align: center; padding: 4rem 2rem;
  background: var(--bg-alt); border-radius: var(--radius-lg);
  margin: 2rem 0;
}
.cta-section h2 { margin-bottom: 0.75rem; }
.cta-section p { margin: 0 auto 1.5rem; max-width: 500px; }
.cta-section a {
  display: inline-block; background: var(--primary); color: var(--white);
  padding: 0.85rem 2.5rem; border-radius: var(--radius);
  font-weight: 700; text-decoration: none; transition: background 0.2s;
}
.cta-section a:hover { background: var(--primary-dark); }

/* === Lighthouse basics === */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
:focus-visible { outline: 2px solid var(--primary); outline-offset: 2px; }
@media print {
  .nav, .mega-footer { display: none; }
  body { font-size: 12pt; color: #000; }
}
@media (max-width: 768px) {
  .mega-footer__grid { grid-template-columns: repeat(2, 1fr); }
  .hero h1 { font-size: 2.2rem; }
  .nav__links { display: none; }
}
@media (max-width: 480px) {
  .mega-footer__grid { grid-template-columns: 1fr; }
}
