/* ===============================
   Albania-Web HERO (Premium) 2026
   SAFE: prek vetëm brenda .aw-scope
   =============================== */

.aw-scope{
  --aw-red:#ff1e1e;
  --aw-red2:#b30000;

  --aw-text:rgba(255,255,255,.92);
  --aw-muted:rgba(255,255,255,.70);
  --aw-muted2:rgba(255,255,255,.56);

  --aw-card:rgba(255,255,255,.06);
  --aw-stroke:rgba(255,255,255,.12);

  --aw-r:18px;
  --aw-r2:26px;

  --aw-ease:cubic-bezier(.2,.7,.2,1);
  --aw-shadow:0 26px 90px rgba(0,0,0,.62);
}

/* vetëm brenda hero */
.aw-scope .aw-container{width:min(1180px, calc(100% - 40px)); margin:0 auto;}
.aw-scope .aw-hero{padding:86px 0 28px;}
.aw-scope .aw-heroGrid{
  display:grid;
  grid-template-columns: 1.08fr .92fr;
  gap:16px;
  align-items:stretch;
}

/* cards */
.aw-scope .aw-card{
  border:1px solid rgba(255,255,255,.10);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  border-radius: var(--aw-r2);
  box-shadow: var(--aw-shadow);
}

/* LEFT */
.aw-scope .aw-left{padding:34px;}
.aw-scope .aw-kicker{
  display:flex; gap:10px; align-items:center;
  color:var(--aw-muted);
  margin-bottom:12px;
  font-size:13px;
}
.aw-scope .aw-dot{
  width:10px; height:10px; border-radius:50%;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.9), rgba(255,0,0,.9));
  box-shadow: 0 0 28px rgba(255,0,0,.22);
}

.aw-scope .aw-h1{
  font-size: clamp(34px, 4.4vw, 62px);
  letter-spacing:-1.2px;
  line-height:1.02;
  margin:0 0 14px;
  color:var(--aw-text);
}
.aw-scope .aw-grad{
  background: linear-gradient(90deg, rgba(255,255,255,.96), var(--aw-red), rgba(255,255,255,.90));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.aw-scope .aw-lead{
  margin:0;
  color:var(--aw-muted);
  line-height:1.65;
  max-width:64ch;
  font-size:14px;
}

/* CTA buttons */
.aw-scope .aw-cta{display:flex; gap:12px; flex-wrap:wrap; margin-top:20px;}
.aw-scope .aw-btn{
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  padding:10px 14px;
  border-radius:14px;
  font-weight:900;
  display:inline-flex;
  gap:10px;
  align-items:center;
  justify-content:center;
  transition:.18s var(--aw-ease);
  white-space:nowrap;
  color:var(--aw-text);
  text-decoration:none;
  font-size:13px;
}
.aw-scope .aw-btn:hover{transform:translateY(-1px); background:rgba(255,255,255,.10);}
.aw-scope .aw-primary{
  border:none;
  background: linear-gradient(135deg, var(--aw-red), var(--aw-red2));
  box-shadow: 0 18px 58px rgba(255,0,0,.30);
}
.aw-scope .aw-primary:hover{
  transform:translateY(-3px) scale(1.02);
  box-shadow: 0 28px 80px rgba(255,0,0,.42);
}
.aw-scope .aw-ghost{background:rgba(0,0,0,.18);}

/* proof pills */
.aw-scope .aw-proof{
  margin-top:16px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  font-size:12px;
  font-weight:900;
}
.aw-scope .aw-pill{
  padding:8px 10px;
  border-radius:999px;
  background: rgba(0,0,0,.18);
  border:1px solid rgba(255,255,255,.10);
  color:var(--aw-muted);
}
.aw-scope .aw-pill strong{color:var(--aw-text);}

/* 3 mini cards */
.aw-scope .aw-stats{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:12px;
  margin-top:18px;
}
.aw-scope .aw-stat{
  padding:14px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
}
.aw-scope .aw-stat b{display:block; font-size:14px; color:var(--aw-text);}
.aw-scope .aw-stat span{color:var(--aw-muted2); font-size:11px; margin-top:4px; display:block;}

/* trusted logos */
.aw-scope .aw-trusted{
  margin-top:14px;
  border-radius: var(--aw-r2);
  border:1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.14);
  padding:16px;
}
.aw-scope .aw-trusted b{color:rgba(255,255,255,.86); font-size:12px;}
.aw-scope .aw-trustedSub{margin-top:6px; color:var(--aw-muted2); font-size:12px;}
.aw-scope .aw-logos{
  display:grid;
  grid-template-columns:repeat(6, minmax(0,1fr));
  gap:10px;
  margin-top:10px;
}
.aw-scope .aw-logo{
  height:46px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
  display:grid;
  place-items:center;
  overflow:hidden;
}
.aw-scope .aw-logo img{
  max-width:90%;
  max-height:28px;
  object-fit:contain;
  opacity:.9;
  filter: grayscale(1) brightness(1.15);
}
.aw-scope .aw-logo:hover img{filter:none; opacity:1;}

/* RIGHT */
.aw-scope .aw-right{padding:18px;}
.aw-scope .aw-preview{
  height:100%;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(650px 240px at 20% 0%, rgba(255,0,0,.16), transparent 60%),
    radial-gradient(650px 240px at 90% 10%, rgba(179,0,0,.16), transparent 65%),
    rgba(255,255,255,.04);
  padding:18px;
  display:grid;
  gap:14px;
}

/* browser top */
.aw-scope .aw-browser{
  display:flex; gap:8px; align-items:center;
  padding:10px 12px;
  border-radius:16px;
  background: rgba(0,0,0,.22);
  border:1px solid rgba(255,255,255,.10);
}
.aw-scope .aw-c{width:10px;height:10px;border-radius:50%;}
.aw-scope .aw-c1{background:#ff5f57;}
.aw-scope .aw-c2{background:#febc2e;}
.aw-scope .aw-c3{background:#28c840;}
.aw-scope .aw-url{
  margin-left:10px;
  font-size:12px;
  color:rgba(255,255,255,.56);
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}

/* screen */
.aw-scope .aw-screen{
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.16);
  min-height:300px;
  position:relative;
  overflow:hidden;
  padding:18px;
  display:grid;
  gap:14px;
}
.aw-scope .aw-glow{
  position:absolute;
  inset:-40%;
  background: conic-gradient(from 180deg, rgba(255,0,0,0), rgba(255,0,0,.18), rgba(255,77,77,.10), rgba(255,0,0,0));
  filter: blur(18px);
  animation: awSpin 7.2s linear infinite;
  opacity:.9;
  pointer-events:none;
}
@keyframes awSpin{to{transform:rotate(360deg);}}

/* header */
.aw-scope .aw-proHead{
  position:relative; z-index:2;
  display:flex; justify-content:space-between; align-items:flex-start;
  gap:12px;
}
.aw-scope .aw-proTitle{font-weight:900; font-size:14px; color:var(--aw-text);}
.aw-scope .aw-proSub{margin-top:6px; color:rgba(255,255,255,.58); font-size:11px; line-height:1.45;}
.aw-scope .aw-live{
  padding:7px 10px;
  border-radius:999px;
  font-size:11px;
  font-weight:900;
  color:#fff;
  background:linear-gradient(135deg,var(--aw-red),var(--aw-red2));
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 16px 50px rgba(255,0,0,.20);
  white-space:nowrap;
}

/* kpis */
.aw-scope .aw-kpiGrid{
  position:relative; z-index:2;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.aw-scope .aw-kpi{
  padding:12px;
  border-radius:16px;
  background:rgba(0,0,0,.22);
  border:1px solid rgba(255,255,255,.10);
  transition:.22s var(--aw-ease);
}
.aw-scope .aw-kpi:hover{
  transform:translateY(-3px);
  border-color:rgba(255,0,0,.30);
  box-shadow:0 18px 60px rgba(255,0,0,.08);
}
.aw-scope .aw-kpiTop{display:flex; justify-content:space-between; align-items:center; gap:10px;}
.aw-scope .aw-kpiLabel{font-size:11px; color:rgba(255,255,255,.62); font-weight:900;}
.aw-scope .aw-chip{
  font-size:10px;
  font-weight:900;
  padding:6px 8px;
  border-radius:999px;
  background:rgba(255,0,0,.10);
  border:1px solid rgba(255,0,0,.18);
  color:rgba(255,255,255,.88);
  white-space:nowrap;
}
.aw-scope .aw-kpiValue{
  margin-top:10px;
  font-size:22px;
  font-weight:900;
  letter-spacing:-.6px;
  color:#ff3b3b;
}
.aw-scope .aw-kpiSub{
  margin-top:6px;
  font-size:10px;
  color:rgba(255,255,255,.55);
  line-height:1.45;
}

/* bars */
.aw-scope .aw-bars{
  position:relative; z-index:2;
  display:grid;
  gap:10px;
  padding:12px;
  border-radius:16px;
  background:rgba(0,0,0,.16);
  border:1px solid rgba(255,255,255,.10);
}
.aw-scope .aw-barRow{
  display:grid;
  grid-template-columns:56px 1fr 42px;
  align-items:center;
  gap:10px;
  font-size:11px;
  color:rgba(255,255,255,.70);
}
.aw-scope .aw-barRow b{text-align:right; font-weight:900; color:rgba(255,255,255,.75);}
.aw-scope .aw-bar{
  height:10px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10);
  overflow:hidden;
}
.aw-scope .aw-bar i{
  display:block;
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,var(--aw-red),rgba(255,77,77,.75));
  box-shadow:0 10px 30px rgba(255,0,0,.15);
}

/* footer */
.aw-scope .aw-foot{
  position:relative; z-index:2;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}
.aw-scope .aw-badges{display:flex; gap:8px; flex-wrap:wrap;}
.aw-scope .aw-badge{
  font-size:10px;
  font-weight:900;
  padding:6px 8px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  color:rgba(255,255,255,.74);
}
.aw-scope .aw-miniCta{
  font-size:11px;
  font-weight:900;
  padding:10px 12px;
  border-radius:14px;
  color:#fff;
  background:linear-gradient(135deg,var(--aw-red),var(--aw-red2));
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 16px 55px rgba(255,0,0,.18);
  transition:.22s var(--aw-ease);
  white-space:nowrap;
  text-decoration:none;
}
.aw-scope .aw-miniCta:hover{transform:translateY(-2px); box-shadow:0 24px 70px rgba(255,0,0,.28);}
.aw-scope .aw-note{color:rgba(255,255,255,.62); font-size:11px; line-height:1.55;}

/* reveal */
.aw-scope .aw-reveal{opacity:0; transform: translateY(10px); transition: .65s var(--aw-ease);}
.aw-scope .aw-reveal.aw-show{opacity:1; transform: translateY(0);}

/* responsive */
@media(max-width:980px){
  .aw-scope .aw-heroGrid{grid-template-columns:1fr;}
  .aw-scope .aw-stats{grid-template-columns:1fr;}
  .aw-scope .aw-kpiGrid{grid-template-columns:1fr;}
  .aw-scope .aw-logos{grid-template-columns:repeat(3,1fr);}
}






/* ==========================
   AW Addons Section (SAFE)
   prek vetëm .aw-addons*
   ========================== */

.aw-addons{
  padding: 70px 0 40px;
  color: rgba(255,255,255,.92);
}

.aw-addons__wrap{
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.aw-addons__head{
  margin-bottom: 18px;
  text-align: left;
}

.aw-addons__title{
  margin: 0 0 6px;
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 900;
  letter-spacing: -0.6px;
  line-height: 1.12;
}

.aw-addons__sub{
  margin: 0;
  color: rgba(255,255,255,.62);
  font-size: 14px;
  line-height: 1.55;
}

/* Grid 3x2 si në foto */
.aw-addons__grid{
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

@media (max-width: 980px){
  .aw-addons__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px){
  .aw-addons__grid{ grid-template-columns: 1fr; }
}

/* Card */
.aw-addon{
  border: 1px solid rgba(255,255,255,.10);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border-radius: 20px;
  padding: 18px 18px 16px;
  box-shadow: 0 26px 70px rgba(0,0,0,.45);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
  min-height: 118px;
}

.aw-addon:hover{
  transform: translateY(-3px);
  border-color: rgba(255,30,30,.32);
  box-shadow: 0 32px 90px rgba(0,0,0,.55);
}

/* Icon box */
.aw-addon__icon{
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  margin-bottom: 12px;

  background: rgba(255,30,30,.12);
  border: 1px solid rgba(255,30,30,.22);
  box-shadow: 0 14px 45px rgba(255,0,0,.10);
  font-size: 16px;
}

/* Text */
.aw-addon__h{
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -0.2px;
}

.aw-addon__p{
  margin: 0;
  font-size: 12.5px;
  color: rgba(255,255,255,.60);
  line-height: 1.55;
}


/* ====== Only for #bi-faq-testimonial ====== */
#bi-faq-testimonial .bi-faq-testimonial-content{
  gap: 24px;
  align-items: stretch;
}

/* Foto container */
#bi-faq-testimonial .bi-faq-media{
  flex: 1.2;
  min-height: 520px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.25);
  position: relative;
}

#bi-faq-testimonial .bi-faq-media__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display:block;
  filter: brightness(.72) contrast(1.05);
}

/* Overlay ne mes */
#bi-faq-testimonial .bi-faq-overlay{
  position:absolute;
  inset: 0;
  display:grid;
  place-items:center;
  padding: 22px;
  background: radial-gradient(900px 420px at 30% 20%, rgba(255,0,0,.16), transparent 60%);
}

/* FAQ box ne mes */
#bi-faq-testimonial .aw-faq{
  width: min(520px, 100%);
  background: linear-gradient(180deg, rgba(0,0,0,.55), rgba(0,0,0,.35));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 26px 90px rgba(0,0,0,.62);
  border-radius: 18px;
  padding: 18px;
  color: rgba(255,255,255,.92);
}

/* Compact */
#bi-faq-testimonial .aw-faq__title{ font-size: 28px; margin:0 0 6px; }
#bi-faq-testimonial .aw-faq__sub{ color: rgba(255,255,255,.65); margin:0 0 12px; line-height:1.5; }

#bi-faq-testimonial .aw-faq__list{ display:grid; gap: 12px; }

#bi-faq-testimonial .aw-faq__item{
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.06);
  overflow:hidden;
}

#bi-faq-testimonial .aw-faq__q{
  width:100%;
  background: transparent;
  border:0;
  color: rgba(255,255,255,.92);
  cursor:pointer;
  padding: 14px 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;
  text-align:left;
  font-weight: 900;
  font-size: 13px;
}

#bi-faq-testimonial .aw-faq__icon{
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.10);
  position: relative;
  flex: 0 0 auto;
}
#bi-faq-testimonial .aw-faq__icon::before,
#bi-faq-testimonial .aw-faq__icon::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width: 12px;
  height: 2px;
  background: rgba(255,255,255,.80);
  transform: translate(-50%,-50%);
  border-radius: 2px;
}
#bi-faq-testimonial .aw-faq__icon::after{ width:2px; height:12px; }

#bi-faq-testimonial .aw-faq__q[aria-expanded="true"] .aw-faq__icon::after{
  height:0; /* minus */
}

#bi-faq-testimonial .aw-faq__a{
  padding: 0 14px 14px;
  color: rgba(255,255,255,.70);
}
#bi-faq-testimonial .aw-faq__a p{ margin:0; font-size:12px; line-height:1.6; }

/* Responsive */
@media(max-width: 980px){
  #bi-faq-testimonial .bi-faq-testimonial-content{ flex-direction: column; }
  #bi-faq-testimonial .bi-faq-media{ min-height: 460px; }
}

/* ===== AW FIX: full-width + 2col ne PC, 1col ne TEL ===== */

.aw-scope{
  width: 100%;
  max-width: 100%;
}

.aw-scope .aw-container{
  width: min(1180px, 100%);
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* PC/Laptop: 2 kolona */
.aw-scope .aw-heroGrid{
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: 16px;
  align-items: stretch;
}

/* shumë e rëndësishme: ndalon “shtyrje”/overflow */
.aw-scope .aw-card{ min-width: 0; }

/* TEL + TABLET: 1 lart, 1 poshtë (djathta zbret) */
@media (max-width: 900px){
  .aw-scope .aw-container{
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }

  .aw-scope .aw-hero{
    padding: 56px 0 20px;
  }

  .aw-scope .aw-heroGrid{
    grid-template-columns: 1fr;   /* <-- kjo e zbrit djathtas poshte */
    gap: 14px;
  }

  /* mos prish tekstin, vetëm e përshtat */
  .aw-scope .aw-left{ padding: 22px; }
  .aw-scope .aw-right{ padding: 14px; }

  .aw-scope .aw-h1{
    font-size: clamp(28px, 7vw, 40px);
    line-height: 1.08;
  }

  /* CTA ne tel: bukur e rregullt */
  .aw-scope .aw-cta{
    flex-direction: column;
    gap: 10px;
  }
  .aw-scope .aw-btn{
    width: 100%;
    justify-content: center;
  }

  /* këto poshtë i le siç i ke (janë OK) */
  .aw-scope .aw-stats{ grid-template-columns: 1fr; }
  .aw-scope .aw-kpiGrid{ grid-template-columns: 1fr; }
  .aw-scope .aw-logos{ grid-template-columns: repeat(3, minmax(0,1fr)); }
}