/* =========================
   ABOUT — LIGHT (premium)
   ========================= */

.abl{
  position: relative;
  overflow: hidden;
  background: #ffffff;
  color: #0b1220;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* soft tech glow background */
.abl__bg{
  position:absolute;
  inset:-220px;
  background:
    radial-gradient(900px 560px at 16% 10%, rgba(0,212,255,0.18), transparent 60%),
    radial-gradient(900px 620px at 86% 18%, rgba(124,58,237,0.14), transparent 62%),
    linear-gradient(180deg, #ffffff 0%, #f6f8fc 55%, #ffffff 100%);
  z-index: 0;
}

.abl::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(to right, rgba(2,6,23,0.045) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(2,6,23,0.045) 1px, transparent 1px),
    radial-gradient(1200px 700px at 50% 25%, transparent 62%, rgba(2,6,23,0.06) 100%);
  background-size: 46px 46px, 46px 46px, auto;
  opacity: 0.45;
  z-index: 1;
}

.abl__inner{
  position: relative;
  z-index: 2;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 18px;          /* SAME as HOME */
  box-sizing: border-box;
}

/* bigger gutters only on large desktop (same as HOME) */
@media (min-width: 1200px){
  .abl__inner{
    padding-left: 22px;
    padding-right: 22px;
  }
}

/* FORCE consistent container gutters (avoid theme overrides) */
.cin-about .abl__inner{
  max-width: 1160px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 18px !important;
  padding-right: 18px !important;
  box-sizing: border-box;
}

.abl-hero{
  padding: 76px 0 44px; /* SAME as HOME hero */
}

.abl-hero__kicker{
  font-family: Orbitron, ui-sans-serif, system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-size: 26px;          /* SAME as HOME */
  margin: 0 0 8px;          /* SAME spacing */
  color: rgba(0,212,255,0.96);
  text-shadow: 0 0 18px rgba(0,212,255,0.14);
}

.abl-hero__grid{
  margin-top: 14px;
  display:grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  align-items: start;
}

.abl-hero__title{
  margin: 0;
  font-size: clamp(40px, 5.2vw, 72px);
  line-height: 1.06;
  letter-spacing: -1px;
  font-weight: 950;
  color: rgba(2,6,23,0.92);
}

.abl-hero__grad{
  background: linear-gradient(90deg, rgba(0,212,255,1), rgba(124,58,237,0.92));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.abl-hero__lead{
  margin-top: 20px;
  max-width: 820px;
  font-size: clamp(19px, 2.1vw, 26px); /* SAME as HOME */
  line-height: 1.6;
  color: rgba(2,6,23,0.68);
  font-weight: 650;
	font-size: 20px;
}

.abl-hero__chips{
  margin-top: 14px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.abl-chip{
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(2,6,23,0.10);
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(10px);
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: rgba(2,6,23,0.70);
}

/* Mission/Vision (light cards) */
.abl-mv{
  display:grid;
  gap: 12px;
}

.abl-mv__card{
  border-radius: 18px;
  border: 1px solid rgba(2,6,23,0.10);
  background: rgba(255,255,255,0.78);
  backdrop-filter: blur(10px);
  box-shadow: 0 14px 40px rgba(2,6,23,0.06);
  padding: 16px;
  position: relative;
  overflow:hidden;
}

.abl-mv__card::before{
  content:"";
  position:absolute;
  inset:-160px;
  background:
    radial-gradient(520px 280px at 18% 40%, rgba(0,212,255,0.14), transparent 60%),
    radial-gradient(520px 280px at 78% 70%, rgba(124,58,237,0.10), transparent 60%);
  opacity: 0.8;
  z-index:0;
}
.abl-mv__card > *{ position: relative; z-index: 2; }

.abl-mv__k{
  font-weight: 950;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  font-size: 25px;
  color: rgba(0,212,255,0.95);
}

.abl-mv__p{
  margin-top: 15px;
  color: rgba(2,6,23,0.66);
  line-height: 1.65;
  font-weight: 650;
  font-size: 20px;
}

.abl-divider{
  margin-top: 18px;
  height: 1px;
  background: linear-gradient(90deg, rgba(0,212,255,0.35), rgba(124,58,237,0.18), transparent);
}

/* Section head */
.abl-head{
  margin-top: 18px;
}

.abl-h2{
  margin: 0;
  font-size: clamp(26px, 3.2vw, 40px);
  letter-spacing: -0.6px;
  font-weight: 950;
  color: rgba(2,6,23,0.92);
}

.abl-sub{
  margin-top: 10px;
  max-width: 860px;
  line-height: 1.65;
  font-weight: 650;
  color: rgba(2,6,23,0.62);
}

/* VALUES */
.abl-values{
  padding: 12px 0 18px;
}

.abl-values__grid{
  margin-top: 14px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.abl-val{
  border-radius: 18px;
  border: 1px solid rgba(2,6,23,0.10);
  background: rgba(255,255,255,0.82);
  backdrop-filter: blur(10px);
  box-shadow: 0 14px 40px rgba(2,6,23,0.06);
  padding: 16px;
  position: relative;
  overflow:hidden;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.abl-val::before{
  content:"";
  position:absolute;
  inset:-140px;
  background:
    radial-gradient(520px 280px at 18% 40%, rgba(0,212,255,0.12), transparent 60%),
    radial-gradient(520px 280px at 78% 70%, rgba(124,58,237,0.10), transparent 60%);
  opacity: 0.7;
  z-index:0;
}
.abl-val > *{ position: relative; z-index:2; }

.abl-val:hover{
  transform: translateY(-2px);
  border-color: rgba(0,212,255,0.35);
  box-shadow: 0 18px 55px rgba(2,6,23,0.10);
}

.abl-val__icon{
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display:flex;
  align-items:center;
  justify-content:center;
  color: rgba(0,212,255,0.95);
  background: rgba(0,212,255,0.08);
  border: 1px solid rgba(0,212,255,0.22);
  box-shadow: 0 14px 34px rgba(0,212,255,0.10);
}

.abl-val__h{
  margin-top: 12px;
  font-weight: 950;
  font-size: 18px;
  letter-spacing: -0.2px;
  color: rgba(2,6,23,0.90);
}

.abl-val__p{
  margin-top: 8px;
  color: rgba(2,6,23,0.64);
  line-height: 1.6;
  font-weight: 650;
  font-size: 14px;
}

/* TIMELINE */
.abl-timeline{
  padding: 8px 0 72px;
}

.abl-rail{
  margin-top: 14px;
  border-radius: 22px;
  border: 1px solid rgba(2,6,23,0.10);
  background: rgba(255,255,255,0.86);
  backdrop-filter: blur(10px);
  box-shadow: 0 14px 40px rgba(2,6,23,0.06);
  padding: 18px;
  position: relative;
  overflow:hidden;
}

.abl-rail::before{
  content:"";
  position:absolute;
  inset:-160px;
  background:
    radial-gradient(620px 340px at 18% 40%, rgba(0,212,255,0.12), transparent 60%),
    radial-gradient(620px 340px at 78% 70%, rgba(124,58,237,0.10), transparent 60%);
  opacity: 0.65;
  z-index:0;
}
.abl-rail > *{ position: relative; z-index:2; }

.abl-step{
  position: relative;
  padding-left: 22px;
  padding-bottom: 16px;
}

.abl-step:last-child{ padding-bottom: 0; }

.abl-step::after{
  content:"";
  position:absolute;
  left: 4px;
  top: 18px;
  bottom: 8px;
  width: 2px;
  background: rgba(2,6,23,0.10);
}

.abl-step:last-child::after{ display:none; }

.abl-step__dot{
  position:absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(0,212,255,0.95);
  box-shadow: 0 0 0 6px rgba(0,212,255,0.10);
}

.abl-step__year{
  font-weight: 950;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(2,6,23,0.55);
}

.abl-step__text{
  margin-top: 8px;
  color: rgba(2,6,23,0.86);
  font-weight: 850;
  letter-spacing: -0.2px;
  line-height: 1.5;
  font-size: 16px;
  max-width: 900px;
}

.abl-step__chips{
  margin-top: 10px;
  display:flex;
  gap: 8px;
  flex-wrap:wrap;
}

.abl-mini{
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(2,6,23,0.10);
  background: rgba(255,255,255,0.75);
  font-weight: 900;
  font-size: 11.5px;
  text-transform: uppercase;
  color: rgba(2,6,23,0.60);
}

.abl-step--ghost .abl-step__dot{
  background: rgba(2,6,23,0.22);
  box-shadow: 0 0 0 6px rgba(2,6,23,0.06);
}
.abl-step--ghost .abl-step__text{
  color: rgba(2,6,23,0.58);
  font-weight: 750;
}
/* =========================
   ABOUT — PARTNERS
   ========================= */

.abl-partners{
  padding: 12px 0 28px;
	margin-top: 20px;
}

.abl-partners__grid{
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* MAX 2 */
  gap: 50px;
}

.abl-partner{
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 26px;
  border-radius: 18px;

  background: linear-gradient(
    180deg,
    rgba(11,18,32,0.96),
    rgba(11,18,32,0.90)
  );

  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 14px 40px rgba(2,6,23,0.25);

  transition: transform .18s ease,
              box-shadow .18s ease,
              border-color .18s ease;
}

.abl-partner img{
  max-height: 70px;
  max-width: 100%;
  object-fit: contain;

  /* asta le face să “iasă” */
  filter:
    drop-shadow(0 0 18px rgba(255,255,255,0.35))
    brightness(1.05);

  opacity: 0.95;
  transition: filter .18s ease, opacity .18s ease;
}

.abl-partner:hover{
  transform: translateY(-2px);
  border-color: rgba(0,212,255,0.45);
  box-shadow: 0 20px 60px rgba(0,212,255,0.18);
}

.abl-partner:hover img{
  opacity: 1;
  filter:
    drop-shadow(0 0 26px rgba(0,212,255,0.55))
    brightness(1.1);
}

/* RESPONSIVE */
@media (max-width: 980px){
  .abl-partners__grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 980px){
  .abl-hero{ padding: 76px 0 34px; }
}
/* =========================
   ABOUT — VALUES (MOBILE)
   ========================= */
@media (max-width: 720px){

  /* valori una sub alta */
  .abl-values__grid{
    grid-template-columns: 1fr;   /* CHEIA */
    gap: 14px;
  }

  /* carduri puțin mai aerisite */
  .abl-val{
    padding: 18px;
  }

  /* icon puțin mai mic */
  .abl-val__icon{
    width: 48px;
    height: 48px;
  }

  .abl-val__h{
    font-size: 17px;
  }

  .abl-val__p{
    font-size: 14px;
    line-height: 1.6;
  }
	  .abl-partners__grid{
    grid-template-columns: 1fr;
  }
}