/* Shehu-A · Rahovec – Stil i plotë si Kramp.com */
:root {
  --navy: #2B3461;
  --navy-light: #4E7BA7;
  --green: #76C14C;
  --green-dark: #5fa838;
  --white: #ffffff;
  --gray-50: #f8f9fa;
  --gray-100: #e9ecef;
  --gray-200: #dee2e6;
  --gray-300: #ced4da;
  --gray-400: #adb5bd;
  --gray-600: #6c757d;
  --gray-800: #343a40;
  --text: #212529;
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  --radius: 4px;
  --shadow: 0 1px 3px rgba(0,0,0,0.08);
  /* Topbar Kramp-style: kuq e errët */
  --topbar-red: #8B1538;
  --topbar-red-hover: #a01a42;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font);
  color: var(--text);
  line-height: 1.5;
  min-height: 100vh;
  background: var(--white);
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* ========== TOP BAR si Kramp (dy rreshta, ngjyra e gjelbër e ruajtur) ========== */
.topbar {
  background: var(--green);
  color: var(--white);
  font-size: 0.85rem;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.topbar.topbar-kramp {
  background: #1B6496;
  color: var(--white);
}

.topbar-kramp .topbar-inner {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 64px;
  height: 64px;
  padding: 0 0;
  padding-left: 0;
  background: #1B6496;
  border-radius: 0 0 var(--radius) var(--radius);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06);
  min-width: 0;
}

/* Topbar blu: teksti dhe ikona të bardha */
.topbar-kramp .topbar-inner .topbar-util,
.topbar-kramp .topbar-inner .topbar-util-text {
  color: rgba(255, 255, 255, 0.95);
}
.topbar-kramp .topbar-inner .topbar-util:hover {
  color: #fff;
}
.topbar-kramp .topbar-inner .topbar-icon-contact {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3M12 17h.01'/%3E%3C/svg%3E");
}
.topbar-kramp .topbar-inner .topbar-util:hover .topbar-icon-contact {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3M12 17h.01'/%3E%3C/svg%3E");
}
.topbar-kramp .topbar-inner .topbar-icon-cart {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'/%3E%3C/svg%3E");
}
.topbar-kramp .topbar-inner .topbar-util:hover .topbar-icon-cart {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'/%3E%3C/svg%3E");
}
.topbar-kramp .topbar-btn-kycu {
  color: rgba(255, 255, 255, 0.95);
}
.topbar-kramp .topbar-btn-kycu:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.topbar-kramp .topbar-btn-kycu-icon svg {
  stroke: currentColor;
}
.topbar-kramp .topbar-inner .topbar-lang .lang-btn-trigger .lang-code,
.topbar-kramp .topbar-inner .topbar-lang .lang-btn-trigger .lang-chevron {
  color: rgba(255, 255, 255, 0.95);
}
.topbar-kramp .topbar-inner .topbar-lang .lang-btn-trigger:hover {
  background: rgba(255, 255, 255, 0.2);
}
.topbar-kramp .topbar-inner .topbar-lang .lang-btn-trigger:hover .lang-code,
.topbar-kramp .topbar-inner .topbar-lang .lang-btn-trigger:hover .lang-chevron {
  color: #fff;
}
.topbar-kramp .topbar-inner .topbar-lang .lang-dropdown.open .lang-btn-trigger {
  background: rgba(255, 255, 255, 0.2);
}
.topbar-kramp .topbar-inner .topbar-lang .lang-dropdown.open .lang-btn-trigger .lang-code,
.topbar-kramp .topbar-inner .topbar-lang .lang-dropdown.open .lang-btn-trigger .lang-chevron {
  color: #fff;
}
.topbar-kramp .topbar-cart-count {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.topbar-kramp .topbar-cart:hover .topbar-cart-count {
  background: rgba(255, 255, 255, 0.5);
}

/* Logo më majtas, elementet djathtas gati në skaj */
.topbar-kramp > .container.topbar-inner {
  padding-left: 0;
  padding-right: 0.25rem;
  border-left: none;
}
.topbar-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-right: 0.15rem;
  margin-left: -2rem;
  order: -1;
  border: none;
  outline: none;
}

.topbar-logo-img,
.topbar-logo-svg {
  width: 200px;
  height: 48px;
  display: block;
  object-fit: contain;
  border: none;
  flex-shrink: 0;
}

.topbar-logo-text {
  font-family: var(--font);
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.02em;
  text-decoration: none;
  white-space: nowrap;
}

.topbar-kramp .topbar-inner .topbar-logo-text {
  color: #fff;
}

.topbar-kramp .topbar-inner .topbar-logo-img,
.topbar-kramp .topbar-inner .topbar-logo-svg {
  filter: none;
}

.topbar-search-wrap {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 967.58px;
  width: 100%;
  height: 36px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  background: var(--gray-100);
  border: 1px solid var(--gray-200);
  border-radius: 24px;
  overflow: hidden;
}

.topbar-search {
  flex: 1;
  border: none;
  padding: 0 1rem 0 1.25rem;
  font-size: 0.9rem;
  font-family: var(--font);
  color: var(--text);
  background: var(--gray-100);
  min-width: 0;
  height: 36px;
  box-sizing: border-box;
}

.topbar-search::placeholder {
  color: var(--gray-600);
}

.topbar-search:focus {
  outline: none;
}

.topbar-search-btn {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: var(--gray-100);
  color: var(--gray-800);
  cursor: pointer;
}

.topbar-search-btn:hover {
  background: var(--gray-200);
  color: var(--navy);
}

.topbar-right {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
  padding-left: 0.5rem;
  padding-right: 0;
  flex-shrink: 0;
  min-width: 0;
}

.topbar-right > * {
  border-left: none;
  border-right: none;
}

.topbar-right .topbar-lang {
  order: 999;
  margin-left: auto;
}

.topbar-kramp .topbar-inner .topbar-lang .lang-btn-trigger {
  border: none;
}

.topbar-util {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  color: var(--gray-800);
  text-decoration: none;
  transition: color 0.15s ease;
  position: relative;
}

.topbar-util:hover {
  color: var(--navy);
}

.topbar-util-icon {
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.topbar-icon-contact {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23343a40' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3M12 17h.01'/%3E%3C/svg%3E");
}

.topbar-util:hover .topbar-icon-contact {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232B3461' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3M12 17h.01'/%3E%3C/svg%3E");
}

.topbar-icon-cart {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23343a40' stroke-width='2'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'/%3E%3C/svg%3E");
}

.topbar-util:hover .topbar-icon-cart {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232B3461' stroke-width='2'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'/%3E%3C/svg%3E");
}

/* Butoni Kyçu (Log in) – transparent, të rrumbullakët */
.topbar-btn-kycu {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: transparent;
  color: var(--gray-800);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.topbar-btn-kycu:hover {
  background: rgba(0, 0, 0, 0.06);
  color: var(--navy);
}

.topbar-btn-kycu-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.topbar-btn-kycu-icon svg {
  width: 20px;
  height: 20px;
}

.topbar-btn-kycu-text {
  font-size: 0.9rem;
}

.topbar-account-wrap {
  position: relative;
  display: inline-flex;
}

.topbar-account-btn {
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.topbar-account-chevron {
  font-size: 0.65rem;
  opacity: 0.8;
  margin-left: 0.15rem;
}

.topbar-account-label-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.25;
}
.topbar-account-name {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  opacity: 0.95;
}
.topbar-account-name + .topbar-btn-kycu-text {
  font-size: 0.8rem;
  font-weight: 600;
}

.topbar-account-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.35rem;
  min-width: 200px;
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  padding: 0.5rem 0;
  z-index: 100;
  overflow: visible;
}

.topbar-account-dropdown a,
.topbar-account-logout {
  display: block !important;
  width: 100%;
  padding: 0.6rem 1rem;
  text-align: left;
  font-size: 0.9rem;
  color: var(--gray-800);
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  min-height: 44px;
  line-height: 1.4;
  box-sizing: border-box;
}

.topbar-account-dropdown a:hover,
.topbar-account-logout:hover {
  background: var(--gray-100);
  color: var(--navy);
}

.topbar-account-logout {
  border-top: 1px solid var(--gray-200);
  color: var(--gray-700);
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
}

.topbar-util-text {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.topbar-cart {
  flex-direction: row;
  gap: 0.35rem;
}

.topbar-cart-count {
  min-width: 1.1rem;
  padding: 0.1rem 0.35rem;
  font-size: 0.7rem;
  font-weight: 700;
  background: var(--green);
  color: var(--white);
  border-radius: 10px;
}

.topbar-cart:hover .topbar-cart-count {
  background: var(--green-dark);
}

/* Rreshti 2: menuja e kategorive */
.topbar-nav-wrap {
  background: var(--gray-200);
  border-top: 1px solid var(--gray-300);
}

.topbar-kramp .topbar-nav-wrap {
  background: #1B6496;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.topbar-nav-wrap .container {
  max-width: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0.5rem;
}

.topbar-nav-wrap .container.topbar-nav-inner {
  margin-left: 0 !important;
}

.topbar-nav-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
  gap: 0.4rem;
  flex-wrap: nowrap;
  padding: 0.4rem 0;
  position: relative;
}

.topbar-nav {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.topbar-nav a {
  color: var(--gray-800);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
}

.topbar-nav a:hover,
.topbar-nav a.active {
  color: var(--navy);
}

.topbar-kramp .topbar-nav a {
  color: rgba(255, 255, 255, 0.95);
}
.topbar-kramp .topbar-nav a:hover,
.topbar-kramp .topbar-nav a.active {
  color: #fff;
}

/* Kerko sipas modelit – dropdown i parë nga e majta */
.topbar-nav-model-dropdown {
  position: relative;
  margin-right: 0;
  flex: 0 0 auto;
}

.topbar-nav-model-dropdown:first-of-type {
  margin-left: 0;
}

.topbar-nav-model-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.3rem;
  background: transparent;
  border: none;
  color: var(--gray-800);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  white-space: nowrap;
  cursor: pointer;
  font-family: inherit;
  border-radius: 4px;
}

.topbar-kramp .topbar-nav-model-trigger {
  color: rgba(255, 255, 255, 0.95);
}
.topbar-kramp .topbar-nav-model-trigger:hover,
.topbar-kramp .topbar-nav-model-dropdown.open .topbar-nav-model-trigger {
  color: #fff;
}

.topbar-nav-model-trigger::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid currentColor;
  margin-left: 0.2rem;
  opacity: 0.9;
}

.topbar-nav-model-trigger:hover,
.topbar-nav-model-dropdown.open .topbar-nav-model-trigger {
  color: var(--navy);
}

.topbar-nav-right {
  margin-left: auto;
  margin-right: 0.75rem;
  color: var(--gray-800);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.topbar-nav-right:hover {
  color: var(--navy);
}

.topbar-kramp .topbar-nav-right {
  color: rgba(255, 255, 255, 0.95);
}
.topbar-kramp .topbar-nav-right:hover {
  color: #fff;
}

.topbar-kramp .topbar-nav-right.active {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* Faqja Rreth nesh */
.about-page {
  padding-bottom: 2rem;
}

.about-inner {
  max-width: 920px;
}

.about-lead {
  font-size: 1.15rem;
  line-height: 1.6;
  color: var(--gray-700);
  margin: 0 0 2rem;
  max-width: 40rem;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.about-block {
  padding: 0;
}

.about-heading {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 0.6rem;
}

.about-block p {
  margin: 0;
  line-height: 1.55;
  color: var(--gray-700);
  font-size: 0.98rem;
}

.about-contact-card {
  border-top: 1px solid var(--gray-300);
  padding-top: 1.75rem;
}

.about-contact-card p {
  margin: 0.35rem 0;
  color: var(--gray-700);
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem !important;
}

@media (max-width: 768px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.topbar-nav-model-panel {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0.25rem;
  min-width: 260px;
  background: var(--white);
  border-radius: 6px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  padding: 0.75rem;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}

.topbar-nav-model-dropdown:hover .topbar-nav-model-panel,
.topbar-nav-model-dropdown.open .topbar-nav-model-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.topbar-model-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.topbar-model-list li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--gray-200);
}

.topbar-model-list li:last-child {
  border-bottom: none;
}

.topbar-model-list a {
  display: block;
  padding: 0.5rem 0.75rem;
  color: var(--gray-800);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: background 0.15s ease, color 0.15s ease;
}

.topbar-model-list a:hover {
  background: var(--gray-100);
  color: var(--green);
}

.topbar-nav .nav-toggle {
  display: none;
}

/* Gjuha në topbar blu – ngjyra të bardha (te vendosur më sipër) */

/* Topbar pa dy rreshta (faqet e tjera) */
.topbar:not(.topbar-kramp) .topbar-inner {
  justify-content: flex-end;
  padding: 0.5rem 0;
}

.topbar-link::before {
  content: "\2709";
  font-size: 1.1rem;
  line-height: 1;
}

.topbar-link-plus::before {
  content: "+";
  font-size: 1.1rem;
  line-height: 1;
}

.topbar-link-back::before {
  content: "\2190";
}

.lang-selector-wrap {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.lang-btn {
  background: none;
  border: none;
  color: rgba(255,255,255,0.9);
  cursor: pointer;
  font-size: 0.85rem;
  padding: 0.2rem 0.4rem;
  font-family: var(--font);
}

/* Dropdown: butoni trigger – flamur + kod + shigjetë */
.lang-dropdown {
  position: relative;
}

.lang-btn.lang-btn-trigger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  min-width: 2.5rem;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  background: transparent;
  border: none;
  transition: background 0.15s ease, color 0.15s ease;
}

.lang-btn-trigger .lang-flag-img {
  width: 24px;
  height: 16px;
  object-fit: cover;
  display: block;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.lang-btn-trigger .lang-code {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.95);
  text-transform: uppercase;
}

.lang-btn-trigger .lang-chevron {
  font-size: 0.5rem;
  opacity: 0.9;
  margin-top: -0.1rem;
}

.lang-btn-trigger:hover {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
}

.lang-dropdown.open .lang-btn-trigger {
  background: rgba(255, 255, 255, 0.18);
}

/* Panel dropdown – lista me flamuj shtetërorë */
.lang-dropdown-panel {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.25rem;
  min-width: 10rem;
  background: var(--white);
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--gray-200);
  padding: 0.25rem 0;
  z-index: 1000;
  max-height: 16rem;
  overflow-y: auto;
}

.lang-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: none;
  background: none;
  cursor: pointer;
  font-family: var(--font);
  font-size: 0.9rem;
  color: var(--text);
  text-align: left;
  transition: background 0.12s ease;
}

.lang-option:hover {
  background: var(--gray-50);
}

.lang-option.lang-option-active {
  background: rgba(139, 21, 56, 0.1);
  color: var(--topbar-red);
  font-weight: 600;
}

.lang-option-flag-img {
  width: 24px;
  height: 16px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.lang-option-code {
  font-weight: 600;
  font-size: 0.75rem;
  color: var(--gray-800);
  min-width: 1.75rem;
}

.lang-option-name {
  flex: 1;
}

.lang-btn:hover {
  color: var(--white);
  text-decoration: underline;
}

.lang-btn-trigger:hover {
  text-decoration: none;
}

/* Gjuhet në header: teksti i errët për kontrast mbi të bardhë */
.header-lang .lang-btn-trigger .lang-code,
.header-lang .lang-btn-trigger .lang-chevron {
  color: var(--gray-800);
}

.header-lang .lang-btn-trigger:hover {
  background: var(--gray-100);
  color: var(--navy);
}

.header-lang .lang-btn-trigger:hover .lang-code,
.header-lang .lang-btn-trigger:hover .lang-chevron {
  color: var(--navy);
}

.header-lang .lang-dropdown.open .lang-btn-trigger {
  background: var(--gray-100);
}

.header-lang .lang-dropdown.open .lang-btn-trigger .lang-code,
.header-lang .lang-dropdown.open .lang-btn-trigger .lang-chevron {
  color: var(--navy);
}

/* ========== HEADER + LOGO ========== */
.header {
  background: var(--white);
  border-bottom: 1px solid var(--gray-200);
  padding: 0.75rem 0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: var(--shadow);
}

.page-admin {
  background: var(--gray-100);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.page-admin .stock-page {
  flex: 1 1 auto;
}

.admin-header {
  background: #2d3748;
  border-bottom-color: rgba(0,0,0,0.1);
}

.admin-header .header-inner {
  flex-wrap: wrap;
}

.admin-logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.admin-logo-img {
  width: 200px;
  height: 48px;
  object-fit: contain;
  display: block;
}

.admin-header .nav-links a,
.admin-header .nav-logout {
  color: rgba(255,255,255,0.95);
}

.admin-header .nav-links a:hover,
.admin-header .nav-logout:hover {
  color: #fff;
}

.admin-header .lang-btn-trigger .lang-code,
.admin-header .lang-btn-trigger .lang-chevron {
  color: rgba(255,255,255,0.95);
}

.admin-header .lang-btn-trigger:hover .lang-code,
.admin-header .lang-btn-trigger:hover .lang-chevron {
  color: #fff;
}

.page-admin .footer {
  background: #2d3748;
  color: rgba(255,255,255,0.95);
}

.page-admin .footer-bottom {
  border-top-color: rgba(255,255,255,0.15);
}

.page-admin .footer-bottom p {
  color: rgba(255,255,255,0.9);
}

.page-admin .footer .footer-logo {
  display: none;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-shrink: 0;
}

.logo-wrap {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo-img {
  height: 64px;
  width: auto;
  display: block;
}

.logo-img.small {
  height: 48px;
}

.nav {
  flex-shrink: 0;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 1.25rem;
}

.nav-links a {
  color: var(--gray-800);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--navy);
}

.nav-cart-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  position: relative;
}

.nav-cart-icon {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23343a40' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'/%3E%3C/svg%3E") center/contain no-repeat;
}

.nav-cart-link:hover .nav-cart-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232B3461' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'/%3E%3C/svg%3E");
}

.nav-cart-count {
  min-width: 1.1rem;
  padding: 0.1rem 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  background: var(--green);
  color: var(--white);
  border-radius: 10px;
  text-align: center;
}

.nav-cart-link.cart-empty .nav-cart-count {
  background: var(--gray-200);
  color: var(--gray-600);
}

.nav-logout {
  color: var(--gray-600);
}

.nav-logout:hover {
  color: #b3261e;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}

.nav-toggle span {
  width: 22px;
  height: 2px;
  background: var(--navy);
}

/* ========== HERO (eShop ist live) ========== */
.hero-kramp {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  color: var(--white);
  padding: calc(2.5rem - 7.5mm) 0;
}

.hero-inner {
  max-width: 1280px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.hero-visual {
  min-height: 320px;
  max-width: 92%;
  margin-left: auto;
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(255,255,255,0.08);
}

.hero-slider {
  position: relative;
}

.hero-slider-inner {
  position: relative;
  min-height: 320px;
  aspect-ratio: 4 / 3;
  width: 100%;
}

.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.hero-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.hero-visual .hero-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.hero-visual-single {
  min-height: 220px;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--gray-100);
}

.hero-visual-single .hero-img {
  object-fit: cover;
  min-height: 220px;
}

/* Hero: panele të klikueshme (3 kolona) */
.hero-panels {
  padding: 1.5rem 0;
}

.hero-panels-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.hero-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 280px;
  padding: 1.5rem;
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  color: var(--white);
  background: var(--hero-panel-bg) center / cover no-repeat;
  position: relative;
  transition: transform 0.2s ease;
}

.hero-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 50%, transparent 100%);
  pointer-events: none;
}

.hero-panel:hover {
  transform: scale(1.02);
}

.hero-panel > * {
  position: relative;
  z-index: 1;
}

.hero-panel-eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.95;
  margin-bottom: 0.35rem;
}

.hero-panel-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
  line-height: 1.2;
  text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

.hero-panel-cta {
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.5rem 0;
  border-bottom: 2px solid var(--white);
}

@media (max-width: 900px) {
  .hero-panels-inner {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    min-height: 220px;
  }
}

/* Hero: traktor jeshil në fushë – blu / navy + jeshil markë */
.hero-image-section {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(165deg, #1b6496 0%, #243a5c 42%, #2b3461 100%);
}

.hero-image-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: min(52%, 220px);
  background: linear-gradient(
    to top,
    rgba(27, 100, 150, 0.78) 0%,
    rgba(43, 52, 97, 0.38) 38%,
    rgba(118, 193, 76, 0.12) 62%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 1;
}

.hero-image-wrap {
  width: 100%;
  height: clamp(280px, 42vh, 540px);
  min-height: 260px;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 0;
}

.hero-image-wrap .hero-image-photo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 48%;
  transform: scale(1.008);
  filter: saturate(1.05) contrast(1.02);
}

/* Hero: 4 kolona (stil KRAMP) */
.hero-four-cols {
  padding: 1.25rem 0 1.5rem;
  background: var(--gray-100);
}

.hero-four-cols-bar-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.75rem;
  gap: 0.75rem;
}

.hero-four-cols-bar {
  width: calc(285px + 0.75rem + 285px);
  max-width: 100%;
  height: 106px;
  border-radius: 0;
  flex-shrink: 0;
}

.hero-four-cols-bar--green {
  background: #16a34a;
  margin-left: 2.25rem;
}

.hero-four-cols-bar--blue {
  background: #0369a1;
  margin-right: 2.25rem;
  margin-left: 0;
}

.hero-four-cols-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
  display: grid;
  grid-template-columns: repeat(4, 285px);
  gap: 0.75rem;
  justify-content: center;
}

.hero-col {
  width: 285px;
  height: 285px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem 1.25rem;
  border-radius: 0;
  text-decoration: none;
  color: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

.hero-col:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.2);
}

.hero-col-1 {
  background: #16a34a;
}

.hero-col-img-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  margin: 0.5rem 0;
}

.hero-col-img-wrap img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.hero-col-2 {
  background: #ca8a04;
}

.hero-col-3 {
  background: #0369a1;
}

.hero-col-4 {
  background: #b91c1c;
}

.hero-col-4 .hero-col-title {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  line-height: 1.2;
}

.hero-col-4 .hero-col-img-wrap {
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}

.hero-col-4 .hero-col-img-wrap img {
  object-fit: contain;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}

.hero-col-eyebrow {
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.95;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.hero-col-eyebrow-lg {
  font-size: 1rem;
}

.hero-col-eyebrow-normal-case {
  text-transform: none;
}

.hero-col-title {
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 1rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.hero-col-cta {
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.5rem 0;
  border: 2px solid rgba(255,255,255,0.9);
  border-radius: 0;
  text-align: center;
  align-self: flex-start;
  padding: 0.45rem 1rem;
}

.hero-col:hover .hero-col-cta {
  background: rgba(255,255,255,0.2);
}

@media (max-width: 900px) {
  .hero-four-cols-inner {
    grid-template-columns: repeat(2, 285px);
  }

  .hero-col-title {
    font-size: 1rem;
  }
}

/* Telefon: 2 lart, 2 poshtë, katrorë më të vegjël */
@media (max-width: 720px) {
  .hero-four-cols-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    padding: 0 0.5rem;
  }

  .hero-col {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 1;
    padding: 0.5rem 0.4rem;
  }

  .hero-col-eyebrow {
    font-size: 0.5rem;
    margin-bottom: 0.2rem;
  }

  .hero-col-eyebrow-lg {
    font-size: 0.65rem;
  }

  .hero-col-img-wrap {
    margin: 0.2rem 0;
  }

  .hero-col-img-wrap img {
    max-height: 60%;
  }

  .hero-col-cta {
    font-size: 0.6rem;
    padding: 0.25rem 0.4rem;
  }
}

@media (max-width: 380px) {
  .hero-four-cols-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
    padding: 0 0.35rem;
  }

  .hero-col {
    padding: 0.4rem 0.3rem;
  }

  .hero-col-eyebrow {
    font-size: 0.45rem;
  }

  .hero-col-eyebrow-lg {
    font-size: 0.6rem;
  }

  .hero-col-cta {
    font-size: 0.55rem;
    padding: 0.2rem 0.35rem;
  }
}

.hero-slider-inner .hero-slide {
  min-height: 100%;
}

.hero-slide-with-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
}

.hero-slide-with-caption .hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-slide-caption {
  position: relative;
  z-index: 1;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--white);
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
  letter-spacing: 0.05em;
}

.hero-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.2s, color 0.2s;
  z-index: 2;
}

.hero-slider-btn:hover {
  background: rgba(255,255,255,0.2);
  color: var(--white);
  transform: translateY(-50%) scale(1.05);
}

.hero-slider-prev {
  left: 12px;
}

.hero-slider-next {
  right: 12px;
}

.hero-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.hero-subtitle {
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  opacity: 0.95;
}

.hero-tagline {
  font-size: 1rem;
  opacity: 0.9;
  margin-bottom: 1.5rem;
}

.btn {
  display: inline-block;
  padding: 0.65rem 1.4rem;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  border: 2px solid transparent;
  cursor: pointer;
  font-family: var(--font);
}

.btn-hero {
  background: var(--green);
  color: var(--white);
}

.btn-hero:hover {
  background: var(--green-dark);
  color: var(--white);
}

.btn-strip {
  background: var(--white);
  color: var(--navy);
}

.btn-strip:hover {
  background: var(--gray-100);
  color: var(--navy);
}

.btn-primary {
  background: var(--green);
  color: var(--white);
}

.btn-primary:hover {
  background: var(--green-dark);
  color: var(--white);
}

.btn-outline {
  background: transparent;
  color: var(--navy);
  border-color: var(--navy);
}

.btn-outline:hover {
  background: var(--navy);
  color: var(--white);
}

.btn-danger.btn-outline {
  border-color: #b91c1c;
  color: #b91c1c;
}

.btn-danger.btn-outline:hover {
  background: #b91c1c;
  color: var(--white);
}

.btn-white {
  background: var(--white);
  color: var(--navy);
}

.btn-white:hover {
  background: var(--gray-100);
  color: var(--navy);
}

/* ========== STRIP TAGLINE (Sot e porositur, nesër dërguar) ========== */
.strip-tagline {
  padding: 0.6rem 0;
  background: var(--white);
  border-bottom: 1px solid var(--gray-200);
}
.strip-tagline-text {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--gray-700);
  text-align: center;
  text-transform: uppercase;
}

/* ========== STRIP DUAL (Gjej shitës + Bëhu klient) ========== */
.strip-dual {
  padding: 0.75rem 0;
  background: var(--gray-50);
  border-bottom: 1px solid var(--gray-200);
}

.strip-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.strip-card {
  text-align: center;
  padding: 0.5rem 1rem;
}

.strip-card h3 {
  font-size: 1.15rem;
  color: var(--navy);
  margin-bottom: 0.25rem;
}

.strip-card p {
  color: var(--gray-600);
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.strip-card-become-client {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--navy);
  transition: color 0.2s;
}

.strip-card-become-client:hover {
  color: var(--green-700);
}

.strip-become-icon {
  display: block;
  color: var(--gray-800);
  margin-bottom: 0.35rem;
}

.strip-card-become-client:hover .strip-become-icon {
  color: var(--green-700);
}

.strip-become-text {
  font-size: 1.25rem;
  font-weight: 600;
}

/* ========== SECTIONS ========== */
.section {
  padding: 3rem 0;
}

.section-alt {
  background: var(--gray-50);
}

/* ---------- Produkte në ballinë (kartela si e-shop) ---------- */
.section-home-products {
  background: var(--gray-100);
}

.home-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.25rem;
  margin: 1.5rem 0 2rem;
}

@media (max-width: 768px) {
  .home-products-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 0.75rem;
    margin: 1rem 0 1.25rem;
    padding: 0 0.5rem 0.5rem;
    scroll-snap-type: x proximity;
  }
  .home-products-grid .home-product-card,
  .home-products-grid .home-product-card--empty {
    flex: 0 0 auto;
    width: 160px;
    min-height: 200px;
    scroll-snap-align: start;
  }
  .home-products-grid .home-product-card--empty {
    min-height: 200px;
  }
  .home-products-grid .home-product-image {
    max-height: 90px;
    aspect-ratio: 1;
  }
  .home-products-grid .home-product-name {
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
  }
  .home-products-grid .home-product-status {
    font-size: 0.7rem;
  }
  .home-products-grid .home-product-price,
  .home-products-grid .home-product-price-guest a {
    font-size: 0.9rem;
  }
  .home-products-grid .btn-home-buy,
  .home-products-grid .btn-home-cart {
    padding: 0.4rem 0.5rem;
    font-size: 0.75rem;
    min-height: 36px;
  }
  .home-products-empty {
    min-width: 100%;
    flex: 0 0 auto;
  }
}

@media (max-width: 480px) {
  .home-products-grid .home-product-card,
  .home-products-grid .home-product-card--empty {
    width: 132px;
    min-height: 180px;
    padding: 0.5rem;
  }
  .home-products-grid .home-product-card--empty {
    min-height: 180px;
  }
  .home-products-grid .home-product-image {
    max-height: 72px;
  }
  .home-products-grid .home-product-name {
    font-size: 0.75rem;
  }
  .home-products-grid .home-product-price,
  .home-products-grid .home-product-price-guest a {
    font-size: 0.85rem;
  }
  .home-products-grid .btn-home-buy,
  .home-products-grid .btn-home-cart {
    font-size: 0.7rem;
    padding: 0.35rem 0.4rem;
    min-height: 32px;
  }
}

.home-products-more {
  text-align: center;
  margin-top: 0.5rem;
}

.home-products-empty {
  text-align: center;
  color: var(--gray-600);
  grid-column: 1 / -1;
  padding: 2rem;
}

.home-product-card {
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: box-shadow 0.2s ease;
  min-height: 420px;
}

.home-product-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.home-product-card--empty {
  min-height: 420px;
  background: var(--white);
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

.home-product-card-empty-btns {
  margin-top: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.home-product-card-empty-btns .btn-home-buy {
  margin-bottom: 0.5rem;
}

.home-product-badges {
  display: flex;
  gap: 0.35rem;
  margin-bottom: 0.5rem;
  justify-content: center;
}

.home-product-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--gray-200);
  border-radius: 4px;
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--gray-800);
  background: var(--white);
}

.home-product-badge-icon {
  padding: 4px;
}

.home-product-badge-icon svg {
  width: 100%;
  height: 100%;
}

.home-product-image {
  width: 100%;
  max-height: 140px;
  aspect-ratio: 1;
  background: var(--white);
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  text-decoration: none;
  color: inherit;
}

.home-product-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-product-img-placeholder {
  font-size: 2.5rem;
}

.home-product-status {
  font-size: 0.85rem;
  color: var(--gray-800);
  margin-bottom: 0.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}

.home-product-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  flex-shrink: 0;
}

.home-product-rating {
  font-size: 0.9rem;
  color: #d4a017;
  margin-bottom: 0.35rem;
  letter-spacing: 0.05em;
}

.home-product-rating-num {
  color: var(--gray-600);
  font-size: 0.8rem;
}

.home-product-name {
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
  line-height: 1.3;
  color: var(--gray-800);
  text-align: center;
}

.home-product-name a {
  color: var(--gray-800);
  text-decoration: none;
}

.home-product-name a:hover {
  color: var(--green);
}

.home-product-price {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--gray-800);
  margin-bottom: 0.75rem;
}

.home-product-price-catalog {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--gray-600);
  line-height: 1.35;
}

.home-product-price-guest a,
.product-detail-price-guest a,
.price-guest a {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--green-700);
  text-decoration: none;
}
.home-product-price-guest a:hover,
.product-detail-price-guest a:hover,
.price-guest a:hover {
  text-decoration: underline;
}

.cart-guest-message {
  color: var(--gray-600);
  font-size: 0.95rem;
}
.cart-guest-message a {
  color: var(--green-700);
  font-weight: 600;
  text-decoration: none;
}
.cart-guest-message a:hover {
  text-decoration: underline;
}

.btn-home-buy,
.btn-home-cart {
  width: 100%;
  padding: 0.55rem 1rem;
  min-height: 42px;
  border: none;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: background 0.2s ease;
  box-sizing: border-box;
}

.home-product-card .btn-home-buy {
  margin-top: auto;
}

.btn-home-buy {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e5e7eb;
  color: var(--gray-800);
  text-align: center;
  text-decoration: none;
  margin-bottom: 0.5rem;
}

.btn-home-buy:hover {
  background: #d1d5db;
  color: var(--gray-800);
}

.btn-home-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background: #e5e7eb;
  color: var(--gray-800);
  cursor: pointer;
}

.btn-home-cart:hover:not(:disabled) {
  background: #d1d5db;
}

.btn-home-cart:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  background: #f3f4f6;
}

.section-green {
  background: var(--green);
  color: var(--white);
}

.section-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--gray-600);
  margin-bottom: 0.35rem;
}

.section-green .section-eyebrow {
  color: rgba(255,255,255,0.85);
}

.section-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 1rem;
}

.section-title-light {
  color: var(--white);
}

.section-partners-logos {
  width: 1503px;
  max-width: 100%;
  height: 56px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  background: transparent;
  color: var(--text);
}

.section-partners-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white);
  margin: 0 0 0.5rem;
}

.section-partners-intro {
  text-align: center;
  font-size: 0.95rem;
  color: var(--white);
  margin: 0 0 1.5rem;
}

.section-partners-heading {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.5rem;
}

.partners-logos-scroll {
  overflow: hidden;
  width: 100%;
}

.partners-logos-track {
  display: flex;
  align-items: center;
  gap: 3rem;
  width: max-content;
  animation: partners-scroll 45s linear infinite;
}

.partners-logos-track:hover {
  animation-play-state: paused;
}

@keyframes partners-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.partner-logo {
  height: 44px;
  width: auto;
  max-width: 140px;
  min-width: 90px;
  object-fit: contain;
  opacity: 0.95;
  transition: opacity 0.2s;
  flex-shrink: 0;
}

.partner-logo:hover {
  opacity: 1;
}

.section-intro {
  color: var(--gray-600);
  margin-bottom: 1.5rem;
  max-width: 600px;
}

.section-split {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

/* ========== CARDS (Business Solutions style) ========== */
.section-cards {
  background: var(--gray-50);
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.card-solution {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  padding: 0;
  text-decoration: none;
  color: var(--text);
  transition: border-color 0.2s, box-shadow 0.2s;
  overflow: hidden;
  display: block;
}

.card-solution-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

.card-solution h4,
.card-solution p,
.card-solution .card-link {
  padding: 0 1.5rem;
}

.card-solution h4 {
  padding-top: 1rem;
}

.card-solution .card-link {
  display: block;
  padding-bottom: 1.5rem;
}

.card-solution:hover {
  border-color: var(--green);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.card-solution h4 {
  font-size: 1.1rem;
  color: var(--navy);
  margin-bottom: 0.5rem;
}

.card-solution p {
  font-size: 0.9rem;
  color: var(--gray-600);
  margin-bottom: 0.75rem;
}

.card-link {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--green);
}

/* ========== CONTACT ========== */
.section-contact {
  background: var(--white);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
  margin-top: 1rem;
}

.contact-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .contact-row {
    grid-template-columns: 1fr;
  }
}

.contact-info-standalone {
  max-width: 480px;
}

.contact-row .contact-info-standalone {
  max-width: none;
}

.contact-map-wrap {
  margin-top: 0;
  max-width: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--gray-200);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.section-contact-map .contact-map-wrap {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.contact-map {
  display: block;
  width: 100%;
  height: 200px;
  border: 0;
}

.section-contact-map .contact-map {
  height: 180px;
}

.contact-map-link {
  display: block;
  padding: 0.5rem 0.75rem;
  font-size: 0.85rem;
  color: var(--gray-600);
  background: var(--gray-50);
  text-align: center;
  text-decoration: none;
}

.contact-map-link:hover {
  background: var(--gray-100);
  color: var(--green-700);
}

.section-become-client {
  background: var(--gray-50);
}

.section-become-client .section-intro {
  color: var(--gray-600);
  margin-bottom: 1.25rem;
  max-width: 560px;
}

.become-client-form {
  max-width: 480px;
}

.contact-info p {
  margin-bottom: 0.5rem;
  color: var(--gray-600);
}

.contact-email-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.contact-email-icon {
  display: inline-flex;
  color: var(--gray-700);
}

.contact-email-row a {
  color: var(--green-700);
  text-decoration: none;
  font-weight: 500;
}

.contact-email-row a:hover {
  text-decoration: underline;
}

.contact-chat {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.2rem;
  background: #25D366;
  color: var(--white);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: var(--radius);
  transition: background 0.2s ease, transform 0.15s ease;
  box-shadow: 0 2px 8px rgba(37, 211, 102, 0.4);
}

.btn-whatsapp:hover {
  background: #20bd5a;
  color: var(--white);
  transform: scale(1.02);
}

.whatsapp-icon {
  display: inline-block;
  width: 1.35rem;
  height: 1.35rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.btn-messenger {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.2rem;
  background: #0084FF;
  color: var(--white);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: var(--radius);
  transition: background 0.2s ease, transform 0.15s ease;
  box-shadow: 0 2px 8px rgba(0, 132, 255, 0.4);
}

.btn-messenger:hover {
  background: #006ad1;
  color: var(--white);
  transform: scale(1.02);
}

.messenger-icon {
  display: inline-block;
  width: 1.35rem;
  height: 1.35rem;
  min-width: 1.35rem;
  min-height: 1.35rem;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M12 2C6.36 2 2 6.13 2 11.7c0 2.91 1.19 5.44 3.14 7.28-.17.63-.99 2.35-.99 2.35-.1.18-.16.3-.16.3l.02.02s.24.32.62.5c.5.23 1.08.36 1.66.36 2.46 0 4.56-1.58 5.8-3.86.82.06 1.63.1 2.41.1 5.64 0 10-4.13 10-9.7S17.64 2 12 2zm5.43 12.73c-.24.7-1.48 1.34-2.02 1.44-.55.1-1.27.18-3.7-.7-3.2-1.14-5.25-3.9-5.28-4-.03-.1-.24-3.3 1.25-5.75 1.4-1.8 3.4-2.32 4.6-2.36.3-.01.57 0 .82 0 .5 0 1.1.07 1.58.4.4.27.68.68.8 1.15.12.47.05 1-.12 1.47-.24.7-1.48 1.34-2.02 1.44-.55.1-1.27.18-3.7-.7-3.2-1.14-5.25-3.9-5.28-4-.03-.1-.24-3.3 1.25-5.75 1.4-1.8 3.4-2.32 4.6-2.36.3-.01.57 0 .82 0 .5 0 1.1.07 1.58.4.4.27.68.68.8 1.15.12.47.05 1-.12 1.47z'/%3E%3C/svg%3E") center no-repeat;
  background-size: contain;
}

/* Butona fluturues WhatsApp + Messenger (cdo faqe) */
.contact-float {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.whatsapp-float a,
.messenger-float a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  color: var(--white);
  border-radius: 50%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
}

.whatsapp-float a {
  background: #25D366;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.5);
}

.whatsapp-float a:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
}

.messenger-float a {
  background: #0084FF;
  box-shadow: 0 4px 12px rgba(0, 132, 255, 0.5);
}

.messenger-float a:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 132, 255, 0.6);
}

.facebook-float a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  color: var(--white);
  border-radius: 50%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
  background: #1877f2;
  box-shadow: 0 4px 12px rgba(24, 119, 242, 0.45);
}

.facebook-float a:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(24, 119, 242, 0.55);
}

.contact-float .whatsapp-float a svg,
.contact-float .messenger-float a svg,
.contact-float .facebook-float a svg {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  flex-shrink: 0;
  fill: var(--white);
  object-fit: contain;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.contact-form input,
.contact-form textarea {
  padding: 0.75rem 1rem;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  font-family: var(--font);
  font-size: 1rem;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--navy);
}

/* ========== FAQJA E SHPORTËS (webshop) ========== */
.cart-page {
  padding: 2rem 0 3rem;
}

.cart-empty {
  text-align: center;
  padding: 3rem 1rem;
}

.cart-empty p {
  margin-bottom: 1rem;
  color: var(--gray-600);
}

.cart-list-wrap {
  overflow-x: auto;
  margin-bottom: 1.5rem;
}

.cart-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.cart-table th,
.cart-table td {
  padding: 0.75rem;
  text-align: left;
  border-bottom: 1px solid var(--gray-200);
}

.cart-table th {
  font-weight: 600;
  color: var(--gray-800);
  background: var(--gray-50);
}

.cart-item-image {
  width: 60px;
}

.cart-item-img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: var(--radius);
}

.cart-item-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: var(--gray-100);
  border-radius: var(--radius);
  font-size: 1.5rem;
}

.cart-qty-input {
  width: 4rem;
  padding: 0.35rem 0.5rem;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  font-size: 1rem;
}

.btn-remove.cart-remove {
  background: none;
  border: none;
  color: var(--gray-600);
  font-size: 1.25rem;
  cursor: pointer;
  padding: 0.25rem;
  line-height: 1;
}

.btn-remove.cart-remove:hover {
  color: #b3261e;
}

.cart-totals {
  text-align: right;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.cart-checkout-section {
  max-width: 28rem;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--gray-200);
}

.cart-checkout-desc {
  color: var(--gray-600);
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.order-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.order-form input,
.order-form textarea {
  padding: 0.75rem 1rem;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  font-family: var(--font);
  font-size: 1rem;
}

.order-form input:focus,
.order-form textarea:focus {
  outline: none;
  border-color: var(--navy);
}

.btn-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .cart-table th:nth-child(3),
  .cart-table td:nth-child(3) { display: none; }
  .cart-item-total { font-weight: 600; }
  .cart-list-wrap {
    -webkit-overflow-scrolling: touch;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    padding: 0 0.5rem;
  }
  .cart-table th,
  .cart-table td {
    padding: 0.5rem 0.35rem;
    font-size: 0.9rem;
  }
  .cart-item-image { width: 50px; }
  .cart-item-img,
  .cart-item-placeholder { width: 44px; height: 44px; }
}

@media (max-width: 480px) {
  .cart-table th:nth-child(2),
  .cart-table td:nth-child(2) { max-width: 120px; overflow: hidden; text-overflow: ellipsis; }
  .cart-qty-input { width: 3.25rem; }
  .cart-totals { text-align: left; font-size: 1rem; }
  .cart-bar {
    padding: 0.75rem 0.75rem;
    padding-bottom: max(0.75rem, env(safe-area-inset-bottom));
  }
}

/* ========== FOOTER (si Kramp - multi column) ========== */
.footer {
  background: var(--navy);
  color: var(--white);
  padding: 2.5rem 0 1.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-col h4 {
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
}

.footer-col ul {
  list-style: none;
}

.footer-col li {
  margin-bottom: 0.4rem;
}

.footer-col a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  font-size: 0.9rem;
}

.footer-col a:hover {
  color: var(--white);
  text-decoration: underline;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-logos {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.footer-logo {
  display: inline-block;
  line-height: 0;
}

.footer-logo img {
  display: block;
  width: auto;
  min-width: 100px;
  height: 48px;
  object-fit: contain;
}

.footer-logo-secondary img {
  height: 40px;
  min-width: 80px;
}

.footer-bottom .logo-img {
  height: 48px;
  /* Pa filter – logoa shfaqet me ngjyrat e veta */
}

.footer-bottom p {
  font-size: 0.85rem;
  opacity: 0.9;
}

/* ========== PRODUCTS PAGE ========== */
.page-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--navy);
  margin: 2rem 0 0.5rem;
  text-align: center;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.5rem;
  padding: 0 1rem 1.5rem;
  max-width: 1280px;
  margin: 0 auto;
}

.products-pagination {
  max-width: 1280px;
  margin: 0 auto 2rem;
  padding: 0 1rem 1.5rem;
}

.pagination-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.pagination-btn,
.pagination-page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--navy);
  background: var(--white);
  border: 1px solid var(--gray-300);
  border-radius: var(--radius);
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.pagination-btn:hover:not(.disabled),
.pagination-page:hover {
  background: var(--gray-100);
  border-color: var(--navy);
}

.pagination-page.active {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
  cursor: default;
}

.pagination-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.pagination-pages {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  align-items: center;
}

.pagination-ellipsis {
  padding: 0 0.25rem;
  font-weight: 700;
  color: var(--gray-500);
  user-select: none;
}

.pagination-meta {
  font-size: 0.85rem;
  color: var(--gray-600);
  padding: 0 0.35rem;
  white-space: nowrap;
}

.product-card {
  background: var(--white);
  border: none;
  border-radius: var(--radius);
  overflow: hidden;
  transition: box-shadow 0.2s;
}

.product-card:hover {
  box-shadow: var(--shadow);
}

.product-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.product-card-link:hover {
  color: inherit;
}

.product-card-actions {
  padding: 0 1rem 1rem;
}

.product-card-actions .btn {
  width: 100%;
}

.product-card--empty {
  min-height: 280px;
  background: var(--white);
  border: 1px solid #e5e7eb;
  border-radius: var(--radius);
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* Faqja e modeleve John Deere */
.modelet-page {
  padding: 2rem 1rem 4rem;
}

.traktore-armatrac-page {
  padding: 2rem 1rem 4rem;
  min-height: 60vh;
}

.traktore-armatrac-logo-wrap {
  text-align: center;
  margin: 2rem 0 1rem;
}

.traktore-armatrac-logo {
  max-width: 280px;
  height: auto;
  display: inline-block;
}

.traktore-armatrac-intro {
  position: relative;
  width: fit-content;
  max-width: min(100%, calc(100vw - 2rem));
  margin: 0 auto 2rem;
  padding: 1.1rem 1.65rem 1.25rem;
  text-align: center;
  font-size: clamp(0.98rem, 0.35vw + 0.9rem, 1.12rem);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.01em;
  color: var(--navy);
  background: linear-gradient(
    180deg,
    rgba(43, 52, 97, 0.05) 0%,
    rgba(255, 255, 255, 0.92) 55%,
    var(--white) 100%
  );
  border: 1px solid rgba(43, 52, 97, 0.12);
  border-radius: var(--radius);
  box-shadow:
    0 2px 12px rgba(43, 52, 97, 0.06),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.traktore-armatrac-intro::before {
  content: "";
  display: block;
  width: 2.75rem;
  height: 3px;
  margin: 0 auto 0.75rem;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--green) 0%, var(--green-dark) 100%);
  box-shadow: 0 1px 5px rgba(118, 193, 76, 0.35);
}

.traktore-armatrac-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.5rem 0;
  min-height: 400px;
}

.traktor-info-block {
  background: var(--gray-100);
  border-radius: var(--radius);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.traktor-info-block h2 {
  font-size: 1.15rem;
  color: var(--navy);
  margin: 0 0 0.5rem;
}

.traktor-info-block p {
  color: var(--gray-600);
  margin: 0;
}

/* Rrjeti i kartelave të traktorëve ArmaTrac */
.traktore-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 100%;
}

.traktore-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: box-shadow 0.2s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.traktore-card:hover {
  box-shadow: 0 4px 14px rgba(0,0,0,0.12);
}

.traktore-card-stage {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 1;
  background: #166534;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 0.2rem 0.5rem;
  border-radius: 2px;
  text-transform: uppercase;
}

.traktore-card-stage:empty {
  display: none;
}

.traktore-card-img-wrap {
  position: relative;
  width: 100%;
  min-height: 220px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.traktore-card-warranty {
  position: absolute;
  top: 0.65rem;
  left: 0.65rem;
  z-index: 3;
  display: flex;
  flex-direction: column;
  padding: 0.4rem 0.65rem;
  max-width: calc(100% - 1.3rem);
  border-radius: 6px;
  background: linear-gradient(145deg, var(--navy) 0%, #1B6496 55%, #2563a8 100%);
  color: var(--white);
  box-shadow:
    0 2px 8px rgba(43, 52, 97, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset;
  text-align: left;
  pointer-events: none;
}

.traktore-card-warranty::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  border-radius: 6px 0 0 6px;
  background: linear-gradient(180deg, var(--green) 0%, var(--green-dark) 100%);
}

.traktore-card-warranty-title {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

.traktore-card-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.traktore-card-img-placeholder {
  color: var(--gray-500);
  font-size: 0.85rem;
  text-align: center;
  padding: 1rem;
}

.traktore-card-img-wrap:has(img) .traktore-card-img-placeholder {
  display: none;
}

/* Zonë mbi traktor: stema “2 vite garancion” vetëm në hover / fokus */
.traktore-card-warranty-hit {
  position: absolute;
  z-index: 2;
  left: 10%;
  top: 6%;
  width: 80%;
  height: 68%;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: help;
  border-radius: 4px;
}

.traktore-card-warranty-hit:focus {
  outline: none;
}

.traktore-card-warranty-hit:focus-visible {
  outline: 2px solid var(--navy);
  outline-offset: 2px;
}

@media (hover: hover) and (pointer: fine) {
  .traktore-card-warranty {
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition:
      opacity 0.22s ease,
      visibility 0.22s ease,
      transform 0.22s ease;
  }

  .traktore-card-warranty-hit:hover + .traktore-card-warranty,
  .traktore-card-warranty-hit:focus + .traktore-card-warranty {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@media (hover: none), (pointer: coarse) {
  .traktore-card-warranty-hit {
    cursor: default;
  }
}

.traktore-card-body {
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.42rem;
  min-width: 0;
  flex: 1;
}

.traktore-card-catalog-btn {
  display: block;
  text-align: center;
  margin-top: auto;
  padding: 0.55rem 0.65rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.25;
  color: var(--navy);
  text-decoration: none;
  border: 2px solid #2563eb;
  border-radius: 10px;
  background: #fff;
  transition:
    background 0.15s ease,
    color 0.15s ease,
    border-color 0.15s ease;
}

.traktore-card-catalog-btn:hover {
  background: rgba(37, 99, 235, 0.08);
  color: #1d4ed8;
  border-color: #1d4ed8;
}

.traktore-card-catalog-btn:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 2px;
}

.traktore-card-name {
  position: relative;
  display: block;
  font-size: clamp(0.78rem, 0.42vw + 0.65rem, 1.02rem);
  font-weight: 800;
  letter-spacing: 0.025em;
  line-height: 1.3;
  color: var(--navy);
  margin: 0 0 0.5rem;
  padding: 0.5rem 0.85rem 0.95rem 0.95rem;
  border-radius: 12px;
  border-left: 4px solid var(--green);
  background: linear-gradient(
    125deg,
    rgba(159, 224, 106, 0.28) 0%,
    rgba(191, 219, 254, 0.42) 40%,
    rgba(255, 255, 255, 0.92) 88%
  );
  box-shadow:
    0 2px 14px rgba(43, 52, 97, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease,
    border-left-color 0.2s ease;
}

.traktore-card:hover .traktore-card-name {
  box-shadow:
    0 4px 22px rgba(43, 52, 97, 0.1),
    0 0 0 1px rgba(118, 193, 76, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 1);
  border-left-color: var(--green-dark);
}

.traktore-card-name::before {
  content: "";
  position: absolute;
  left: 0.95rem;
  right: 0.85rem;
  bottom: 0.42rem;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(43, 52, 97, 0.14) 0%,
    rgba(43, 52, 97, 0.05) 55%,
    transparent 100%
  );
  pointer-events: none;
}

.traktore-card-name::after {
  content: "";
  position: absolute;
  left: 0.95rem;
  bottom: 0.22rem;
  width: clamp(3.75rem, 22%, 6rem);
  height: 5px;
  border-radius: 5px;
  background: linear-gradient(
    90deg,
    #c8f090 0%,
    var(--green) 28%,
    var(--green-dark) 72%,
    rgba(95, 168, 56, 0.5) 100%
  );
  box-shadow:
    0 2px 12px rgba(118, 193, 76, 0.42),
    0 0 20px rgba(118, 193, 76, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  pointer-events: none;
}

.traktore-card-engine {
  font-size: 0.9rem;
  color: var(--gray-600);
}

.traktore-card-engine strong {
  font-weight: 700;
  color: var(--gray-800);
}

.traktore-card-engine-label {
  font-weight: 700;
  color: var(--gray-800);
}

.traktore-card-details {
  font-size: 0.8rem;
  color: var(--gray-600);
  line-height: 1.5;
  margin-top: 0.25rem;
}

.traktore-card-details span {
  display: inline;
}

@media (max-width: 768px) {
  .traktore-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .traktore-cards-grid {
    grid-template-columns: 1fr;
  }
}

.modelet-categories-wrap {
  margin-bottom: 2.5rem;
}

.modelet-categories-title {
  text-align: center;
  font-size: 1.1rem;
  color: var(--gray-700);
  margin: 0 0 1.25rem;
  padding: 0 1rem;
}

.modelet-categories-title strong {
  color: var(--navy);
}

.modelet-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  max-width: 700px;
  margin: 0 auto;
}

.modelet-cat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 1.5rem 2rem;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  text-decoration: none;
  color: var(--gray-800);
  font-weight: 600;
  font-size: 1rem;
  transition: border-color 0.2s, box-shadow 0.2s;
  min-width: 140px;
}

.modelet-cat-card:hover {
  border-color: var(--green);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  color: var(--navy);
}

.modelet-cat-icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  background: var(--gray-100);
  border-radius: 50%;
}

.modelet-cat-icon svg {
  width: 40px;
  height: 40px;
}

.modelet-cat-name {
  display: block;
}

/* Faqja e kategorive me foto reale (john-deere-kategori.html) */
.modelet-cat-card-real {
  min-width: 180px;
  padding: 0;
  overflow: hidden;
}

.modelet-cat-card-real .modelet-cat-img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
  background: var(--gray-100);
}

.modelet-cat-card-real .modelet-cat-fallback {
  width: 100%;
  height: 140px;
  background: var(--gray-200);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
}

.modelet-cat-card-real .modelet-cat-name {
  padding: 1rem 1.25rem;
  text-align: center;
}

.modelet-kategori-page .modelet-categories {
  margin-top: 0.5rem;
}

.modelet-back-link {
  color: var(--gray-600);
  text-decoration: none;
  font-size: 0.95rem;
}

.modelet-back-link:hover {
  color: var(--green);
  text-decoration: underline;
}

.modelet-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1rem;
  max-width: 900px;
  margin: 0 auto;
}

.model-card {
  display: block;
  padding: 1rem 1.25rem;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  color: var(--gray-800);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  text-align: center;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.model-card:hover {
  border-color: var(--green);
  box-shadow: var(--shadow);
  background: var(--gray-50);
  color: var(--navy);
}

.product-image {
  height: 120px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  overflow: hidden;
}

.product-image .product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-image .product-img-placeholder {
  font-size: 3rem;
}

.product-body {
  padding: 1rem;
}

.product-body h3 {
  font-size: 1rem;
  margin-bottom: 0.35rem;
  color: var(--navy);
}

.product-body .price {
  color: #333;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.product-body .stock-info {
  font-size: 0.85rem;
  color: var(--gray-600);
  margin-bottom: 0.75rem;
}

.product-body .stock-info.low {
  color: #c25a00;
}

.product-body .stock-info.out {
  color: #b3261e;
}

/* Product detail page */
.product-detail-page {
  padding: 2rem 1rem 4rem;
}

.product-detail-page .container {
  max-width: 900px;
  margin: 0 auto;
}

.product-not-found {
  text-align: center;
  color: var(--gray-600);
  padding: 3rem 1rem;
}

.product-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

@media (max-width: 768px) {
  .product-detail {
    grid-template-columns: 1fr;
  }
}

.product-detail-gallery {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 1;
  min-height: 260px;
  max-width: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-detail-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-detail-placeholder {
  font-size: 4rem;
}

.product-detail-info {
  padding: 0;
}

.product-detail-category {
  font-size: 0.9rem;
  color: var(--gray-600);
  margin-bottom: 0.5rem;
}

.product-detail-title {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  color: var(--navy);
}

.product-detail-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.5rem;
}

.product-detail-litra {
  font-size: 1rem;
  color: var(--gray-700);
  margin-bottom: 0.75rem;
}

.product-detail-info .stock-info {
  margin-bottom: 1rem;
}

.product-detail-info .btn-add-cart-detail {
  margin-bottom: 1.5rem;
}

.product-detail-out {
  color: #b3261e;
  margin-bottom: 1rem;
}

.product-detail-desc {
  border-top: 1px solid var(--gray-200);
  padding-top: 1rem;
}

.product-detail-desc h3 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: var(--gray-700);
}

.product-detail-desc p {
  font-size: 0.95rem;
  color: var(--gray-600);
  line-height: 1.5;
}

/* Content edit page (tekste) */
.content-edit-page {
  max-width: 800px;
}

.content-lang-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.content-lang-tab {
  font-size: 0.9rem;
}

.content-lang-tab.content-lang-active {
  background: var(--green-600);
  color: var(--white);
  border-color: var(--green-600);
}

.content-form-wrap {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.content-group {
  margin-bottom: 1.5rem;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  padding: 1rem;
}

.content-group-legend {
  font-weight: 600;
  color: var(--gray-700);
  padding: 0 0.5rem;
}

.content-field {
  margin-bottom: 0.75rem;
}

.content-field label {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}

.content-field .content-key {
  font-size: 0.75rem;
  color: var(--gray-500);
  font-weight: normal;
}

.content-field input {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid var(--gray-200);
  border-radius: 4px;
}

.content-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--gray-200);
}

/* Backup page */
.backup-page {
  max-width: 700px;
}

.backup-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

@media (max-width: 640px) {
  .backup-cards {
    grid-template-columns: 1fr;
  }
}

.backup-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  padding: 1.5rem;
}

.backup-card-title {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: var(--navy);
}

.backup-card-desc {
  font-size: 0.9rem;
  color: var(--gray-600);
  margin-bottom: 1rem;
  line-height: 1.4;
}

.backup-card .btn {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.backup-file-label {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0.5rem;
}

.backup-file-input {
  display: none;
}

.backup-file-name {
  font-size: 0.85rem;
  color: var(--gray-600);
  margin: 0.5rem 0 1rem;
}

.backup-message {
  padding: 0.75rem 1rem;
  border-radius: var(--radius);
  font-size: 0.95rem;
}

.backup-message-ok {
  background: #e6f4ea;
  color: #1e7e34;
  border: 1px solid #81c995;
}

.backup-message-err {
  background: #fce8e6;
  color: #c5221f;
  border: 1px solid #f28b82;
}

/* Cart bar */
.cart-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--white);
  border-top: 2px solid var(--green);
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  z-index: 50;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.08);
}

.cart-bar.hidden {
  display: none;
}

.cart-total {
  font-weight: 600;
  color: var(--navy);
}

/* ========== STOCK PAGE ========== */
.stock-page {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem 1rem 3rem;
}

.admin-stats-sidebar {
  position: fixed;
  top: 100px;
  right: 1rem;
  width: 200px;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  padding: 1rem;
  z-index: 50;
}

.admin-stats-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 0.5rem;
}

.admin-stats-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
}

.admin-stats-table td {
  padding: 0.35rem 0;
  border-bottom: 1px solid var(--gray-100);
}

.admin-stats-table td:first-child {
  color: var(--gray-600);
}

.admin-stats-table td:last-child {
  text-align: right;
  font-weight: 600;
  color: var(--navy);
}

.admin-stats-note {
  font-size: 0.7rem;
  color: var(--gray-500);
  margin: 0.5rem 0 0;
}

@media (max-width: 900px) {
  .admin-stats-sidebar {
    position: static;
    width: auto;
    max-width: 260px;
    margin: 0 auto 1.5rem;
  }
}

.stock-actions {
  margin-bottom: 1.5rem;
}

.stock-sync-hint {
  margin: 0 0 1.5rem;
  padding: 0.75rem 1rem;
  background: #f0f7f0;
  border: 1px solid var(--green);
  border-radius: var(--radius);
  color: var(--gray-700);
  font-size: 0.9rem;
  line-height: 1.45;
}

.stock-sync-hint code {
  background: rgba(0,0,0,0.06);
  padding: 0.15em 0.4em;
  border-radius: 3px;
  font-size: 0.9em;
}

.nav-link-active {
  font-weight: 600;
  color: var(--green-700);
}

/* ========== CATEGORIES TREE ========== */
.categories-tree-wrap {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  padding: 1rem 1.5rem;
  margin-top: 1rem;
}

.categories-tree {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cat-level {
  list-style: none;
  margin: 0;
  padding-left: 1.25rem;
}

.cat-item {
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--gray-100);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.cat-item:last-child {
  border-bottom: none;
}

.cat-name {
  font-weight: 500;
  min-width: 180px;
}

.cat-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.cat-actions .btn-small {
  font-size: 0.8rem;
  padding: 0.25rem 0.5rem;
}

.cat-empty {
  color: var(--gray-500);
  font-style: italic;
  margin: 0;
}

.import-panel {
  margin-bottom: 2rem;
  padding: 1.25rem;
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
}

.import-title {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.import-desc {
  color: var(--gray-600);
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.import-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.import-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.import-file {
  font-size: 0.9rem;
}

.import-buttons {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.import-radio {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.9rem;
  cursor: pointer;
}

.import-format {
  font-size: 0.9rem;
  color: var(--gray-600);
  margin-bottom: 0.75rem;
}

.import-format code {
  display: block;
  margin-top: 0.25rem;
  padding: 0.35rem;
  background: var(--white);
  border-radius: 2px;
  font-size: 0.85rem;
}

.import-table-wrap {
  overflow-x: auto;
  margin: 1rem 0;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  background: var(--white);
}

.import-excel-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.import-excel-table th,
.import-excel-table td {
  padding: 0.5rem 0.75rem;
  text-align: left;
  border: 1px solid var(--gray-200);
}

.import-excel-table thead th {
  background: var(--green-600);
  color: var(--white);
  font-weight: 600;
}

.import-excel-table .import-table-sub td {
  background: var(--gray-100);
  color: var(--gray-700);
  font-size: 0.8rem;
}

.import-excel-table tbody tr:nth-child(even) {
  background: var(--gray-50);
}

.import-format-note {
  font-size: 0.85rem;
  color: var(--gray-600);
  margin-top: 0.5rem;
}

.stock-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  background: var(--white);
}

.stock-table {
  width: 100%;
  border-collapse: collapse;
}

.stock-table th,
.stock-table td {
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--gray-200);
}

.stock-table th {
  background: var(--gray-50);
  font-weight: 600;
  color: var(--navy);
}

.stock-table .qty-input {
  width: 70px;
  padding: 0.4rem;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  font-size: 1rem;
}

.stock-table .btn-small {
  padding: 0.35rem 0.65rem;
  font-size: 0.8rem;
  margin-right: 0.25rem;
}

/* Modal */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 200;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
}

.modal-overlay.open {
  opacity: 1;
  visibility: visible;
}

.modal {
  background: var(--white);
  border-radius: var(--radius);
  padding: 2rem;
  max-width: 420px;
  width: 100%;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.modal h3 {
  margin-bottom: 1.25rem;
  color: var(--navy);
}

.modal .form-group {
  margin-bottom: 1rem;
}

.modal .form-group label {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.9rem;
  color: var(--gray-600);
}

.modal .form-group input,
.modal .form-group select {
  width: 100%;
  padding: 0.6rem 0.75rem;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  font-size: 1rem;
  font-family: var(--font);
}

.modal-buttons {
  display: flex;
  gap: 0.5rem;
  margin-top: 1.25rem;
}

/* Modal për guest: Bli Tani / Shto në shportë */
.guest-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 300;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s, visibility 0.2s;
}

.guest-modal-overlay.guest-modal-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.guest-modal-box {
  background: var(--white);
  border-radius: var(--radius);
  padding: 2rem;
  max-width: 420px;
  width: 100%;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

.guest-modal-title {
  font-size: 1.15rem;
  color: var(--navy);
  margin: 0 0 1.5rem;
  line-height: 1.4;
}

.guest-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.guest-modal-actions .btn {
  min-width: 100px;
}

/* ========== LOGIN (admin) ========== */
.login-page {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
}

.login-box {
  width: 100%;
  max-width: 380px;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  padding: 2rem;
  box-shadow: var(--shadow);
}

.login-title {
  font-size: 1.5rem;
  color: var(--navy);
  margin-bottom: 0.5rem;
}

.login-desc {
  color: var(--gray-600);
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.login-box .form-group {
  margin-bottom: 1rem;
}

.login-box .form-group label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.9rem;
  color: var(--gray-800);
}

.login-box .form-group input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  font-size: 1rem;
}

.login-box .form-group input:focus {
  outline: none;
  border-color: var(--navy);
}

.login-error {
  color: #b3261e;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
  min-height: 1.3em;
}

.btn-block {
  width: 100%;
  margin-top: 0.5rem;
}

/* ========== CLIENT LOGIN PAGE (Kyçu → login.html) ========== */
.client-login-body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--white);
  font-family: var(--font);
}

.client-login-page {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem 6rem;
}

.client-login-card {
  width: 100%;
  max-width: 420px;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  padding: 2.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.client-login-logo {
  display: block;
  text-align: center;
  text-decoration: none;
  margin-bottom: 1.5rem;
}

.client-login-logo-img {
  width: 137.98px;
  height: 40.95px;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}

.client-login-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--gray-800);
  font-family: var(--font);
  margin: 0 0 1.5rem;
}

.client-login-registered-msg {
  font-size: 0.95rem;
  color: var(--green);
  margin: -0.5rem 0 1rem;
  font-weight: 500;
  text-align: center;
}

.client-login-social {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.client-login-social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0.65rem 1rem;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  font-size: 0.95rem;
  font-family: var(--font);
  color: var(--text);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}

.client-login-social-btn:hover {
  background: var(--gray-50);
  border-color: var(--gray-300);
}

.client-login-social-icon {
  flex-shrink: 0;
}

.client-login-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  color: var(--gray-500);
  font-size: 0.9rem;
}

.client-login-divider::before,
.client-login-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--gray-200);
}

.client-login-form {
  margin-bottom: 1.25rem;
}

.client-login-field {
  margin-bottom: 1rem;
}

.client-login-field label {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--gray-800);
  margin-bottom: 0.35rem;
}

.client-login-field input {
  width: 100%;
  padding: 0.7rem 1rem;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  font-size: 1rem;
  font-family: var(--font);
  transition: border-color 0.2s;
}

.client-login-field input:focus {
  outline: none;
  border-color: var(--green);
}

.client-login-password-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.client-login-password-wrap input {
  padding-right: 2.75rem;
}

.client-login-toggle-pwd {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  color: var(--gray-600);
  cursor: pointer;
  border-radius: 6px;
}

.client-login-toggle-pwd:hover {
  color: var(--gray-800);
  background: var(--gray-100);
}

.client-login-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.client-login-remember {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  color: var(--gray-700);
  cursor: pointer;
  font-family: var(--font);
}

.client-login-remember input {
  width: auto;
}

.client-login-forgot {
  font-size: 0.9rem;
  color: var(--green);
  text-decoration: none;
  font-weight: 500;
}

.client-login-forgot:hover {
  color: var(--green-dark);
  text-decoration: underline;
}

.client-login-submit {
  width: 100%;
  padding: 0.75rem 1rem;
  background: var(--green);
  color: var(--white);
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  font-family: var(--font);
  cursor: pointer;
  transition: background 0.2s;
}

.client-login-submit:hover {
  background: var(--green-dark);
}

.client-login-register {
  text-align: center;
  font-size: 0.95rem;
  color: var(--gray-600);
  margin: 0 0 1rem;
}

.client-login-register a {
  color: var(--green);
  font-weight: 600;
  text-decoration: none;
}

.client-login-register a:hover {
  color: var(--green-dark);
  text-decoration: underline;
}

.client-login-admin {
  text-align: center;
  margin: 0;
  font-size: 0.85rem;
}

.client-login-admin a {
  color: var(--gray-500);
  text-decoration: none;
}

.client-login-admin a:hover {
  color: var(--navy);
}

.client-login-guest {
  text-align: center;
  margin: 0;
  font-size: 0.85rem;
}

.client-login-guest a {
  color: var(--gray-500);
  text-decoration: none;
}

.client-login-guest a:hover {
  color: var(--navy);
}

.client-login-footer {
  padding: 1rem 1.5rem;
  border-top: 1px solid var(--gray-200);
  background: var(--gray-50);
}

.client-login-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.client-login-lang {
  font-size: 0.9rem;
  color: var(--gray-600);
}

.client-login-legal {
  display: flex;
  gap: 1.25rem;
}

.client-login-legal a {
  font-size: 0.9rem;
  color: var(--gray-600);
  text-decoration: none;
}

.client-login-legal a:hover {
  color: var(--navy);
}

/* Faqja e regjistrimit – butoni dhe lidhjet të gjelbërta */
.client-register-submit {
  background: var(--green);
}

.client-register-submit:hover {
  background: var(--green-dark);
}

.client-register-phone-wrap {
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
}

.client-register-phone-country {
  flex-shrink: 0;
  min-width: 0;
  width: 11rem;
  padding: 0.6rem 0.75rem;
  font-size: 0.95rem;
  border: 1px solid var(--gray-300);
  border-radius: 8px;
  background: var(--white);
  color: var(--gray-800);
  font-family: inherit;
}

.client-register-phone-wrap input {
  flex: 1;
  min-width: 0;
}

.client-register-pwd-hint {
  font-size: 0.8rem;
  color: var(--gray-600);
  margin: 0.35rem 0 0;
  line-height: 1.3;
}

.client-register-terms {
  margin-bottom: 1.25rem;
}

.client-register-terms-label {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: var(--gray-700);
  cursor: pointer;
  font-family: var(--font);
}

.client-register-terms-label input {
  width: auto;
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.client-register-terms-label a {
  color: var(--green);
  text-decoration: none;
  font-weight: 500;
}

.client-register-terms-label a:hover {
  color: var(--green-dark);
  text-decoration: underline;
}

.client-register-required {
  color: var(--green);
}

.client-register-card .client-login-register a {
  color: var(--green);
}

.client-register-card .client-login-register a:hover {
  color: var(--green-dark);
}

/* Hapi i verifikimit pas regjistrimit */
.client-verify-step {
  margin-top: 1rem;
}

.client-verify-step .client-login-field {
  margin-bottom: 1rem;
}

.client-verify-msg {
  font-size: 0.95rem;
  color: var(--gray-700);
  margin-bottom: 1.25rem;
  line-height: 1.5;
}

.client-verify-error {
  font-size: 0.9rem;
  color: #b91c1c;
  margin-bottom: 0.75rem;
}

.client-verify-success {
  margin-top: 1rem;
}

.client-verify-success p {
  font-size: 1rem;
  color: var(--gray-800);
  margin-bottom: 1rem;
}

.client-verify-btn-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  margin-top: 0.5rem;
}

.client-account-info {
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
  color: var(--gray-700);
  line-height: 1.6;
}

.client-account-info p {
  margin: 0.35rem 0;
}

.client-account-logout-btn {
  margin-top: 0.5rem;
  background: var(--gray-200);
  color: var(--gray-800);
}

.client-account-logout-btn:hover {
  background: var(--gray-300);
}

.client-verify-expired {
  margin-top: 1rem;
}

.client-verify-expired p {
  font-size: 0.95rem;
  color: var(--gray-700);
  margin-bottom: 1rem;
  line-height: 1.5;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .topbar-kramp .topbar-inner {
    flex-wrap: wrap;
    gap: 0.75rem;
    min-height: auto;
    height: auto;
    padding: 0.5rem 0;
  }

  .topbar-kramp > .container.topbar-inner {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .topbar-logo-img,
  .topbar-logo-svg {
    width: 200px;
    height: 48px;
  }

  .topbar-logo {
    margin-left: 0;
  }

  .topbar-kramp .topbar-search-wrap {
    order: 3;
    max-width: none;
    width: 100%;
  }

  .topbar-right {
    margin-left: 0;
  }

  .topbar-nav-wrap .nav-toggle {
    display: flex;
    min-width: 44px;
    min-height: 44px;
    padding: 11px;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
  }

  .topbar-kramp .topbar-nav-wrap .nav-toggle span {
    background: rgba(255, 255, 255, 0.95);
  }

  .topbar-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    background: var(--green);
    padding: 1rem;
    gap: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }

  .topbar-kramp.open .topbar-nav {
    display: flex;
    background: #1B6496;
  }

  .topbar-kramp.open .topbar-nav a {
    padding: 0.6rem 0.75rem;
    min-height: 44px;
    display: flex;
    align-items: center;
    -webkit-tap-highlight-color: transparent;
  }

  .nav-links {
    display: none;
  }

  .nav-toggle {
    display: flex;
  }

  .header-inner.open .nav-links {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    background: var(--white);
    padding: 1rem;
    border-bottom: 1px solid var(--gray-200);
    gap: 0.5rem;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding: 0 1rem;
  }

  .hero-content {
    order: 1;
    text-align: center;
  }

  .hero-visual {
    order: 2;
    min-height: 220px;
    max-width: 100%;
    margin-left: 0;
  }

  .hero-slider-inner {
    min-height: 220px;
  }

  .hero-image-wrap {
    height: clamp(220px, 36vh, 360px);
    min-height: 220px;
  }

  .hero-image-wrap .hero-image-photo {
    object-position: 50% 44%;
  }

  .hero-title {
    font-size: 1.5rem;
  }

  .hero-tagline {
    margin-bottom: 1rem;
  }

  .strip-tagline-text {
    font-size: 0.9rem;
    padding: 0 0.5rem;
  }

  .section-partners-logos {
    padding: 1.5rem 0;
  }

  .section-partners-title {
    font-size: 1.25rem;
    margin-bottom: 0.35rem;
  }

  .section-partners-intro {
    font-size: 0.85rem;
    margin-bottom: 1rem;
  }

  .partner-logo {
    max-height: 48px;
    width: auto;
  }

  .partners-logos-track {
    gap: 2rem;
  }

  .section {
    padding: 2rem 0;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .strip-inner {
    grid-template-columns: 1fr;
  }

  .section-split {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

/* Smartphone të vegjël (portrait) */
@media (max-width: 480px) {
  .container {
    padding: 0 0.75rem;
  }

  .topbar-kramp > .container.topbar-inner {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }

  .topbar-logo-img,
  .topbar-logo-svg {
    width: 150px;
    height: 36px;
  }

  .topbar-util {
    min-height: 44px;
    justify-content: center;
    padding: 0.25rem 0;
  }

  .topbar-util-text,
  .topbar-btn-kycu-text {
    font-size: 0.75rem;
  }

  .topbar-btn-kycu {
    min-height: 44px;
    padding: 0.5rem 0.65rem;
  }

  .hero-image-wrap {
    height: clamp(180px, 32vh, 260px);
    min-height: 180px;
  }

  .hero-kramp {
    padding: 1.5rem 0;
  }

  .hero-title {
    font-size: 1.35rem;
  }

  .hero-visual,
  .hero-slider-inner {
    min-height: 180px;
  }

  .hero-slider-btn {
    width: 40px;
    height: 40px;
  }

  .hero-four-cols-inner {
    padding: 0 0.5rem;
  }

  .hero-four-cols-bar-wrap {
    padding: 0 0.5rem;
  }

  .products-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 0 0.5rem 2rem;
  }

  .product-card .product-image {
    height: 140px;
  }

  .page-title {
    font-size: 1.35rem;
    margin: 1.25rem 0 0.5rem;
  }

  .section {
    padding: 1.5rem 0;
  }

  .section-title {
    font-size: 1.25rem;
  }

  .section-partners-title {
    font-size: 1.1rem;
  }

  .section-partners-intro {
    font-size: 0.8rem;
  }

  .btn {
    padding: 0.55rem 1.1rem;
    font-size: 0.9rem;
  }

  .contact-map {
    min-height: 220px;
  }

  .section-contact-map .contact-map {
    height: 160px;
    min-height: 160px;
  }

  .hero-four-cols-bar {
    height: 56px;
  }

  .product-detail-gallery {
    max-width: 100%;
  }

  .product-detail-page {
    padding: 1rem 0.5rem 2rem;
  }

  .footer {
    padding: 1.5rem 0 1rem;
    padding-bottom: max(1rem, env(safe-area-inset-bottom));
  }
}
