/* ============================================================
   romania22bet.com — satelit 22Bet Romania
   Cadrul (antet/subsol) pastreaza teal-ul de brand al paginii
   principale. Inauntru joaca albastru, galben si rosu din
   tricolor: motive de cusatura populara in fundal si o panglica
   verticala care leaga punctele verdictului.
   ============================================================ */

:root {
  --cadru: #0f4d55;
  --cadru-panel: #044148;
  --cadru-fundal: #02282d;
  --rosu: #ce1126;
  --rosu-inchis: #9d0d1d;
  --rosu-deschis: #fdebed;
  --rosu-linie: #f3c5ca;
  --albastru: #002b7f;
  --albastru-inchis: #001c55;
  --albastru-deschis: #e9edf7;
  --albastru-linie: #c3cde5;
  --galben: #fcd116;
  --galben-inchis: #c9a50f;
  --galben-deschis: #fff7db;
  --galben-linie: #f2e2a0;
  --adancime: #0a636b;
  --adancime-moale: #0a636b50;
  --otel: #12707d;
  --otel-deschis: #e3f1f2;
  --rubin: #f04c44;
  --alb: #ffffff;
  --cta: #2eb256;
  --cta-inchis: #27974a;
  --cerneala: #14252a;
  --cerneala-moale: #35494f;
  --cerneala-palid: #66797f;
  --piatra: #f0f4f5;
  --piatra-linie: #dae5e7;
  --login-fundal: #0a636b;
  --rotunjire: 6px;
  --latime: 1160px;
  --font: "Fira Sans", Arial, sans-serif;
  --font-titlu: "Fira Sans Condensed", "Fira Sans", Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  color: var(--cerneala);
  background-color: var(--cadru-fundal);
  background-image:
    radial-gradient(circle at 50% 0%, rgba(18, 112, 125, .32) 0%, rgba(3, 42, 45, 0) 62%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='.12' stroke-width='2.4' stroke-linejoin='miter'%3E%3Cpath d='M30 8 52 30 30 52 8 30Z'/%3E%3Cpath d='M90 68 112 90 90 112 68 90Z'/%3E%3Cpath d='M30 22 38 30 30 38 22 30Z'/%3E%3Cpath d='M90 82 98 90 90 98 82 90Z'/%3E%3C/g%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='.09' stroke-width='2.2'%3E%3Cpath d='M60 0v18M60 42v36M60 102v18M0 60h18M42 60h36M102 60h18'/%3E%3Cpath d='M84 24l12-12M96 36l12-12M12 96l12-12M24 108l12-12'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed, fixed;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--rosu-inchis); text-decoration: none; }
a:hover { text-decoration: underline; }

.cadru {
  max-width: var(--latime);
  margin: 0 auto;
  padding: 0 20px;
}

/* ============ BANDA DE PROGRES ============ */

.progres {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, var(--albastru) 0 34%, var(--galben) 34% 67%, var(--rosu) 67% 100%);
  z-index: 120;
  transition: width .08s linear;
}

/* ============ ANTET ============ */

.antet {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: var(--cadru);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
}

.antet__rand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 72px;
  gap: 18px;
}

.sigiliu { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.sigiliu img { height: 44px; width: auto; }

.carare { display: flex; align-items: center; gap: 4px; margin: 0 auto; }

.carare a {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding: 10px 18px;
  border-radius: 38px;
  transition: background .2s;
}
.carare a:hover { background: rgba(255, 255, 255, .1); text-decoration: none; }
.carare a.carare--aici { background: var(--rosu); }

.antet__actiuni { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

.capsula {
  background: var(--cta);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  padding: 11px 26px;
  border-radius: 38px;
  flex-shrink: 0;
  transition: background .2s;
}
.capsula:hover { background: var(--cta-inchis); text-decoration: none; }
.capsula--inchis { background: var(--login-fundal); }
.capsula--inchis:hover { background: #0c4a50; }

.stegulet {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  flex-shrink: 0;
}
.stegulet svg {
  width: 30px;
  height: 20px;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .25);
}

.trilinie {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 8px;
}
.trilinie span {
  display: block;
  width: 26px; height: 3px;
  background: #fff;
  border-radius: 2px;
  margin: 5px 0;
  transition: transform .25s, opacity .25s;
}
.trilinie.trilinie--x span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.trilinie.trilinie--x span:nth-child(2) { opacity: 0; }
.trilinie.trilinie--x span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.cortina {
  display: none;
  background: var(--cadru-panel);
  border-top: 1px solid rgba(255, 255, 255, .08);
}
.cortina.cortina--deschis { display: block; }
.cortina a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  transition: background .2s;
}
.cortina a:hover { background: rgba(255, 255, 255, .07); text-decoration: none; }

.cortina__actiuni {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 18px 24px 22px;
}
.cortina__actiuni a {
  flex: 1 1 0;
  max-width: 190px;
  padding: 13px 18px;
  border: 0;
  border-radius: 38px;
  background: var(--cta);
  transition: background .2s;
}
.cortina__actiuni a:hover { background: var(--cta-inchis); }
.cortina__actiuni a.cortina__inchis { background: var(--login-fundal); }
.cortina__actiuni a.cortina__inchis:hover { background: #0c4a50; }

/* ============ SCENA (HERO) ============ */

.scena {
  margin-top: 72px;
  background: linear-gradient(126deg, #02292f 0%, var(--cadru) 44%, #06343a 100%);
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid var(--otel);
  box-shadow: inset 0 -6px 18px rgba(2, 26, 28, .35);
}

.scena__rand {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 52px 0;
  min-height: 420px;
  position: relative;
  z-index: 1;
}

.scena__fundal {
  position: absolute;
  top: 0; bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, var(--latime));
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  overflow: hidden;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 88%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 88%, transparent 100%);
}
.scena__fundal::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(4, 32, 36, .58) 0%, rgba(4, 34, 38, .9) 12%, rgba(6, 58, 63, .72) 40%, rgba(14, 117, 128, .26) 66%, rgba(14, 117, 128, .08) 86%, rgba(14, 117, 128, 0) 100%);
}

.scena__text { flex: 1 1 auto; max-width: 640px; position: relative; z-index: 1; }

.scena h1 {
  font-family: var(--font-titlu);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.14;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
.scena h1 .stralucire { color: var(--rubin); text-shadow: 0 0 18px rgba(240, 76, 68, .55); }

.scena__intro {
  color: rgba(255, 255, 255, .93);
  font-size: 17px;
  margin-bottom: 26px;
  max-width: 560px;
}

.scena__butoane { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* Placuta de nota din hero: capsula de sticla cu disc tricolor
   si o scanteie aurie in fata textului */
.emblema {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 20px 7px 8px;
  margin-bottom: 18px;
  background: rgba(3, 32, 35, .62);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  backdrop-filter: blur(4px);
  box-shadow: 0 4px 14px rgba(2, 26, 28, .28);
}
.emblema::before {
  content: "";
  flex-shrink: 0;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: linear-gradient(90deg, var(--albastru) 0 33.3%, var(--galben) 33.3% 66.6%, var(--rosu) 66.6% 100%);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, .85), 0 2px 6px rgba(2, 26, 28, .3);
}
.emblema .scanteie {
  color: #ffd76a;
  font-size: 14px;
  line-height: 1;
  text-shadow: 0 0 8px rgba(255, 215, 106, .6);
}

/* ============ BUTOANE ============ */

.buton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #fff;
  border: 0;
  border-radius: var(--rotunjire);
  padding: 14px 32px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(2, 26, 28, 0);
  transition: filter .25s ease, box-shadow .25s ease, background-color .25s ease;
  text-align: center;
}
.buton:hover {
  text-decoration: none;
  filter: brightness(.95);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .5), 0 7px 18px rgba(2, 26, 28, .34);
}
.buton--joaca {
  background: var(--adancime);
  color: #fff;
  box-shadow: inset 0 0 0 2px var(--otel), 0 0 0 rgba(2, 26, 28, 0);
}
.buton--joaca:hover { box-shadow: inset 0 0 0 2px var(--otel-deschis), 0 7px 18px rgba(2, 26, 28, .34); }
.buton--bonus { background: var(--rosu); }
.buton--verde { background: var(--cta); }
.buton svg { width: 22px; height: 22px; flex-shrink: 0; }

/* Sclipire: peste buton trece o dara de lumina la hover */
.buton::after,
.descarca::after {
  content: "";
  position: absolute;
  top: -60%;
  left: -80%;
  width: 42%;
  height: 220%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .24) 30%, rgba(255, 255, 255, .85) 50%, rgba(255, 255, 255, .24) 70%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-22deg);
  opacity: 0;
  pointer-events: none;
}
.buton:hover::after,
.buton:focus-visible::after,
.descarca:hover::after,
.descarca:focus-visible::after { animation: polysk .72s ease-out; }

@keyframes polysk {
  0% { left: -80%; opacity: 0; }
  14% { opacity: 1; }
  100% { left: 128%; opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .buton:hover::after,
  .buton:focus-visible::after,
  .descarca:hover::after,
  .descarca:focus-visible::after { animation: none; }
}

/* ============ CONTINUT / TABLOURI ============ */

.miez { padding: 30px 0 26px; }
.miez .cadru > *:last-child { margin-bottom: 0; }

/* Tablou alb, deschis sus de o banda ornamentala */
.tablou {
  position: relative;
  background: #ffffff;
  border: 1px solid var(--piatra-linie);
  border-radius: var(--rotunjire);
  padding: 32px 34px 30px;
  margin-bottom: 24px;
  box-shadow: 0 3px 14px rgba(2, 30, 32, .14);
  overflow: hidden;
}
/* Banda tricolora pe marginea de sus */
.tablou::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--albastru) 0 33.34%, var(--galben) 33.34% 66.67%, var(--rosu) 66.67% 100%);
}
.tablou > *:last-child { margin-bottom: 0; }

.tablou h2 {
  font-family: var(--font-titlu);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.24;
  text-transform: uppercase;
  color: var(--adancime);
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--piatra-linie);
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.tablou h2::before {
  content: "";
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-top: 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /* Scut tricolor cu romb popular, semnul casei */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3CclipPath id='s'%3E%3Cpath d='M16 1.5 30 5.5v12.6c0 7.4-8.6 11.4-14 12.9C10.6 29.5 2 25.5 2 18.1V5.5Z'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23s)'%3E%3Crect width='11' height='32' fill='%23002b7f'/%3E%3Crect x='11' width='10' height='32' fill='%23fcd116'/%3E%3Crect x='21' width='11' height='32' fill='%23ce1126'/%3E%3Cpath d='M16 8 22 15l-6 7-6-7Z' fill='%23ffffff' fill-opacity='.92'/%3E%3C/g%3E%3Cpath d='M16 1.5 30 5.5v12.6c0 7.4-8.6 11.4-14 12.9C10.6 29.5 2 25.5 2 18.1V5.5Z' fill='none' stroke='%230a636b' stroke-width='1.7'/%3E%3C/svg%3E");
}

.tablou h3 {
  font-family: var(--font-titlu);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--cerneala-moale);
  margin: 26px 0 14px;
  padding: 8px 16px 8px 18px;
  border-left: 5px solid var(--albastru);
  box-shadow: inset 7px 0 0 -3px rgba(255, 255, 255, .9);
  background: linear-gradient(90deg, var(--albastru-deschis) 0%, rgba(238, 241, 243, 0) 82%);
  border-radius: 0 var(--rotunjire) var(--rotunjire) 0;
}

.tablou p { margin-bottom: 14px; }

/* Primul paragraf al fiecarui tablou da tonul sectiunii */
.tablou h2 + p:not(.nota):not(.marunt) {
  padding: 10px 16px;
  background: linear-gradient(90deg, rgba(252, 209, 22, .16) 0%, rgba(252, 209, 22, 0) 80%);
  border-left: 3px solid var(--galben-inchis);
  border-radius: 0 var(--rotunjire) var(--rotunjire) 0;
  color: var(--cerneala-moale);
  font-size: 15.5px;
}

.tablou ol { margin: 0 0 16px 22px; }
.tablou li { margin-bottom: 8px; }

.tablou ul {
  list-style: none;
  margin: 0 0 16px;
}
.tablou ul li {
  position: relative;
  padding-left: 30px;
}
.tablou ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .22em;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../imagini/insigna-stema.webp");
}

/* Listele devin randuri-cartonase cu margine colorata */
.tablou > ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tablou > ul > li {
  margin: 0;
  padding: 10px 16px 10px 46px;
  background: var(--piatra);
  border: 1px solid var(--piatra-linie);
  border-left: 3px solid var(--albastru);
  border-radius: var(--rotunjire);
}
.tablou > ul > li:nth-child(even) { border-left-color: var(--rosu); }
.tablou > ul > li::before {
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
}

.marunt {
  font-size: 13.5px;
  color: var(--cerneala-palid);
  font-style: italic;
}

/* ============ POZE (ilustratii) ============ */

.poza {
  margin: 20px 0 18px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(2, 26, 28, .2);
  border: 1px solid var(--piatra-linie);
  border-radius: var(--rotunjire);
}
.poza img { width: 100%; }
.poza figcaption {
  background: var(--adancime);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 16px;
  border-top: 3px solid var(--galben);
}

/* ============ URMA (firimituri) ============ */

.urma {
  margin-bottom: 14px;
  font-size: 13px;
}
.urma ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; }
.urma li { color: rgba(255, 255, 255, .78); }
.urma li + li::before { content: "/"; margin-right: 6px; color: var(--rosu); }
.urma a { color: #fff; }
.urma a:hover { color: var(--rosu); }

/* ============ GRILE (tabele) ============ */

.grila {
  margin: 18px 0;
  border: 1px solid var(--piatra-linie);
  border-radius: var(--rotunjire);
  overflow: hidden;
  box-shadow: 0 3px 14px rgba(2, 26, 28, .12);
  background: #fdfefe;
}

/* Descrierea se desprinde de antet si conduce blocul.
   Ramane caption al tabelei: pe mobil aluneca orizontal
   impreuna cu capul de coloana. */
.grila caption {
  caption-side: top;
  text-align: left;
  font-family: var(--font-titlu);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: var(--albastru-inchis);
  background: var(--albastru-deschis);
  padding: 12px 16px 12px 18px;
  border-left: 4px solid var(--albastru);
  border-bottom: 1px solid var(--piatra-linie);
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
  table-layout: auto;
}

thead th {
  background: linear-gradient(180deg, var(--otel) 0%, var(--adancime) 100%);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .03em;
  padding: 11px 12px;
  text-align: left;
  white-space: nowrap;
  border-bottom: 3px solid var(--albastru);
}

tbody td {
  padding: 11px 12px;
  border-bottom: 1px solid var(--piatra-linie);
  vertical-align: top;
}
tbody tr:nth-child(even) { background: var(--piatra); }
tbody tr:last-child td, tbody tr:last-child th { border-bottom: 0; }
tbody td, tbody th { transition: background-color .15s ease; }
tbody tr:hover td { background: var(--rosu-deschis); }
tbody tr:hover th { background: var(--rosu-linie); }
tbody th {
  padding: 11px 12px;
  border-bottom: 1px solid var(--piatra-linie);
  text-align: left;
  background: var(--otel-deschis);
  color: var(--cerneala-moale);
  font-weight: 600;
  vertical-align: top;
}

/* Tabele late: celulele de antet se pot rupe pe randuri */
table.grila--ingust { font-size: 12.5px; }
table.grila--ingust thead th {
  font-size: 11px;
  padding: 10px 9px;
  white-space: normal;
  hyphens: none;
}
table.grila--ingust tbody td { padding: 10px 9px; }
table.grila--ingust tbody td:nth-child(2) { min-width: 122px; }

/* ============ VERDICT (pro / contra) ============
   Panouri cusute: fiecare grup este o placa alba cu un chenar
   punctat ca o cusatura populara, o panglica taiata in unghi
   drept titlu si randuri despartite de puncte de broderie. */

.verdict {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: start;
  margin: 30px 0 12px;
}

.verdict--pro, .verdict--contra {
  position: relative;
  margin: 0;
  padding: 34px 24px 22px;
  background: #ffffff;
  border: 1px solid var(--piatra-linie);
  border-radius: 12px;
  box-shadow: 0 10px 26px rgba(2, 26, 28, .12);
}
/* chenarul punctat, cusatura din interiorul placii */
.verdict--pro::before, .verdict--contra::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px dashed var(--albastru-linie);
  border-radius: 8px;
  pointer-events: none;
}
.verdict--contra::before { border-color: var(--rosu-linie); }

/* panglica de titlu, asezata peste marginea de sus */
.verdict--pro h3, .verdict--contra h3 {
  position: absolute;
  top: -15px; left: 24px; right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 9px 26px;
  font-size: 13px;
  letter-spacing: .16em;
  color: #ffffff;
  text-align: center;
  background: var(--albastru);
  border: 0;
  border-radius: 4px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 14px) 50%, 100% 100%, 0 100%, 14px 50%);
  box-shadow: 0 6px 14px rgba(2, 26, 28, .22);
  z-index: 2;
}
.verdict--contra h3 { background: var(--rosu); }
.verdict--pro h3::before, .verdict--contra h3::before { content: none; }
.verdict--pro h3::after, .verdict--contra h3::after { content: none; }

.verdict--pro ul, .verdict--contra ul {
  margin: 6px 0 0;
  display: block;
}
.verdict--pro ul li, .verdict--contra ul li {
  position: relative;
  margin: 0;
  padding: 13px 4px 13px 44px;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 14.5px;
  line-height: 1.55;
}
/* randurile se despart prin puncte de broderie */
.verdict--pro ul li + li, .verdict--contra ul li + li {
  border-top: 2px dotted var(--piatra-linie);
}
.verdict--pro ul li::before, .verdict--contra ul li::before {
  content: "";
  position: absolute;
  width: 26px; height: 26px;
  left: 6px;
  top: 15px;
  transform: none;
  border-radius: 0;
  box-shadow: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.verdict--pro ul li::before { background-image: url("../imagini/insigna-plus.webp"); }
.verdict--contra ul li::before { background-image: url("../imagini/insigna-minus.webp"); }

/* ============ TREPTE ============ */

.trepte { counter-reset: pas; list-style: none; margin: 16px 0 !important; }
.trepte li {
  counter-increment: pas;
  position: relative;
  padding: 0 0 14px 52px;
  margin: 0;
}
.trepte li::before {
  content: counter(pas);
  position: absolute;
  left: 0; top: -2px;
  width: 34px; height: 34px;
  background: var(--albastru);
  border-bottom: 3px solid var(--otel);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .35);
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============ AFISE (bannere) ============ */

.afis {
  display: flex;
  align-items: center;
  gap: 30px;
  background: linear-gradient(120deg, #03272a 0%, var(--cadru) 66%, #0f6b76 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: var(--rotunjire);
  padding: 34px 36px;
  margin-bottom: 24px;
  min-height: 180px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 16px rgba(2, 26, 28, .3);
}
.afis::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(3, 25, 28, .94) 0%, rgba(6, 52, 56, .76) 46%, rgba(14, 117, 128, .12) 78%);
  pointer-events: none;
}
.afis--rosu::before {
  background: linear-gradient(100deg, rgba(40, 8, 5, .94) 0%, rgba(134, 25, 18, .74) 46%, rgba(213, 43, 30, .1) 78%);
}

.afis__text { flex: 1; max-width: 420px; position: relative; z-index: 1; }
.afis__text .afis__cta { margin-top: 18px; }

.afis__inscriptie {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .16em;
  margin-bottom: 4px;
  padding-left: 12px;
  border-left: 3px solid var(--rosu);
}
.afis__titlu {
  font-family: var(--font-titlu);
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.18;
  margin-bottom: 6px;
}
.afis__rand { color: rgba(255, 255, 255, .88); font-size: 14px; margin-bottom: 0; }

/* ============ BANDA APLICATIEI ============ */

.buzunar {
  display: flex;
  align-items: center;
  gap: 30px;
  background: linear-gradient(115deg, #03272a 0%, var(--cadru) 58%, #0f6b76 100%);
  border-radius: var(--rotunjire);
  padding: 28px 36px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 16px rgba(2, 26, 28, .3);
}
.buzunar__foto { flex: 0 0 190px; position: relative; z-index: 1; }
.buzunar__foto img { border-radius: var(--rotunjire); }
.buzunar__text { flex: 1; position: relative; z-index: 1; }
.buzunar__titlu {
  font-family: var(--font-titlu);
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.18;
  margin-bottom: 6px;
}
.buzunar__rand { color: rgba(255, 255, 255, .88); font-size: 14px; }
.buzunar__magazine {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.descarca {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #0b2b2e;
  border: 1px solid var(--otel);
  color: #fff;
  border-radius: var(--rotunjire);
  padding: 10px 22px 10px 16px;
  position: relative;
  overflow: hidden;
  transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
  min-width: 218px;
}
.descarca:hover {
  background: #14383c;
  border-color: var(--otel-deschis);
  box-shadow: 0 6px 16px rgba(2, 26, 28, .32);
  text-decoration: none;
}
.descarca svg { width: 30px; height: 30px; flex-shrink: 0; }
.descarca__txt { line-height: 1.2; text-align: center; }
.descarca__mic { display: block; font-size: 11px; opacity: .82; }
.descarca__mare { display: block; font-size: 17px; font-weight: 700; }

/* ============ MESE (jocuri de masa) ============
   Carduri cu cusatura: sub imagine trece o banda in zigzag ca
   pe iile populare, iar in colt sta un mic scut tricolor. */

.mese {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 18px 0 0;
}
.masa {
  flex: 0 1 calc(33.333% - 11px);
  min-width: 240px;
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #ffffff;
  border: 1px solid var(--piatra-linie);
  border-radius: var(--rotunjire);
  padding: 0;
  overflow: hidden;
  position: relative;
  transition: box-shadow .3s ease, border-color .3s ease;
}
.masa:hover {
  box-shadow: 0 12px 26px rgba(2, 26, 28, .18);
  border-color: var(--albastru-linie);
}
/* mic scut tricolor in coltul imaginii */
.masa::before {
  content: "";
  position: absolute;
  top: 10px; left: 10px;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: linear-gradient(90deg, var(--albastru) 0 33.3%, var(--galben) 33.3% 66.6%, var(--rosu) 66.6% 100%);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, .85);
  z-index: 1;
}
.masa__inscriptie {
  position: relative;
  width: 100%;
  height: 156px;
  display: block;
  background: linear-gradient(180deg, var(--cadru) 0%, var(--adancime) 100%);
}
.masa__inscriptie img { width: 100%; height: 100%; object-fit: cover; }
/* banda in zigzag intre imagine si text */
.masa__inscriptie::after {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 100%;
  height: 16px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16'%3E%3Cpath d='M0 12 5 5l5 7 5-7 5 7' fill='none' stroke='%23fcd116' stroke-width='2.4'/%3E%3C/svg%3E") repeat-x center / 20px 16px,
    var(--albastru);
}
.masa .masa__corp { margin-top: 16px; }
.masa__corp { flex: 1; padding: 14px 16px 18px; }
.mese .masa__titlu {
  font-family: var(--font-titlu);
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: var(--adancime);
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--galben-linie);
}
.masa p { margin-bottom: 0; font-size: 14px; }

/* ============ ROLE (pacanele) ============ */

.role {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 20px 0 6px;
}
.rola {
  position: relative;
  display: block;
  border-radius: var(--rotunjire);
  overflow: hidden;
  background: #0b2b2e;
  border: 1px solid var(--otel);
  box-shadow: 0 3px 12px rgba(2, 26, 28, .2);
  transition: box-shadow .25s ease, border-color .25s ease;
}
.rola:hover { box-shadow: 0 12px 26px rgba(2, 26, 28, .32); border-color: var(--rosu); text-decoration: none; }
.rola__imagine { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform .35s ease; }
.rola:hover .rola__imagine { transform: scale(1.06); }
.rola__voal {
  position: absolute;
  top: 0; bottom: 0;
  left: -60%;
  width: 45%;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-18deg);
  pointer-events: none;
  transition: left .55s ease;
}
.rola:hover .rola__voal { left: 115%; }
.rola__banda {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 26px 12px 10px;
  background: linear-gradient(180deg, rgba(3, 24, 26, 0) 0%, rgba(3, 24, 26, .86) 55%, rgba(3, 24, 26, .96) 100%);
}
.rola__typ {
  display: block;
  color: var(--otel);
  font-size: 11.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 2px;
}
.rola__titlu {
  display: block;
  color: #fff;
  font-family: var(--font-titlu);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}
.role-cta { display: flex; justify-content: center; margin-top: 18px; }

/* ============ PARERI (banda infinita) ============ */

.pareri { position: relative; margin-top: 22px; }

.pareri__banda {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 6px 2px 16px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  overscroll-behavior-x: contain;
}
.pareri__banda::-webkit-scrollbar { display: none; }
.pareri__banda.pareri__banda--prindere { cursor: grabbing; scroll-behavior: auto; }

.parere {
  flex: 0 0 calc((100% - 36px) / 3);
  background: var(--piatra);
  border: 1px solid var(--piatra-linie);
  border-left: 3px solid var(--albastru);
  border-radius: var(--rotunjire);
  padding: 24px 24px 22px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: box-shadow .3s ease, border-color .3s ease;
}
.parere:hover {
  box-shadow: 0 8px 22px rgba(2, 26, 28, .16);
  border-color: var(--otel);
  border-left-color: var(--adancime);
}
.parere::before {
  content: "\201E";
  position: absolute;
  top: 2px; right: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 84px;
  line-height: 1;
  color: var(--albastru);
  opacity: .35;
  pointer-events: none;
}

.parere__creasta { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; margin-bottom: 14px; }
.parere__foto {
  width: 56px; height: 56px;
  flex-shrink: 0;
  border-radius: var(--rotunjire);
  object-fit: cover;
  border: 2px solid var(--otel);
  box-shadow: 0 2px 8px rgba(2, 26, 28, .2);
}
.parere__cine { min-width: 0; }
.parere__nume {
  display: block;
  font-family: var(--font-titlu);
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--adancime);
}
.parere__rand { display: flex; align-items: center; gap: 8px; margin-top: 3px; }
.parere__nota {
  background: var(--rosu);
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
  border-radius: var(--rotunjire);
  padding: 2px 10px;
  flex-shrink: 0;
}
.parere__stele { color: var(--rubin); font-size: 13px; letter-spacing: 2px; }
.parere__text { font-style: italic; color: var(--cerneala); font-size: 14.5px; margin: 0; position: relative; z-index: 1; }

.pareri__control {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 4px;
}
.pareri__sageata {
  width: 40px; height: 40px;
  border-radius: var(--rotunjire);
  background: var(--adancime);
  color: #fff;
  border: 1px solid var(--otel);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .2s, box-shadow .2s;
}
.pareri__sageata:hover { background: var(--rosu); box-shadow: 0 4px 12px rgba(2, 26, 28, .25); }
.pareri__sageata svg { width: 18px; height: 18px; }

.pareri__puncte { display: flex; align-items: center; gap: 8px; }
.pareri__punct {
  width: 9px; height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--piatra-linie);
  cursor: pointer;
  transition: background .2s, width .2s;
}
.pareri__punct:hover { background: var(--rosu-linie); }
.pareri__punct.pareri__punct--aici { background: var(--albastru); width: 24px; border-radius: 6px; }

/* ============ GESAMTWERTUNG ============
   Emblema mit Ringskala: der gefuellte Teil des Rings entspricht
   der Note (4.3 von 5 = 86 %). Sitzt unter der Tabelle. */

.punctaj {
  display: flex;
  align-items: center;
  gap: 18px;
  width: fit-content;
  margin: 26px auto 4px;
  padding: 14px 16px 14px 30px;
  background: #fff;
  border: 1px solid var(--piatra-linie);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(2, 26, 28, .13);
  text-align: left;
}

.punctaj__hodnota {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 88px; height: 88px;
  border-radius: 50%;
  font-family: var(--font-titlu);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: var(--adancime);
  background:
    radial-gradient(closest-side, #fff calc(100% - 10px), rgba(255, 255, 255, 0) calc(100% - 9px)),
    conic-gradient(from 0deg, var(--albastru) 0 86%, var(--piatra-linie) 86% 100%);
}

.punctaj__popis {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--cerneala-moale);
}
.punctaj__popis::after {
  content: "\2605\2605\2605\2605\2606";
  display: block;
  margin-top: 5px;
  color: var(--rubin);
  font-size: 17px;
  letter-spacing: 3px;
}

/* ============ INTREBARI (FAQ) ============ */

.intrebari { margin-top: 6px; }
/* Nota nu trebuie sa se lipeasca de ultima intrebare */
.intrebari + .marunt, .intrebari + p { margin-top: 20px; }
.intrebare { border-bottom: 1px solid var(--piatra-linie); }
.intrebare summary {
  cursor: pointer;
  font-weight: 700;
  line-height: 1.45;
  color: var(--cerneala-moale);
  padding: 15px 34px 15px 0;
  position: relative;
  list-style: none;
  font-size: 15.5px;
  transition: color .18s ease;
}
.intrebare summary::-webkit-details-marker { display: none; }
.intrebare summary::after {
  content: "+";
  position: absolute;
  right: 4px; top: 50%;
  transform: translateY(-50%);
  width: 26px; height: 26px;
  border-radius: var(--rotunjire);
  background: var(--albastru);
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .25s ease, color .25s ease;
}
.intrebare summary:hover { color: var(--rosu-inchis); }
.intrebare summary:hover::after { background: var(--rosu); }
.intrebare[open] summary::after { content: "\2212"; background: var(--rosu); }
.intrebare .intrebare__raspuns { padding: 0 0 16px; }
.intrebare .intrebare__raspuns p { margin-bottom: 8px; }

/* ============ SEMNATURA REDACTORULUI ============ */

.semnatura {
  background: var(--albastru-deschis);
  border-left: 5px solid var(--albastru);
  border-bottom: 3px solid var(--rosu);
  border-radius: var(--rotunjire);
  padding: 22px 26px;
  margin-bottom: 20px;
  font-style: italic;
}
.semnatura__nume { font-weight: 700; font-style: normal; color: var(--adancime); }

/* ============ SUBSOL ============ */

.subsol {
  background: var(--cadru);
  color: rgba(255, 255, 255, .8);
  padding: 44px 0 0;
}
.subsol__zabrele {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 30px;
  padding-bottom: 30px;
}
.subsol__portal img { height: 40px; width: auto; margin-bottom: 14px; }
.subsol__portal p { font-size: 13px; line-height: 1.6; }

.subsol__coloana h4 {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
  padding-bottom: 8px;
  position: relative;
}
.subsol__coloana h4::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 3px;
  background: var(--otel);
  border-radius: 2px;
}
.subsol__coloana ul { list-style: none; margin-top: 12px; }
.subsol__coloana li { margin-bottom: 9px; }
.subsol__coloana a { color: rgba(255, 255, 255, .7); font-size: 14px; }
.subsol__coloana a:hover { color: #fff; }

.subsol__avertisment {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 20px 0;
  display: flex;
  align-items: center;
  gap: 18px;
}
.major {
  flex-shrink: 0;
  width: 46px; height: 46px;
  border: 2px solid var(--rubin);
  color: var(--rubin);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
}
.subsol__avertisment p { font-size: 12.5px; line-height: 1.55; margin: 0; }

.subsol__baza {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 12.5px;
}

/* ============ BUTON SUS ============ */

.sus {
  position: fixed;
  right: 24px; bottom: 24px;
  width: 48px; height: 48px;
  border-radius: var(--rotunjire);
  background: var(--adancime);
  color: #fff;
  border: 1px solid var(--otel);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .35);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .25s, transform .25s, visibility .25s, background-color .2s;
  z-index: 90;
}
.sus.sus--vizibil { opacity: 1; visibility: visible; transform: translateY(0); }
.sus:hover { background: var(--rosu); }
.sus svg { width: 22px; height: 22px; }

/* ============ APARITIE LA DERULARE ============ */

.aparitie { opacity: 0; transform: translateY(18px); }
.aparitie.aparitie--ok {
  opacity: 1;
  transform: none;
  transition: opacity .5s ease, transform .5s ease;
}
@media (prefers-reduced-motion: reduce) {
  .aparitie { opacity: 1; transform: none; }
}

/* ============ 404 ============ */

.pierdut {
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 100px 20px 60px;
}
.pierdut__code {
  font-family: var(--font-titlu);
  font-size: 130px;
  font-weight: 700;
  color: var(--rosu);
  line-height: 1;
  text-shadow: 0 6px 24px rgba(0, 0, 0, .35);
}
.pierdut h1 { color: #fff; font-family: var(--font-titlu); font-size: 32px; text-transform: uppercase; margin: 12px 0; }
.pierdut p { color: rgba(255, 255, 255, .88); margin-bottom: 26px; }

/* ============ PAGINI LEGALE ============ */

.nota { font-size: 13.5px; color: var(--cerneala-palid); margin: 20px 0 18px; }
/* Dupa buton randul cu data are nevoie de spatiu */
.role-cta + .nota, .buton + .nota { margin-top: 26px; }

/* ============ ADAPTARE ============ */

@media (max-width: 1080px) {
  .antet__rand { gap: 10px; }
  .sigiliu img { height: 38px; }
  .carare { gap: 2px; }
  .carare a { padding: 9px 11px; font-size: 12px; }
  .capsula { padding: 10px 16px; font-size: 12px; }
  .antet__actiuni { gap: 8px; }
  .stegulet { font-size: 12px; gap: 6px; }
  .stegulet svg { width: 26px; height: 17px; }
}

@media (max-width: 1024px) {
  .scena h1 { font-size: 36px; }
  .subsol__zabrele { grid-template-columns: 1fr 1fr; }
  .tablou { padding: 28px 26px; }
  .role { grid-template-columns: repeat(3, 1fr); }
  .parere { flex-basis: calc((100% - 18px) / 2); }

  .grila {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .grila table { min-width: 500px; }
  .grila caption { font-size: 13.5px; padding: 10px 14px 10px 15px; }
  .grila thead th,
  .grila tbody td,
  .grila tbody th { min-width: 140px; }
  .grila table.grila--ingust thead th,
  .grila table.grila--ingust tbody td,
  .grila table.grila--ingust tbody th { min-width: 120px; }
  .grila tbody tr > *:first-child,
  .grila thead th:first-child { min-width: 160px; }
}

/* Cuvinte romanesti lungi: trilinia apare mai devreme */
@media (max-width: 940px) {
  .carare, .antet__actiuni { display: none; }
  .stegulet { margin-left: auto; }
  .trilinie { display: block; }
}

@media (max-width: 860px) {
  .scena__rand { flex-direction: column; align-items: flex-start; padding: 34px 0; min-height: 0; }
  .scena__text { width: 100%; max-width: 100%; }
  .scena__fundal::after {
    background: linear-gradient(180deg, rgba(2, 26, 28, .52) 0%, rgba(2, 26, 28, .52) 60%, rgba(2, 26, 28, .5) 100%);
  }
  .scena h1 { font-size: 30px; }
  .scena h1, .scena__intro, .urma {
    text-shadow:
      0 0 2px rgba(0, 14, 15, .98),
      0 1px 4px rgba(0, 14, 15, .95),
      0 2px 12px rgba(0, 14, 15, .92);
  }
  .afis { flex-direction: column; align-items: flex-start; }
  /* Banda aplicatiei se centreaza deja pe ecrane medii:
     altfel textul si butoanele magazinelor ar ramane la stanga */
  .buzunar { flex-direction: column; align-items: center; text-align: center; }
  .buzunar__text { width: 100%; }
  .afis::before, .afis--rosu::before { background: none; }
  .afis__text {
    max-width: 100%;
    background: rgba(2, 26, 28, .74);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: var(--rotunjire);
    padding: 22px 20px;
  }
  .afis--rosu .afis__text { background: rgba(32, 4, 9, .74); }
  .buzunar__foto { flex-basis: auto; max-width: 280px; }
  .buzunar__magazine { flex-direction: row; flex-wrap: wrap; justify-content: center; width: 100%; }
  .descarca { flex: 1 1 218px; max-width: 300px; }
  .subsol__baza { flex-direction: column; text-align: center; }
}

/* Coloanele verdictului se aseaza una sub alta de la 750px:
   doua coloane inguste strang cartonasele */
@media (max-width: 750px) {
  .verdict { grid-template-columns: 1fr; gap: 30px; }
  .verdict--pro ul li, .verdict--contra ul li { padding-left: 44px; }
  .verdict--pro ul li::before, .verdict--contra ul li::before { width: 24px; height: 24px; }
}

@media (max-width: 700px) {
  /* Emblema se aseaza pe centru pe ecrane inguste */
  .nota { margin: 22px auto 4px; padding: 12px 14px 12px 24px; gap: 14px; }
  .punctaj__hodnota { width: 76px; height: 76px; font-size: 19px; }
  /* Pe mobil pozele cresc: de la 3:1 la 2:1 */
  .poza img {
    aspect-ratio: 2 / 1;
    object-fit: cover;
    object-position: center;
  }

  .scena__fundal { background-position: 70% center; }
  .role { grid-template-columns: repeat(2, 1fr); }
  .parere { flex-basis: 100%; }

  /* Pe mobil banda dispare: fiecare milimetru conteaza */
  .tablou::before { content: none; }
  .tablou { padding: 26px 20px 24px; }
}

@media (max-width: 560px) {
  /* Cuvintele lungi se pot despartii pe ecrane inguste */
  .tablou h2, .tablou h3, .tablou p, .tablou li,
  .scena h1, .scena__intro,
  .afis__titlu, .afis__rand, .buzunar__titlu, .buzunar__rand,
  .masa__titlu, .intrebare summary, .pierdut h1, .pierdut p,
  .subsol__portal p, .subsol__avertisment p, .subsol__coloana a {
    -webkit-hyphens: auto;
    hyphens: auto;
  }

  .subsol__zabrele { grid-template-columns: 1fr; text-align: center; }
  .subsol__portal img { margin-left: auto; margin-right: auto; }
  .subsol__avertisment { flex-direction: column; text-align: center; }
  .tablou { padding: 22px 16px; }
  .tablou h2 { font-size: 23px; }
  .scena h1 { font-size: 26px; }
  .pierdut__code { font-size: 90px; }
  .masa { flex-basis: 100%; min-width: 0; }
  .masa__inscriptie { height: 130px; }

  .scena__text,
  .afis__text,
  .buzunar__text { text-align: center; width: 100%; }
  .scena__butoane,
  .afis__cta,
  .buzunar__magazine,
  .urma ol { justify-content: center; }
  .afis__cta, .buzunar__magazine { display: flex; width: 100%; }
  .scena__rand, .afis, .buzunar { align-items: center; }
  .afis__inscriptie { border-left: 0; padding-left: 0; }
}

@media (max-width: 450px) {
  .cadru { padding: 0 10px; }
  .antet__rand { height: 60px; gap: 10px; }
  .sigiliu img { height: 34px; }
  .stegulet svg { width: 26px; height: 17px; }
  .stegulet { font-size: 12px; gap: 6px; }
  .scena { margin-top: 60px; }
  .tablou { padding: 18px 12px; }
  .afis, .buzunar { padding: 20px 14px; }
  .scena__rand { padding: 28px 0; }
  thead th, tbody td, tbody th { padding: 8px 6px; }
}

@media (max-width: 400px) {
  .cortina__actiuni { flex-direction: column; align-items: center; }
  .cortina__actiuni a { flex: 0 0 auto; width: 100%; max-width: 260px; }
}

@media (max-width: 360px) {
  .antet__rand { height: 54px; gap: 8px; }
  .sigiliu img { height: 28px; }
  .stegulet svg { width: 22px; height: 15px; }
  .stegulet { font-size: 11px; gap: 5px; }
  .trilinie { padding: 6px; }
  .trilinie span { width: 22px; height: 2.5px; margin: 4px 0; }
  .trilinie.trilinie--x span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .trilinie.trilinie--x span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .scena { margin-top: 54px; }
  .pierdut { min-height: calc(100vh - 54px); }
}

/* ============ 22BET COUNTRY LINKS ============ */
.subsol__tari {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 22px 0 24px;
}
.subsol__tari-titlu {
  display: inline-block;
  position: relative;
  margin: 0 0 16px;
  padding-bottom: 8px;
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.subsol__tari-titlu::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 3px;
  background: rgb(18, 112, 125);
  border-radius: 2px;
}
.subsol__tari-lista {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.subsol__tara {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 15px 7px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}
.subsol__tara:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .45);
  color: #fff;
  text-decoration: none;
}
.subsol__tara.subsol__tara--curenta {
  background: rgba(233, 185, 73, .1);
  border-color: #e9b949;
  color: #fff;
}
.subsol__steag {
  flex-shrink: 0;
  width: 24px;
  height: 16px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .25);
}
.subsol__steag svg { display: block; width: 100%; height: 100%; }
@media (max-width: 560px) {
  .subsol__tari { text-align: center; }
  /* two even columns; every name stays on one line */
  .subsol__tari-lista { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .subsol__tari-lista li { min-width: 0; }
  .subsol__tara { display: flex; width: 100%; min-width: 0; padding: 7px 10px 7px 7px; font-size: 12.5px; text-align: left; white-space: nowrap; }
  .subsol__tara-nume { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
}
@media (max-width: 380px) {
  .subsol__tari-lista { gap: 6px; }
  .subsol__tara { gap: 6px; padding: 6px 8px 6px 6px; font-size: 11.5px; }
  .subsol__steag { width: 18px; height: 12px; }
}
@media (max-width: 339px) {
  .subsol__tara { gap: 5px; padding: 6px 6px 6px 5px; font-size: 11px; letter-spacing: -.01em; }
  .subsol__steag { width: 16px; height: 11px; }
}
/* up to 330px: one pill per row, back to the regular size */
@media (max-width: 330px) {
  .subsol__tari-lista { grid-template-columns: minmax(0, 1fr); }
  .subsol__tara { gap: 9px; padding: 7px 12px 7px 8px; font-size: 12.5px; letter-spacing: normal; }
  .subsol__steag { width: 22px; height: 15px; }
}
