/* =========================================================================
   AKE Personal — Design System
   Nje file i vetem CSS. Ndrysho vetem tokenat me poshte per te ndryshuar
   gjithe pamjen e faqes (ngjyra, rreze, hapesira, tipografi).
   ========================================================================= */

/* ---------- 1. Tokens ---------- */
:root {
  /* Ngjyrat e markes AKE — nxjerre drejtperdrejt nga AKE_Logo_Final.ai */
  --c-brand:        #034c4d;   /* petrol — ngjyra e shkronjave te logos */
  --c-brand-dark:   #023335;
  --c-brand-light:  #e0eded;
  --c-accent:       #f6921e;   /* portokalli — nentitulli i logos, chips */
  --c-accent-dark:  #cf7610;
  --c-flag-red:     #eb2027;   /* figurat mbi shkronjen E */
  --c-flag-yellow:  #f7e738;
  --c-teal:         #4fbebf;   /* turkez — shirita seksionesh */
  --c-teal-dark:    #3aa3a4;
  --c-mint:         #ddf3f3;   /* mente e celet — sfond seksioni */

  /* Neutrale */
  --c-ink:          #12181f;
  --c-body:         #3d4854;
  --c-muted:        #6b7785;
  --c-line:         #e3e8ee;
  --c-bg:           #ffffff;
  --c-surface:      #f6f8fb;
  --c-surface-2:    #eef2f7;

  /* Statuse */
  --c-ok:           #1e7d44;
  --c-ok-bg:        #e7f6ec;
  --c-err:          #c0392b;
  --c-err-bg:       #fdecea;

  /* Tipografi — stack sistemi = pa Google Fonts = pa problem DSGVO.
     Faqja aktuale perzien nje sans gjeometrik me nje serif per titujt e
     seksioneve. Ketu ruhet i njejti kontrast me fonte qe i ka cdo pajisje.
     Nese doni fontet origjinale, shih README seksionin "Fontet". */
  --font-sans:  "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  --font-serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
  --fs-xs:   0.8125rem;
  --fs-sm:   0.9375rem;
  --fs-base: 1.0625rem;
  --fs-lg:   1.1875rem;
  --fs-xl:   1.5rem;
  --fs-2xl:  2rem;
  --fs-3xl:  2.5rem;
  --fs-4xl:  3.25rem;

  /* Hapesira & forma */
  --radius:    12px;
  --radius-sm: 8px;
  --radius-lg: 20px;
  --shadow-sm: 0 1px 2px rgba(16, 61, 104, .06), 0 2px 8px rgba(16, 61, 104, .05);
  --shadow-md: 0 4px 12px rgba(16, 61, 104, .08), 0 12px 32px rgba(16, 61, 104, .07);
  --shadow-lg: 0 10px 30px rgba(16, 61, 104, .12), 0 30px 60px rgba(16, 61, 104, .10);

  --container: 1180px;
  --gutter: 1.25rem;
  --header-h: 76px;

  --ease: cubic-bezier(.4, 0, .2, 1);
}

/* ---------- 2. Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 1rem);
}

body {
  font-family: var(--font-sans);
  font-size: var(--fs-base);
  line-height: 1.7;
  color: var(--c-body);
  background: var(--c-bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg, video { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: 0; }
ul, ol { list-style: none; padding: 0; }

/* Gjermanishtja ka fjale shume te gjata (Arbeitnehmeruberlassungsgesetz).
   Pa keto rregulla ato dalin jashte ekranit ne telefon. */
h1, h2, h3, h4, p, li, a, td, th, label, figcaption {
  overflow-wrap: break-word;
  word-break: break-word;
}
h1, h2, h3, h4 {
  color: var(--c-ink);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-wrap: balance;
  hyphens: auto;
}
h1 { font-size: clamp(2.1rem, 5vw, var(--fs-4xl)); }
h2 { font-size: clamp(1.7rem, 3.6vw, var(--fs-3xl)); }
h3 { font-size: var(--fs-xl); letter-spacing: -0.01em; }
h4 { font-size: var(--fs-lg); letter-spacing: 0; }
p  { text-wrap: pretty; }

a { color: var(--c-brand); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--c-brand-dark); }

:focus-visible {
  outline: 3px solid var(--c-accent);
  outline-offset: 2px;
  border-radius: 4px;
}

/* ---------- 3. Layout ---------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.container--narrow { max-width: 800px; }

.section { padding-block: clamp(3.5rem, 8vw, 6rem); }
.section--surface { background: var(--c-surface); }
.section--mint { background: var(--c-mint); }
.section--teal { background: var(--c-teal); }
.section--brand {
  background: linear-gradient(135deg, var(--c-brand) 0%, var(--c-brand-dark) 100%);
  color: #d5e3e0;
}
.section--brand h2, .section--brand h3 { color: #fff; }
.section--tight { padding-block: clamp(2.5rem, 5vw, 3.5rem); }

/* Titujt me serif — si ne faqen aktuale */
.font-serif, .section--mint h2, .section--mint h3,
.section--teal h2, .section--teal h3 { font-family: var(--font-serif); letter-spacing: 0; }

.grid { display: grid; gap: 1.5rem; }
/* min(…, 100%) e ben kolonen te tkurret edhe brenda kontejnereve me te ngushte
   se dyshemeja — pa te, nje grid brenda nje karte del jashte ekranit. */
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); }
.grid--4 { grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr)); }
/* Permbajtje kryesore + shirit anesor (p.sh. faqja e kontaktit) */
.grid--sidebar { grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); align-items: start; gap: 3rem; }
@media (max-width: 900px) { .grid--sidebar { grid-template-columns: 1fr; } }


.stack > * + * { margin-top: 1rem; }
.center { text-align: center; }
.mx-auto { margin-inline: auto; }

/* ---------- 4. Section head ---------- */
.section-head { max-width: 720px; margin-bottom: 3rem; }
.section-head.center { margin-inline: auto; }

.eyebrow {
  display: inline-block;
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--c-accent-dark);
  margin-bottom: .75rem;
}
.section--brand .eyebrow { color: var(--c-accent); }

.lead { font-size: var(--fs-lg); color: var(--c-muted); }
.section--brand .lead { color: #b9cbdd; }

/* ---------- 5. Butona ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: .85rem 1.6rem;
  border-radius: var(--radius-sm);
  font-size: var(--fs-sm);
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  max-width: 100%;
  text-align: center;
  border: 2px solid transparent;
  transition: transform .18s var(--ease), background-color .18s var(--ease),
              border-color .18s var(--ease), box-shadow .18s var(--ease), color .18s var(--ease);
}
.btn:active { transform: translateY(1px); }

.btn--primary { background: var(--c-accent); color: #241300; border-color: var(--c-accent); }
.btn--primary:hover { background: var(--c-accent-dark); border-color: var(--c-accent-dark); color: #241300; box-shadow: var(--shadow-md); }

/* Butoni kryesor i faqes aktuale: petrol i mbushur, plotesisht i rrumbullaket */
.btn--pill { border-radius: 999px; padding-inline: 2.25rem; }

.btn--brand { background: var(--c-brand); color: #fff; border-color: var(--c-brand); }
.btn--brand:hover { background: var(--c-brand-dark); border-color: var(--c-brand-dark); color: #fff; box-shadow: var(--shadow-md); }

.btn--ghost { background: transparent; color: var(--c-brand); border-color: var(--c-line); }
.btn--ghost:hover { border-color: var(--c-brand); background: var(--c-brand-light); }

.btn--light { background: #fff; color: var(--c-brand); border-color: #fff; }
.btn--light:hover { background: transparent; color: #fff; border-color: #fff; }

.btn--outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.btn--outline-light:hover { border-color: #fff; background: rgba(255,255,255,.1); color: #fff; }

.btn--block { width: 100%; }
.btn--lg { padding: 1.05rem 2rem; font-size: var(--fs-base); }

.btn-row { display: flex; flex-wrap: wrap; gap: .85rem; }
.btn-row.center { justify-content: center; }

/* Ne telefona te vegjel tekstet e gjata gjermane duhet te thyhen ne dy rreshta,
   perndryshe butoni del jashte ekranit. */
@media (max-width: 480px) {
  .btn { white-space: normal; }
  .btn--lg { padding: .95rem 1.25rem; font-size: var(--fs-sm); }
  .btn-row .btn { flex: 1 1 100%; }
}

/* ---------- 6. Header / Navigim ---------- */
.skip-link {
  position: absolute; left: 50%; top: 0; transform: translate(-50%, -120%);
  background: var(--c-brand); color: #fff; padding: .7rem 1.25rem;
  border-radius: 0 0 var(--radius-sm) var(--radius-sm); z-index: 200; text-decoration: none;
}
.skip-link:focus { transform: translate(-50%, 0); color: #fff; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid transparent;
  transition: box-shadow .25s var(--ease), border-color .25s var(--ease);
}
.site-header.is-scrolled { border-bottom-color: var(--c-line); box-shadow: var(--shadow-sm); }

.nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; min-height: var(--header-h);
}

.logo {
  display: inline-flex; align-items: center; gap: .6rem;
  font-weight: 800; font-size: 1.3rem; letter-spacing: -.03em;
  color: var(--c-brand); text-decoration: none;
  min-width: 0; flex-shrink: 0;
}
/* Emri i markes nuk thyhet kurre shkronje per shkronje; nese hapesira
   mbaron, nentitulli pritet me "…" ne vend qe logoja te shtypet ne 0. */
.logo__text { min-width: 0; }
.logo__text small { white-space: nowrap; }
/* Logoja si figure. Per ta ndryshuar, mbishkruani assets/img/logo.svg —
   nuk nevojitet asnje ndryshim ne HTML. */
.logo__img { height: 42px; width: auto; flex-shrink: 0; display: block; }

.logo__text small {
  display: block; font-size: .8rem; font-weight: 700; letter-spacing: 0;
  color: var(--c-accent); line-height: 1.15; white-space: normal;
  max-width: 11em;
}

/* KUJDES: keto media-query duhet te qendrojne PAS rregullave baze me siper —
   kane te njejten specificitet, ndaj fiton ai qe vjen i fundit ne file.
   Menuja e plote desktop + nentitulli i gjate nuk hyjne bashke ne kontejner,
   ndaj ne desktop shfaqet vetem emri i markes. */
@media (min-width: 1151px) {
  .logo__text small { display: none; }
  .logo { font-size: 1.15rem; }
}
/* Nen breakpoint-in e sirtarit logoja mund te tkurret (me "…") sepse
   menuja nuk e ze me te njejtin rresht. */
@media (max-width: 1150px) { .logo { flex-shrink: 1; } }
/* Ne telefon nentitulli mbetet i dukshem (si te faqja aktuale) sepse tani
   thyhet ne dy rreshta ne vend qe te pritet ne mes te fjales. */
@media (max-width: 600px) {
  .logo__text small { font-size: .7rem; max-width: 9em; }
}
@media (max-width: 400px) {
  .logo__img { height: 34px; }
  .logo__text small { font-size: .625rem; max-width: 8em; }
  .nav { gap: .5rem; }
}

.nav__menu { display: flex; align-items: center; gap: .35rem; }
.nav__link {
  display: block; padding: .55rem .8rem; border-radius: var(--radius-sm);
  font-size: var(--fs-sm); font-weight: 600; color: var(--c-body);
  white-space: nowrap;
  text-decoration: none; transition: color .18s var(--ease), background-color .18s var(--ease);
}
/* Header-i lejohet me i gjere se permbajtja, qe menuja e plote te kete vend. */
.site-header .container { max-width: 1420px; }

/* Menuja e plote (logo si figure + 6 linqe + CTA) ka nevoje per ~1350px.
   Nen kete gjeresi zvogelohet, dhe nen 1150px kalon plotesisht ne meny me
   sirtar (shih me poshte). Nese e zgjeroni menune me nje link te ri, rrisni
   edhe kufirin 1480 me poshte. */
@media (min-width: 1151px) and (max-width: 1480px) {
  .nav { gap: .75rem; }
  .nav__link { padding-inline: .45rem; font-size: var(--fs-xs); }
  .nav__actions .btn { padding: .7rem 1rem; font-size: var(--fs-xs); }
}
.nav__link:hover { color: var(--c-brand); background: var(--c-surface); }
.nav__link[aria-current="page"] { color: var(--c-brand); background: var(--c-brand-light); }

.nav__actions { display: flex; align-items: center; gap: .6rem; }

.nav__toggle {
  display: none; width: 46px; height: 46px; border-radius: var(--radius-sm);
  border: 1px solid var(--c-line); place-items: center; flex-shrink: 0;
}
.nav__toggle span {
  display: block; width: 20px; height: 2px; background: var(--c-ink);
  border-radius: 2px; position: relative; transition: background-color .2s var(--ease);
}
.nav__toggle span::before, .nav__toggle span::after {
  content: ""; position: absolute; left: 0; width: 20px; height: 2px;
  background: var(--c-ink); border-radius: 2px; transition: transform .25s var(--ease), top .25s var(--ease);
}
.nav__toggle span::before { top: -6px; }
.nav__toggle span::after  { top: 6px; }
.nav__toggle[aria-expanded="true"] span { background: transparent; }
.nav__toggle[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.nav__toggle[aria-expanded="true"] span::after  { top: 0; transform: rotate(-45deg); }

@media (max-width: 1150px) {
  .nav__toggle { display: grid; }
  .nav__menu {
    position: fixed; inset: var(--header-h) 0 auto 0;
    flex-direction: column; align-items: stretch; gap: .2rem;
    background: #fff; padding: 1rem var(--gutter) 1.5rem;
    border-bottom: 1px solid var(--c-line); box-shadow: var(--shadow-md);
    transform: translateY(-8px); opacity: 0; pointer-events: none;
    transition: opacity .2s var(--ease), transform .2s var(--ease);
    max-height: calc(100dvh - var(--header-h)); overflow-y: auto;
  }
  .nav__menu.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav__link { padding: .85rem 1rem; font-size: var(--fs-base); }
  .nav__actions .btn { display: none; }
}

/* ---------- 7. Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(150deg, var(--c-brand) 0%, var(--c-brand-dark) 55%, #061c33 100%);
  color: #cfdcea;
  padding-block: clamp(3.5rem, 9vw, 6.5rem);
}
.hero::after {
  content: ""; position: absolute; right: -12%; top: -25%;
  width: 620px; height: 620px; border-radius: 50%;
  background: radial-gradient(circle, rgba(245,166,35,.20) 0%, transparent 68%);
  pointer-events: none;
}
.hero__inner {
  position: relative; z-index: 1;
  display: grid; gap: 3rem; align-items: center;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
}
@media (max-width: 900px) { .hero__inner { grid-template-columns: 1fr; } }

.hero h1 { color: #fff; margin-bottom: 1.25rem; }
.hero__lead { font-size: clamp(1.05rem, 2vw, 1.25rem); color: #b9cbdd; max-width: 34em; margin-bottom: 2rem; }

.hero__badge {
  display: inline-flex; align-items: center; gap: .5rem;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18);
  padding: .4rem .9rem; border-radius: 999px;
  font-size: var(--fs-xs); font-weight: 600; color: #fff;
  margin-bottom: 1.5rem;
}
.hero__badge .dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--c-accent);
  box-shadow: 0 0 0 4px rgba(245,166,35,.25);
}

.hero__stats {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1.5rem; margin-top: 3rem; padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,.14);
}
.hero__stat b { display: block; font-size: var(--fs-2xl); color: #fff; line-height: 1.1; }
.hero__stat span { font-size: var(--fs-xs); color: #9fb5cb; }

/* Karta e shpejte "kerko punonjes" ne hero */
.hero__card {
  background: #fff; border-radius: var(--radius-lg); padding: 2rem;
  box-shadow: var(--shadow-lg); color: var(--c-body);
}
.hero__card h2 { font-size: var(--fs-xl); margin-bottom: .35rem; }
.hero__card p  { font-size: var(--fs-sm); color: var(--c-muted); margin-bottom: 1.5rem; }

/* ---------- 8. Karta ---------- */
.card {
  background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius);
  padding: 1.85rem; height: 100%;
  transition: transform .22s var(--ease), box-shadow .22s var(--ease), border-color .22s var(--ease);
}
.card--hover:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
.card h3 { margin-bottom: .6rem; }
.card p  { font-size: var(--fs-sm); color: var(--c-muted); }
.card__link {
  display: inline-flex; align-items: center; gap: .35rem;
  margin-top: 1.1rem; font-size: var(--fs-sm); font-weight: 600; text-decoration: none;
}
.card__link::after { content: "→"; transition: transform .2s var(--ease); }
.card__link:hover::after { transform: translateX(4px); }

.icon-box {
  width: 52px; height: 52px; border-radius: var(--radius-sm);
  background: var(--c-brand-light); color: var(--c-brand);
  display: grid; place-items: center; margin-bottom: 1.15rem;
}
.icon-box svg { width: 26px; height: 26px; stroke-width: 1.8; }
.icon-box--accent { background: #fdf1dc; color: var(--c-accent-dark); }

/* ---------- 9. Hapat (proces) ---------- */
.steps { counter-reset: step; display: grid; gap: 1.5rem; }
.step { position: relative; padding-left: 4.25rem; }
.step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  position: absolute; left: 0; top: 0;
  width: 3rem; height: 3rem; border-radius: 50%;
  background: var(--c-brand); color: #fff;
  display: grid; place-items: center; font-weight: 700; font-size: var(--fs-sm);
}
.step h3 { font-size: var(--fs-lg); margin-bottom: .35rem; }
.step p  { font-size: var(--fs-sm); color: var(--c-muted); }
.section--brand .step::before { background: var(--c-accent); color: #1b1200; }
.section--brand .step p { color: #b9cbdd; }

/* ---------- 10. Lista me shenja ---------- */
.checklist { display: grid; gap: .8rem; }
.checklist li { display: flex; gap: .75rem; align-items: flex-start; font-size: var(--fs-sm); }
.checklist li::before {
  content: "✓"; flex-shrink: 0;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--c-brand-light); color: var(--c-brand);
  display: grid; place-items: center; font-size: .75rem; font-weight: 700; margin-top: .2rem;
}
.section--brand .checklist li { color: #cfdcea; }
.section--brand .checklist li::before { background: rgba(245,166,35,.2); color: var(--c-accent); }

/* ---------- 11. Chips / degët ---------- */
.chips { display: flex; flex-wrap: wrap; gap: .6rem; }
.chip {
  padding: .5rem 1.1rem; border-radius: 999px;
  background: #fff; border: 1px solid var(--c-line);
  font-size: var(--fs-sm); font-weight: 600; color: var(--c-body);
}
.section--brand .chip { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); color: #fff; }

/* ---------- 12. Badge ---------- */
.badge {
  display: inline-block; padding: .25rem .7rem; border-radius: 999px;
  font-size: var(--fs-xs); font-weight: 700;
  background: var(--c-brand-light); color: var(--c-brand);
}
.badge--accent { background: #fdf1dc; color: var(--c-accent-dark); }
.badge--ok { background: var(--c-ok-bg); color: #1e7d44; }

/* ---------- 13. Chips me theks portokalli (si ne hero-n e faqes aktuale) ---------- */
.tag-chips { display: flex; flex-wrap: wrap; gap: .65rem; }
.tag-chips li {
  background: var(--c-accent); color: #241300;
  padding: .5rem 1rem; font-weight: 600; font-size: var(--fs-sm);
  border-radius: 3px;
}

/* ---------- 13b. Lista e sherbimeve me shenja (Behörden) ---------- */
.pill-list { display: grid; gap: .75rem; }
.pill-list li {
  background: rgba(255,255,255,.92); border: 1px solid rgba(29,75,69,.15);
  border-radius: var(--radius-sm); padding: .95rem 1.35rem;
  font-family: var(--font-serif); font-size: var(--fs-lg); color: var(--c-brand);
}

/* ---------- 13c-bis. Shiriti grafik nen hero ----------
   Ilustrimi eshte SVG i gjeneruar. Per ta zevendesuar me nje foto reale,
   ndrysho vetem emrin e file-it me poshte (p.sh. hero.webp). */
.hero-band {
  min-height: clamp(300px, 32vw, 440px);
  display: grid;
  align-items: center;
  background:
    /* Erresim vetem nga e majta, qe ilustrimi djathtas te mbetet i qarte */
    linear-gradient(90deg, rgba(19,52,48,.80) 0%, rgba(19,52,48,.55) 42%, rgba(19,52,48,0) 68%),
    url("../img/hero.svg") center center / cover no-repeat,
    var(--c-brand);
}
/* Permbajtja rri ne kolonen e majte — ilustrimi djathtas nuk mbulohet kurre. */
.hero-band__content { max-width: 560px; }

@media (max-width: 900px) {
  .hero-band { align-items: end; }
  .hero-band__content { max-width: none; }
  .hero-band {
    background:
      linear-gradient(180deg, rgba(19,52,48,.35) 0%, rgba(19,52,48,.80) 60%, rgba(19,52,48,.94) 100%),
      url("../img/hero.svg") right center / cover no-repeat,
      var(--c-brand);
  }
}

/* ---------- 13c. Gjuhet e perkthimit ----------
   Nente kartela me te njejten ikone dukeshin te pershkueshme dhe pa kuptim.
   Tani cdo gjuhe eshte nje chip me kodin ISO ne nje disk petrol — element
   dallues qe lexohet shpejt dhe nuk perserit te njejten figure nente here. */
.lang-panel {
  background: var(--c-mint);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 3.5vw, 2.5rem);
  margin-top: clamp(2rem, 4vw, 3rem);
}
.lang-panel__head { margin-bottom: 1.5rem; }
.lang-panel__head h3 { font-size: var(--fs-xl); margin-bottom: .35rem; }
.lang-panel__head p  { font-size: var(--fs-sm); color: var(--c-body); }

/* Flex-wrap, jo grid: me 9 gjuhe cdo numer fiks kolonash le nje rresht jetim
   (7+2). Keshtu cdo chip merr gjeresine e emrit dhe rreshtat mbushen vete. */
.lang-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}
.lang-chips li {
  display: inline-flex; align-items: center; gap: .75rem; flex: 0 0 auto;
  background: #fff;
  border: 1px solid rgba(3, 76, 77, .12);
  border-radius: 999px;
  padding: .45rem 1.1rem .45rem .45rem;
  transition: border-color .2s var(--ease), transform .2s var(--ease);
}
.lang-chips li:hover { border-color: var(--c-brand); transform: translateY(-2px); }

.lang-chip__code {
  width: 38px; height: 38px; flex-shrink: 0;
  border-radius: 50%;
  background: var(--c-brand); color: #fff;
  display: grid; place-items: center;
  font-size: .78rem; font-weight: 700; letter-spacing: .04em;
}
.lang-chip__name { font-size: var(--fs-sm); font-weight: 600; color: var(--c-ink); }

/* Ne ekrane te ngushta gjeresite e ndryshme te emrave e bejne flex-wrap-in te
   parregullt ([2,1,1,2,…]); nje rrjet me kolona te barabarta rri me paster. */
@media (max-width: 640px) {
  .lang-chips {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(140px, 100%), 1fr));
  }
  .lang-chips li { flex: initial; }
}

/* ---------- 13d. Shiriti me tregues besueshmerie mbi foto ---------- */
.trust-bar {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(200px,100%), 1fr));
  gap: 1.5rem;
  background: rgba(255,255,255,.88); backdrop-filter: blur(6px);
  border-radius: var(--radius); padding: 1.5rem 1.75rem;
}
.trust-bar div { text-align: center; }
.trust-bar svg { width: 24px; height: 24px; margin: 0 auto .5rem; color: var(--c-brand); stroke-width: 1.7; }
.trust-bar b { display: block; font-family: var(--font-serif); font-size: var(--fs-lg); color: var(--c-ink); }
.trust-bar span { font-size: var(--fs-sm); color: var(--c-body); }

/* ---------- 14. Akordeon (FAQ) ---------- */
.accordion { border-top: 1px solid var(--c-line); }
.accordion__item { border-bottom: 1px solid var(--c-line); }
.accordion__btn {
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  width: 100%; text-align: left; padding: 1.35rem 0;
  font-size: var(--fs-lg); font-weight: 600; color: var(--c-ink);
}
.accordion__btn:hover { color: var(--c-brand); }
.accordion__btn::after {
  content: "+"; flex-shrink: 0; font-size: 1.6rem; font-weight: 400; color: var(--c-brand);
  transition: transform .25s var(--ease);
}
.accordion__btn[aria-expanded="true"]::after { transform: rotate(45deg); }
.accordion__panel {
  display: grid; grid-template-rows: 0fr;
  transition: grid-template-rows .3s var(--ease);
}
.accordion__panel > div { overflow: hidden; }
.accordion__item.is-open .accordion__panel { grid-template-rows: 1fr; }
.accordion__panel p { font-size: var(--fs-sm); color: var(--c-muted); padding-bottom: 1.35rem; max-width: 65ch; }

/* ---------- 15. Formulare ---------- */
.form { display: grid; gap: 1.1rem; }
.form__row { display: grid; gap: 1.1rem; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
/* align-content:start eshte thelbesor: kur dy fusha rrine ne te njejtin rresht
   dhe njera ka rresht gabimi e tjetra jo, pa te rreshtat e grid-it zgjaten dhe
   inputi i fushes me te shkurter behet me i larte e zbret poshte. */
.field { display: grid; gap: .4rem; align-content: start; }
.field label { font-size: var(--fs-sm); font-weight: 600; color: var(--c-ink); }
.field .req { color: var(--c-err); }

.field input, .field select, .field textarea {
  width: 100%; padding: .8rem 1rem;
  border: 1px solid var(--c-line); border-radius: var(--radius-sm);
  background: #fff; font-size: var(--fs-sm); color: var(--c-ink);
  transition: border-color .18s var(--ease), box-shadow .18s var(--ease);
}
.field textarea { min-height: 150px; resize: vertical; }
.field select { appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7785' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right .9rem center; background-size: 18px;
  padding-right: 2.6rem;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--c-brand);
  box-shadow: 0 0 0 3px rgba(16, 61, 104, .12);
}
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"], .field select[aria-invalid="true"] {
  border-color: var(--c-err); box-shadow: 0 0 0 3px rgba(192, 57, 43, .1);
}
.field__error { font-size: var(--fs-xs); color: var(--c-err); min-height: 1em; }
.field__hint  { font-size: var(--fs-xs); color: var(--c-muted); }

.check { display: flex; gap: .7rem; align-items: flex-start; font-size: var(--fs-sm); }
.check input { width: 18px; height: 18px; margin-top: .28rem; flex-shrink: 0; accent-color: var(--c-brand); }

/* honeypot — fshihet nga perdoruesi, e mbushin vetem botet */
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.form-note {
  padding: 1rem 1.15rem; border-radius: var(--radius-sm); font-size: var(--fs-sm);
  display: none;
}
.form-note.is-visible { display: block; }
.form-note--ok  { background: var(--c-ok-bg);  color: #14532d; border: 1px solid #b7e4c7; }
.form-note--err { background: var(--c-err-bg); color: #7f1d1d; border: 1px solid #f5c6cb; }

/* ---------- 16. Kontakt info ---------- */
.contact-item { display: flex; gap: 1rem; align-items: flex-start; }
.contact-item .icon-box { width: 44px; height: 44px; margin: 0; flex-shrink: 0; }
.contact-item .icon-box svg { width: 21px; height: 21px; }
.contact-item h4 { font-size: var(--fs-sm); margin-bottom: .15rem; }
.contact-item a, .contact-item p { font-size: var(--fs-sm); color: var(--c-muted); text-decoration: none; }
.contact-item a:hover { color: var(--c-brand); text-decoration: underline; }

.map-embed {
  border: 0; width: 100%; height: 380px;
  border-radius: var(--radius); display: block; background: var(--c-surface-2);
}


/* ---------- 16b. Seksioni i kontaktit ----------
   Nje panel i vetem i ngritur mbi sfondin turkez: formulari ne te bardhe,
   te dhenat e kontaktit ne petrol te erret. Kjo e mban tekstin te lexueshem
   dhe e ndan qarte "shkruani" nga "na gjeni". */

/* h2.… sepse `.section--teal h2` ka specificitet me te larte se nje klase e vetme
   dhe do ta kthente titullin ne serif. */
h2.kontakt__title {
  font-family: var(--font-sans);
  font-size: clamp(1.9rem, 4vw, 2.75rem);
  color: #06231f;
  letter-spacing: -.02em;
  margin-bottom: .75rem;
}
.kontakt__sub {
  font-size: var(--fs-base);
  color: #0d3b38;
  max-width: 54ch;
  margin-inline: auto;
}

.kontakt-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, .85fr);
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(2, 51, 53, .18), 0 4px 12px rgba(2, 51, 53, .10);
}
@media (max-width: 900px) { .kontakt-panel { grid-template-columns: 1fr; } }

.kontakt-panel__form { padding: clamp(1.5rem, 3.5vw, 2.75rem); }

.kontakt-panel__info {
  background: linear-gradient(165deg, var(--c-brand) 0%, var(--c-brand-dark) 100%);
  color: #b9d2d0;
  padding: clamp(1.5rem, 3.5vw, 2.5rem);
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
.kontakt-panel__heading {
  font-family: var(--font-serif);
  color: #fff;
  font-size: var(--fs-xl);
  letter-spacing: 0;
}

/* Rreshtat e kontaktit */
.kontakt-rows { display: grid; }
.kontakt-row {
  display: flex; gap: 1rem; align-items: flex-start;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}
.kontakt-row:first-child { padding-top: 0; }
.kontakt-row:last-child { border-bottom: 0; padding-bottom: 0; }

.kontakt-row__icon {
  width: 42px; height: 42px; flex-shrink: 0;
  border-radius: 12px;
  background: rgba(246, 146, 30, .16);
  color: var(--c-accent);
  display: grid; place-items: center;
}
.kontakt-row__icon svg { width: 20px; height: 20px; stroke-width: 1.8; }

.kontakt-row__body { display: grid; gap: .15rem; min-width: 0; }
.kontakt-row__label {
  font-size: .7rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--c-accent);
}
.kontakt-row__value {
  color: #fff; font-weight: 600; font-size: var(--fs-sm);
  line-height: 1.5; text-decoration: none;
}
a.kontakt-row__value:hover { color: var(--c-accent); text-decoration: underline; }

/* Gjuhet e keshillimit */
.kontakt-langs { display: grid; gap: .6rem; }
.kontakt-langs__list { display: flex; flex-wrap: wrap; gap: .4rem; }
.kontakt-langs__list li {
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  padding: .3rem .8rem;
  font-size: var(--fs-xs);
  color: #e4f0ef;
}

.kontakt-map {
  margin-top: auto;
  display: inline-flex; align-items: center; gap: .45rem;
  color: #fff; font-size: var(--fs-sm); font-weight: 600;
  text-decoration: none;
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding-top: 1.25rem;
}
.kontakt-map::after { content: "\002192"; transition: transform .2s var(--ease); }
.kontakt-map:hover { color: var(--c-accent); }
.kontakt-map:hover::after { transform: translateX(4px); }

.kontakt__hint { font-size: var(--fs-xs); color: var(--c-muted); margin-top: 1rem; }
.kontakt__hint a { color: var(--c-brand); font-weight: 600; }

/* ---------- 17. CTA band ---------- */
.cta-band {
  background: linear-gradient(135deg, var(--c-brand) 0%, var(--c-brand-dark) 100%);
  border-radius: var(--radius-lg); padding: clamp(2.5rem, 6vw, 4rem);
  color: #cfdcea; text-align: center;
}
.cta-band h2 { color: #fff; margin-bottom: .85rem; }
.cta-band p { max-width: 52ch; margin: 0 auto 2rem; color: #b9cbdd; }

/* ---------- 18. Footer ---------- */
.site-footer { background: var(--c-brand-dark); color: #a8c2c1; font-size: var(--fs-sm); padding-top: 4rem; }
.site-footer h4 { color: #fff; font-size: var(--fs-sm); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 1.15rem; }
.site-footer a { color: #a8c2c1; text-decoration: none; }
.site-footer a:hover { color: var(--c-accent); }
.footer__grid { display: grid; gap: 2.5rem; grid-template-columns: 1.6fr 1fr 1fr 1.4fr; }
@media (max-width: 860px) { .footer__grid { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); } }
.footer__grid ul { display: grid; gap: .6rem; }
.site-footer .logo { color: #fff; margin-bottom: 1rem; }
.site-footer .logo__text small { color: var(--c-accent); }
.footer__bottom {
  margin-top: 3rem; padding-block: 1.5rem;
  border-top: 1px solid rgba(255,255,255,.1);
  display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between;
  font-size: var(--fs-xs);
}
.footer__legal { display: flex; flex-wrap: wrap; gap: 1.25rem; }

/* ---------- 19. Faqe ligjore / prose ---------- */
.page-head {
  background: var(--c-surface); border-bottom: 1px solid var(--c-line);
  padding-block: clamp(2.5rem, 6vw, 4rem);
}
.page-head p { color: var(--c-muted); max-width: 60ch; margin-top: .75rem; }

.breadcrumb { display: flex; gap: .5rem; font-size: var(--fs-xs); color: var(--c-muted); margin-bottom: .85rem; }
.breadcrumb a { text-decoration: none; }
.breadcrumb li + li::before { content: "/"; margin-right: .5rem; color: var(--c-line); }
.breadcrumb ol { display: flex; gap: .5rem; }

.prose { max-width: 75ch; }
.prose h2 { font-size: var(--fs-xl); margin-top: 2.75rem; margin-bottom: .85rem; }
.prose h3 { font-size: var(--fs-lg); margin-top: 2rem; margin-bottom: .6rem; }
.prose h2:first-child, .prose h3:first-child { margin-top: 0; }
.prose p, .prose ul, .prose ol { margin-bottom: 1.15rem; font-size: var(--fs-sm); }
.prose ul { list-style: disc; padding-left: 1.35rem; }
.prose ol { list-style: decimal; padding-left: 1.35rem; }
.prose li { margin-bottom: .4rem; }
.prose strong { color: var(--c-ink); }
.prose table { width: 100%; border-collapse: collapse; font-size: var(--fs-sm); margin-bottom: 1.15rem; }
.prose th, .prose td { text-align: left; padding: .7rem; border-bottom: 1px solid var(--c-line); }
.prose th { color: var(--c-ink); }

/* Shenim per gjerat qe duhen zevendesuar */
.todo {
  background: #fff8e1; border: 1px dashed var(--c-accent-dark); color: #6b4d00;
  padding: .15rem .45rem; border-radius: 4px; font-size: .95em; font-weight: 600;
}

/* ---------- 20. Animacion reveal ----------
   Gjendja e fshehur zbatohet VETEM nese JS-i punon (klasa .js vendoset nga
   main.js). Pa JavaScript permbajtja shfaqet normalisht — asnje seksion
   nuk humbet nese skripti deshton ose bllokohet. */
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.js .reveal.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important; animation-iteration-count: 1 !important;
    transition-duration: .01ms !important; scroll-behavior: auto !important;
  }
  .js .reveal { opacity: 1; transform: none; }
}

/* ---------- 21. Print ---------- */
@media print {
  .site-header, .site-footer, .btn, .cta-band, .nav__toggle { display: none !important; }
  body { color: #000; font-size: 11pt; }
  a::after { content: " (" attr(href) ")"; font-size: 9pt; color: #555; }
}
