/* =========================================================
   ELITE JOBS GERMANY — Design System
   Inspired by Framer: dark canvas · Inter Variable · pill CTAs
   ========================================================= */

/* ── TOKENS ─────────────────────────────────────────────── */
:root {
  --canvas:        #090909;
  --surface-1:     #141414;
  --surface-2:     #1c1c1c;
  --hairline:      #262626;
  --hairline-soft: #1a1a1a;
  --ink:           #ffffff;
  --ink-muted:     #999999;
  --primary:       #ffffff;
  --on-primary:    #000000;
  --accent-blue:   #0099ff;
  --success:       #22c55e;
  --grad-violet:   #6a4cf5;
  --grad-magenta:  #d44df0;
  --grad-orange:   #ff7a3d;

  --r-pill: 100px;
  --r-xxl:  30px;
  --r-xl:   20px;
  --r-lg:   15px;
  --r-md:   10px;
  --r-sm:    6px;

  /* Gold accent (Elite identity) */
  --gold:          #c9a84c;
  --gold-dim:      rgba(201,168,76,.15);

  --font:          'Inter', system-ui, sans-serif;
  --max:           1200px;
  --gutter:        32px;
  --header-top-h:  56px;
  --header-lang-h: 40px;
  --header-h:      96px;
  --sp-section:    96px;
  --trans:         .18s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--font);
  font-size: 15px;
  line-height: 1.6;
  font-feature-settings: 'cv01','cv05','cv09','cv11','ss03','ss07';
  min-height: 100vh;
}
img { display: block; max-width: 100%; }
a { color: var(--accent-blue); text-decoration: none; }
a:hover { text-decoration: underline; }

.container { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }

/* ── HEADER ─────────────────────────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 200;
  background: var(--canvas);
}

/* Top bar: Logo + Site nav */
.header-top {
  border-bottom: 1px solid var(--hairline);
  background: rgba(9,9,9,.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.header-top-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: var(--header-top-h); gap: 16px;
}
.logo {
  display: flex; flex-direction: column; text-decoration: none;
  line-height: 1.15; flex-shrink: 0; color: var(--ink);
}
.logo-main { font-size: .8rem; letter-spacing: .25em; text-transform: uppercase; font-weight: 700; }
.logo-sub   { font-size: .54rem; letter-spacing: .3em; text-transform: uppercase; color: var(--ink-muted); }
.logo:hover { text-decoration: none; }

.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav-link {
  display: inline-flex; align-items: center;
  padding: 6px 14px; border-radius: var(--r-pill);
  font-size: 13px; font-weight: 500; letter-spacing: -.13px;
  color: var(--ink-muted); text-decoration: none;
  transition: color var(--trans), background var(--trans);
}
.site-nav-link:hover { color: var(--ink); background: var(--surface-1); text-decoration: none; }
.site-nav-link.cta {
  background: var(--gold); color: #000;
  font-weight: 600; margin-left: 4px;
}
.site-nav-link.cta:hover { background: #d4b55a; text-decoration: none; }

/* Language bar */
.header-lang {
  background: var(--hairline-soft);
  border-bottom: 1px solid var(--hairline);
  overflow-x: auto; scrollbar-width: none;
}
.header-lang::-webkit-scrollbar { display: none; }
.lang-nav {
  display: flex; flex-wrap: nowrap; gap: 2px;
  padding: 5px 0; min-width: max-content;
}
.lang-btn {
  display: inline-flex; align-items: center; gap: 3px;
  padding: 4px 9px; font-size: .55rem; letter-spacing: .08em;
  text-transform: uppercase; color: var(--ink-muted);
  text-decoration: none; border: 1px solid transparent;
  border-radius: var(--r-sm);
  transition: var(--trans); white-space: nowrap; font-weight: 500;
  flex-shrink: 0;
}
.lang-btn:hover { color: var(--ink); background: var(--surface-1); text-decoration: none; }
.lang-btn.active { background: var(--gold); color: #000; border-color: transparent; font-weight: 600; }
.flag-sm   { font-size: .78rem; }
.lang-code { font-size: .5rem; }

/* kept for reference — no longer rendered */
.lang-toggle {
  display: none;
}

/* ── HERO ───────────────────────────────────────────────── */
.hero {
  min-height: calc(100vh - var(--header-h));
  display: flex; align-items: center;
  justify-content: center;
  padding: 80px var(--gutter) 100px;
  text-align: center;
  position: relative; overflow: hidden;
}
.hero-inner { position: relative; z-index: 1; max-width: 760px; }

/* ── Hero decorations (Elite: Dark Gold) ── */
.hero-glow {
  position: absolute; pointer-events: none;
  width: 700px; height: 700px;
  top: -220px; right: -120px;
  background: radial-gradient(circle, rgba(201,168,76,.18) 0%, rgba(201,168,76,.06) 40%, transparent 70%);
  border-radius: 50%;
}
.hero-ring {
  position: absolute; pointer-events: none;
  width: 520px; height: 520px;
  bottom: -200px; left: -140px;
  border: 1px solid rgba(201,168,76,.1);
  border-radius: 50%;
}
.hero-ring::before {
  content: '';
  position: absolute; inset: 60px;
  border: 1px solid rgba(201,168,76,.06);
  border-radius: 50%;
}
.hero-grid {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(201,168,76,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,.03) 1px, transparent 1px);
  background-size: 48px 48px;
}

.hero-pre {
  display: block; font-size: .6rem; letter-spacing: .55em;
  text-transform: uppercase; color: var(--ink-muted);
  margin-bottom: 32px; font-weight: 500;
}
.hero h1 {
  font-size: clamp(2.8rem, 8vw, 5.5rem);
  font-weight: 700; line-height: .95; color: var(--ink);
  margin-bottom: 28px;
  letter-spacing: clamp(-2px, -0.05em, -4px);
}
.hero-tagline {
  font-size: 1.05rem; color: var(--ink-muted);
  font-weight: 400; margin-bottom: 16px;
  letter-spacing: -.01em; line-height: 1.4;
}
.hero-intro {
  font-size: .92rem; color: var(--ink-muted);
  max-width: 520px; margin: 0 auto 48px;
  line-height: 1.65; letter-spacing: -.01em;
}
.hero-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ── nanobanana mark ── */
.nb-mark {
  margin-top: 36px;
  font-size: .6rem; letter-spacing: .28em;
  text-transform: lowercase; font-weight: 400;
  color: rgba(201,168,76,.22);
}

/* ── BUTTONS ────────────────────────────────────────────── */
.btn-wa {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--primary); color: var(--on-primary);
  padding: 12px 22px; text-decoration: none;
  font-weight: 500; font-size: 14px; letter-spacing: -.14px;
  border-radius: var(--r-pill); border: none;
  transition: opacity var(--trans); flex-shrink: 0;
}
.btn-wa:hover { opacity: .88; text-decoration: none; }
.btn-wa-lg { font-size: 15px; padding: 14px 30px; }

.btn-more {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--ink); padding: 12px 22px;
  border: 1px solid var(--hairline); text-decoration: none;
  font-size: 14px; letter-spacing: -.14px;
  border-radius: var(--r-pill); background: var(--surface-1);
  transition: background var(--trans); font-weight: 500;
}
.btn-more:hover { background: var(--surface-2); text-decoration: none; }

/* ── SECTION CHROME ─────────────────────────────────────── */
.section-header { text-align: center; margin-bottom: 60px; }
.section-pre {
  display: block; font-size: .6rem; letter-spacing: .5em;
  text-transform: uppercase; color: var(--ink-muted);
  margin-bottom: 14px; font-weight: 500;
}
.section-header h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700; color: var(--ink);
  letter-spacing: -1.2px; margin-bottom: 20px; line-height: 1.05;
}
.section-rule { width: 1px; height: 30px; background: var(--hairline); margin: 0 auto; }

/* ── BENEFITS ───────────────────────────────────────────── */
.benefits { padding: var(--sp-section) 0; border-top: 1px solid var(--hairline); }

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.benefit-card {
  background: var(--surface-1); padding: 32px 18px;
  text-align: center; border-radius: var(--r-xl);
  border: 1px solid var(--hairline-soft);
  transition: background var(--trans);
}
.benefit-card:hover { background: var(--surface-2); }

.benefit-card.spot-violet  { background: var(--grad-violet);  border-color: transparent; }
.benefit-card.spot-magenta { background: var(--grad-magenta); border-color: transparent; }
.benefit-card.spot-orange  { background: var(--grad-orange);  border-color: transparent; }
.benefit-card.spot-violet:hover,
.benefit-card.spot-magenta:hover,
.benefit-card.spot-orange:hover { opacity: .92; }

.benefit-icon { font-size: 1.8rem; margin-bottom: 16px; display: flex; justify-content: center; }
.benefit-card h3 {
  font-size: .76rem; color: var(--ink); margin-bottom: 8px;
  font-weight: 600; letter-spacing: .04em; text-transform: uppercase;
}
.benefit-card p { font-size: .76rem; color: var(--ink-muted); line-height: 1.6; }
.benefit-card.spot-violet p,
.benefit-card.spot-magenta p,
.benefit-card.spot-orange p  { color: rgba(255,255,255,.78); }
.benefit-card.spot-violet h3,
.benefit-card.spot-magenta h3,
.benefit-card.spot-orange h3 { color: #fff; }

/* ── ABOUT ──────────────────────────────────────────────── */
.about { padding: var(--sp-section) 0; border-top: 1px solid var(--hairline); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }

.about-text h2 {
  font-size: clamp(1.5rem, 3.5vw, 2.2rem);
  color: var(--ink); margin: 12px 0 28px;
  font-weight: 700; letter-spacing: -.8px; line-height: 1.1;
}
.about-text p { color: var(--ink-muted); font-size: .9rem; line-height: 1.7; }
.about-facts { display: flex; gap: 40px; margin-bottom: 32px; }
.fact { display: flex; flex-direction: column; align-items: flex-start; }
.fact-num {
  font-size: 2.5rem; color: var(--ink); font-weight: 700;
  line-height: 1; letter-spacing: -.03em;
}
.fact-label {
  font-size: .58rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--ink-muted); margin-top: 4px; font-weight: 500;
}

.about-highlights { display: flex; flex-direction: column; gap: 8px; }
.highlight-card {
  background: var(--surface-1); padding: 24px;
  border-radius: var(--r-xl);
  display: flex; gap: 18px; align-items: flex-start;
  border: 1px solid var(--hairline-soft);
  transition: background var(--trans);
}
.highlight-card:hover { background: var(--surface-2); }
.highlight-icon { flex-shrink: 0; color: var(--ink-muted); padding-top: 2px; }
.highlight-icon svg { width: 22px; height: 22px; }
.highlight-card h4 {
  font-size: .78rem; color: var(--ink); margin-bottom: 4px;
  font-weight: 600; letter-spacing: .04em; text-transform: uppercase;
}
.highlight-card p { font-size: .78rem; color: var(--ink-muted); line-height: 1.55; }

/* ── CTA ────────────────────────────────────────────────── */
.cta-section {
  padding: var(--sp-section) 0; text-align: center;
  border-top: 1px solid var(--hairline);
}
.cta-section h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  color: var(--ink); margin-bottom: 16px;
  font-weight: 700; letter-spacing: -1.5px; line-height: 1.0;
}
.cta-section p { color: var(--ink-muted); margin-bottom: 40px; font-size: .95rem; }

/* ── LANG SELECTOR ──────────────────────────────────────── */
.lang-selector-hero {
  min-height: calc(100vh - var(--header-h));
  display: flex; align-items: center;
  justify-content: center;
  padding: 80px var(--gutter) 100px;
  text-align: center;
}
.lang-selector-hero .container { width: 100%; }
.lang-selector-hero h1 {
  font-size: clamp(3rem, 10vw, 7rem);
  font-weight: 700; color: var(--ink); line-height: .95;
  margin-bottom: 24px;
  letter-spacing: clamp(-3px, -0.05em, -5px);
}
.lang-selector-hero h1 span { color: var(--ink-muted); font-weight: 400; }
.flag-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 8px; max-width: 640px; margin: 40px auto 0;
}
.flag-item {
  display: flex; flex-direction: column; align-items: center;
  padding: 20px 12px; text-decoration: none;
  background: var(--surface-1); border-radius: var(--r-lg);
  border: 1px solid var(--hairline);
  transition: background var(--trans);
}
.flag-item:hover { background: var(--surface-2); text-decoration: none; }
.flag-emoji { font-size: 1.8rem; margin-bottom: 8px; line-height: 1; }
.flag-label {
  font-size: .62rem; color: var(--ink);
  font-weight: 600; letter-spacing: .05em;
  text-transform: uppercase; margin-bottom: 2px;
}
.flag-code { font-size: .56rem; color: var(--ink-muted); letter-spacing: .15em; text-transform: uppercase; }

/* ── FOOTER ─────────────────────────────────────────────── */
.site-footer { padding: 48px 0 32px; border-top: 1px solid var(--hairline); text-align: center; }
.footer-legal {
  font-size: .72rem; color: var(--ink-muted); max-width: 740px;
  margin: 0 auto 24px; line-height: 1.7; padding: 16px 20px;
  border: 1px solid var(--hairline); background: var(--surface-1);
  text-align: left; border-radius: var(--r-md);
}
.footer-nav {
  display: flex; gap: 24px; justify-content: center;
  align-items: center; flex-wrap: wrap; margin-bottom: 16px;
}
.footer-nav a {
  color: var(--ink-muted); text-decoration: none; font-size: .68rem;
  letter-spacing: .12em; text-transform: uppercase;
  transition: color var(--trans); font-weight: 500;
}
.footer-nav a:hover { color: var(--ink); }
.footer-nav span { color: var(--hairline); font-size: .6rem; }
.copyright { font-size: .66rem; color: var(--ink-muted); }

/* ── COOKIE BANNER ──────────────────────────────────────── */
.cookie-banner {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: var(--surface-1); border-top: 1px solid var(--hairline);
  padding: 16px 32px; display: flex; align-items: center;
  justify-content: space-between; gap: 16px; z-index: 1000; font-size: .82rem;
}
.cookie-banner p { color: var(--ink-muted); flex: 1; }
.cookie-banner a { color: var(--accent-blue); }
.btn-cookie-accept {
  background: var(--primary); color: var(--on-primary); border: none;
  padding: 10px 22px; cursor: pointer; font-weight: 500;
  font-size: .75rem; white-space: nowrap; flex-shrink: 0;
  transition: opacity var(--trans); border-radius: var(--r-pill);
  letter-spacing: -.1px;
}
.btn-cookie-accept:hover { opacity: .85; }

/* ── LEGAL PAGES ────────────────────────────────────────── */
.legal-page { padding: calc(var(--header-h) + 60px) 0 80px; min-height: 100vh; }
.legal-page .page-title {
  font-size: clamp(1.8rem, 5vw, 3rem); color: var(--ink);
  margin-bottom: 8px; font-weight: 700; letter-spacing: -1.5px;
}
.legal-page .page-sub { color: var(--ink-muted); margin-bottom: 48px; font-size: .82rem; }
.legal-content { max-width: 740px; }
.legal-content h2 {
  font-size: .84rem; color: var(--ink); margin: 40px 0 10px;
  font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
}
.legal-content p { color: var(--ink-muted); font-size: .9rem; margin-bottom: 12px; line-height: 1.7; }
.legal-content a { color: var(--accent-blue); }
.legal-content ul { color: var(--ink-muted); font-size: .9rem; padding-left: 20px; margin-bottom: 12px; }
.legal-content ul li { margin-bottom: 6px; }
.legal-rule { width: 60px; height: 1px; background: var(--hairline); margin: 40px 0; }

/* ── PARTNER PAGE ───────────────────────────────────────── */
.partner-page {
  min-height: calc(100vh - var(--header-h));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px var(--gutter);
}
.partner-inner { max-width: 560px; text-align: center; }
.partner-inner h1 { font-size: clamp(1.6rem, 4vw, 2.2rem); margin-bottom: 12px; }
.partner-inner > p { color: var(--ink-muted); margin-bottom: 40px; }
.partner-links { display: flex; flex-direction: column; gap: 16px; align-items: center; }
.partner-links .partner-link { min-width: 320px; justify-content: center; }

/* ── FEATURES ────────────────────────────────────────────── */
.features { padding: var(--sp-section) 0; }
.features .section-header { text-align: center; margin-bottom: 48px; }
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.feature-card {
  background: var(--surface-1);
  border-radius: var(--r-card);
  padding: 32px 28px;
  border: 1px solid var(--hairline);
  transition: border-color .2s ease, transform .2s ease;
}
.feature-card:hover { border-color: var(--gold); transform: translateY(-2px); }
.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--gold-dim);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.feature-icon svg { width: 24px; height: 24px; stroke: var(--gold); }
.feature-card h3 { font-size: 1.0625rem; font-weight: 600; margin-bottom: 10px; color: var(--ink-primary); }
.feature-card p { font-size: .9rem; color: var(--ink-muted); line-height: 1.65; }

/* ── STICKY WHATSAPP ─────────────────────────────────────── */
.wa-sticky {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(37,211,102,.45);
  z-index: 900;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.wa-sticky:hover { transform: scale(1.08); box-shadow: 0 6px 24px rgba(37,211,102,.55); }

/* ── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 900px) {
  .benefits-grid { grid-template-columns: repeat(3, 1fr); }
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 700px) {
  .site-nav .site-nav-link:not(.cta) { display: none; }
  :root { --header-h: 88px; --header-top-h: 48px; --header-lang-h: 40px; }
  .benefits-grid { grid-template-columns: 1fr 1fr; }
  .features-grid { grid-template-columns: 1fr; gap: 16px; }
  .flag-grid { grid-template-columns: repeat(3, 1fr); }
  .about-facts { gap: 24px; }
  .hero-ctas { flex-direction: column; align-items: center; }
  .cookie-banner { flex-direction: column; text-align: center; }
}
@media (max-width: 380px) {
  .benefits-grid { grid-template-columns: 1fr; }
  .flag-grid { grid-template-columns: repeat(2, 1fr); }
}
