:root {
  --blue: #0066b3;
  --dark: #0a1729;
  --light: #f5f9fc;
  --text: #1a2533;
  --green: #157a55;
  --shadow: 0 14px 40px rgba(13, 27, 42, .12);
  --radius: 22px;
}

* { box-sizing: border-box; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--text); background: #fff; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

.topbar { background: var(--dark); color: #fff; font-size: 14px; padding: 8px 6%; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.topbar a { color: #9be0ff; font-weight: 700; }

header { position: sticky; top: 0; z-index: 100; background: #fff; box-shadow: 0 2px 20px rgba(0, 0, 0, .08); padding: 16px 6%; display: flex; align-items: center; justify-content: space-between; gap: 18px; }

.logo { font-size: 28px; font-weight: 900; letter-spacing: 1px; color: var(--blue); }
.logo span { color: var(--green); }

nav { display: flex; gap: 16px; flex-wrap: wrap; font-size: 14px; font-weight: 700; }
nav a { color: #1a2533; padding: 4px 0; }
nav a:hover { color: var(--blue); }
nav a.active { color: var(--blue); border-bottom: 3px solid var(--blue); padding-bottom: 4px; }

/* LANG SWITCHER - Desktop: buttons orizontale */
.lang-switcher { 
  display: flex; 
  gap: 4px; 
  align-items: center; 
  position: relative;
}
.lang-flag { 
  display: inline-flex; 
  align-items: center; 
  justify-content: center;
  gap: 4px;
  min-width: 52px; 
  height: 32px; 
  padding: 0 8px; 
  font-size: 13px; 
  font-weight: 800; 
  color: var(--text); 
  border: 2px solid #e0e6ed; 
  border-radius: 6px; 
  transition: all 0.2s; 
  -webkit-tap-highlight-color: rgba(0,102,179,0.3); 
}
.lang-flag .flag-svg {
  width: 18px;
  height: 13px;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
  flex-shrink: 0;
}
.lang-flag .flag {
  font-size: 16px;
  line-height: 1;
  display: inline-block;
}
.lang-flag:hover { 
  border-color: var(--blue); 
  color: var(--blue); 
  background: var(--light); 
  transform: translateY(-1px); 
}
.lang-flag.active { 
  background: var(--blue); 
  color: #fff; 
  border-color: var(--blue); 
  box-shadow: 0 4px 12px rgba(0,102,179,0.3); 
}

/* Dropdown mobile - ascuns default */
.lang-dropdown-toggle {
  display: none;
}
.lang-dropdown-toggle-label {
  display: none;
}

.header-cta { background: var(--blue); color: #fff !important; padding: 10px 18px; border-radius: 999px; font-weight: 800; font-size: 13px; white-space: nowrap; }

.menu-toggle { display: none; background: var(--blue); border: 0; cursor: pointer; width: 44px; height: 44px; border-radius: 8px; font-size: 22px; font-weight: 900; color: #fff; align-items: center; justify-content: center; -webkit-tap-highlight-color: rgba(0,102,179,0.3); }

.btn { background: var(--blue); color: #fff; padding: 14px 24px; border-radius: 999px; display: inline-block; font-weight: 800; box-shadow: var(--shadow); border: 0; cursor: pointer; font-size: 15px; text-decoration: none; }
.btn:hover { background: #004d8a; color: #fff; }
.btn.alt { background: var(--green); color: #fff; }
.btn.alt:hover { background: #0f5c40; color: #fff; }
.btn.light { background: #fff; color: var(--blue) !important; border: 2px solid #fff; }
.btn.light:hover { background: var(--light); color: var(--blue) !important; }
.btn.outline { background: transparent; color: #fff; border: 2px solid #fff; }
.btn.outline:hover { background: #fff; color: var(--blue); }

.hero { 
  min-height: 520px; 
  background: linear-gradient(90deg, rgba(10,23,41,.88), rgba(10,23,41,.55) 60%, rgba(10,23,41,.35)), url('hero-team.jpg') center 30%/cover no-repeat; 
  display: flex; 
  align-items: center; 
  padding: 80px 6%; 
  color: #fff; 
}
.hero.home { min-height: 620px; }
.hero-content { max-width: 780px; }

/* STATS BAR sub hero pentru credibilitate */
.stats-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: linear-gradient(135deg, var(--blue), #004d8a);
  color: #fff;
  padding: 30px 6%;
  text-align: center;
  gap: 20px;
}
.stat-item { 
  display: flex; 
  flex-direction: column; 
  align-items: center;
  position: relative;
}
.stat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: rgba(255,255,255,0.2);
}
.stat-num { 
  font-size: clamp(28px, 4vw, 42px); 
  font-weight: 900; 
  color: #9be0ff; 
  line-height: 1;
  margin-bottom: 6px;
}
.stat-label { 
  font-size: 13px; 
  font-weight: 700; 
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #f0f4f8;
}

.eyebrow { color: #9be0ff; text-transform: uppercase; font-weight: 900; letter-spacing: 2px; margin-bottom: 10px; font-size: 14px; }

h1 { font-size: clamp(32px, 5vw, 56px); line-height: 1.1; margin: 0 0 24px; color: inherit; }
h2 { font-size: clamp(26px, 3.5vw, 40px); line-height: 1.2; color: var(--dark); margin: 0 0 20px; }
h3 { color: var(--dark); margin: 0 0 12px; font-size: 22px; }

p { margin: 0 0 18px; }
.hero p { font-size: 18px; max-width: 680px; color: #f0f4f8; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 30px; }

.trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 50px 6%; background: var(--light); }
.trust-card { 
  background: #fff; 
  padding: 28px 24px; 
  border-radius: var(--radius); 
  box-shadow: var(--shadow); 
  color: var(--dark);
  text-align: center;
  transition: transform 0.25s, box-shadow 0.25s;
  border-top: 4px solid var(--blue);
}
.trust-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(13,27,42,.16);
}
.trust-card .trust-icon {
  font-size: 36px;
  margin-bottom: 12px;
  line-height: 1;
}
.trust-card strong {
  display: block;
  font-size: 16px;
  font-weight: 900;
  color: var(--dark);
  margin-bottom: 8px;
}
.trust-card p {
  font-size: 13px;
  color: #4a5868;
  margin: 0;
  line-height: 1.5;
}

section { padding: 70px 6%; }
.section-light { background: var(--light); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.card { background: #fff; padding: 28px; border-radius: var(--radius); box-shadow: var(--shadow); height: 100%; }

/* TABEL PRETURI */
.price-table { width: 100%; border-collapse: collapse; background: #fff; box-shadow: var(--shadow); border-radius: var(--radius); overflow: hidden; }
.price-table th, .price-table td { padding: 14px 16px; text-align: left; border-bottom: 1px solid #e8eef3; }
.price-table th { background: var(--dark); color: #fff; font-weight: 800; }
.price-table td strong { color: var(--blue); }
.price-table tbody tr:hover { background: var(--light); }

/* FORMULAR CONTACT */
label { display: block; margin-bottom: 6px; font-weight: 700; color: var(--dark); margin-top: 14px; }
input, textarea, select {
  width: 100%; padding: 14px 16px; border: 2px solid #c8d3e0;
  border-radius: 12px; margin-bottom: 4px; font-size: 16px;
  font-family: inherit; color: var(--text); background: #fff;
  transition: border-color 0.2s;
}
input:focus, textarea:focus, select:focus {
  outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,102,179,0.15);
}
textarea { min-height: 130px; resize: vertical; }

form .btn { margin-top: 20px; padding: 16px 30px; font-size: 16px; }
form button[type="submit"] { width: 100%; }

ul { padding-left: 0; margin: 0 0 18px; }
li { margin-bottom: 10px; }

.service-hero { border-radius: var(--radius); padding: 42px; color: #fff; background: linear-gradient(135deg, var(--dark), var(--blue)); box-shadow: var(--shadow); }
.service-hero h2 { color: #fff; }
.service-hero p { color: #e8f0f8; }

.cta { background: linear-gradient(135deg, var(--blue), var(--green)); color: #fff; text-align: center; border-radius: var(--radius); padding: 60px 30px; box-shadow: var(--shadow); }
.cta h2 { color: #fff; }
.cta p { color: #f0f8ff; }

footer { background: var(--dark); color: #dbe7f1; padding: 42px 6%; }
footer .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 30px; }
footer a { color: #dbe7f1; text-decoration: underline; }
footer h3 { font-size: 16px; margin-bottom: 12px; }
.small { font-size: 14px; color: #8a98a8; }

/* BARA LEGALĂ ANPC / SAL / SOL */
.legal-bar {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid #2a3a4f;
}
.legal-bar-content {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.legal-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: rgba(155, 224, 255, 0.08);
  border: 1px solid rgba(155, 224, 255, 0.2);
  border-radius: 999px;
  color: #9be0ff !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.25s;
}
.legal-badge:hover {
  background: rgba(155, 224, 255, 0.18);
  border-color: rgba(155, 224, 255, 0.5);
  transform: translateY(-1px);
}
.legal-badge-icon { font-size: 16px; line-height: 1; }
.legal-badge-text { letter-spacing: 0.3px; }

/* BANNER COOKIES */
.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.05);
  z-index: 9999;
  overflow: hidden;
  animation: slideUpCookie 0.4s ease-out;
}
@keyframes slideUpCookie {
  from { transform: translateY(120%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.cookie-banner-content {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 22px 28px;
  flex-wrap: wrap;
}
.cookie-text { flex: 1; min-width: 300px; }
.cookie-text strong {
  display: block;
  color: var(--dark);
  font-size: 16px;
  margin-bottom: 6px;
}
.cookie-text p {
  margin: 0;
  font-size: 14px;
  color: #4a5868;
  line-height: 1.5;
}
.cookie-text a {
  color: var(--blue);
  font-weight: 700;
  text-decoration: underline;
}
.cookie-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.btn-cookie {
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
  border: 0;
  font-family: inherit;
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn-cookie-accept {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 6px 18px rgba(0, 102, 179, 0.3);
}
.btn-cookie-accept:hover {
  background: #004d8a;
  transform: translateY(-1px);
}
.btn-cookie-essential {
  background: transparent;
  color: var(--dark);
  border: 2px solid #c8d3e0;
}
.btn-cookie-essential:hover {
  background: var(--light);
  border-color: var(--blue);
  color: var(--blue);
}

/* STILURI pentru paginile legale (Termeni, GDPR, Cookies) */
section h2 {
  margin-top: 40px;
  color: var(--blue);
  font-size: 26px;
  border-bottom: 2px solid var(--light);
  padding-bottom: 10px;
}
section h3 {
  margin-top: 28px;
  color: var(--dark);
  font-size: 19px;
}
section ul { padding-left: 24px; }
section ul li { margin-bottom: 8px; line-height: 1.6; }
section code {
  background: var(--light);
  color: var(--blue);
  padding: 2px 8px;
  border-radius: 4px;
  font-family: 'Courier New', monospace;
  font-size: 13px;
  font-weight: 700;
}

.phone-cta { display: inline-flex; align-items: center; gap: 10px; background: var(--green); color: #fff !important; padding: 14px 26px; border-radius: 999px; font-weight: 900; font-size: 18px; box-shadow: var(--shadow); }

/* ===========================================================
   TAB-URI - Garanție | Raport Tehnic | Biosecuritate | Legislație DDD
   =========================================================== */
.tabs { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; margin: 40px 0; }
.tabs-nav { display: flex; background: var(--dark); flex-wrap: wrap; }
.tab-btn {
  flex: 1;
  min-width: 160px;
  padding: 20px 22px;
  background: transparent;
  color: #dbe7f1;
  border: 0;
  border-bottom: 4px solid transparent;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.25s ease;
  font-family: inherit;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.tab-btn:hover { background: rgba(0,102,179,0.25); color: #9be0ff; }
.tab-btn.active {
  color: #fff;
  background: var(--blue);
  border-bottom-color: var(--green);
}
.tab-btn:focus-visible { outline: 2px solid #9be0ff; outline-offset: -2px; }

.tab-panel { padding: 40px 42px; display: none; animation: fadeIn 0.35s ease; }
.tab-panel.active { display: block; }
.tab-panel h3 { color: var(--blue); margin-top: 0; font-size: 22px; }
.tab-panel h4 { color: var(--dark); margin: 24px 0 10px; font-size: 17px; }
.tab-panel p { margin-bottom: 14px; }
.tab-panel ul { padding-left: 22px; margin: 12px 0 18px; }
.tab-panel ul li { margin-bottom: 8px; }

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

/* Liste cu checkmark pe tab-uri */
.check-list { list-style: none !important; padding-left: 0 !important; }
.check-list li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 12px;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--green);
  font-weight: 900;
  font-size: 18px;
  line-height: 1.6;
}

/* Info boxes în tab-uri */
.info-box {
  background: var(--light);
  border-left: 4px solid var(--blue);
  padding: 18px 22px;
  border-radius: 8px;
  margin: 20px 0;
}
.info-box.warning {
  background: #fff8e6;
  border-left-color: #d4901c;
}
.info-box.success {
  background: #e6f7ef;
  border-left-color: var(--green);
}
.info-box p:last-child { margin-bottom: 0; }
.info-box strong { color: var(--dark); }

/* Grid 2 coloane în tab-uri */
.tab-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 20px 0;
}

/* Section title centrat */
.section-title-center {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 50px;
}
.section-title-center h2 { margin-bottom: 14px; }
.section-title-center p { color: #4a5868; font-size: 17px; }

/* Process steps (1, 2, 3, 4) */
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 30px 0;
}
.process-step {
  background: #fff;
  border-radius: var(--radius);
  padding: 26px 22px;
  box-shadow: var(--shadow);
  position: relative;
  border-top: 4px solid var(--blue);
}
.process-step .step-num {
  position: absolute;
  top: -18px;
  left: 22px;
  background: var(--blue);
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 16px;
  box-shadow: 0 4px 12px rgba(0,102,179,0.3);
}
.process-step h4 {
  margin: 12px 0 8px;
  font-size: 16px;
  color: var(--dark);
}
.process-step p {
  font-size: 14px;
  color: #4a5868;
  margin: 0;
}

/* FAQ (details/summary) */
.faq-item {
  background: #fff;
  border-radius: 14px;
  margin-bottom: 12px;
  box-shadow: 0 4px 16px rgba(13,27,42,0.06);
  overflow: hidden;
}
.faq-item summary {
  padding: 18px 24px;
  font-weight: 800;
  color: var(--dark);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  color: var(--blue);
  font-size: 26px;
  font-weight: 900;
  transition: transform 0.25s;
  line-height: 1;
}
.faq-item[open] summary::after {
  content: "−";
  transform: rotate(0deg);
}
.faq-item summary:hover { background: var(--light); }
.faq-item .faq-content {
  padding: 0 24px 22px;
  color: #4a5868;
}
.faq-item .faq-content p:last-child { margin-bottom: 0; }

@media (max-width: 900px) {
  .topbar { font-size: 12px; padding: 6px 5%; }
  header { padding: 12px 5%; gap: 8px; }
  .logo { font-size: 20px; flex: 1; }
  .menu-toggle { display: flex; z-index: 99999; position: relative; }
  .header-cta { padding: 8px 14px; font-size: 12px; }
  /* MOBILE: lang switcher se transforma in dropdown */
  .lang-switcher {
    position: relative;
  }
  
  /* Buton dropdown care arata limba curenta */
  .lang-dropdown-toggle-label {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-width: 64px;
    height: 36px;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    background: var(--blue);
    border-radius: 8px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,102,179,0.3);
    user-select: none;
  }
  .lang-dropdown-toggle-label .flag {
    font-size: 16px;
    line-height: 1;
  }
  .lang-dropdown-toggle-label .flag-svg {
    width: 18px;
    height: 13px;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.3);
    flex-shrink: 0;
  }
  
  .lang-dropdown-toggle-label::after {
    content: "▾";
    font-size: 12px;
    margin-left: 2px;
  }
  
  /* Ascundem butoanele orizontale - apar doar prin dropdown */
  .lang-switcher .lang-flag {
    display: none;
    position: absolute;
    top: 42px;
    right: 0;
    min-width: 140px;
    height: auto;
    padding: 12px 16px;
    font-size: 14px;
    color: var(--text);
    background: #fff;
    border: 1px solid #e0e6ed;
    border-radius: 0;
    text-align: left;
    justify-content: flex-start;
    box-shadow: none;
    z-index: 1000;
  }
  
  /* Cand checkbox e bifat, dropdown se deschide */
  .lang-dropdown-toggle:checked ~ .lang-flag {
    display: flex !important;
  }
  
  /* Primul item - rounded sus + border top */
  .lang-dropdown-toggle:checked ~ .lang-flag:nth-of-type(1) {
    border-radius: 8px 8px 0 0;
    margin-top: 0;
    box-shadow: 0 -2px 12px rgba(0,0,0,0.05);
  }
  
  /* Pozitionare absoluta pentru fiecare item in dropdown */
  .lang-dropdown-toggle:checked ~ .lang-flag:nth-of-type(1) { top: 42px; }
  .lang-dropdown-toggle:checked ~ .lang-flag:nth-of-type(2) { top: 88px; }
  .lang-dropdown-toggle:checked ~ .lang-flag:nth-of-type(3) { top: 134px; }
  .lang-dropdown-toggle:checked ~ .lang-flag:nth-of-type(4) { top: 180px; }
  .lang-dropdown-toggle:checked ~ .lang-flag:nth-of-type(5) { top: 226px; }
  .lang-dropdown-toggle:checked ~ .lang-flag:nth-of-type(6) { 
    top: 272px; 
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  }
  
  .lang-switcher .lang-flag:hover {
    background: var(--light);
    color: var(--blue);
    transform: none;
  }
  
  .lang-switcher .lang-flag.active {
    background: var(--light);
    color: var(--blue);
    border-color: #e0e6ed;
    box-shadow: none;
    font-weight: 900;
  }
  
  .lang-switcher .lang-flag.active::before {
    content: "✓ ";
    color: var(--green);
    font-weight: 900;
    margin-right: 4px;
  }
  nav { position: fixed; top: 0; right: -100%; width: 280px; max-width: 80vw; height: 100vh; background: var(--dark); box-shadow: -5px 0 30px rgba(0,0,0,0.4); flex-direction: column; align-items: stretch; padding: 70px 0 30px; gap: 0; transition: right 0.3s ease; z-index: 99998; overflow-y: auto; }
  nav.active { right: 0; }
  nav a { display: block; width: 100%; padding: 18px 26px; font-size: 16px; font-weight: 700; color: #fff; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.1); -webkit-tap-highlight-color: rgba(155,224,255,0.3); }
  nav a:hover { background: rgba(155,224,255,0.1); color: #9be0ff; }
  nav a.active { background: rgba(0,102,179,0.3); color: #9be0ff; border-left: 4px solid #9be0ff; padding-left: 22px; font-weight: 900; }
  nav a:active { background: var(--blue); color: #fff !important; }
  .hero { min-height: 480px; padding: 60px 6%; }
  .hero.home { min-height: 540px; }
  .trust, .grid-3, footer .footer-grid { grid-template-columns: 1fr; }
  
  /* Stats bar mobile - 2x2 grid */
  .stats-bar { 
    grid-template-columns: repeat(2, 1fr); 
    padding: 24px 6%; 
    gap: 24px;
  }
  .stat-item:not(:last-child)::after { display: none; }
  .stat-num { font-size: 28px; }
  .stat-label { font-size: 11px; }
  
  /* Footer mobile - stivuit */
  footer .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  
  /* Bara legală mobile */
  .legal-bar-content { flex-direction: column; align-items: stretch; }
  .legal-badge { justify-content: center; }
  
  /* Banner cookies mobile */
  .cookie-banner {
    bottom: 12px;
    left: 12px;
    right: 12px;
  }
  .cookie-banner-content {
    flex-direction: column;
    align-items: stretch;
    padding: 18px 20px;
    gap: 16px;
  }
  .cookie-actions { 
    flex-direction: column;
    width: 100%;
  }
  .btn-cookie { width: 100%; }
  
  section { padding: 50px 6%; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn, .hero-actions .phone-cta { text-align: center; width: 100%; }
  
  /* Tab-uri pe mobil */
  .tabs-nav { flex-direction: column; }
  .tab-btn { 
    border-bottom: 1px solid rgba(255,255,255,0.1); 
    text-align: left; 
    padding: 16px 22px;
    flex: none;
    width: 100%;
  }
  .tab-btn.active { border-bottom-color: var(--green); }
  .tab-panel { padding: 28px 24px; }
  
  /* Process steps pe mobil */
  .process-steps { grid-template-columns: 1fr; gap: 28px; }
  
  /* Grid 2 col → 1 col */
  .tab-grid-2 { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .topbar { flex-direction: column; gap: 4px; align-items: flex-start; }
  .logo { font-size: 18px; }
  .lang-dropdown-toggle-label { min-width: 50px; height: 32px; font-size: 12px; padding: 0 8px; }
}
