/* =====================================================================
   Futura Color — stili i faqes (vetëm CSS, pa JavaScript)
   Ngjyrat e markës: rozë #ea3457 → vjollcë #602e75 · Fonti: Lato
   ===================================================================== */

:root {
  --pink: #ea3457;
  --pink-text: #cf2848;          /* rozë më e errët për tekst (kontrast AA) */
  --purple: #602e75;
  --grad: linear-gradient(100deg, #db2d4c 0%, #a82f6a 52%, #602e75 100%);
  --grad-hero: linear-gradient(87deg, rgba(234, 52, 87, .80) 0%, rgba(96, 46, 117, .88) 100%);
  --ink: #120f14;
  --text: #363537;
  --muted: #6d6a72;
  --line: #ece8ef;
  --bg: #fff;
  --soft: #f8f5fa;
  --dark: #1a1120;
  --wa: #0e8043;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 10px 30px -14px rgba(46, 18, 60, .28);
  --shadow-lg: 0 26px 60px -24px rgba(46, 18, 60, .42);
  --container: 1200px;
  --gutter: clamp(16px, 4vw, 32px);
  --header-h: 88px;
  --font: "Lato", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* ---------- baza ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0; font-family: var(--font); font-size: 1.0625rem; line-height: 1.75;
  color: var(--text); background: var(--bg); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { max-width: 100%; }
img { height: auto; display: block; }
a { color: var(--pink-text); text-underline-offset: 3px; text-decoration-thickness: 1px; transition: color .2s ease; }
a:hover { color: var(--purple); }
h1, h2, h3, h4, h5, h6 { color: var(--ink); font-weight: 900; line-height: 1.2; margin: 0 0 .6em; letter-spacing: -.01em; text-wrap: balance; }
p { margin: 0 0 1.1em; }
ul, ol { margin: 0 0 1.1em; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--pink); outline-offset: 3px; border-radius: 6px; }
::selection { background: rgba(234, 52, 87, .22); }

.container { width: 100%; max-width: calc(var(--container) + 2 * var(--gutter)); margin-inline: auto; padding-inline: var(--gutter); }
.narrow { max-width: 860px; }
.center { text-align: center; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 16px; top: -120px; z-index: 200; background: #fff; color: var(--ink); padding: 10px 18px; border-radius: 10px; font-weight: 700; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }
.ico { width: 1.15em; height: 1.15em; flex: none; vertical-align: -.18em; }
.lead { font-size: 1.15rem; color: var(--muted); max-width: 62ch; margin-inline: auto; }
.btn-row { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.grid + .center, .service-cols + .center { margin: clamp(32px, 4vw, 48px) 0 0; }

/* ---------- butonat ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  min-height: 48px; padding: .75em 1.6em; border-radius: 999px; border: 2px solid transparent;
  font-weight: 700; font-size: .95rem; line-height: 1.2; letter-spacing: .02em; text-decoration: none; cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--primary { background: var(--grad); color: #fff; box-shadow: 0 12px 26px -12px rgba(219, 45, 76, .75); }
.btn--primary:hover { color: #fff; box-shadow: 0 16px 32px -12px rgba(219, 45, 76, .85); }
.btn--light { background: #fff; color: var(--pink-text); }
.btn--light:hover { color: var(--purple); box-shadow: 0 14px 30px -14px rgba(0, 0, 0, .45); }
.btn--ghost { background: rgba(255, 255, 255, .06); color: #fff; border-color: rgba(255, 255, 255, .8); backdrop-filter: blur(4px); }
.btn--ghost:hover { background: #fff; color: var(--pink-text); border-color: #fff; }
.btn--outline { background: transparent; color: var(--pink-text); border-color: currentColor; }
.btn--outline:hover { background: var(--pink-text); border-color: var(--pink-text); color: #fff; }
.btn--wa { background: var(--wa); color: #fff; }
.btn--wa:hover { background: #0a6a37; color: #fff; box-shadow: 0 14px 28px -14px rgba(14, 128, 67, .8); }
.btn--sm { min-height: 40px; padding: .55em 1.2em; font-size: .875rem; }

/* ---------- koka (header) ---------- */
.site-header { position: absolute; inset: 0 0 auto 0; z-index: 50; color: #fff; isolation: isolate; }
.site-header__bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: var(--header-h); }
.brand { display: block; flex: none; border-radius: 10px; }
.brand img { height: 64px; width: auto; }

.nav-toggle, .nav-close {
  display: inline-grid; place-items: center; width: 48px; height: 48px; border: 0; border-radius: 14px;
  background: rgba(255, 255, 255, .16); color: #fff; cursor: pointer;
}
.nav-toggle .ico, .nav-close .ico { width: 24px; height: 24px; }
.nav-close { position: absolute; top: 20px; right: var(--gutter); }

.menu, .lang { list-style: none; margin: 0; padding: 0; }
.menu a { display: block; color: #fff; text-decoration: none; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.lang { display: flex; gap: 4px; }
.lang a { display: block; padding: .3rem .5rem; border-radius: 8px; color: rgba(255, 255, 255, .88); font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-decoration: none; }
.lang a:hover { background: rgba(255, 255, 255, .16); color: #fff; }
.lang a[aria-current] { background: #fff; color: var(--pink-text); }

/* menuja në celular: popover (HTML, pa JS) */
.site-nav:popover-open {
  position: fixed; inset: 0; width: 100%; height: 100%; max-width: none; max-height: none; margin: 0; border: 0;
  padding: 96px var(--gutter) 40px; background: var(--grad); color: #fff; overflow-y: auto;
  display: flex; flex-direction: column; gap: 28px;
}
.site-nav:popover-open .menu a { font-size: 1.5rem; padding: .65rem 0; border-bottom: 1px solid rgba(255, 255, 255, .18); letter-spacing: .04em; }
.site-nav:popover-open .menu a[aria-current] { color: #fff; text-decoration: underline; text-underline-offset: 8px; text-decoration-thickness: 3px; }
.site-nav:popover-open .lang a { font-size: .95rem; padding: .45rem .8rem; }
.site-nav:popover-open .nav-cta { align-self: flex-start; }
.site-nav::backdrop { background: rgba(26, 17, 32, .5); }

@media (min-width: 1000px) {
  .nav-toggle, .nav-close { display: none; }
  .site-nav {
    display: flex; align-items: center; gap: 18px; position: static; inset: auto; width: auto; height: auto;
    margin: 0; padding: 0; border: 0; background: none; color: inherit; overflow: visible;
  }
  .menu { display: flex; gap: 2px; }
  .menu a { padding: .55rem .85rem; font-size: .8rem; border-radius: 999px; position: relative; }
  .menu a::after { content: ""; position: absolute; left: .85rem; right: .85rem; bottom: .3rem; height: 2px; border-radius: 2px; background: #fff; transform: scaleX(0); transition: transform .25s ease; }
  .menu a:hover::after, .menu a[aria-current]::after { transform: scaleX(1); }
  .nav-cta { display: none; }
}
@media (min-width: 1240px) { .nav-cta { display: inline-flex; } }

/* koka ngjitëse që ngjyroset kur lëviz faqja (CSS scroll-driven, përmirësim progresiv) */
@supports (animation-timeline: scroll()) {
  .site-header { position: fixed; }
  .site-header::before {
    content: ""; position: absolute; inset: 0; z-index: -1; background: var(--grad);
    box-shadow: 0 14px 34px -20px rgba(40, 10, 50, .8); opacity: 0;
    animation: hdr-bg linear both; animation-timeline: scroll(root); animation-range: 30px 180px;
  }
  .site-header__bar { animation: hdr-bar linear both; animation-timeline: scroll(root); animation-range: 30px 180px; }
  .brand img { animation: hdr-logo linear both; animation-timeline: scroll(root); animation-range: 30px 180px; }
  @keyframes hdr-bg { to { opacity: 1; } }
  @keyframes hdr-bar { to { height: 70px; } }
  @keyframes hdr-logo { to { height: 50px; } }
}

/* ---------- valët e markës ---------- */
.wave { position: absolute; left: 0; right: 0; bottom: -1px; width: 100%; height: clamp(34px, 5.5vw, 84px); fill: #fff; z-index: 2; pointer-events: none; }
.wave__line { stroke: rgba(255, 255, 255, .55); stroke-width: 2; }

/* ---------- hero (kreu) me slideshow vetëm me CSS ---------- */
.hero { position: relative; min-height: clamp(580px, 94svh, 880px); color: #fff; overflow: hidden; isolation: isolate; background: #3b1a47; display: grid; }
.hero__slides { position: absolute; inset: 0; }
.hero__slide { position: absolute; inset: 0; display: flex; align-items: center; opacity: 0; visibility: hidden; animation: hero-fade 21s infinite; }
.hero__slide:first-child { opacity: 1; visibility: visible; }
.hero__slide:nth-child(2) { animation-delay: -14s; }
.hero__slide:nth-child(3) { animation-delay: -7s; }
.hero__slide::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--grad-hero); }
.hero__img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; animation: hero-kb 21s infinite linear; }
.hero__slide:nth-child(2) .hero__img { animation-delay: -14s; }
.hero__slide:nth-child(3) .hero__img { animation-delay: -7s; }
.hero__content { position: relative; text-align: center; padding-top: var(--header-h); padding-bottom: 96px; }
.hero__title { font-size: clamp(2.4rem, 6.6vw, 4.8rem); line-height: 1.04; font-weight: 900; color: #fff; margin: 0 auto .3em; max-width: 16ch; text-shadow: 0 6px 30px rgba(40, 10, 50, .35); letter-spacing: -.02em; }
.hero__sub { font-style: italic; font-size: clamp(1.1rem, 2.3vw, 1.5rem); max-width: 44ch; margin: 0 auto 1.8em; opacity: .96; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.hero__dots { position: absolute; left: 50%; bottom: clamp(56px, 8vw, 110px); transform: translateX(-50%); display: flex; gap: 8px; z-index: 3; }
.hero__dots span { position: relative; width: 34px; height: 4px; border-radius: 4px; background: rgba(255, 255, 255, .35); overflow: hidden; }
.hero__dots span::after { content: ""; position: absolute; inset: 0; background: #fff; transform: scaleX(0); transform-origin: left; animation: hero-dot 21s infinite linear; }
.hero__dots span:nth-child(2)::after { animation-delay: -14s; }
.hero__dots span:nth-child(3)::after { animation-delay: -7s; }
.hero:hover .hero__slide, .hero:hover .hero__img, .hero:hover .hero__dots span::after,
.hero:focus-within .hero__slide, .hero:focus-within .hero__img, .hero:focus-within .hero__dots span::after { animation-play-state: paused; }
@keyframes hero-fade {
  0%, 30% { opacity: 1; visibility: visible; }
  33.34%, 96.66% { opacity: 0; visibility: hidden; }
  100% { opacity: 1; visibility: visible; }
}
@keyframes hero-kb { 0% { transform: scale(1.02); } 36% { transform: scale(1.14) translate(-1%, -1%); } 100% { transform: scale(1.14) translate(-1%, -1%); } }
@keyframes hero-dot { 0% { transform: scaleX(0); } 33.33% { transform: scaleX(1); } 33.34%, 100% { transform: scaleX(0); } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero__slide, .hero__img, .hero__dots span::after { animation: none; }
  .hero__dots { display: none; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* ---------- koka e faqeve të brendshme ---------- */
.page-hero {
  position: relative; overflow: hidden; isolation: isolate; color: #fff; text-align: center;
  padding: calc(var(--header-h) + clamp(40px, 7vw, 80px)) 0 clamp(90px, 11vw, 140px);
  background: var(--grad-hero), url("/wp-content/uploads/2023/10/Untitled-design-1-768x512.png") center / cover no-repeat, #7a2d63;
}
@media (min-width: 769px) {
  .page-hero { background-image: var(--grad-hero), url("/wp-content/uploads/2023/10/Untitled-design-1-1024x683.png"); }
}
.page-hero__inner { position: relative; z-index: 3; }
.page-hero__eyebrow { margin: 0 0 .7em; font-style: italic; font-size: 1.05rem; opacity: .95; }
.page-hero__eyebrow a { color: #fff; }
.page-hero__title { color: #fff; font-size: clamp(2.1rem, 5.4vw, 3.6rem); max-width: 22ch; margin: 0 auto .45em; letter-spacing: -.015em; text-shadow: 0 4px 24px rgba(40, 10, 50, .25); }
.page-hero--post .page-hero__title { font-size: clamp(1.75rem, 4.2vw, 3rem); max-width: 30ch; }
.page-hero__page { font-weight: 400; opacity: .8; font-size: .6em; white-space: nowrap; }
.page-hero__sub { font-style: italic; font-size: 1.2rem; margin: -.2em 0 1em; opacity: .95; }
.crumbs ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 4px 8px; font-size: .85rem; }
.crumbs li { display: flex; align-items: center; gap: 8px; min-width: 0; }
.crumbs li + li::before { content: "›"; opacity: .7; }
.crumbs a { color: #fff; opacity: .88; text-decoration: none; }
.crumbs a:hover { opacity: 1; text-decoration: underline; }
.crumbs [aria-current] { opacity: .78; max-width: min(46ch, 70vw); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* ---------- seksionet ---------- */
.section { padding: clamp(56px, 8vw, 104px) 0; position: relative; }
.section--soft { background: var(--soft); }
.section--dark { background: radial-gradient(1200px 500px at 85% -10%, rgba(234, 52, 87, .22), transparent 60%), radial-gradient(900px 500px at 0% 110%, rgba(96, 46, 117, .45), transparent 60%), var(--dark); color: #e6dfeb; }
.section--dark .section-title { color: #fff; }
.section--dark .eyebrow { color: #ff8aa0; }
.section--gradient { background: var(--grad); color: #fff; padding: clamp(48px, 6vw, 72px) 0; }
.section-head { margin-bottom: clamp(28px, 4vw, 48px); }
.section-head--center { text-align: center; }
.section-head--center .section-title { margin-inline: auto; max-width: 24ch; }
.eyebrow { display: inline-flex; align-items: center; gap: .7em; margin: 0 0 .7em; font-size: .78rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; color: var(--pink-text); }
.eyebrow::before { content: ""; width: 30px; height: 3px; border-radius: 3px; background: var(--grad); }
.section-head--center .eyebrow::after { content: ""; width: 30px; height: 3px; border-radius: 3px; background: var(--grad); }
.section-title { font-size: clamp(1.8rem, 3.8vw, 2.8rem); margin: 0; }
.section-title--xl { margin-bottom: clamp(28px, 4vw, 48px); }
.hl { color: var(--pink-text); }
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .hl { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
  .section--dark .hl { background-image: linear-gradient(90deg, #ff6d8a, #d59be8); }
}

/* ---------- blloqet me dy kolona ---------- */
.split { display: grid; gap: clamp(28px, 5vw, 72px); align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; } .split--narrow { grid-template-columns: 2fr 1fr; } }
.split__text > :last-child { margin-bottom: 0; }
.split__text .section-head, .project__text .section-title { margin-bottom: 20px; }
.narrow > .section-title { margin-bottom: 20px; }
.split__text .btn { margin-top: .6em; }
.split__media { margin: 0; }
.split__media img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.split__media--cover img { aspect-ratio: 4 / 3; object-fit: cover; }
.split__media--plain img { box-shadow: none; border-radius: 0; }
.split__media--small { justify-self: center; }
.split__media--small img { width: auto; max-width: 168px; border-radius: var(--radius); box-shadow: var(--shadow); }
.card-panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: clamp(24px, 4vw, 44px); }

/* ---------- kreu: dy shërbimet kryesore ---------- */
.section--features { padding: 0 0 clamp(40px, 6vw, 72px); margin-top: calc(-1 * clamp(24px, 4vw, 56px)); z-index: 4; }
.features { display: grid; gap: 20px; }
@media (min-width: 860px) { .features { grid-template-columns: 1fr 1fr; gap: 28px; } }
.feature { display: flex; gap: 22px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-lg); }
.feature__img { flex: none; width: 124px; height: 124px; border-radius: 50%; background: radial-gradient(circle at 30% 30%, #fff, var(--soft)); display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); }
.feature__img img { width: 100%; height: 100%; object-fit: contain; padding: 10px; }
.feature__title { font-size: 1.25rem; margin-bottom: .35em; }
.feature p { margin: 0; font-size: .95rem; color: var(--muted); line-height: 1.65; }
@media (max-width: 560px) { .feature { flex-direction: column; text-align: center; } }

/* ---------- kartat (blog, projekte, produkte) ---------- */
.grid { display: grid; gap: clamp(18px, 2.4vw, 28px); grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr)); }
.grid--4 { grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr)); }
@media (max-width: 640px) {
  .grid--scroll { grid-auto-flow: column; grid-template-columns: none; grid-auto-columns: 84%; overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px 4px 16px; margin: 0 -4px; overscroll-behavior-x: contain; }
  .grid--scroll > * { scroll-snap-align: start; }
}
.card { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 1px 2px rgba(20, 10, 30, .05), 0 12px 30px -20px rgba(46, 18, 60, .4); transition: transform .25s ease, box-shadow .25s ease; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.card__media { position: relative; display: block; aspect-ratio: 3 / 2; overflow: hidden; background: var(--soft); }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.card:hover .card__media img { transform: scale(1.05); }
.card__media::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 5px; background: var(--grad); transform: scaleX(0); transform-origin: left; transition: transform .35s ease; }
.card:hover .card__media::after { transform: scaleX(1); }
.card__media--square { aspect-ratio: 1; background: #fff; }
.card__media--square img { object-fit: contain; padding: 14px; }
.card__body { display: flex; flex-direction: column; gap: .6rem; padding: 20px 22px 22px; flex: 1; }
.card__title { font-size: 1.15rem; line-height: 1.32; margin: 0; }
.card__title a { color: var(--ink); text-decoration: none; }
.card__title a:hover { color: var(--pink-text); }
.card__meta { display: flex; flex-wrap: wrap; align-items: center; gap: .45rem; margin: 0; font-size: .76rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.card__meta .ico { color: var(--pink); }
.card__excerpt { margin: 0; font-size: .95rem; line-height: 1.65; color: var(--muted); display: -webkit-box; -webkit-line-clamp: 4; line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.card__more { margin-top: auto; padding-top: .4rem; display: inline-flex; align-items: center; gap: .45rem; font-size: .8rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; color: var(--pink-text); align-self: flex-start; }
.card__more .ico { transition: transform .2s ease; }
.card__more:hover .ico { transform: translateX(4px); }
.card .btn { align-self: flex-start; margin-top: auto; }

/* ---------- etiketat (chips) ---------- */
.chips { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; margin: 0; padding: 0; }
.chips a { display: inline-block; padding: .3rem .8rem; border-radius: 999px; border: 1px solid var(--line); background: var(--soft); color: var(--purple); font-size: .78rem; font-weight: 700; line-height: 1.5; text-decoration: none; transition: background-color .2s, color .2s, border-color .2s; }
.chips a:hover { background: var(--pink-text); border-color: var(--pink-text); color: #fff; }
.chips--card a { background: rgba(234, 52, 87, .08); border-color: transparent; color: var(--pink-text); font-size: .66rem; letter-spacing: .09em; text-transform: uppercase; padding: .22rem .65rem; }
.chips--filter { justify-content: center; margin: -12px 0 36px; }
.chips--filter a { font-size: .85rem; padding: .45rem 1rem; background: #fff; }
.chips--inline { margin-bottom: 16px; }
.chips--footer a { background: rgba(255, 255, 255, .07); border-color: rgba(255, 255, 255, .14); color: #fff; }
.chips--footer a:hover { background: var(--pink-text); border-color: var(--pink-text); }
.chips--footer span { opacity: .6; margin-left: .15em; }

/* ---------- galeria + lightbox (popover, pa JS) ---------- */
.gallery { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 720px) { .gallery { grid-template-columns: repeat(3, 1fr); gap: 16px; } }
.gallery__btn { position: relative; display: block; width: 100%; aspect-ratio: 4 / 3; padding: 0; border: 0; border-radius: var(--radius-sm); overflow: hidden; background: #000; cursor: zoom-in; }
.gallery__btn img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease, opacity .3s ease; }
.gallery__btn:hover img { transform: scale(1.06); opacity: .82; }
.gallery__zoom { position: absolute; right: 12px; bottom: 12px; width: 42px; height: 42px; border-radius: 50%; background: rgba(255, 255, 255, .94); color: var(--pink-text); display: grid; place-items: center; opacity: 0; transform: translateY(6px); transition: opacity .25s, transform .25s; }
.gallery__btn:hover .gallery__zoom, .gallery__btn:focus-visible .gallery__zoom { opacity: 1; transform: none; }
.lightbox { margin: auto; padding: 0; border: 0; background: transparent; overflow: visible; max-width: 94vw; max-height: 92vh; }
.lightbox:popover-open { display: grid; place-items: center; animation: lb-in .25s ease; }
.lightbox img { width: min(94vw, var(--w, 1500px)); height: auto; max-height: 88vh; object-fit: contain; border-radius: 10px; filter: drop-shadow(0 30px 60px rgba(0, 0, 0, .5)); }
.lightbox::backdrop { background: rgba(12, 6, 16, .9); }
.lightbox__close { position: fixed; top: 16px; right: 16px; width: 48px; height: 48px; border: 0; border-radius: 50%; background: #fff; color: var(--ink); display: grid; place-items: center; cursor: pointer; box-shadow: var(--shadow); }
.lightbox__close .ico { width: 22px; height: 22px; }
@keyframes lb-in { from { opacity: 0; transform: scale(.97); } }

/* ---------- pse ne ---------- */
.why { display: grid; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr)); }
.why__item { position: relative; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; transition: transform .25s ease, box-shadow .25s ease; }
.why__item::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 4px; background: var(--grad); transform: scaleX(.25); transform-origin: left; transition: transform .35s ease; }
.why__item:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.why__item:hover::before { transform: scaleX(1); }
.why__icon { width: 68px; height: 68px; border-radius: 20px; display: grid; place-items: center; margin-bottom: 18px; background: linear-gradient(135deg, rgba(234, 52, 87, .1), rgba(96, 46, 117, .14)); }
.why__icon img { width: 42px; height: 42px; object-fit: contain; }
.why__title { font-size: 1.15rem; }
.why__item p { margin: 0; font-size: .95rem; line-height: 1.7; color: var(--muted); }

/* ---------- kontakt në kreu ---------- */
.split--contact { align-items: stretch; }
.split--contact .split__media img { aspect-ratio: 16 / 10; object-fit: cover; }
@media (min-width: 900px) { .split--contact .split__media img { height: 100%; min-height: 320px; aspect-ratio: auto; } }

/* ---------- forma ---------- */
.form { display: grid; gap: 14px; }
.form__row { display: grid; gap: 14px; }
@media (min-width: 640px) { .form__row { grid-template-columns: 1fr 1fr; } }
.field { display: grid; gap: 6px; margin: 0; }
.field label { font-size: .74rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; color: var(--ink); }
.field input, .field textarea { width: 100%; font: inherit; font-size: 1rem; color: var(--ink); background: var(--soft); border: 2px solid transparent; border-radius: 12px; padding: .8rem 1rem; transition: border-color .2s, background-color .2s; }
.field input:hover, .field textarea:hover { border-color: var(--line); }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--pink); background: #fff; }
.field textarea { resize: vertical; min-height: 130px; }
.form__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 4px; }
.form__note { margin: 0; font-size: .82rem; line-height: 1.6; color: var(--muted); }

/* ---------- statistikat ---------- */
.stats { display: grid; gap: 28px 20px; grid-template-columns: repeat(2, 1fr); text-align: center; }
@media (min-width: 860px) { .stats { grid-template-columns: repeat(4, 1fr); } }
.stat .ico { width: 34px; height: 34px; margin: 0 auto 10px; display: block; opacity: .85; }
.stat__num { margin: 0; font-size: clamp(2.4rem, 5vw, 3.4rem); font-weight: 900; line-height: 1; color: #fff; }
.stat__num span { opacity: .75; }
.stat__label { margin: .45em 0 0; font-weight: 700; opacity: .92; }

/* ---------- lista e shërbimeve ---------- */
.service-cols { display: grid; gap: 12px 28px; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); margin-bottom: 40px; }
.service-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; align-content: start; }
.service-list li { display: flex; gap: 12px; align-items: flex-start; padding: 12px 16px; border-radius: 12px; background: var(--soft); color: var(--ink); font-weight: 700; font-size: .95rem; line-height: 1.45; transition: background-color .2s, transform .2s; }
.service-list li:hover { background: #fff; transform: translateX(4px); box-shadow: var(--shadow); }
.service-list .ico { color: var(--pink); margin-top: .12em; }

/* ---------- artikulli ---------- */
.layout { display: grid; gap: 48px; padding-block: clamp(40px, 6vw, 80px); }
@media (min-width: 1024px) { .layout { grid-template-columns: minmax(0, 1fr) 330px; gap: 56px; } }
.post { min-width: 0; }
.post__figure { margin: 0 0 24px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); }
.post__figure img { width: 100%; max-height: 560px; object-fit: cover; }
.post__figure--small { display: flex; justify-content: center; padding: 28px; background: var(--soft); box-shadow: none; }
.post__figure--small img { width: auto; max-height: none; border-radius: 12px; box-shadow: var(--shadow); }
.post__meta { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-bottom: 28px; padding-bottom: 18px; border-bottom: 1px solid var(--line); font-size: .86rem; color: var(--muted); }
.post__meta span { display: inline-flex; align-items: center; gap: .45rem; }
.post__meta .ico { color: var(--pink); }
.post__meta a { color: var(--muted); }
.prose { font-size: 1.075rem; line-height: 1.8; max-width: 74ch; overflow-wrap: break-word; }
.prose > :last-child { margin-bottom: 0; }
.prose h2 { font-size: clamp(1.5rem, 3vw, 2rem); margin-top: 1.6em; }
.prose h3 { font-size: clamp(1.25rem, 2.4vw, 1.5rem); margin-top: 1.5em; }
.prose h4 { font-size: 1.15rem; margin-top: 1.4em; }
.prose > h2:first-child, .prose > h3:first-child { margin-top: 0; }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose li { margin-bottom: .45em; }
.prose li::marker { color: var(--pink); font-weight: 700; }
.prose li > p { margin-bottom: .4em; }
.prose a { font-weight: 700; }
.prose strong { color: var(--ink); }
.prose img { border-radius: 12px; margin: 1.6em 0; }
.prose blockquote { margin: 1.6em 0; padding: 1em 1.4em; border-left: 4px solid var(--pink); background: var(--soft); border-radius: 0 12px 12px 0; font-style: italic; }
.prose table { width: 100%; border-collapse: collapse; margin: 1.5em 0; font-size: .95rem; }
.prose th, .prose td { border: 1px solid var(--line); padding: .6em .8em; text-align: left; }
.prose .tc { text-align: center; }
.prose .tr { text-align: right; }
.prose--lead { font-size: 1.2rem; }
.post__footer { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line); display: grid; gap: 18px; }
.post__terms { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.post__terms-label { margin: 0; display: inline-flex; align-items: center; gap: .45rem; font-size: .85rem; font-weight: 900; color: var(--ink); }
.share { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.share__label { margin: 0; font-size: .85rem; font-weight: 900; color: var(--ink); }
.share ul { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.share a { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--soft); color: var(--purple); transition: background-color .2s, color .2s, transform .2s; }
.share a:hover { background: var(--pink-text); color: #fff; transform: translateY(-2px); }
.share .ico { width: 18px; height: 18px; }
.post-cta { margin-top: 40px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; padding: 28px; border-radius: var(--radius); background: var(--grad); color: #fff; box-shadow: var(--shadow-lg); }
.post-cta__title { margin: 0 0 .3em; font-size: 1.3rem; font-weight: 900; line-height: 1.3; color: #fff; }
.post-cta p { margin: 0; }
.post-cta__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.post-nav { margin-top: 40px; display: grid; gap: 16px; }
@media (min-width: 640px) { .post-nav { grid-template-columns: 1fr 1fr; } }
.post-nav__link { display: grid; gap: 4px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); text-decoration: none; transition: border-color .2s, box-shadow .2s; }
.post-nav__link:hover { color: var(--ink); border-color: var(--pink); box-shadow: var(--shadow); }
.post-nav__link span { display: inline-flex; align-items: center; gap: .4rem; font-size: .74rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; color: var(--pink-text); }
.post-nav__link strong { font-weight: 700; line-height: 1.4; }
.post-nav__link--next { text-align: right; }
.post-nav__link--next span { justify-content: flex-end; }

/* ---------- anësorja ---------- */
.sidebar { display: grid; gap: 22px; align-content: start; min-width: 0; }
.widget { background: var(--soft); border-radius: var(--radius); padding: 24px; }
.widget__title { margin: 0 0 14px; font-size: .9rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; color: var(--ink); }
.widget--cta { background: var(--grad); color: #fff; }
.widget--cta .widget__title { color: #fff; letter-spacing: .02em; text-transform: none; font-size: 1.2rem; line-height: 1.3; }
.search { display: flex; background: #fff; border: 2px solid var(--line); border-radius: 999px; overflow: hidden; transition: border-color .2s; }
.search:focus-within { border-color: var(--pink); }
.search input { flex: 1; min-width: 0; border: 0; background: transparent; padding: .7rem 1.1rem; font: inherit; font-size: 1rem; color: var(--ink); }
.search input:focus { outline: none; }
.search button { width: 52px; border: 0; background: var(--grad); color: #fff; display: grid; place-items: center; cursor: pointer; }
.search--big { max-width: 540px; margin: 28px auto; }
.recent { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.recent a { display: block; color: var(--ink); font-weight: 700; line-height: 1.4; text-decoration: none; }
.recent a:hover { color: var(--pink-text); }
.recent time { display: block; margin-top: 3px; font-size: .74rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.cat-list { list-style: none; margin: 0; padding: 0; }
.cat-list li { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 9px 0; border-bottom: 1px dashed #ddd5e3; }
.cat-list li:last-child { border-bottom: 0; }
.cat-list a { color: var(--ink); font-weight: 700; text-decoration: none; }
.cat-list a:hover { color: var(--pink-text); }
.cat-list span { min-width: 28px; text-align: center; font-size: .78rem; font-weight: 700; color: var(--muted); background: #fff; border-radius: 999px; padding: 0 .5em; }

/* ---------- faqet e listimit ---------- */
.pager { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 48px; }
.pager a, .pager span { min-width: 46px; height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: .45rem; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; font-weight: 700; color: var(--ink); text-decoration: none; }
.pager a:hover { border-color: var(--pink); color: var(--pink-text); }
.pager [aria-current] { background: var(--grad); border-color: transparent; color: #fff; }

/* ---------- projekti ---------- */
.project { display: grid; gap: clamp(28px, 5vw, 64px); align-items: start; }
@media (min-width: 900px) { .project { grid-template-columns: 1.05fr 1fr; } }
.project__figure { margin: 0; }
.project__figure img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.project__cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }

/* ---------- produkti ---------- */
.product { display: grid; gap: clamp(28px, 5vw, 64px); align-items: start; }
@media (min-width: 900px) { .product { grid-template-columns: 1fr 1fr; } }
.product__figure { position: relative; margin: 0; display: grid; place-items: center; padding: 28px; border-radius: var(--radius); background: var(--soft); }
.product__figure img { width: auto; max-height: 520px; }
.badge { position: absolute; top: 14px; left: 14px; z-index: 2; padding: .35rem .85rem; border-radius: 999px; background: var(--grad); color: #fff; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.price { margin: 0 0 .7em; font-size: 1.8rem; font-weight: 900; color: var(--ink); }
.price del { margin-right: .35em; font-size: .75em; font-weight: 400; color: var(--muted); }
.price ins { text-decoration: none; color: var(--pink-text); }
.card .price { margin: 0; font-size: 1.2rem; }
.product__actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0; }
.product__meta { display: grid; grid-template-columns: auto 1fr; gap: 6px 16px; margin: 0; font-size: .92rem; }
.product__meta dt { font-weight: 900; color: var(--ink); }
.product__meta dd { margin: 0; }

/* ---------- kontakti ---------- */
.contact { display: grid; gap: 32px; align-items: start; }
@media (min-width: 960px) { .contact { grid-template-columns: 1.45fr 1fr; } }
.info-card { background: var(--grad); color: #fff; border-radius: var(--radius); padding: clamp(24px, 4vw, 40px); box-shadow: var(--shadow-lg); }
.info-card__title { color: #fff; font-size: 1.5rem; }
.info-card__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.info-card .btn--primary { background: #fff; color: var(--pink-text); box-shadow: none; }
.contact-list { list-style: none; margin: 0 0 24px; padding: 0; display: grid; gap: 14px; }
.contact-list li { display: flex; gap: 12px; align-items: flex-start; line-height: 1.55; }
.contact-list .ico { margin-top: .2em; opacity: .9; }
.contact-list a { color: inherit; text-decoration: none; overflow-wrap: anywhere; }
.contact-list a:hover { text-decoration: underline; color: inherit; }
.contact-list--big { font-size: 1.05rem; }
.map iframe { display: block; width: 100%; height: clamp(320px, 45vw, 480px); border: 0; }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 40px; align-items: start; }
@media (min-width: 960px) { .faq { grid-template-columns: 1.2fr 1fr; } }
.faq__list { display: grid; gap: 12px; }
.faq__item { background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.faq__item summary { position: relative; padding: 18px 60px 18px 22px; font-weight: 900; color: var(--ink); cursor: pointer; list-style: none; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: var(--soft); color: var(--pink-text); font-size: 1.2rem; line-height: 1; }
.faq__item[open] summary::after { content: "–"; }
.faq__item .prose { padding: 0 22px 18px; font-size: 1rem; }

/* ---------- harta e faqes / 404 ---------- */
.html-sitemap { display: grid; gap: 32px 40px; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); }
.html-sitemap > p { grid-column: 1 / -1; }
.hs-section h2 { font-size: 1.2rem; padding-bottom: 10px; border-bottom: 2px solid var(--line); }
.hs-section ul { margin: 0; padding-left: 1.1em; }
.hs-section li { margin-bottom: .4em; line-height: 1.5; }
.hs-section li::marker { color: var(--pink); }
.err-code { margin: 0; font-size: clamp(5rem, 18vw, 10rem); font-weight: 900; line-height: 1; color: var(--pink-text); }
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .err-code { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
}

/* ---------- këmba (footer) ---------- */
.cta-band { background: var(--grad); color: #fff; padding: clamp(32px, 5vw, 48px) 0; }
.cta-band__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 22px; }
.cta-band__eyebrow { margin: 0; font-style: italic; opacity: .92; }
.cta-band__title { margin: 0; font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 900; line-height: 1.2; color: #fff; }
.cta-band__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.site-footer { background: var(--dark); color: #cfc6d6; font-size: .95rem; }
.footer-grid { display: grid; gap: 40px 32px; padding-block: clamp(48px, 7vw, 72px); grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)); }
.footer-logo { display: inline-block; margin-bottom: 14px; }
.footer-logo img { width: 110px; }
.footer-about p { line-height: 1.7; }
.footer-title { position: relative; margin: 0 0 20px; padding-bottom: 12px; color: #fff; font-size: .85rem; letter-spacing: .16em; text-transform: uppercase; }
.footer-title::after { content: ""; position: absolute; left: 0; bottom: 0; width: 36px; height: 3px; border-radius: 3px; background: var(--grad); }
.site-footer a { color: #fff; }
.site-footer a:hover { color: #ff8aa0; }
.site-footer .btn--primary:hover { color: #fff; }
.recent--footer time { color: #a79daf; }
.recent--footer a { color: #fff; font-weight: 700; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .08); padding: 18px 0; font-size: .85rem; }
.footer-bottom__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; }
.footer-bottom p { margin: 0; }
.footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; list-style: none; margin: 0; padding: 0; }
.footer-links a { color: #cfc6d6; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.site-footer .to-top { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--grad); color: #fff; }

/* ---------- butoni WhatsApp ---------- */
.wa-float { position: fixed; right: 16px; bottom: 16px; z-index: 60; display: inline-flex; align-items: center; gap: 10px; padding: 12px; border-radius: 999px; background: var(--wa); color: #fff; font-size: .9rem; font-weight: 700; text-decoration: none; box-shadow: 0 14px 30px -10px rgba(14, 128, 67, .7); transition: transform .2s ease, background-color .2s ease; }
.wa-float:hover { color: #fff; background: #0a6a37; transform: translateY(-3px); }
.wa-float .ico { width: 30px; height: 30px; }
.wa-float span { display: none; }
@media (min-width: 768px) { .wa-float { padding: 12px 20px 12px 14px; } .wa-float span { display: inline; } }

/* ---------- printimi ---------- */
@media print {
  .site-header, .site-footer, .cta-band, .wa-float, .sidebar, .share, .post-cta, .post-nav, .wave { display: none !important; }
  .page-hero { background: none; color: #000; padding: 0 0 20px; }
  .page-hero__title, .page-hero a { color: #000; text-shadow: none; }
}
