/* ---------------------------------------------------- */
/* Neue Variablen für Helles Design */
/* ---------------------------------------------------- */
:root {
  --bg: #f8fafc; /* Sehr helles Grau */
  --card: #ffffff; /* Weiss für Karten */
  --card-hover: #f0f4f8; /* Leichtes Grau für Hover */
  --text: #1a202c; /* Dunkles Grau für Text */
  --muted: #4a5568; /* Mittleres Grau für sekundären Text */
  --line: #e2e8f0; /* Helle Linie für Trennungen */
  --accent: #5A7ACD; /* Lebendiges Blau */
  --accent2: #FEB05D; /* Kräftiges Orange */
  --good: #FEB05D; /* Grünton für positive Akzente */
  --accent-light: rgba(90, 122, 205, 0.1); /* Nuancë e lehtë blu, për të dhënë një pamje më të butë në disa raste */
  --shadow: 0 8px 20px rgba(0,0,0,.08); /* Heller, weicher Schatten */
  --radius: 12px;
  --radius2: 16px;
  --max: 1200px; /* Etwas breiterer Container */
  --header-height: 81px; /* Lartësia e header-it (80px nav-inner + 1px border) */

  /* SHTESA E RE: Variabël për ngjyrë portokalli transparente */
  --accent2-transparent: rgba(254, 176, 93, 0.2); /* Sfond pak transparent portokalli */
}

/* ---------------------------------------------------- */
/* Allgemeine Stile */
/* ---------------------------------------------------- */
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,body{height:100%}
body{
  font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  padding-top: var(--header-height); /* SHTESA KRYESORE: Shton padding për shkak të header-it fiksuar */
}
a{color:var(--accent); text-decoration:none}
a:hover{text-decoration:underline}
.container{max-width:var(--max); margin:0 auto; padding:0 24px} /* Etwas mehr seitlicher Abstand */
section{padding:80px 0;} /* Mehr vertikaler Abstand zwischen Sektionen */

/* ---------------------------------------------------- */
/* Navigation */
/* ---------------------------------------------------- */
.nav{
  position:fixed; /* NDRYSHIMI KRYESOR: Nga sticky në fixed */
  top:0;
  left:0; /* SHTESA: Siguron që header-i të fillojë nga e majta */
  width:100%; /* SHTESA: Siguron që header-i të mbulojë të gjithë gjerësinë */
  z-index:99;
  background: rgba(255,255,255,.9);
  border-bottom:1px solid var(--line);
  backdrop-filter: blur(8px);
}
.nav-inner{
  display:flex; align-items:center; justify-content:space-between;
  height:80px;
}
.brand{
  display:flex; gap:10px; align-items:center;
  font-weight:700; letter-spacing:-.2px;
  color: var(--text);
}
.logo{
  width:38px; height:38px; border-radius:10px;
  background-image: url('images/logo.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-shadow: 0 6px 15px rgba(0,0,0,.1);
}
.brand small{display:block; font-weight:500; letter-spacing:0; font-size:14px}

.nav-inner .brand .brand-name {
  color: var(--accent2);
  font-size: 22px;
}
.nav-inner .brand .brand-slogan {
  color: var(--accent);
}


.menu{display:flex; gap:20px; align-items:center}
.menu a{
  font-weight:600; color: var(--muted);
  padding:8px 12px; border-radius:8px;
  transition: all .2s ease-in-out;
}
.menu a:hover{background: var(--card-hover); color: var(--accent); text-decoration: none;}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:8px;
  padding:12px 20px;
  border-radius: var(--radius);
  border:1px solid var(--line);
  background: var(--card);
  color: var(--text);
  font-weight:600;
  box-shadow: 0 2px 5px rgba(0,0,0,.05);
  cursor:pointer;
  transition: all .2s ease-in-out;
}
.btn:hover{background: var(--card-hover); box-shadow: 0 4px 10px rgba(0,0,0,.08); text-decoration: none;}
.btn-primary{
  border-color: var(--accent);
  background: var(--accent);
  color: white;
  box-shadow: 0 6px 15px rgba(59, 130, 246, 0.2);
}
.btn-primary:hover{background: #2563eb; border-color: #2563eb; box-shadow: 0 8px 20px rgba(59, 130, 246, 0.25);}

.btn-orange{
  border-color: var(--accent2) !important;
  background: var(--accent2) !important;
  color: white !important;
  box-shadow: 0 6px 15px rgba(254, 176, 93, 0.2);
}
.btn-orange:hover{
  background: white !important;
  border-color: var(--accent2) !important;
  color: var(--accent2) !important;
  box-shadow: 0 8px 20px rgba(254, 176, 93, 0.3);
}

.btn-ghost{
  background: transparent;
  border-color: transparent;
  color: var(--accent);
}
.btn-ghost:hover{background: var(--card-hover); border-color: var(--line);}
.hamburger{
  display:none;
  width:44px; height:44px;
  border-radius: var(--radius);
  border:1px solid var(--line);
  background: var(--card);
  transition: all .2s ease-in-out;
}
.hamburger:hover{background: var(--card-hover)}
.hamburger span{
  display:block;
  width:18px; height:2px;
  background: var(--text);
  margin:5px auto;
  border-radius:2px;
}

.mobile-menu {
  display: none;
  border-top:1px solid var(--line);
  padding:15px 0 20px;
  background: var(--card);
}


/* ---------------------------------------------------- */
/* Hero Sektion (Bildzentriert, me sfond fiks) */
/* ---------------------------------------------------- */
.hero{
  padding: 0;
  position: relative;
  overflow: hidden;

  background-image: url('images/construction-themed-template-background.jpg');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 80px;
}

.hero-image-overlay{
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.7));
  z-index: 1;
}
.hero-content{
  position: relative;
  z-index: 2;
  padding: 100px 24px 50px;
  max-width: var(--max);
  margin: 0 auto;
  text-align: center;
  color: white;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.kicker{
  display:inline-flex;
  gap:8px;
  align-items:center;
  padding:6px 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.3);
  background: rgba(255,255,255,.15);
  color: rgba(255,255,255,.9);
  font-weight:700;
  font-size:13px;
  margin-bottom:16px;
}
.kicker b{color: var(--good);}
h1{
  margin:10px 0 20px;
  font-size: clamp(38px, 5vw, 64px);
  line-height:1.1;
  letter-spacing:-1px;
  color: white;
}
.lead{
  margin:0 auto 30px;
  font-size: 19px;
  color: rgba(255,255,255,.8);
  max-width: 75ch;
}
.cta-row{
  display:flex; gap:16px; flex-wrap:wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.cta-row .btn{
  border-color: rgba(255,255,255,.3);
  background: rgba(255,255,255,.1);
  color: white;
}
.cta-row .btn:hover{background: rgba(255,255,255,.2); border-color: rgba(255,255,255,.5);}
.cta-row .btn-primary{
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
}
.cta-row .btn-primary:hover{background: #2563eb; border-color: #2563eb;}

.hero-additional-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 50px; /* NDRYSHIMI 1: Shton hapësirë poshtë */
}

.hero-feature-tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.3);
  background: rgba(255,255,255,.15);
  color: rgba(255,255,255,.9);
  font-weight: 700;
  font-size: 14px;
}


/* FEATURES OVERVIEW TANI ËSHTË BRENDA HEROIT */
.hero-features-area {
  position: relative;
  z-index: 2;
  width: 100%;

  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 25px;
  align-items: stretch;
}

.features-cards-grid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:25px;
}
.features-cards-grid .panel{
    padding:30px;
    border-radius: var(--radius2);
    border:1px solid var(--line);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--shadow);
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all .2s ease-in-out;
}
.features-cards-grid .panel:hover{
    background: var(--card-hover);
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,.15);
}
.features-cards-grid .panel .big{
    font-size: 30px;
    font-weight:800;
    letter-spacing:-.5px;
    margin-bottom: 8px;
    color: var(--text);
}
.features-cards-grid .panel p{
    margin:0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.5;
}

.features-note-callout{
  background: var(--accent2-transparent);
  border:1px solid var(--accent2);
  color: white;
  font-weight:600;
  padding:25px;
  border-radius: var(--radius2);
  text-align: center;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
}
.features-note-callout b{
  color:var(--accent2);
  font-size: 20px;
  font-weight: 800;
  display: block;
  margin-bottom: 8px;
}
.features-note-callout br{
  display: none;
}
.features-note-callout div{
    color: white;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
}

/* --- Responsive rules for Hero Features Area --- */
@media (max-width: 991px) {
  .hero-features-area {
    grid-template-columns: 1fr;
  }
}


/* ---------------------------------------------------- */
/* Sektionen Header */
/* ---------------------------------------------------- */
.section-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:20px;
  margin-bottom:40px;
}
.section-head h2{
  margin:0;
  font-size: clamp(30px, 3.5vw, 42px);
  letter-spacing:-.8px;
  color: var(--text);
}
.section-head p{
  margin:0;
  color: var(--muted);
  max-width: 68ch;
  font-weight:500;
  font-size: 17px;
}

/* ---------------------------------------------------- */
/* Service Cards (Leistungen) */
/* ---------------------------------------------------- */
.grid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap:25px;
}
.card{
  padding:30px;
  border-radius: var(--radius2);
  border:1px solid var(--line);
  background: var(--card);
  box-shadow: var(--shadow);
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all .2s ease-in-out;
}
.card:hover{background: var(--card-hover); transform: translateY(-5px); box-shadow: 0 12px 25px rgba(0,0,0,.12);}
.card h3{
  margin:10px 0 10px;
  font-size:20px;
  letter-spacing:-.2px;
  color: var(--text);
}
.card p{margin:0; color: var(--muted); font-weight:400; font-size:15px}
.tag{
  display:inline-flex; align-items:center; gap:8px;
  font-size:13px; font-weight:700;
  color: var(--accent);
  border:1px solid var(--accent);
  background: rgba(59, 130, 246, 0.1);
  padding:8px 12px;
  border-radius:999px;
}
.dot{
  width:8px; height:8px; border-radius:8px;
  background: var(--accent);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

/* ---------------------------------------------------- */
/* Procesi (So arbeiten wir) - Dizajni me ikona dhe numra të vegjël */
/* ---------------------------------------------------- */
.steps{
  display:grid;
  grid-template-columns: 1fr; /* Default: 1 kolonë për ekrane shumë të vogla */
  gap:25px;
}

.step{
  display:flex;
  flex-direction: column; /* Rreshton ikonën dhe tekstin vertikalisht */
  align-items: center; /* Qendron horizontalisht elementët */
  text-align: center; /* Qendron tekstin brenda */
  padding:35px 25px;
  border-radius: var(--radius2);
  border:1px solid var(--line);
  background: var(--card);
  box-shadow: var(--shadow);
  transition: all .2s ease-in-out;
  position: relative; /* E rëndësishme për pozicionimin e numrit të vogël */
}
.step:hover{
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0,0,0,.12);
}

/* Numri i vogël lart majtas */
.step-number-small {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 13px;
  font-weight: 700;
  color: white;
  background: var(--accent); /* Ngjyra blu si numri i vogël */
  padding: 4px 10px;
  border-radius: var(--radius);
  z-index: 10; /* Siguron që të shfaqet mbi përmbajtjen tjetër */
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

/* Stilizimi për ikonën kryesore (step-icon-main) */
.step-icon-main { /* Klasa e aplikuar ikonës */
  font-size: 70px; /* Madhësia e dëshiruar për ikonën e madhe */
  color: var(--accent2); /* Ngjyra portokalli */
  margin-bottom: 25px; /* Hapësira poshtë ikonës, para tekstit */

  display: block; /* Siguron që margin-bottom të funksionojë */
  width: auto;
  height: auto;
  border: none;
  background: none;
  box-shadow: none;
}

/* Kontenieri për titullin dhe përshkrimin */
.step-text-content {
  position: relative; /* Për z-index */
  z-index: 2; /* Siguron që teksti të jetë mbi ikonën */
  width: 100%;
}

.step-text-content b{
  display:block;
  margin-bottom: 8px;
  color: var(--text);
  font-size: 20px;
  letter-spacing: -.2px;
}
.step-text-content div{
  color: var(--muted);
  font-weight:400;
  font-size: 16px;
  line-height: 1.5;
}

/* --- Responsiveness for Process Steps --- */
@media (min-width: 768px) {
  .steps {
    grid-template-columns: repeat(2, 1fr); /* 2 kolona në ekrane mesatare */
  }
}

@media (min-width: 1024px) {
  .steps {
    grid-template-columns: repeat(4, 1fr); /* 4 kolona në ekrane të mëdha */
  }
}

/* ---------------------------------------------------- */
/* Call to Action (CTA) in Sektion */
/* ---------------------------------------------------- */
.section-cta{
  margin-top:60px;
  padding:40px;
  border-radius: var(--radius2);
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  box-shadow: 0 15px 35px rgba(0,0,0,.15);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
  color: white;
  text-align: center;
  flex-direction: column;
}
.section-cta h3{margin:0; font-size:28px; letter-spacing:-.5px; color: white;}
.section-cta p{margin:10px 0 25px; color: rgba(255,255,255,.85); font-weight:400; max-width:70ch; font-size: 17px;}
.section-cta .btn-row{
  display: flex; gap: 15px; flex-wrap: wrap; justify-content: center;
}
.section-cta .btn{
  background: white;
  color: var(--accent);
  border-color: white;
  box-shadow: 0 5px 15px rgba(0,0,0,.1);
}
.section-cta .btn:hover{background: var(--card-hover); color: var(--accent); border-color: var(--card-hover);}
.section-cta .btn-primary{
  background: var(--accent2);
  border-color: var(--accent2);
  color: white;
  box-shadow: 0 5px 15px rgba(249, 115, 22, 0.2);
}
.section-cta .btn-primary:hover{background: #ea580c; border-color: #ea580c;}

/* ---------------------------------------------------- */
/* Über Uns Sektion */
/* ---------------------------------------------------- */
#ueberuns{ /* Kjo duhet të jetë ID-ja e seksionit */
  /* Background për Über uns */
  background-image: url('images/construction-themed-template-background.jpg'); /* Imazhi i njëjtë me hero */
  background-attachment: fixed; /* E fiksuar */
  background-position: center;
  background-size: cover;
  position: relative; /* Për overlay-n e pseudo-elementit */
  z-index: 0; /* Siguron që overlay të jetë prapa përmbajtjes */
  padding:80px 0; /* Ruajmë padding-un e seksionit */
}

/* Overlay i errët për Über uns për lexueshmëri më të mirë */
#ueberuns::before { /* Përdorim ID-në këtu */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6); /* Një shtresë e errët */
  z-index: -1; /* Pozicionohet prapa përmbajtjes */
}

/* Stilizim i tekstit brenda Über uns për të qenë i lexueshëm mbi sfondin e errët */
#ueberuns .section-head h2,
#ueberuns .section-head p {
  color: white; /* Teksti i bardhë për header-in e seksionit */
}

.about{ /* Kjo është klasa e div-it brenda seksionit */
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap:25px;
  align-items:stretch;
}
.about .card{
  min-height:auto;
  padding:30px;
}
.about .card h3{
  color: var(--text);
}
.about .card p{
  font-weight:400;
}
.list{
  margin:15px 0 0;
  padding:0;
  color: var(--muted);
  font-weight:400;
  list-style: none;
}
.list li{
  margin:8px 0;
  position: relative;
  padding-left: 28px;
  font-size: 15px;
}
.list li::before {
  content: '✔';
  color: var(--accent2); /* NDRYSHIMI KRYESOR KËTU: E bën ngjyrën portokalli */
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  line-height: 1;
}

/* ---------------------------------------------------- */
/* Kontakt Sektion */
/* ---------------------------------------------------- */
.contact{
  display:grid;
  grid-template-columns: 2fr 1fr;
  gap:25px;
}
.contact .card{
  padding:30px;
}
form{display:grid; gap:15px}
label{font-weight:600; font-size:14px; color: var(--muted); margin-bottom: 4px; display: block;}
input, textarea{
  width:100%;
  padding:14px 18px;
  border-radius: var(--radius);
  border:1px solid var(--line);
  background: var(--card);
  color: var(--text);
  outline:none;
  font-weight:400;
  font-size: 16px;
  transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
}
input:focus, textarea:focus{border-color: var(--accent); box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);}
textarea{min-height:140px; resize:vertical}
.hint{color: var(--muted); font-weight:400; font-size:13px; margin-top: 5px;}

.contact-info-grid{
    display:grid;
    gap:15px;
    margin-top:15px;
}
.contact-info-grid .stat{
    padding:20px;
    border-radius: var(--radius);
    border:1px solid var(--line);
    background: var(--card-hover);
}
.contact-info-grid .stat b{color: var(--text); display: block; margin-bottom: 4px; font-size: 17px;}

/* ---------------------------------------------------- */
/* Footer */
/* ---------------------------------------------------- */
footer{
  padding:40px 0;
  border-top:1px solid var(--line);
  color: var(--muted);
  font-weight:400;
  font-size: 14px;
}
.footer-grid{
  display:flex; align-items:center; justify-content:space-between;
  gap:20px; flex-wrap:wrap;
}
.footer-brand-info{
  display:flex; gap:12px; align-items:center;
}
.footer-brand-info .logo{
    width:32px; height:32px;
}
.footer-brand-info div{
    font-weight:700; color:var(--text); font-size: 15px;
}
.footer-brand-info small{
    font-weight:500; color:var(--muted); font-size: 12px;
}
