/*
  Hallmark Design System — MicroBot
  Genre: atmospheric · Nav: N5 Floating pill · Footer: Ft5 Statement
  Built on: Syne + Inter · Single accent #6366f1 · Asymmetric hero
  Pre-emit critique: P5 H5 E5 S4 R5 V5
*/

/* ── Google Fonts ── */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* ── Design Tokens ── */
:root {
  --accent: #6366f1;
  --accent-dim: #4f46e5;
  --accent-glow: rgba(99, 102, 241, 0.25);
  --paper: #07070d;
  --paper-2: #0d0d18;
  --paper-3: #151525;
  --paper-4: #1a1a30;
  --text: #f1f5f9;
  --text-2: #c8d6e5;
  --text-3: #64748b;
  --border: rgba(255, 255, 255, 0.06);
  --border-hover: rgba(99, 102, 241, 0.3);
  --radius-sm: 10px;
  --radius-card: 12px;
  --radius-pill: 100px;
  --radius-lg: 24px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
  --page-gutter: clamp(1.25rem, 4vw, 3rem);
  --page-max: 76rem;
  --section-gap: 6rem;
  --font-display: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* ── Reset ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
  font-family: var(--font-body);
  font-size: 1rem; line-height: 1.6;
  color: var(--text);
  background: var(--paper);
  overflow-x: clip;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ── Atmospheric Blooms (inlocuieste orbele vechi) ── */
body::before, body::after {
  content: ''; position: fixed; pointer-events: none; z-index: 0;
  width: 50vw; height: 50vw; border-radius: 50%;
  filter: blur(120px); opacity: 0.4;
}
body::before {
  top: -10vw; left: -10vw;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.25), transparent 70%);
}
body::after {
  bottom: -10vw; right: -10vw;
  background: radial-gradient(circle, rgba(79, 70, 229, 0.15), transparent 70%);
}

/* ── Layout ── */
.page { position: relative; z-index: 1; max-width: var(--page-max); margin: 0 auto; padding: 0 var(--page-gutter); }
.section { padding: var(--section-gap) 0; }
.section:first-of-type { padding-top: 4rem; }

/* ── Scrollbar ── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--paper); }
::-webkit-scrollbar-thumb { background: var(--accent); border-radius: 3px; }

/* ════════════ NAV: N5 Floating Pill ════════════ */
nav.navbar {
  position: fixed; top: 1.25rem; left: 50%; transform: translateX(-50%); z-index: 100;
  display: flex; align-items: center; gap: 0.5rem;
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  background: rgba(7, 7, 13, 0.72);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--border); border-radius: var(--radius-pill);
  width: calc(100% - 2.5rem); max-width: 48rem;
  white-space: nowrap;
}
nav.navbar .logo {
  font-family: var(--font-display); font-weight: 700; font-size: 1.125rem;
  letter-spacing: -0.02em; color: var(--text); margin-right: auto;
  display: flex; align-items: center; gap: 6px;
}
nav.navbar .logo span { color: var(--accent); }
nav.navbar .logo .logo-icon {
  width: 30px; height: 30px; border-radius: 8px;
  background: var(--accent); display: flex; align-items: center;
  justify-content: center; font-size: 1rem; font-weight: 800; color: #fff;
}
nav.navbar .links { display: flex; gap: 0.125rem; overflow-x: auto; scrollbar-width: none; }
nav.navbar .links::-webkit-scrollbar { display: none; }
nav.navbar .links a {
  padding: 0.375rem 0.75rem; border-radius: var(--radius-pill);
  font-size: 0.875rem; font-weight: 500; color: var(--text-2);
  transition: all 0.2s var(--ease-out);
}
nav.navbar .links a:hover { color: var(--text); background: rgba(255, 255, 255, 0.06); }
nav.navbar .cta {
  padding: 0.375rem 1rem; border-radius: var(--radius-pill);
  background: var(--accent); color: #fff; font-size: 0.8125rem; font-weight: 600;
  transition: all 0.25s var(--ease-out); flex-shrink: 0;
}
nav.navbar .cta:hover {
  background: var(--accent-dim); transform: translateY(-1px);
  box-shadow: 0 4px 20px var(--accent-glow);
}
nav.navbar .lang {
  display: flex; gap: 0.25rem; margin-left: 0.25rem;
  font-size: 0.7rem; font-weight: 600; color: var(--text-3); flex-shrink: 0;
  padding-left: 0.5rem; border-left: 1px solid var(--border);
}
nav.navbar .lang a {
  padding: 0.125rem 0.3rem; border-radius: 4px;
  transition: color 0.2s; text-transform: uppercase; letter-spacing: 0.03em;
}
nav.navbar .lang a:hover, nav.navbar .lang a.active { color: var(--accent); }
nav.navbar .menu-toggle {
  display: none; background: none; border: none; cursor: pointer;
  color: var(--text); font-size: 1.25rem; padding: 4px 8px;
}

/* ════════════ HERO: Marquee Asymmetric ════════════ */
.hero {
  min-height: calc(100vh - 2rem); display: flex; align-items: center;
  padding: 6rem 0 4rem; position: relative;
}
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.hero-content { max-width: 32rem; }
.hero .badge {
  display: inline-flex; align-items: center; gap: 0.375rem;
  padding: 0.25rem 0.75rem; border-radius: var(--radius-pill);
  background: rgba(99, 102, 241, 0.12); border: 1px solid rgba(99, 102, 241, 0.2);
  font-size: 0.75rem; font-weight: 500; color: var(--accent); margin-bottom: 1.5rem;
  text-transform: uppercase; letter-spacing: 0.06em;
}
.hero .badge .dot {
  width: 6px; height: 6px; background: var(--accent); border-radius: 50%;
  animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.7; }
}
.hero h1 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(2.25rem, 5vw + 1rem, 4.5rem);
  line-height: 1.05; letter-spacing: -0.03em;
  color: var(--text); margin-bottom: 1.25rem;
}
.hero h1 .accent { color: var(--accent); }
.hero p {
  font-size: 1.125rem; line-height: 1.65; color: var(--text-2);
  margin-bottom: 2rem; max-width: 36ch;
}
.hero-actions { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.hero-actions .primary {
  padding: 0.75rem 1.75rem; border-radius: var(--radius-pill);
  background: var(--accent); color: #fff; font-weight: 600; font-size: 0.9375rem;
  transition: all 0.25s var(--ease-out); display: inline-flex; align-items: center; gap: 0.5rem;
}
.hero-actions .primary:hover {
  background: var(--accent-dim); transform: translateY(-2px);
  box-shadow: 0 8px 30px var(--accent-glow);
}
.hero-actions .secondary {
  padding: 0.75rem 1.75rem; border-radius: var(--radius-pill);
  border: 1px solid var(--border); color: var(--text-2); font-weight: 500; font-size: 0.9375rem;
  transition: all 0.2s var(--ease-out);
}
.hero-actions .secondary:hover { border-color: var(--text-3); color: var(--text); }

/* ── Terminal visual ── */
.hero-visual {
  background: var(--paper-2); border: 1px solid var(--border);
  border-radius: var(--radius-card); padding: 1.5rem;
  font-family: 'SF Mono', 'Menlo', 'monospace'; font-size: 0.8125rem; line-height: 1.7;
  color: var(--text-2); position: relative; overflow: hidden;
}
.hero-visual .dots { display: flex; gap: 0.375rem; margin-bottom: 1rem; }
.hero-visual .dots span { width: 8px; height: 8px; border-radius: 50%; }
.hero-visual .dots span:nth-child(1) { background: #ff5f56; }
.hero-visual .dots span:nth-child(2) { background: #ffbd2e; }
.hero-visual .dots span:nth-child(3) { background: #27c93f; }
.hero-visual .line { opacity: 0; animation: typeIn 0.4s var(--ease-out) forwards; }
.hero-visual .line:nth-child(3) { animation-delay: 0.2s; }
.hero-visual .line:nth-child(4) { animation-delay: 0.6s; }
.hero-visual .line:nth-child(5) { animation-delay: 1.0s; }
.hero-visual .line:nth-child(6) { animation-delay: 1.4s; }
.hero-visual .line:nth-child(7) { animation-delay: 1.8s; }
.hero-visual .prompt { color: var(--accent); }
.hero-visual .output { color: #4ade80; }
.hero-visual .comment { color: var(--text-3); }
@keyframes typeIn { to { opacity: 1; } }

/* ── Scroll indicator ── */
.scroll-indicator {
  position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: var(--text-3); font-size: 0.7rem; letter-spacing: 2px; text-transform: uppercase;
}
.scroll-line {
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, var(--accent), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse { 0%, 100% { opacity: 0.3; } 50% { opacity: 1; } }

/* ════════════ SECTION HEADERS ════════════ */
.section-header { margin-bottom: 3rem; }
.section-header .label {
  font-family: var(--font-body);
  font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--accent); margin-bottom: 0.75rem;
}
.section-header h2 {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(1.75rem, 3vw + 0.5rem, 2.75rem);
  line-height: 1.15; letter-spacing: -0.02em; color: var(--text);
}
.section-header p {
  color: var(--text-2); font-size: 1.0625rem; margin-top: 0.75rem; max-width: 48ch;
}

/* ════════════ SERVICES: Workbench Grid ════════════ */
.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: var(--border); border: 1px solid var(--border);
  border-radius: var(--radius-card); overflow: hidden;
}
.service-card {
  background: var(--paper-2); padding: 2rem 1.75rem;
  display: flex; flex-direction: column; gap: 0.75rem;
  transition: background 0.25s var(--ease-out); position: relative;
}
.service-card:hover { background: var(--paper-3); }
.service-card .service-glow {
  position: absolute; inset: 0; opacity: 0; pointer-events: none;
  background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
    var(--accent-glow) 0%, transparent 70%);
  transition: opacity 0.4s ease;
}
.service-card:hover .service-glow { opacity: 1; }
.service-card .icon { font-size: 1.5rem; line-height: 1; }
.service-card .tag {
  display: inline-block; font-size: 0.6875rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.06em;
  color: var(--accent); margin-bottom: 0.25rem;
  padding: 2px 8px; border-radius: var(--radius-pill);
  background: rgba(99, 102, 241, 0.08); border: 1px solid rgba(99, 102, 241, 0.15);
  align-self: flex-start;
}
.service-card h3 {
  font-family: var(--font-display); font-weight: 600;
  font-size: 1.125rem; letter-spacing: -0.01em; color: var(--text);
}
.service-card p { font-size: 0.875rem; line-height: 1.6; color: var(--text-2); flex: 1; }
.service-card .price {
  font-size: 1rem; font-weight: 700; color: var(--accent);
  background: rgba(99, 102, 241, 0.08); padding: 2px 10px;
  border-radius: var(--radius-pill); align-self: flex-start;
  border: 1px solid rgba(99, 102, 241, 0.2);
}
.service-card .price small { font-size: 0.65rem; font-weight: 400; color: var(--text-3); }
.service-card .card-link {
  font-size: 0.85rem; font-weight: 500; color: var(--accent);
  transition: color 0.2s; margin-top: auto;
}
.service-card .card-link:hover { color: var(--accent-dim); }

/* ════════════ ABOUT ════════════ */
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
}
.about-content p {
  color: var(--text-2); line-height: 1.8; margin-bottom: 1.5rem; font-size: 0.95rem;
}
.about-visual .glass-card {
  background: var(--paper-2); border: 1px solid var(--border);
  border-radius: var(--radius-card); padding: 2rem; text-align: center;
}

/* ════════════ PROCESS: Numbered 2-Column ════════════ */
.process-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
  background: var(--border); border: 1px solid var(--border);
  border-radius: var(--radius-card); overflow: hidden;
}
.process-step {
  background: var(--paper-2); padding: 2rem;
  display: grid; grid-template-columns: 2.5rem 1fr; gap: 0.75rem 1rem; align-items: start;
}
.process-step .num {
  font-family: var(--font-display); font-weight: 800; font-size: 1.5rem;
  color: var(--accent); line-height: 1; grid-row: 1 / 3;
}
.process-step h3 {
  font-family: var(--font-display); font-weight: 600;
  font-size: 1rem; color: var(--text); padding-top: 0.125rem;
}
.process-step p {
  font-size: 0.875rem; line-height: 1.6; color: var(--text-2); grid-column: 2;
}

/* ════════════ PARTNERS ════════════ */
.partners-section { padding: 3rem 0; text-align: center; }
.partners-message {
  max-width: 650px; margin: 2rem auto 0; padding: 2.5rem;
  background: var(--paper-2); border: 1px solid var(--border);
  border-radius: var(--radius-card);
}
.partners-message p {
  color: var(--text-2); font-size: 1.05rem; line-height: 1.8; font-style: italic;
}

/* ════════════ FAQ: Accordion ════════════ */
.faq-list { display: flex; flex-direction: column; gap: 0.5rem; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius-card); overflow: hidden; }
.faq-q {
  width: 100%; display: flex; justify-content: space-between; align-items: center;
  padding: 1.125rem 1.5rem; background: var(--paper-2); border: none;
  font-family: var(--font-body); font-size: 0.9375rem; font-weight: 500;
  color: var(--text); cursor: pointer; text-align: left;
  transition: background 0.2s var(--ease-out);
}
.faq-q:hover { background: var(--paper-3); }
.faq-q .arrow { color: var(--text-3); font-size: 1.25rem; transition: transform 0.3s var(--ease-out); }
.faq-q.open .arrow { transform: rotate(180deg); }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height 0.35s var(--ease-out), padding 0.35s var(--ease-out);
  padding: 0 1.5rem; background: var(--paper); font-size: 0.875rem;
  line-height: 1.65; color: var(--text-2);
}
.faq-a.open { max-height: 20rem; padding: 0 1.5rem 1.25rem; }

/* ════════════ CONTACT ════════════ */
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem;
}
.contact-info h2 { margin-bottom: 1rem; }
.contact-info p { color: var(--text-2); line-height: 1.7; margin-bottom: 2rem; }
.contact-detail {
  display: flex; align-items: center; gap: 12px; margin-bottom: 1rem;
  color: var(--text-2); font-size: 0.95rem;
}
.contact-detail .cd-icon {
  width: 36px; height: 36px; border-radius: 10px;
  background: rgba(99, 102, 241, 0.08); border: 1px solid rgba(99, 102, 241, 0.15);
  display: flex; align-items: center; justify-content: center;
}
.contact-form-ui {
  background: var(--paper-2); border: 1px solid var(--border);
  border-radius: var(--radius-card); padding: 2rem;
}
.form-group { margin-bottom: 1.25rem; }
.form-group label {
  display: block; font-size: 0.8125rem; font-weight: 500;
  color: var(--text-2); margin-bottom: 0.375rem;
}
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 0.75rem 1rem; border-radius: var(--radius-card);
  background: var(--paper); border: 1px solid var(--border);
  color: var(--text); font-family: var(--font-body); font-size: 0.9375rem;
  outline: none; transition: border-color 0.2s var(--ease-out);
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-glow);
}
.form-group textarea { resize: vertical; min-height: 6rem; }
.form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2364748b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px;
}
.form-group select option { background: var(--paper-3); color: var(--text); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form-ui .submit-btn {
  padding: 0.75rem 2rem; border-radius: var(--radius-pill); border: none;
  background: var(--accent); color: #fff; font-weight: 600; font-size: 0.9375rem;
  cursor: pointer; transition: all 0.25s var(--ease-out);
  display: inline-flex; align-items: center; gap: 0.5rem;
}
.contact-form-ui .submit-btn:hover {
  background: var(--accent-dim); transform: translateY(-2px);
  box-shadow: 0 8px 30px var(--accent-glow);
}
.form-success { display: none; text-align: center; padding: 2rem; }
.form-success h3 { color: #4ade80; margin-bottom: 0.5rem; }
.form-success p { color: var(--text-2); }

/* ════════════ FOOTER: Ft5 Statement ════════════ */
footer {
  border-top: 1px solid var(--border);
  padding: 3rem 0 2rem; margin-top: var(--section-gap);
}
footer .inner {
  display: flex; justify-content: space-between; align-items: end;
  gap: 2rem; flex-wrap: wrap;
}
footer .tagline {
  font-family: var(--font-display); font-weight: 600;
  font-size: 1.25rem; letter-spacing: -0.02em; color: var(--text);
}
footer .tagline span { color: var(--accent); }
footer .copy { font-size: 0.8125rem; color: var(--text-3); }
footer .links { display: flex; gap: 1.5rem; flex-wrap: wrap; font-size: 0.8125rem; }
footer .links a { color: var(--text-2); transition: color 0.2s; }
footer .links a:hover { color: var(--accent); }

/* ════════════ SCROLL REVEAL ════════════ */
.reveal {
  opacity: 0; transform: translateY(40px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ════════════ RESPONSIVE ════════════ */
@media (min-width: 769px) {
  nav.navbar .menu-toggle { display: none; }
}
@media (max-width: 1024px) {
  .about-grid { grid-template-columns: 1fr; gap: 3rem; }
  .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  nav.navbar { padding: 0.375rem 0.75rem 0.375rem 1rem; top: 0.75rem; width: calc(100% - 1.5rem); }
  nav.navbar .links { display: none; }
  nav.navbar .lang { display: none; }
  nav.navbar .menu-toggle { display: block; }
 
  /* Mobile menu overlay — popup style */
  nav.navbar .links.open {
    display: flex; flex-direction: column; gap: 4px;
    position: fixed; top: 70px; right: 12px; left: auto;
    width: 280px; max-height: 60vh; min-height: auto;
    background: rgba(15, 15, 26, 0.98); backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 16px 12px;
    z-index: 200;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
  }
  nav.navbar .links.open a {
    display: flex; padding: 12px 16px;
    border-radius: 10px; font-size: 0.9rem;
    color: rgba(255,255,255,0.8);
    transition: all 0.2s;
  }
  nav.navbar .links.open a:hover {
    background: rgba(255,255,255,0.06);
    color: #fff;
  }

  .hero-grid { grid-template-columns: 1fr; gap: 2rem; }
  .hero { min-height: auto; padding: 5rem 0 2rem; }
  .hero h1 { font-size: clamp(1.75rem, 7vw, 2.5rem); }
  .hero p { font-size: 1rem; }
  .hero-visual { padding: 1rem; font-size: 0.75rem; }

  .services-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .section { padding: 3rem 0; }
  :root { --section-gap: 3rem; }
  footer .inner { flex-direction: column; align-items: start; gap: 1rem; }
  
  /* Mobile menu close button */
  .menu-close {
    position: absolute; top: 8px; right: 8px;
    background: rgba(255,255,255,0.06); border: none;
    color: rgba(255,255,255,0.4); cursor: pointer;
    width: 28px; height: 28px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.85rem; line-height: 1; transition: all 0.2s;
  }
  .menu-close:hover { background: rgba(255,255,255,0.12); color: #fff; }
  /* Mobile language dropdown */
  .lang-mobile { position: relative; padding: 8px 0; margin-top: 8px; border-top: 1px solid rgba(255,255,255,0.06); }
  .lang-mobile .lang-btn {
    display: flex; align-items: center; justify-content: space-between;
    width: 100%; padding: 10px 14px; border-radius: 8px;
    background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.7); font-size: 0.85rem; cursor: pointer;
    min-height: 44px; transition: all 0.2s;
  }
  .lang-mobile .lang-btn:hover { border-color: rgba(255,255,255,0.15); }
  .lang-mobile .lang-btn::after { content: '▾'; margin-left: auto; padding-left: 8px; font-size: 0.65rem; opacity: 0.5; }
  .lang-mobile .lang-btn.open::after { content: '▴'; }
  .lang-dropdown {
    display: none; position: absolute; bottom: 100%; left: 0; right: 0;
    background: #0f0f1a; border: 1px solid rgba(255,255,255,0.06);
    border-radius: 10px; padding: 4px; margin-bottom: 4px; z-index: 220;
    box-shadow: 0 -8px 32px rgba(0,0,0,0.4);
  }
  .lang-dropdown.open { display: block; }
  .lang-dropdown a {
    display: flex; align-items: center; gap: 8px;
    padding: 10px 12px; border-radius: 8px;
    color: rgba(255,255,255,0.6); font-size: 0.85rem;
    min-height: 44px; transition: all 0.15s;
  }
  .lang-dropdown a:hover { background: rgba(255,255,255,0.06); color: #fff; }
  .lang-dropdown a.active { color: #6366f1; font-weight: 600; background: rgba(99,102,241,0.08); }
}
@media (max-width: 480px) {
  .hero { padding: 5rem 1rem 3rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .primary, .hero-actions .secondary { width: 100%; justify-content: center; }
}
@media (max-width: 375px) {
  nav.navbar .links.open { width: 100%; }
}
