/* ── SHËRBIMET — PREMIUM PAGE ── */

/* Hero */
.svc-hero {
  padding: 48px 32px 64px;
  background: linear-gradient(160deg, var(--bg-page) 0%, var(--surface-3) 45%, var(--surface) 100%);
  border-bottom: 1px solid var(--border);
  position: relative; overflow: hidden;
}
.svc-hero::before {
  content: '';
  position: absolute; top: -30%; right: -5%;
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(60,150,143,.1) 0%, transparent 65%);
  pointer-events: none;
}
.svc-hero::after {
  content: '';
  position: absolute; bottom: -40%; left: -10%;
  width: 400px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(240,165,0,.06) 0%, transparent 65%);
  pointer-events: none;
}
.svc-hero-inner {
  max-width: 1280px; margin: 0 auto; position: relative; z-index: 1;
}
.svc-hero-top {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: end;
  margin-bottom: 40px;
}
.svc-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--brand-light); border: 1px solid var(--brand);
  border-radius: 999px; padding: 6px 16px;
  font-size: .78rem; font-weight: 700; color: var(--brand);
  text-transform: uppercase; letter-spacing: .8px; margin-bottom: 18px;
}
.svc-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 800; letter-spacing: -1.5px; line-height: 1.1;
  margin-bottom: 16px;
}
.svc-hero h1 em {
  font-style: normal;
  background: linear-gradient(135deg, var(--brand) 0%, #2d7a73 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.svc-hero-lead {
  font-size: 1.08rem; color: var(--text-mid); line-height: 1.75; max-width: 540px;
}
.svc-hero-stats {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 0;
  background: var(--bg-page);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.svc-hero-stat {
  background: transparent;
  border: none; border-radius: 0;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 20px 22px;
  transition: background .25s;
  backdrop-filter: none;
}
.svc-hero-stat:nth-child(2n) { border-right: none; }
.svc-hero-stat:nth-last-child(-n+2) { border-bottom: none; }
.svc-hero-stat:hover {
  background: rgba(60, 150, 143, .06);
  box-shadow: none;
  border-color: var(--border);
}
.svc-hero-stat strong {
  display: block; font-family: var(--font-display);
  font-size: 1.6rem; font-weight: 800; color: var(--brand);
  letter-spacing: -1px; line-height: 1;
}
.svc-hero-stat span { font-size: .78rem; color: var(--text-soft); margin-top: 6px; display: block; }

/* Filter pills */
.svc-filters {
  display: flex; flex-wrap: wrap; gap: 10px;
  padding-top: 8px; border-top: 1px solid var(--border);
}
.svc-filter {
  padding: 9px 20px; border-radius: 999px;
  font-size: .82rem; font-weight: 600; cursor: pointer;
  border: 1px solid var(--border); background: var(--surface); color: var(--text-mid);
  transition: all .25s ease; font-family: var(--font-body);
}
.svc-filter:hover { border-color: var(--brand); color: var(--brand); }
.svc-filter.active {
  background: var(--brand); border-color: var(--brand); color: #fff;
  box-shadow: 0 4px 16px rgba(60,150,143,.3);
}

/* Bento grid */
.svc-section { padding: 72px 32px; background: var(--bg-page); }
.svc-section:nth-child(even) { background: var(--surface-3); }
.svc-section-inner { max-width: 1280px; margin: 0 auto; }
.svc-section-header { text-align: center; max-width: 600px; margin: 0 auto 48px; }

.svc-bento {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  align-items: stretch;
}
.svc-card {
  position: relative; border-radius: var(--radius-xl);
  overflow: hidden; display: flex; flex-direction: column;
  height: 100%;
  transition: transform .35s ease, box-shadow .35s ease;
}
.svc-card:hover { transform: translateY(-6px); }
.svc-card[data-cat] { transition: opacity .3s, transform .35s, box-shadow .35s; }
.svc-card.hidden { display: none; }

/* Card sizes — simetri: 2+2 në rreshtin 1, 3+3+3 në rreshtat e tjerë */
.svc-card--xl { grid-column: span 3; min-height: 360px; }
.svc-card--lg,
.svc-card--md,
.svc-card--sm { grid-column: span 2; min-height: 320px; }

/* Light card */
.svc-card--light {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 32px 28px 28px;
  box-shadow: var(--shadow-sm);
}
.svc-card--light:hover { box-shadow: 0 20px 60px rgba(72, 58, 42, .12); border-color: rgba(60,150,143,.35); }
.svc-card--light::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--brand), #5bb8b0);
  opacity: 0; transition: opacity .3s;
}
.svc-card--light:hover::before { opacity: 1; }

/* Dark featured card */
.svc-card--dark {
  background: linear-gradient(145deg, #0d2826 0%, #1a3d3a 50%, #2d7a73 100%);
  border: 1px solid rgba(255,255,255,.08);
  padding: 36px 32px 32px; color: #fff;
  box-shadow: 0 20px 60px rgba(13,40,38,.25);
}
.svc-card--dark:hover { box-shadow: 0 28px 70px rgba(13,40,38,.35); }
.svc-card--dark::after {
  content: '';
  position: absolute; top: -50%; right: -30%;
  width: 300px; height: 300px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.06) 0%, transparent 70%);
  pointer-events: none;
}
.svc-card--dark .svc-card-desc { color: rgba(255,255,255,.7); }
.svc-card--dark .svc-card-list li { color: rgba(255,255,255,.8); }
.svc-card--dark .svc-card-list li::before { background: rgba(255,255,255,.5); }
.svc-card--dark .svc-tag { background: rgba(255,255,255,.1); color: rgba(255,255,255,.85); border-color: rgba(255,255,255,.15); }

/* Gradient accent card */
.svc-card--accent {
  background: linear-gradient(135deg, var(--brand-light) 0%, var(--surface) 50%, var(--bg-page) 100%);
  border: 1px solid var(--border);
  padding: 32px 28px 28px;
  box-shadow: var(--shadow-sm);
}
.svc-card--accent:hover { box-shadow: var(--shadow-lg); }

.svc-card-num {
  position: absolute; top: 24px; right: 28px;
  font-family: var(--font-display); font-size: 3.5rem; font-weight: 800;
  line-height: 1; opacity: .06; color: var(--text-dark);
  pointer-events: none; user-select: none;
}
.svc-card--dark .svc-card-num { opacity: .12; color: #fff; }

.svc-card-icon {
  width: 56px; height: 56px; border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px; flex-shrink: 0;
  position: relative; z-index: 1;
}
.svc-card-icon svg { width: 26px; height: 26px; }
.svc-card--light .svc-card-icon,
.svc-card--accent .svc-card-icon {
  background: linear-gradient(135deg, var(--brand-light) 0%, #d4f0ee 100%);
  color: var(--brand);
  box-shadow: 0 4px 12px rgba(60,150,143,.15);
}
.svc-card--dark .svc-card-icon {
  background: rgba(255,255,255,.12); color: #fff;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.15);
}

.svc-card-body { flex: 1; position: relative; z-index: 1; }
.svc-card-title {
  font-family: var(--font-display); font-size: 1.2rem; font-weight: 700;
  margin-bottom: 10px; letter-spacing: -.3px; line-height: 1.25;
}
.svc-card--dark .svc-card-title { color: #fff; }
.svc-card-desc {
  font-size: .88rem; color: var(--text-soft); line-height: 1.7; margin-bottom: 18px;
}
.svc-card-list {
  list-style: none; display: flex; flex-direction: column; gap: 7px; margin-bottom: 20px;
}
.svc-card-list li {
  font-size: .82rem; color: var(--text-mid); padding-left: 16px; position: relative; line-height: 1.5;
}
.svc-card-list li::before {
  content: ''; position: absolute; left: 0; top: 7px;
  width: 5px; height: 5px; border-radius: 50%; background: var(--brand);
}
.svc-card-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; }
.svc-tag {
  font-size: .7rem; font-weight: 600; padding: 4px 10px;
  border-radius: 999px; background: var(--brand-light);
  color: var(--brand); border: 1px solid rgba(60,150,143,.2);
}
.svc-card-cta {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: .82rem; font-weight: 700; color: var(--brand);
  text-decoration: none; margin-top: 16px;
  transition: gap .2s;
}
.svc-card--dark .svc-card-cta { color: #fff; opacity: .9; }
.svc-card-cta:hover { gap: 10px; }
.svc-card-cta svg { width: 16px; height: 16px; }

/* Process — full 7-step section */
.svc-procesi {
  padding: 80px 32px;
  background: linear-gradient(180deg, var(--bg-page) 0%, var(--surface) 100%);
  border-top: 1px solid var(--border);
}
.svc-procesi-inner { max-width: 1280px; margin: 0 auto; }
.svc-procesi-header {
  text-align: center; max-width: 640px; margin: 0 auto 56px;
}
.svc-procesi-header h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  font-weight: 800; letter-spacing: -.6px; margin-bottom: 12px;
}
.svc-procesi-header p { font-size: .95rem; color: var(--text-mid); line-height: 1.7; }

.svc-procesi .process-steps {
  margin-bottom: 56px;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-xl); padding: 40px 32px 32px;
  box-shadow: var(--shadow-sm);
}
.svc-procesi .process-steps::before { top: 68px; }

.svc-procesi-detail {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px;
}
.svc-proc-item {
  display: grid; grid-template-columns: 56px 1fr; gap: 20px;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 28px;
  transition: border-color .25s, box-shadow .25s;
}
.svc-proc-item:hover { border-color: var(--brand); box-shadow: var(--shadow-md); }
.svc-proc-num {
  width: 56px; height: 56px; border-radius: 14px;
  background: linear-gradient(135deg, var(--brand-light) 0%, #d4f0ee 100%);
  color: var(--brand); font-family: var(--font-display);
  font-weight: 800; font-size: 1.1rem;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.svc-proc-item h3 {
  font-family: var(--font-display); font-size: 1.05rem;
  font-weight: 700; margin-bottom: 8px; color: var(--text-dark);
}
.svc-proc-item p { font-size: .88rem; color: var(--text-soft); line-height: 1.7; }
.svc-proc-item--wide { grid-column: span 2; }

/* Tech marquee */
.svc-tech {
  padding: 56px 32px;
  background: var(--surface-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}
.svc-tech-label {
  text-align: center; font-size: .75rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.2px;
  color: var(--text-soft); margin-bottom: 28px;
}
.svc-marquee {
  display: flex; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}
.svc-marquee-track {
  display: flex; gap: 16px; animation: svcMarquee 30s linear infinite;
  flex-shrink: 0;
}
.svc-marquee-track:nth-child(2) { animation-delay: -15s; }
@keyframes svcMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.svc-tech-pill {
  flex-shrink: 0; padding: 10px 22px;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 999px; font-size: .85rem; font-weight: 600;
  color: var(--text-mid); white-space: nowrap;
  transition: border-color .2s, color .2s;
}
.svc-tech-pill:hover { border-color: var(--brand); color: var(--brand); }

/* Industries premium */
.svc-industries {
  padding: 80px 32px;
  background: var(--surface);
}
.svc-ind-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.svc-ind-card {
  position: relative; padding: 28px 22px;
  background: var(--surface-2); border: 1px solid var(--border);
  border-radius: var(--radius-lg); text-align: center;
  transition: all .3s ease; overflow: hidden; cursor: default;
}
.svc-ind-card::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, var(--brand) 0%, #2d7a73 100%);
  opacity: 0; transition: opacity .3s;
}
.svc-ind-card:hover {
  border-color: var(--brand); transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.svc-ind-card:hover::before { opacity: 1; }
.svc-ind-card:hover .svc-ind-icon,
.svc-ind-card:hover .svc-ind-title { position: relative; z-index: 1; color: #fff; }
.svc-ind-icon { font-size: 2rem; margin-bottom: 12px; display: block; transition: color .3s; }
.svc-ind-title {
  font-family: var(--font-display); font-weight: 700; font-size: .88rem;
  color: var(--text-dark); transition: color .3s;
}

/* Why band */
.svc-why {
  padding: 72px 32px;
  background: linear-gradient(180deg, var(--bg-page) 0%, var(--surface) 100%);
}
.svc-why-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.svc-why-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 32px 28px;
  transition: box-shadow .3s, border-color .3s;
}
.svc-why-card:hover { box-shadow: var(--shadow-md); border-color: var(--brand); }
.svc-why-icon {
  width: 48px; height: 48px; border-radius: 14px;
  background: var(--brand-light); color: var(--brand);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; margin-bottom: 16px;
}
.svc-why-card h4 {
  font-family: var(--font-display); font-weight: 700; font-size: 1rem; margin-bottom: 8px;
}
.svc-why-card p { font-size: .88rem; color: var(--text-soft); line-height: 1.65; }

/* CTA */
.svc-page .cta-band-light {
  background: var(--surface-2) !important;
  border-top: 1px solid var(--border);
  padding: 72px 32px;
}
.svc-page .cta-band-light::before { display: none !important; }
.cta-title-dark {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800; color: var(--text-dark);
  letter-spacing: -.6px; line-height: 1.2;
}
.cta-sub-dark {
  font-size: .95rem; color: var(--text-mid);
  margin-top: 10px; line-height: 1.6;
}

/* Responsive */
@media (max-width: 1100px) {
  .svc-bento { grid-template-columns: repeat(2, 1fr); }
  .svc-card--xl, .svc-card--lg, .svc-card--md, .svc-card--sm { grid-column: span 1; }
  .svc-hero-top { grid-template-columns: 1fr; gap: 32px; }
  .svc-ind-grid { grid-template-columns: repeat(2, 1fr); }
  .svc-procesi-detail { grid-template-columns: 1fr; }
  .svc-proc-item--wide { grid-column: span 1; }
  .svc-procesi .process-steps { grid-template-columns: repeat(4, 1fr); }
  .svc-procesi .process-steps::before { display: none; }
  .svc-why-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .svc-hero-top { gap: 24px; }
  .svc-card { min-height: auto !important; }
  .svc-card--xl .svc-card-body { padding: 24px 22px; }
}
@media (max-width: 640px) {
  .svc-hero, .svc-section, .svc-industries, .svc-why, .svc-procesi { padding: 56px 20px; }
  .svc-bento { grid-template-columns: 1fr; }
  .svc-card--xl, .svc-card--lg, .svc-card--md, .svc-card--sm { grid-column: span 1; min-height: auto; }
  .svc-procesi .process-steps { grid-template-columns: repeat(2, 1fr); padding: 28px 20px; }
  .svc-ind-grid { grid-template-columns: 1fr 1fr; }
}
