
:root{
--muted:#8ea2bd;
--text:#eaf2ff;
--bg:#101820;
--card:#1a2634;
--primary:#3567d6;
--brand:#2a8cba;
--accent-light: #d6ecff;
}

*{box-sizing:border-box}
html,body{margin:0;height:100%}
body{font:16px/1.6 system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Helvetica, Arial; color:var(--text); background:linear-gradient(180deg,#0b0f14 0%, #0c121a 100%);}
a{color:inherit;text-decoration:none}
.container{width:min(1100px,100%);margin:auto;padding:0 16px}

/* NAV */
.nav{position:sticky;top:0;z-index:40;background:rgba(18,24,32,0.92);backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.06)}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  padding:6px 0;
}

.brand img{
  height:40px;
  width:auto;
  object-fit:contain;
  display:block;
}



/* opțional: puțin mai mult “air” în bară */
.nav-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 0;
}


.brand-title{display:flex;flex-direction:column}
.brand-title .big{font-weight:900;letter-spacing:.3px}
.brand-title .small{font-size:12px;color:var(--muted);letter-spacing:.8px}
.menu{display:flex;gap:12px;align-items:center}
.menu a{padding:8px 10px;border-radius:10px;color:#cfe3ff}
.menu a:hover,.menu a.active{background:rgba(255,255,255,.08);color:var(--text)}
.cta{padding:10px 14px;border-radius:12px;background:linear-gradient(145deg,var(--primary),#3492ff);color:#001b13;font-weight:800}
.burger {
  display: none;
  cursor: pointer;
  background: none;
  border: none;
  padding: 8px;
  outline: none;
}

.burger span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  margin: 5px 0;
  border-radius: 1px;
  transition: all 0.3s ease;
}

@media (max-width: 900px) {
  .burger {
    display: block;
  }
}

.mobile{display:none}
.mobile.open{display:block}
.mobile a{display:block;padding:12px;border-top:1px solid rgba(255,255,255,.06)}

/* HERO / COMMON */
.hero{padding:64px 0 36px;background:radial-gradient(1000px 500px at 80% -10%, rgba(31,91,70,.18), transparent),radial-gradient(900px 500px at 10% -10%, rgba(31,59,138,.25), transparent)}
h1{font-size:clamp(28px,5vw,46px);line-height:1.15;margin:14px 0 8px}
h2{font-size:26px;margin:0 0 12px}
.lead{font-size:18px;color:#d6e6ff}
.pill{display:inline-block;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.08);font-size:14px;color:#d0ddff}
section{padding:40px 0}
.card{background:var(--card);border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:16px}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.muted{color:var(--muted)}
.btn{padding:12px 14px;border-radius:12px;background:linear-gradient(145deg,var(--primary),#3492ff);color:#fff;font-weight:800;border:0;cursor:pointer}

/* Footer */
footer{padding:26px 0;color:var(--muted);border-top:1px solid rgba(255,255,255,.06)}

/* Responsive */
@media (max-width: 900px){
  .menu{display:none}
  .burger{display:block}
  .grid-2,.grid-3{grid-template-columns:1fr}
}

.promo-banner{
  display:flex;
  align-items:center;
  gap:16px;
  background:rgba(52,84,134,0.25);
  border:1px solid rgba(255,255,255,0.08);
  padding:20px 24px;
  border-radius:20px;
  box-shadow:0 0 16px rgba(0,0,0,0.2);
  backdrop-filter:blur(6px);
  transition:transform .2s ease, box-shadow .2s ease;
}

.promo-banner:hover{
  transform:translateY(-2px);
  box-shadow:0 0 20px rgba(0,0,0,0.3);
}

.promo-icon{
  font-size:2.5rem;
}

.promo-text p{
  font-size:1.1rem;
  line-height:1.6;
  margin:0;
}

@media(max-width:700px){
  .promo-banner{
    flex-direction:column;
    text-align:center;
  }
  .promo-icon{
    font-size:2rem;
  }
}

.info-highlight{
  display:flex;
  align-items:flex-start;
  gap:20px;
  margin:28px auto 40px;
  padding:24px 28px;
  border-radius:16px;
  background:rgba(55,90,150,0.20);            /* subtil, în tema site-ului */
  border:1px solid rgba(255,255,255,0.08);
  border-left:4px solid #4da3ff;               /* accent vertical */
  box-shadow:0 8px 24px rgba(0,0,0,0.25);
  backdrop-filter:blur(6px);
}
.info-icon{
  font-size:2.2rem;
  line-height:1;
  transform: translateY(2px);
}
.info-content h2{
  margin:0 0 10px 0;
  font-size:1.5rem;
}
.info-content p{
  margin:0 0 10px 0;
}
.info-content ul{
  margin:12px 0 0 0;
  padding-left:20px;
}
@media (max-width: 800px){
  .info-highlight{ flex-direction:column; }
  .info-icon{ font-size:2rem; }
}

:root {
  --accent-light: #d6ecff;
}

/* Grilă 2x2 centrată pe desktop, 1x4 pe mobil */
.docs-grid {
  display: grid;
  grid-template-columns: repeat(2, 520px);
  justify-content: center;
  align-items: start;
  gap: 24px;
  margin: 40px auto 60px;
}

/* Carduri cu design curat și accent lateral */
.doc-card {
  position: relative;
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 6px solid var(--accent-light);
  border-radius: 20px;
  padding: 24px 26px;
  width: 520px;
  min-height: 160px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.doc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.3), 0 0 12px rgba(214, 236, 255, 0.25);
  border-left-color: #ffffff;
}

/* Icon, titlu și text */
.doc-card .icon {
  font-size: 28px;
  line-height: 1;
  opacity: 0.95;
}

.doc-title {
  font-size: 21px;
  margin: 0;
  font-weight: 700;
  color: #fff;
}

.doc-text {
  margin: 0;
  color: var(--muted);
}

/* Badge “Obligatoriu” în colțul dreapta-sus */
.doc-card::after {
  content: "Obligatoriu";
  position: absolute;
  top: 14px;
  right: 20px;
  background: rgba(214, 236, 255, 0.1);
  color: var(--accent-light);
  font-size: 12px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 10px;
  border: 1px solid rgba(214, 236, 255, 0.2);
}

/* Responsivitate: 1 col pe mobil */
@media (max-width: 1100px) {
  .docs-grid {
    grid-template-columns: 1fr;
    justify-content: stretch;
    gap: 18px;
  }
  .doc-card {
    width: auto;
    min-height: 140px;
  }
  .doc-card::after {
    top: 12px;
    right: 16px;
  }
}


/* === SECȚIUNI GENERALE === */

section.container {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

section h2 {
  color: #d6ecff;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 0 0 10px rgba(214, 236, 255, 0.3);
}

section p {
  color: #cbd5e1;
  line-height: 1.6;
  margin-bottom: 1rem;
}

section ul.usp-list {
  margin: 1rem 0 1.5rem 1.5rem;
  color: #cbd5e1;
  list-style-type: disc;
}

section ul.usp-list li {
  margin-bottom: 0.5rem;
}

/* === HERO === */

.hero {
  background: linear-gradient(135deg, #0a0f14 0%, #0f1a24 100%);
  padding: 4rem 0;
  text-align: left;
}

.hero h1 {
  font-size: 2.5rem;
  color: #ffffff;
  text-shadow: 0 0 12px rgba(214, 236, 255, 0.3);
}

.hero p {
  font-size: 1.1rem;
  color: #b9d6f3;
}

/* === DESPRE NOI === */

.about strong {
  color: #d6ecff;
}

/* Grid pentru cele 3 carduri principale */
.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2.5rem;
}

/* Cardurile (Profesionalism / Transparență / Rapiditate) */
.value-card {
  background: radial-gradient(circle at top left, #14202b 0%, #0f151c 100%);
  border: 1px solid rgba(214, 236, 255, 0.1);
  border-radius: 18px;
  padding: 2rem 1.5rem;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  transition: all 0.25s ease;
}

.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(214, 236, 255, 0.3);
}

.value-card h3 {
  color: #d6ecff;
  font-weight: 700;
  margin-bottom: 0.75rem;
  text-shadow: 0 0 6px rgba(214, 236, 255, 0.2);
}

.value-card p {
  color: #cbd5e1;
  font-size: 1rem;
  line-height: 1.5;
}

/* === GALERIE FOTO === */

.gallery {
  margin-top: 3rem;
  text-align: left;
}

.gallery h2 {
  color: #d6ecff;
  margin-bottom: 1rem;
}

.gallery p {
  color: #94a3b8;
  margin-bottom: 2rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.photo-card {
  background: radial-gradient(circle at bottom right, #14202b 0%, #0e141b 100%);
  border: 1px solid rgba(214, 236, 255, 0.1);
  border-radius: 16px;
  padding: 3rem 0;
  text-align: center;
  font-weight: 500;
  color: #d6ecff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  transition: all 0.25s ease;
}

.photo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 18px rgba(214, 236, 255, 0.4);
}

/* === FAQ === */

.faq {
  margin-top: 4rem;
}

.faq h2 {
  margin-bottom: 1.5rem;
}

.faq details {
  background: #131a21;
  border: 1px solid rgba(214, 236, 255, 0.08);
  border-radius: 12px;
  padding: 1.2rem 1.5rem;
  margin-bottom: 1rem;
  cursor: pointer;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.faq details:hover {
  background: #18222c;
  box-shadow: 0 0 10px rgba(214, 236, 255, 0.15);
}

.faq summary {
  font-weight: 600;
  color: #d6ecff;
  font-size: 1.05rem;
}

.faq p {
  color: #cbd5e1;
  margin-top: 0.7rem;
  font-size: 0.95rem;
}

/* === RESPONSIVE === */

@media (max-width: 768px) {
  .hero {
    text-align: center;
    padding: 3rem 1rem;
  }

  .values-grid, .gallery-grid {
    grid-template-columns: 1fr;
  }

  .value-card, .photo-card {
    text-align: center;
  }
}

/* === OPTIMIZARE CULORI TEXT === */

body {
  color: #ffffff; /* Text principal alb */
}

section p,
section li,
.faq p {
  color: #ffffff;
}

.about p,
.about li {
  color: #ffffff;
}

.faq summary {
  color: #d6ecff; /* accent pe întrebări */
}

.value-card p,
.photo-card {
  color: #ffffff;
}

.hero p {
  color: #d6ecff; /* păstrăm accentul albastru în header */
}

.gallery p {
  color: #d6ecff;
}

.muted, footer a {
  color: #a0aec0;
}

/* === OPTIMIZARE FONT & SPAȚIERE === */

body {
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: #ffffff;
}

/* Titlurile mari (H1, H2) */
h1, h2 {
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #d6ecff;
  text-shadow: 0 0 8px rgba(214, 236, 255, 0.15);
}

/* Subtitluri / H3 */
h3 {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.4rem;
}

/* Paragrafe */
p {
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0.9rem;
}

/* Liste */
li {
  font-weight: 400;
  color: #ffffff;
}

/* Accente vizuale (ex. text evidențiat sau bold în paragrafe) */
strong {
  color: #d6ecff;
  font-weight: 600;
}

/* Cardurile */
.value-card h3,
.photo-card {
  font-weight: 600;
}

.value-card p {
  font-weight: 400;
  line-height: 1.6;
}

/* FAQ - mai clar */
.faq summary {
  font-weight: 600;
  font-size: 1.05rem;
}

.faq p {
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
}

/* === GALERIE FOTO — IMAGINI REALE === */

.gallery {
  margin-top: 4rem;
  text-align: left;
}

.gallery h2 {
  color: #d6ecff;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  text-shadow: 0 0 10px rgba(214, 236, 255, 0.3);
}

.gallery p {
  color: #d6ecff;
  font-size: 1.05rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.photo-card {
  background: #0f151c;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  transition: transform 0.25s ease, box-shadow 0.3s ease;
}

.photo-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: brightness(0.9);
}

.photo-card:hover img {
  transform: scale(1.05);
  filter: brightness(1);
}

.photo-caption {
  padding: 1rem;
  font-size: 1rem;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(180deg, rgba(15, 21, 28, 0.7) 0%, rgba(15, 21, 28, 1) 100%);
}



/* Responsive */
@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .photo-card img {
    height: 200px;
  }
}


