@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600&family=Space+Grotesk:wght@500;700;800&family=JetBrains+Mono:wght@400;700&display=swap');

:root {
  --bg-color: #070d0a;
  --bg-secondary: #0a1310;
  --text-primary: #f8f9fa;
  --text-secondary: #a1a1aa;
  --accent-primary: #32E889;
  --accent-secondary: #0070F3;
  --accent-danger: #ff5f56;
  --border-color: rgba(50, 232, 137, 0.12);
  --glass-bg: rgba(8, 14, 11, 0.6);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  background-color: var(--bg-color);
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden;
}

/* Animations */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes glowPulse {
  0% { box-shadow: 0 0 20px rgba(50, 232, 137, 0.2); }
  50% { box-shadow: 0 0 40px rgba(50, 232, 137, 0.4); }
  100% { box-shadow: 0 0 20px rgba(50, 232, 137, 0.2); }
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Full-page 3D scanner-room background */
#bg-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  display: block;
  opacity: 0.55;
}

/* Every real page element lives in here so it reliably paints above the
   fixed background canvas, regardless of each child's own position/z-index. */
.page-content {
  position: relative;
  z-index: 1;
}

/* Nav */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 5%;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid var(--border-color);
}

.nav-logo {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  letter-spacing: -0.5px;
}
.nav-logo .logo-accent { color: var(--text-secondary); }
.nav-logo i { color: var(--accent-primary); }

.nav-links {
  display: flex;
  gap: 2.5rem;
  align-items: center;
}
.nav-links a {
  color: var(--text-secondary);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}
.nav-links a:hover { color: var(--text-primary); }

.btn-primary {
  background: var(--text-primary);
  color: #000;
  padding: 0.6rem 1.25rem;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.2s ease;
  border: none;
}
.btn-primary:hover {
  background: #fff;
  transform: scale(1.02);
  box-shadow: 0 0 20px rgba(255,255,255,0.3);
}

.btn-nav-login {
  background: var(--accent-primary);
  color: #05100b;
  padding: 0.6rem 1.25rem;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.2s ease;
  border: none;
}
.btn-nav-login:hover {
  background: #45f0a0;
  transform: scale(1.02);
  box-shadow: 0 0 20px rgba(50, 232, 137, 0.4);
}

.btn-outline {
  background: transparent;
  color: var(--text-primary);
  padding: 0.6rem 1.25rem;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  border: 1px solid var(--border-color);
  transition: all 0.2s ease;
}
.btn-outline:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.2);
}

/* Hero Section */
.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 5% 6rem;
  position: relative;
}

/* Empty on purpose: reserves space, right under the navbar, before the
   motto starts -- sized so SCAN lands framed inside the scanner box (the
   fixed background canvas positions that box at ~0.44*vh - 176px from the
   top; this matches SCAN's start to just above it) right from first load,
   with no scrolling needed. */
.hero-stage {
  width: 100%;
  min-height: max(calc(44vh - 200px), 140px);
  flex-shrink: 0;
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 900px;
}

.hero-copy::before {
  content: "";
  position: absolute;
  inset: -3rem -20% -2rem;
  background: radial-gradient(ellipse 75% 85% at 50% 25%, rgba(7,13,10,0.78), transparent 72%);
  z-index: -1;
}

.motto {
  font-family: 'JetBrains Mono', monospace;
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(2.5rem, 6.5vw, 5rem);
  line-height: 1.08;
  letter-spacing: -1px;
  margin-bottom: 2rem;
  animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.motto-line { display: block; color: #fff; }
.motto-op { color: var(--accent-secondary); text-shadow: 0 0 18px rgba(0, 112, 243, 0.6); padding: 0 0.2em; }

/* Scan/Shred/Cache all share the same hacker-terminal face (Share Tech
   Mono) and keep their own glow color; Scan alone is scaled up to 2x size
   and bolded (via text-stroke, since the face only ships at weight 400) to
   stand out as the headline word. */
.w-scan, .w-shred, .w-cache {
  font-family: 'Share Tech Mono', 'JetBrains Mono', monospace;
  letter-spacing: 1px;
}

.w-shred {
  color: var(--accent-danger);
  text-shadow: 0 0 18px rgba(255, 95, 86, 0.45);
}
.w-cache {
  color: var(--accent-primary);
  text-shadow: 0 0 18px rgba(50, 232, 137, 0.45);
}

.w-scan {
  display: inline-block;
  font-size: 2em;
  color: var(--accent-secondary);
  -webkit-text-stroke: 1.5px var(--accent-secondary);
  letter-spacing: 2px;
  text-shadow:
    0 0 10px rgba(0, 112, 243, 0.9),
    0 0 24px rgba(0, 112, 243, 0.7),
    0 0 48px rgba(0, 112, 243, 0.4);
}

/* Left-aligns this line so the word starts roughly under "Shred" in the
   line above; letters then fly rightward toward "Cache" during the
   animation (see .dl-* below). */
.motto-deliver-line { text-align: left; }

.w-deliver {
  position: relative;
  display: inline-block;
  font-family: 'Rubik Glitch', 'JetBrains Mono', monospace;
  font-weight: 400;
  font-size: 1.5em;
  transform: skewX(-8deg);
}

/*
  One shared 2.3s timeline (20% of the previous 11.5s -- same phase
  proportions, just 5x faster overall):
    t=0-0.6s     DELIVER sits still, red, left-aligned.
    t=0.6-1.3s   letters fly right one at a time, R first through to D last,
                 back-to-back -- red -> blue (mid-flight) -> green (landed)
                 -- same states a package goes through above.
    t=1.3-1.79s  pause, settled green.
    t=1.79-2.3s  power-flicker: 3 blink waves hit different random-ish letters.
    t=2.3s       loop restarts from t=0.
  Each letter gets its own @keyframes because its flight window (and which
  blink wave it belongs to) differs, but all run on the same 2.3s duration
  so they stay in lockstep.
*/
.dl {
  display: inline-block;
  animation-duration: 2.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.dl-0 { animation-name: deliverLetter0; } /* D - flies last */
.dl-1 { animation-name: deliverLetter1; } /* e */
.dl-2 { animation-name: deliverLetter2; } /* l */
.dl-3 { animation-name: deliverLetter3; } /* i */
.dl-4 { animation-name: deliverLetter4; } /* v */
.dl-5 { animation-name: deliverLetter5; } /* e */
.dl-6 { animation-name: deliverLetter6; } /* R - flies first */

/* D: flight 6-6.5s (52.17%-56.52%), blink wave A (~85.65%) */
@keyframes deliverLetter0 {
  0%, 52.17% { transform: translateX(max(-145px, -16.1vw)); color: var(--accent-danger); text-shadow: 0 0 16px rgba(255, 95, 86, 0.7); opacity: 1; }
  54.35% { color: var(--accent-secondary); text-shadow: 0 0 20px rgba(0, 112, 243, 0.7); }
  56.52%, 84.87% { transform: translateX(min(560px, 56vw)); color: var(--accent-primary); text-shadow: 0 0 22px rgba(50, 232, 137, 0.65); opacity: 1; }
  85.65% { opacity: 0.12; }
  86.43%, 100% { transform: translateX(min(560px, 56vw)); color: var(--accent-primary); opacity: 1; }
}
/* e (2nd): flight 5.5-6s (47.83%-52.17%), blink wave B (~90.87%) */
@keyframes deliverLetter1 {
  0%, 47.83% { transform: translateX(max(-145px, -16.1vw)); color: var(--accent-danger); text-shadow: 0 0 16px rgba(255, 95, 86, 0.7); opacity: 1; }
  50% { color: var(--accent-secondary); text-shadow: 0 0 20px rgba(0, 112, 243, 0.7); }
  52.17%, 90.09% { transform: translateX(min(560px, 56vw)); color: var(--accent-primary); text-shadow: 0 0 22px rgba(50, 232, 137, 0.65); opacity: 1; }
  90.87% { opacity: 0.12; }
  91.65%, 100% { transform: translateX(min(560px, 56vw)); color: var(--accent-primary); opacity: 1; }
}
/* l: flight 5-5.5s (43.48%-47.83%), blink wave C (~96.09%) */
@keyframes deliverLetter2 {
  0%, 43.48% { transform: translateX(max(-145px, -16.1vw)); color: var(--accent-danger); text-shadow: 0 0 16px rgba(255, 95, 86, 0.7); opacity: 1; }
  45.65% { color: var(--accent-secondary); text-shadow: 0 0 20px rgba(0, 112, 243, 0.7); }
  47.83%, 95.30% { transform: translateX(min(560px, 56vw)); color: var(--accent-primary); text-shadow: 0 0 22px rgba(50, 232, 137, 0.65); opacity: 1; }
  96.09% { opacity: 0.12; }
  96.87%, 100% { transform: translateX(min(560px, 56vw)); color: var(--accent-primary); opacity: 1; }
}
/* i: flight 4.5-5s (39.13%-43.48%), blink wave A (~85.65%) */
@keyframes deliverLetter3 {
  0%, 39.13% { transform: translateX(max(-145px, -16.1vw)); color: var(--accent-danger); text-shadow: 0 0 16px rgba(255, 95, 86, 0.7); opacity: 1; }
  41.30% { color: var(--accent-secondary); text-shadow: 0 0 20px rgba(0, 112, 243, 0.7); }
  43.48%, 84.87% { transform: translateX(min(560px, 56vw)); color: var(--accent-primary); text-shadow: 0 0 22px rgba(50, 232, 137, 0.65); opacity: 1; }
  85.65% { opacity: 0.12; }
  86.43%, 100% { transform: translateX(min(560px, 56vw)); color: var(--accent-primary); opacity: 1; }
}
/* v: flight 4-4.5s (34.78%-39.13%), blink wave B (~90.87%) */
@keyframes deliverLetter4 {
  0%, 34.78% { transform: translateX(max(-145px, -16.1vw)); color: var(--accent-danger); text-shadow: 0 0 16px rgba(255, 95, 86, 0.7); opacity: 1; }
  36.96% { color: var(--accent-secondary); text-shadow: 0 0 20px rgba(0, 112, 243, 0.7); }
  39.13%, 90.09% { transform: translateX(min(560px, 56vw)); color: var(--accent-primary); text-shadow: 0 0 22px rgba(50, 232, 137, 0.65); opacity: 1; }
  90.87% { opacity: 0.12; }
  91.65%, 100% { transform: translateX(min(560px, 56vw)); color: var(--accent-primary); opacity: 1; }
}
/* e (6th): flight 3.5-4s (30.43%-34.78%), blink wave C (~96.09%) */
@keyframes deliverLetter5 {
  0%, 30.43% { transform: translateX(max(-145px, -16.1vw)); color: var(--accent-danger); text-shadow: 0 0 16px rgba(255, 95, 86, 0.7); opacity: 1; }
  32.61% { color: var(--accent-secondary); text-shadow: 0 0 20px rgba(0, 112, 243, 0.7); }
  34.78%, 95.30% { transform: translateX(min(560px, 56vw)); color: var(--accent-primary); text-shadow: 0 0 22px rgba(50, 232, 137, 0.65); opacity: 1; }
  96.09% { opacity: 0.12; }
  96.87%, 100% { transform: translateX(min(560px, 56vw)); color: var(--accent-primary); opacity: 1; }
}
/* R: flight 3-3.5s (26.09%-30.43%), blink wave A (~85.65%) -- flies first */
@keyframes deliverLetter6 {
  0%, 26.09% { transform: translateX(max(-145px, -16.1vw)); color: var(--accent-danger); text-shadow: 0 0 16px rgba(255, 95, 86, 0.7); opacity: 1; }
  28.26% { color: var(--accent-secondary); text-shadow: 0 0 20px rgba(0, 112, 243, 0.7); }
  30.43%, 84.87% { transform: translateX(min(560px, 56vw)); color: var(--accent-primary); text-shadow: 0 0 22px rgba(50, 232, 137, 0.65); opacity: 1; }
  85.65% { opacity: 0.12; }
  86.43%, 100% { transform: translateX(min(560px, 56vw)); color: var(--accent-primary); opacity: 1; }
}

.hero p {
  font-family: 'Outfit', sans-serif;
  font-size: 1.35rem;
  color: var(--text-secondary);
  max-width: 650px;
  margin: 0 auto 3rem;
  line-height: 1.6;
  animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.1s backwards;
}
.highlight {
  color: var(--accent-primary);
  font-weight: 700;
}
.hero p a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
.hero p a:hover {
  color: var(--accent-primary);
  text-decoration-color: var(--accent-primary);
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 6rem;
  animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s backwards;
}

/* Sections */
section {
  padding: 8rem 5%;
  position: relative;
}
.section-title {
  font-family: 'Space Grotesk', sans-serif;
  text-align: center;
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  letter-spacing: -2px;
  background: linear-gradient(180deg, #fff 0%, #888 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-subtitle {
  text-align: center;
  color: var(--text-secondary);
  font-size: 1.2rem;
  margin-bottom: 5rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* How it works */
.steps-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 800px;
  margin: 0 auto;
}
.step-card {
  display: flex;
  align-items: center;
  gap: 2rem;
  background: var(--bg-secondary);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 2rem;
  transition: background 0.3s ease;
}
.step-card:hover { background: #111; }
.step-number {
  flex-shrink: 0;
  width: 50px; height: 50px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--text-primary);
  font-size: 1.2rem;
}
.step-card h3 { font-size: 1.25rem; font-weight: 600; margin-bottom: 0.25rem; color: #fff;}
.step-card p { color: var(--text-secondary); font-size: 0.95rem; }

.step-card-config { align-items: center; }
.step-body { flex: 1; min-width: 0; }

.step-icon-npm { background: rgba(203, 56, 55, 0.9); border-color: transparent; color: #fff; }
.step-icon-pypi,
.step-icon-deb {
  width: auto;
  min-width: 50px;
  padding: 0 0.7rem;
  border-color: transparent;
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.3px;
  white-space: nowrap;
}
.step-icon-pypi {
  background: linear-gradient(180deg, #3776ab 0%, #3776ab 55%, #ffd43b 55%, #ffd43b 100%);
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
.step-icon-deb { background: rgba(168, 29, 51, 0.9); }

.code-box-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.code-box-row code {
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  white-space: pre;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.85rem;
  color: var(--accent-primary);
}
.copy-btn {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-secondary);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  transition: all 0.2s ease;
}
.copy-btn:hover {
  color: var(--text-primary);
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
}
.copy-btn.copied {
  color: var(--accent-primary);
  border-color: var(--accent-primary);
}

/* Features */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}
.feature-item {
  position: relative;
  background: var(--bg-secondary);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 2.5rem 2rem;
  overflow: hidden;
  transition: border-color 0.3s ease;
}
.feature-item:hover {
  border-color: rgba(255,255,255,0.3);
}
.feature-item::before {
  content: "";
  position: absolute;
  top: 0; left: 0; width: 100%; height: 2px;
  background: linear-gradient(90deg, transparent, var(--border-color), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.feature-item:hover::before { opacity: 1; }
.feature-icon {
  width: 40px; height: 40px;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
  font-size: 1.5rem;
}
.feature-item h3 { margin-bottom: 0.75rem; font-size: 1.25rem; font-weight: 600; color: #fff; }
.feature-item p { color: var(--text-secondary); font-size: 0.95rem; line-height: 1.6; }

/* Ecosystem badges, matching the "Configure" step icons for consistency */
.feature-icon-npm,
.feature-icon-pypi,
.feature-icon-deb {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800;
  font-size: 0.9rem;
  color: #fff;
}
.feature-icon-npm { background: rgba(203, 56, 55, 0.9); font-size: 1.3rem; }
.feature-icon-pypi { background: linear-gradient(180deg, #3776ab 0%, #3776ab 55%, #ffd43b 55%, #ffd43b 100%); text-shadow: 0 1px 2px rgba(0,0,0,0.5); }
.feature-icon-deb { background: rgba(168, 29, 51, 0.9); font-size: 0.8rem; }

/* Pricing */
.pricing-container {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  max-width: 900px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.pricing-card {
  background: var(--bg-secondary);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 3rem 2.5rem;
  flex: 1;
  min-width: 320px;
  position: relative;
}
.pricing-card.premium {
  background: linear-gradient(180deg, #111 0%, #050505 100%);
  border-color: rgba(50, 232, 137, 0.3);
}
.pricing-card.premium::before {
  content: ""; position: absolute; inset: -1px;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(45deg, var(--accent-primary), transparent, var(--accent-secondary));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.pricing-card h3 { font-size: 1.25rem; font-weight: 600; margin-bottom: 0.5rem; color: #fff;}
.price {
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: -2px;
  margin-bottom: 1rem;
  color: #fff;
}
.price span { font-size: 1rem; color: var(--text-secondary); font-weight: 500; letter-spacing: 0;}
.pricing-features { list-style: none; margin-bottom: 2.5rem; margin-top: 2rem;}
.pricing-features li { margin-bottom: 1rem; color: var(--text-secondary); display: flex; align-items: flex-start; gap: 0.75rem; font-size: 0.95rem; }
.pricing-features li i { color: var(--text-primary); font-size: 0.9rem; margin-top: 4px; }
.pricing-card .btn-primary, .pricing-card .btn-outline { width: 100%; text-align: center; padding: 0.8rem; }
.pricing-card.premium .btn-primary { background: #fff; color: #000; }

/* Footer */
footer {
  border-top: 1px solid var(--border-color);
  padding: 4rem 5% 2rem;
  background: #000;
}
.footer-content { display: flex; justify-content: space-between; max-width: 1100px; margin: 0 auto; flex-wrap: wrap; gap: 3rem; }
.footer-col { flex: 1; min-width: 150px; }
.footer-col h4 { margin-bottom: 1.5rem; font-size: 0.95rem; font-weight: 600; color: #fff; }
.footer-col p { color: var(--text-secondary); font-size: 0.9rem; max-width: 250px; line-height: 1.6; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 0.75rem; }
.footer-links a { color: var(--text-secondary); text-decoration: none; font-size: 0.9rem; transition: color 0.2s ease; }
.footer-links a:hover { color: #fff; }
.footer-bottom { text-align: center; padding-top: 3rem; margin-top: 3rem; border-top: 1px solid var(--border-color); color: #555; font-size: 0.85rem; }
.footer-company-link { color: inherit; text-decoration: underline; text-underline-offset: 2px; transition: color 0.2s ease; }
.footer-company-link:hover { color: var(--accent-primary); }

@media (max-width: 768px) {
  .hero-stage { min-height: max(20vh, 100px); }
  .nav-links { display: none; }
}

/* Company page */
.company-page {
  max-width: 700px;
  margin: 0 auto;
  padding: 10rem 5% 6rem;
  position: relative;
  z-index: 1;
}
.company-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 800;
  letter-spacing: -2px;
  margin-bottom: 1rem;
  background: linear-gradient(180deg, #fff 0%, #888 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.company-lead {
  color: var(--text-secondary);
  font-size: 1.15rem;
  margin-bottom: 3rem;
}
.company-card {
  background: var(--bg-secondary);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 2.5rem;
}
.company-card h2 { font-size: 1.25rem; font-weight: 600; color: #fff; margin-bottom: 1.5rem; }
.company-details { list-style: none; }
.company-details li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--border-color);
  font-size: 0.95rem;
}
.company-details li:last-child { border-bottom: none; }
.company-details span { color: var(--text-secondary); }
.company-details strong { color: #fff; font-weight: 600; text-align: right; }
.company-note {
  margin-top: 1.5rem;
  color: var(--text-secondary);
  font-size: 0.85rem;
  font-style: italic;
}

/* Cookie consent */
.cookie-consent {
  position: fixed;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 2000;
  max-width: 720px;
  margin: 0 auto;
  background: rgba(10, 16, 13, 0.92);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}
.cookie-consent p {
  flex: 1 1 320px;
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}
.cookie-consent-link { color: var(--text-primary); text-decoration: underline; text-underline-offset: 2px; }
.cookie-consent-link:hover { color: var(--accent-primary); }
.cookie-consent-actions {
  display: flex;
  gap: 0.75rem;
  flex-shrink: 0;
}
.cookie-btn {
  padding: 0.6rem 1.25rem;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 0.9rem;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.cookie-btn-accept { background: var(--accent-primary); color: #05100b; }
.cookie-btn-accept:hover { background: #45f0a0; box-shadow: 0 0 20px rgba(50, 232, 137, 0.4); }
.cookie-btn-reject { background: transparent; color: var(--accent-danger); border: 1px solid var(--accent-danger); }
.cookie-btn-reject:hover { background: rgba(255, 95, 86, 0.12); }

@media (max-width: 600px) {
  .cookie-consent { flex-direction: column; align-items: stretch; }
  .cookie-consent-actions { justify-content: stretch; }
  .cookie-btn { flex: 1; }
}
