/* ================================================================
   SEMS Landing Page — Institutional Premium Design
   Universiteti i Prishtinës
   ================================================================ */

/* ── Design tokens ─────────────────────────────────────────────── */
.lp-after {
  /* Brand — deep crimson, institutional */
  --lp-brand:        #8C1A1A;
  --lp-brand-d:      #6B0000;
  --lp-brand-m:      #A82020;
  --lp-brand-l:      #fdf3f3;
  --lp-brand-rgb:    140, 26, 26;
  --lp-brand-border: rgba(140,26,26,0.14);

  /* Navy */
  --lp-navy:   #0f172a;
  --lp-navy-2: #1e293b;
  --lp-navy-3: #334155;

  /* Text */
  --lp-text:   #1e293b;
  --lp-text-2: #475569;
  --lp-text-3: #64748b;
  --lp-text-4: #94a3b8;

  /* Backgrounds */
  --lp-bg:   #ffffff;
  --lp-bg-2: #f8fafc;
  --lp-bg-3: #f1f5f9;

  /* Borders */
  --lp-border:   #e2e8f0;
  --lp-border-2: #cbd5e1;

  /* Radius */
  --lp-r-xs: 4px;
  --lp-r-sm: 6px;
  --lp-r:    10px;
  --lp-r-lg: 14px;
  --lp-r-xl: 20px;

  /* Shadows */
  --lp-shadow-xs: 0 1px 2px rgba(15,23,42,0.06);
  --lp-shadow-sm: 0 1px 3px rgba(15,23,42,0.08), 0 1px 2px rgba(15,23,42,0.05);
  --lp-shadow:    0 4px 16px rgba(15,23,42,0.07), 0 2px 6px rgba(15,23,42,0.04);
  --lp-shadow-lg: 0 12px 40px rgba(15,23,42,0.11), 0 4px 12px rgba(15,23,42,0.06);

  /* Easing & transition */
  --lp-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --lp-t:    200ms;

  /* Typography */
  --lp-sans:  'Inter', system-ui, -apple-system, sans-serif;
  --lp-serif: 'Playfair Display', Georgia, 'Times New Roman', serif;

  /* Base */
  background: var(--lp-bg);
  color: var(--lp-text);
  font-family: var(--lp-sans);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  width: 100%;
}

.lp-after *, .lp-after *::before, .lp-after *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ── Navigation ─────────────────────────────────────────────────── */
.lp-after .nav-u {
  height: 68px;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--lp-border);
  position: sticky;
  top: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: 0 52px;
  gap: 24px;
  box-shadow: var(--lp-shadow-xs);
  width: 100%;
  max-width: 100%;
}

.lp-after .nav-u .brand-l {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}

.lp-after .nav-u .seal {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  flex-shrink: 0;
  object-fit: contain;
  background: none;
  display: block;
}

/* Fallback if seal is a div (text "UP") */
.lp-after .nav-u div.seal {
  background: var(--lp-brand);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.3px;
}

.lp-after .nav-u .wordmark {
  font-size: 16.5px;
  font-weight: 700;
  letter-spacing: -0.2px;
  color: var(--lp-text);
  line-height: 1;
}

.lp-after .nav-u .wordmark small {
  display: block;
  font-size: 10px;
  font-weight: 400;
  color: var(--lp-text-3);
  letter-spacing: 0.2px;
  margin-top: 3px;
  line-height: 1;
}

/* Nav links */
.lp-after .nav-u .nav-links {
  display: flex;
  gap: 2px;
  justify-self: center;
  align-items: center;
}

.lp-after .nav-u .nav-link {
  padding: 7px 13px;
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--lp-text-2);
  text-decoration: none;
  transition: color var(--lp-t), background var(--lp-t);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: var(--lp-r-sm);
  white-space: nowrap;
  border: none;
  background: none;
}

.lp-after .nav-u .nav-link:hover {
  color: var(--lp-text);
  background: var(--lp-bg-2);
}

.lp-after .nav-u .nav-link.active { color: var(--lp-brand); }

/* Dropdown */
.lp-after .nav-u .nav-dd { position: relative; }

.lp-after .nav-u .nav-dd .dd-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 220px;
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-r);
  box-shadow: var(--lp-shadow-lg);
  padding: 6px;
  z-index: 200;
}

/* Ura transparente — mbyll boshllëkun 8px mes trigger → dropdown
   Pa të, miu kalon hapësirën bosh, .nav-dd humbet hover dhe lista mbyllet. */
.lp-after .nav-u .nav-dd .dd-menu::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  height: 8px;
}

/* Hap me hover (desktop) ose focus-within (keyboard) */
.lp-after .nav-u .nav-dd:hover .dd-menu,
.lp-after .nav-u .nav-dd:focus-within .dd-menu {
  display: flex;
  flex-direction: column;
}

.lp-after .nav-u .nav-dd .dd-menu a {
  padding: 8px 12px;
  border-radius: var(--lp-r-sm);
  font-size: 13px;
  font-weight: 500;
  color: var(--lp-text-2);
  text-decoration: none;
  transition: background var(--lp-t), color var(--lp-t);
  line-height: 1.4;
  display: block;
}

.lp-after .nav-u .nav-dd .dd-menu a:hover {
  background: var(--lp-bg-2);
  color: var(--lp-text);
}

/* Right area */
.lp-after .nav-u .right-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-shrink: 0;
}

/* Language switcher */
.lp-after .nav-u .lang-pill {
  display: inline-flex;
  background: var(--lp-bg-3);
  border-radius: 999px;
  padding: 3px;
  gap: 2px;
}

.lp-after .nav-u .lang-pill a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 26px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: var(--lp-text-3);
  text-decoration: none;
  transition: all var(--lp-t);
  cursor: pointer;
}

.lp-after .nav-u .lang-pill a.on {
  background: #fff;
  color: var(--lp-text);
  box-shadow: var(--lp-shadow-xs);
}

/* Login button */
.lp-after .nav-u .login-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--lp-brand);
  color: #fff !important;
  border: none;
  height: 36px;
  padding: 0 18px;
  border-radius: var(--lp-r);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background var(--lp-t), transform var(--lp-t), box-shadow var(--lp-t);
  box-shadow: 0 1px 3px rgba(140,26,26,0.22), 0 2px 8px rgba(140,26,26,0.12);
  white-space: nowrap;
  letter-spacing: 0.1px;
}

.lp-after .nav-u .login-btn:hover {
  background: var(--lp-brand-d);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(140,26,26,0.28);
  color: #fff !important;
}

/* Mobile toggle */
.lp-after .nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: var(--lp-r-sm);
  flex-shrink: 0;
}

.lp-after .nav-toggle:hover { background: var(--lp-bg-2); }

.lp-after .nav-toggle span {
  display: block;
  width: 20px;
  height: 1.5px;
  background: var(--lp-text);
  border-radius: 2px;
  transition: transform 220ms var(--lp-ease), opacity 150ms;
}

.lp-after .nav-u.open .nav-toggle span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.lp-after .nav-u.open .nav-toggle span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.lp-after .nav-u.open .nav-toggle span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ── Notice banner ───────────────────────────────────────────────── */
.lp-after .notice {
  background: var(--lp-bg-2);
  border-top: 2px solid var(--lp-brand);
  border-bottom: 1px solid var(--lp-border);
  padding: 10px 52px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 13px;
  color: var(--lp-text-2);
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.lp-after .notice .pill {
  background: var(--lp-brand);
  color: #fff;
  padding: 2px 9px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
}

.lp-after .notice strong {
  color: var(--lp-text);
  font-weight: 500;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lp-after .notice .lnk {
  margin-left: auto;
  color: var(--lp-brand);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 12.5px;
  transition: color var(--lp-t);
}

.lp-after .notice .lnk:hover { color: var(--lp-brand-d); }

/* ── Hero ────────────────────────────────────────────────────────── */
.lp-after .hero-2c {
  padding: 48px 40px 52px 52px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 48px;
  align-items: center;
  background: linear-gradient(160deg, #ffffff 0%, #fdf8f8 100%);
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

/* Radial glow top-right */
.lp-after .hero-2c::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 480px; height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(140,26,26,0.06), transparent 65%);
  pointer-events: none;
}

/* Subtle grid pattern bottom-left */
.lp-after .hero-2c::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 260px; height: 200px;
  background-image:
    linear-gradient(var(--lp-border) 1px, transparent 1px),
    linear-gradient(90deg, var(--lp-border) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.35;
  pointer-events: none;
  mask-image: linear-gradient(135deg, rgba(0,0,0,0.4), transparent 70%);
  -webkit-mask-image: linear-gradient(135deg, rgba(0,0,0,0.4), transparent 70%);
}

/* Eyebrow badge */
.lp-after .hero-l .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--lp-brand-l);
  color: var(--lp-brand);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-bottom: 26px;
  border: 1px solid var(--lp-brand-border);
  line-height: 1;
}

/* Heading */
.lp-after .hero-l h1 {
  font-family: var(--lp-serif);
  font-size: 42px;
  line-height: 1.13;
  font-weight: 600;
  letter-spacing: -0.3px;
  color: var(--lp-text);
  margin-bottom: 16px;
}

.lp-after .hero-l h1 em {
  font-style: italic;
  color: var(--lp-brand);
}

/* Description */
.lp-after .hero-l > p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--lp-text-2);
  margin-bottom: 24px;
  max-width: 52ch;
}

/* CTA buttons */
.lp-after .hero-l .ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.lp-after .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--lp-brand);
  color: #fff !important;
  border: none;
  height: 46px;
  padding: 0 26px;
  border-radius: var(--lp-r);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background var(--lp-t), transform var(--lp-t), box-shadow var(--lp-t);
  box-shadow: 0 2px 8px rgba(140,26,26,0.22), 0 1px 3px rgba(140,26,26,0.14);
  white-space: nowrap;
  letter-spacing: 0.1px;
}

.lp-after .btn-primary:hover {
  background: var(--lp-brand-d);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(140,26,26,0.28);
  color: #fff !important;
}

.lp-after .btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--lp-text) !important;
  border: 1.5px solid var(--lp-border-2);
  height: 46px;
  padding: 0 24px;
  border-radius: var(--lp-r);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: border-color var(--lp-t), background var(--lp-t), color var(--lp-t);
  white-space: nowrap;
}

.lp-after .btn-ghost:hover {
  border-color: var(--lp-brand);
  color: var(--lp-brand) !important;
  background: var(--lp-brand-l);
}

/* Trust stats — mini-card horizontal */
.lp-after .hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  background: var(--lp-bg-2);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-r);
  padding: 14px 20px;
  align-items: center;
  width: 100%;
  max-width: 100%;
}

.lp-after .hero-trust .it {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1 1 0;
  min-width: 0;
  padding: 0 18px;
  position: relative;
}

.lp-after .hero-trust .it:first-child { padding-left: 0; }
.lp-after .hero-trust .it:last-child  { padding-right: 0; }

.lp-after .hero-trust .it + .it::before {
  content: '';
  position: absolute;
  left: 0; top: 3px; bottom: 3px;
  width: 1px;
  background: var(--lp-border-2);
}

.lp-after .hero-trust .it .n {
  font-size: 19px;
  font-weight: 700;
  color: var(--lp-text);
  letter-spacing: -0.5px;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.lp-after .hero-trust .it .l {
  font-size: 10.5px;
  font-weight: 500;
  color: var(--lp-text-3);
  text-transform: uppercase;
  letter-spacing: 0.4px;
  line-height: 1.2;
  margin-top: 1px;
}

/* Right column — photo */
.lp-after .hero-r {
  position: relative;
  border-radius: var(--lp-r-xl);
  overflow: hidden;
  width: 100%;
  height: 420px;
  background: var(--lp-bg-3);
  box-shadow: var(--lp-shadow-lg), 0 0 0 1px rgba(15,23,42,0.04);
  align-self: center;
  justify-self: stretch;
}

.lp-after .hero-r .photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.lp-after .hero-r .photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
    transparent 40%,
    rgba(15,23,42,0.28) 100%);
}

/* Badge — bottom left */
.lp-after .hero-r .badge {
  position: absolute;
  bottom: 16px; left: 16px; right: 16px;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: var(--lp-r);
  padding: 11px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 16px rgba(15,23,42,0.12), 0 0 0 1px rgba(255,255,255,0.7);
}

.lp-after .hero-r .badge .ic {
  width: 32px; height: 32px;
  border-radius: 7px;
  background: var(--lp-brand-l);
  color: var(--lp-brand);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 14px;
}

.lp-after .hero-r .badge strong {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--lp-text);
  line-height: 1.3;
}

.lp-after .hero-r .badge span {
  display: block;
  font-size: 11px;
  color: var(--lp-text-3);
  margin-top: 2px;
}

/* Float — top right */
.lp-after .hero-r .float {
  position: absolute;
  top: 18px; right: 18px;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 6px 12px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--lp-text);
  box-shadow: var(--lp-shadow-sm);
  border: 1px solid rgba(255,255,255,0.7);
}

.lp-after .hero-r .float .dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #16a34a;
  box-shadow: 0 0 0 2px rgba(22,163,74,0.2);
  flex-shrink: 0;
  animation: lp-pulse 2.4s ease-in-out infinite;
}

@keyframes lp-pulse {
  0%, 100% { box-shadow: 0 0 0 2px rgba(22,163,74,0.2); }
  50%       { box-shadow: 0 0 0 4px rgba(22,163,74,0.1); }
}

/* ── Section divider ─────────────────────────────────────────────── */
.lp-after .sect-divider {
  height: 1px;
  background: var(--lp-border);
  margin: 0 52px;
}

/* ── Hero → Services separator ───────────────────────────────────── */
.lp-after .lp-hero-sep {
  height: 52px;
  background: linear-gradient(180deg, #fdf8f8 0%, #fbf6f4 100%);
  position: relative;
  flex-shrink: 0;
}

.lp-after .lp-hero-sep::after {
  content: '';
  position: absolute;
  bottom: 0; left: 52px; right: 52px;
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    var(--lp-border) 15%,
    var(--lp-border) 85%,
    transparent 100%);
}

/* ── Statistics ──────────────────────────────────────────────────── */
.lp-after .stats-u {
  background: var(--lp-navy);
  color: #fff;
  padding: 76px 52px;
  position: relative;
  overflow: hidden;
}

/* Radial crimson accents */
.lp-after .stats-u::before {
  content: '';
  position: absolute;
  top: -140px; right: -140px;
  width: 520px; height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(140,26,26,0.2), transparent 65%);
  pointer-events: none;
}

.lp-after .stats-u::after {
  content: '';
  position: absolute;
  bottom: -80px; left: -80px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(140,26,26,0.1), transparent 65%);
  pointer-events: none;
}

.lp-after .stats-u-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 52px;
  position: relative;
  z-index: 1;
}

.lp-after .stats-u-head h2 {
  font-family: var(--lp-serif);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.2px;
  color: #fff;
  line-height: 1.2;
}

.lp-after .stats-u-head p {
  margin-top: 6px !important;
  font-size: 14px;
  color: rgba(255,255,255,0.45);
}

.lp-after .stats-u-head .meta {
  font-size: 12.5px;
  color: rgba(255,255,255,0.4);
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.lp-after .stats-u-head .meta i { font-size: 7px; }

.lp-after .stats-u-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  position: relative;
  z-index: 1;
  width: 100%;
}

.lp-after .stats-u-grid .col {
  padding: 0 36px;
  position: relative;
}

.lp-after .stats-u-grid .col:first-child { padding-left: 0; }
.lp-after .stats-u-grid .col:last-child  { padding-right: 0; }

.lp-after .stats-u-grid .col + .col::before {
  content: '';
  position: absolute;
  left: 0; top: 8px; bottom: 8px;
  width: 1px;
  background: rgba(255,255,255,0.07);
}

.lp-after .stats-u-grid .ic {
  width: 40px; height: 40px;
  border-radius: 9px;
  background: rgba(255,255,255,0.07);
  color: rgba(255,255,255,0.6);
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  font-size: 16px;
  border: 1px solid rgba(255,255,255,0.06);
}

.lp-after .stats-u-grid .num {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: 1;
  color: #fff;
  font-variant-numeric: tabular-nums;
  margin-bottom: 10px;
}

.lp-after .stats-u-grid .num small {
  font-size: 18px;
  font-weight: 500;
  color: rgba(255,255,255,0.35);
  margin-left: 2px;
  letter-spacing: 0;
}

.lp-after .stats-u-grid .lbl-sq {
  font-size: 13.5px;
  font-weight: 500;
  color: rgba(255,255,255,0.9);
  margin-bottom: 4px;
  line-height: 1.3;
}

.lp-after .stats-u-grid .lbl-en {
  font-size: 10.5px;
  color: rgba(255,255,255,0.35);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ── Footer ──────────────────────────────────────────────────────── */
.lp-after .foot-u {
  background: var(--lp-navy);
  color: rgba(255,255,255,0.6);
  padding: 68px 52px 0;
  border-top: 3px solid var(--lp-brand);
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.lp-after .foot-u-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1.1fr 1.3fr;
  gap: 52px;
  padding-bottom: 52px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

/* Brand column */
.lp-after .foot-u .brand-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Lockup — vula + emri */
.lp-after .foot-u .brand-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
}

.lp-after .foot-u .brand-lockup .seal {
  width: 44px; height: 44px;
  flex-shrink: 0;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 0 0 3px rgba(255,255,255,0.06);
}

.lp-after .foot-u .brand-block .uni-name {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.2px;
  line-height: 1.2;
}

.lp-after .foot-u .brand-block .uni-name small {
  display: block;
  font-size: 10.5px;
  font-weight: 400;
  color: rgba(255,255,255,0.35);
  letter-spacing: 0.4px;
  margin-top: 4px;
}

.lp-after .foot-u .brand-block p {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255,255,255,0.45);
  max-width: 34ch;
}

/* Social icons */
.lp-after .foot-u .socials { display: flex; gap: 8px; }

.lp-after .foot-u .socials a {
  width: 34px; height: 34px;
  border-radius: 8px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.07);
  display: grid;
  place-items: center;
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  font-size: 14px;
  transition: background var(--lp-t), color var(--lp-t), border-color var(--lp-t);
}

.lp-after .foot-u .socials a:hover {
  background: var(--lp-brand);
  border-color: var(--lp-brand);
  color: #fff;
}

/* Column headings */
.lp-after .foot-u h4 {
  font-size: 10.5px;
  font-weight: 700;
  color: rgba(255,255,255,0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

/* Links */
.lp-after .foot-u ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lp-after .foot-u ul a {
  color: rgba(255,255,255,0.52);
  font-size: 13.5px;
  text-decoration: none;
  transition: color var(--lp-t);
  display: block;
  line-height: 1.4;
}

.lp-after .foot-u ul a:hover { color: #fff; }

/* Contact block */
.lp-after .foot-u .contact-block .crow {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 1.5;
  align-items: flex-start;
  text-decoration: none;
  transition: color var(--lp-t);
}

a.crow:hover .cv,
a.crow:hover .cic {
  color: rgba(255,255,255,0.85);
}

.lp-after .foot-u .contact-block .cic {
  color: rgba(255,255,255,0.25);
  flex-shrink: 0;
  margin-top: 2px;
  width: 14px;
  text-align: center;
  font-size: 13px;
}

.lp-after .foot-u .contact-block .cv {
  color: rgba(255,255,255,0.5);
  font-size: 13px;
  line-height: 1.55;
}

.lp-after .foot-u .contact-block .cv strong {
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: rgba(255,255,255,0.28);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 3px;
}

/* Copyright bar */
.lp-after .foot-u .copy-bar {
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: rgba(255,255,255,0.28);
}

.lp-after .foot-u .copy-bar a {
  color: rgba(255,255,255,0.28);
  text-decoration: none;
  transition: color var(--lp-t);
}

.lp-after .foot-u .copy-bar a:hover { color: rgba(255,255,255,0.65); }

.lp-after .foot-u .copy-bar .links {
  display: flex;
  gap: 22px;
}

/* ── Responsive — Tablet ≤1024px ─────────────────────────────────── */
@media (max-width: 1024px) {
  /* Nav */
  .lp-after .nav-u { padding: 0 24px; position: relative; gap: 16px; }
  .lp-after .nav-toggle { display: flex; }

  .lp-after .nav-u .nav-links {
    display: none;
    position: absolute;
    top: 68px; right: 0; left: auto;
    width: 260px;
    flex-direction: column;
    background: rgba(255,255,255,0.99);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid var(--lp-border);
    border-top: none;
    border-radius: 0 0 var(--lp-r-lg) var(--lp-r-lg);
    padding: 8px 8px 12px;
    z-index: 99;
    gap: 2px;
    box-shadow: var(--lp-shadow-lg);
  }

  .lp-after .nav-u.open .nav-links { display: flex; }
  .lp-after .nav-u .nav-link { width: 100%; text-align: right; justify-content: flex-end; }
  .lp-after .nav-u .nav-dd .dd-menu a { text-align: right; }

  .lp-after .nav-u.open .nav-dd .dd-menu {
    display: flex; flex-direction: column;
    position: static;
    box-shadow: none; border: none; border-radius: 0;
    border-right: 2px solid var(--lp-border);
    margin: 4px 12px 4px 0;
    padding: 4px 10px 4px 0;
    background: transparent;
    min-width: 0;
    align-items: flex-end;
  }

  .lp-after .nav-u:not(.open) .nav-dd:hover .dd-menu { display: none; }

  /* Notice */
  .lp-after .notice { padding: 10px 24px; }

  /* Hero */
  .lp-after .hero-2c {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 40px 24px 44px;
  }
  .lp-after .hero-r { height: 280px; width: 100%; order: -1; }
  .lp-after .hero-l h1 { font-size: 34px; }
  .lp-after .hero-trust { padding: 12px 16px; }
  .lp-after .hero-trust .it { padding: 0 12px; }
  .lp-after .lp-hero-sep { height: 36px; }
  .lp-after .lp-hero-sep::after { left: 24px; right: 24px; }

  /* Stats */
  .lp-after .stats-u { padding: 60px 24px; }
  .lp-after .stats-u-head { flex-direction: column; align-items: flex-start; gap: 10px; margin-bottom: 36px; }
  .lp-after .stats-u-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 0; }
  .lp-after .stats-u-grid .col { padding: 0 24px; }
  .lp-after .stats-u-grid .col:first-child { padding-left: 0; }
  .lp-after .stats-u-grid .col:nth-child(3) { padding-left: 0; }
  .lp-after .stats-u-grid .col + .col::before { display: none; }

  /* Footer */
  .lp-after .foot-u { padding: 52px 24px 0; }
  .lp-after .foot-u-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .lp-after .foot-u .brand-block { grid-column: 1 / -1; }

  /* Divider */
  .lp-after .sect-divider { margin: 0 24px; }
}

/* ── Responsive — Mobile ≤640px ──────────────────────────────────── */
@media (max-width: 640px) {
  /* Nav */
  .lp-after .nav-u { padding: 0 16px; gap: 10px; }
  .lp-after .nav-u .lang-pill { display: none; }
  .lp-after .nav-u .nav-links { padding: 10px 12px 14px; }

  /* Notice */
  .lp-after .notice { padding: 9px 16px; flex-wrap: wrap; gap: 8px; }
  .lp-after .notice strong { white-space: normal; font-size: 12.5px; }
  .lp-after .notice .lnk { display: none; }

  /* Hero */
  .lp-after .hero-2c {
    grid-template-columns: 1fr;
    padding: 28px 16px 36px;
    gap: 24px;
    width: 100%;
  }
  .lp-after .hero-l { min-width: 0; width: 100%; }
  .lp-after .hero-l .eyebrow { font-size: 11px; padding: 5px 12px; margin-bottom: 16px; }
  .lp-after .hero-l h1 { font-size: 26px; letter-spacing: -0.2px; }
  .lp-after .hero-l > p { font-size: 14px; margin-bottom: 20px; max-width: 100%; }
  .lp-after .hero-l .ctas { flex-direction: column; margin-bottom: 20px; }
  .lp-after .btn-primary,
  .lp-after .btn-ghost { width: 100%; justify-content: center; max-width: 100%; }
  /* Trust stats: stack vertically on very narrow screens */
  .lp-after .hero-trust { padding: 10px 14px; width: 100%; }
  .lp-after .hero-trust .it { padding: 0 10px; min-width: 0; }
  .lp-after .hero-trust .it .n { font-size: 16px; }
  .lp-after .hero-r { height: 220px; width: 100%; max-width: 100%; border-radius: var(--lp-r-lg); }
  .lp-after .hero-r .float { top: 12px; right: 12px; font-size: 10.5px; padding: 5px 10px; }
  .lp-after .hero-r .badge { bottom: 12px; left: 12px; right: 12px; padding: 10px 12px; }
  .lp-after .lp-hero-sep { height: 28px; }
  .lp-after .lp-hero-sep::after { left: 16px; right: 16px; }

  /* Stats */
  .lp-after .stats-u { padding: 44px 16px; }
  .lp-after .stats-u-head h2 { font-size: 24px; }
  .lp-after .stats-u-grid { grid-template-columns: 1fr 1fr; }
  .lp-after .stats-u-grid .col { padding: 0 8px; }
  .lp-after .stats-u-grid .col:first-child,
  .lp-after .stats-u-grid .col:nth-child(3) { padding-left: 0; }
  .lp-after .stats-u-grid .num { font-size: 32px; }
  .lp-after .stats-u-grid .ic { width: 34px; height: 34px; margin-bottom: 14px; }

  /* Footer */
  .lp-after .foot-u { padding: 40px 16px 0; }
  .lp-after .foot-u-grid { grid-template-columns: 1fr; gap: 28px; }
  .lp-after .foot-u .brand-block { grid-column: 1; }
  .lp-after .foot-u .brand-block p { max-width: 100%; }
  .lp-after .foot-u .copy-bar { flex-direction: column; gap: 8px; text-align: center; }
  .lp-after .foot-u .copy-bar .links { justify-content: center; }

  .lp-after .sect-divider { margin: 0 16px; }
}

/* ── Accessibility ───────────────────────────────────────────────── */
.lp-after :focus-visible {
  outline: 2px solid var(--lp-brand);
  outline-offset: 2px;
  border-radius: var(--lp-r-xs);
}

.lp-after .btn-primary:focus-visible,
.lp-after .btn-ghost:focus-visible,
.lp-after .nav-u .login-btn:focus-visible {
  outline-offset: 3px;
}

/* ── Fakultetet — institutional / academic ──────────────────────────
   Estetikë klasike universitare: letër fildishi, serif, vija të holla,
   numërim katalogu, ikona monokrome që marrin ngjyrë në hover.
   ─────────────────────────────────────────────────────────────────── */
.lp-after .fac-inst {
  background: #fbfaf7;
  padding: 88px 52px 96px;
  border-top: 1px solid #e9e4d9;
  border-bottom: 1px solid #e9e4d9;
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Vijë e dyfishtë sipër — detaj klasik tipografik */
.lp-after .fac-inst::before {
  content: '';
  position: absolute;
  top: 4px; left: 0; right: 0;
  height: 1px;
  background: #e9e4d9;
}

/* Head — i centruar, me kicker dhe vijë të kuqe */
.lp-after .fac-inst-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 56px;
}

.lp-after .fac-inst-head .kicker {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--lp-brand);
  margin-bottom: 14px;
}

.lp-after .fac-inst-head h2 {
  font-family: var(--lp-serif);
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.1;
  color: #1c1917;
}

.lp-after .fac-inst-head .rule {
  display: block;
  width: 56px;
  height: 2px;
  background: var(--lp-brand);
  margin: 20px auto 18px;
}

.lp-after .fac-inst-head p {
  font-size: 15px;
  color: #57534e;
  line-height: 1.65;
}

/* Grid — flex i centruar: rreshti i fundit jo i plotë centrohet vetë */
.lp-after .fac-inst-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  max-width: 1240px;
  margin: 0 auto;
}

/* Kartela — letër e bardhë, kufi i hollë, pa rrumbullakim modern */
.lp-after .fac-inst-card {
  flex: 0 0 calc(25% - 12px);
  min-width: 0;
  background: #fff;
  border: 1px solid #e4dfd3;
  border-radius: 2px;
  padding: 26px 24px 0;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  position: relative;
  transition:
    transform var(--lp-t) var(--lp-ease),
    border-color var(--lp-t),
    box-shadow var(--lp-t);
}

/* Shirit i kuq që shfaqet sipër në hover */
.lp-after .fac-inst-card::before {
  content: '';
  position: absolute;
  top: -1px; left: -1px; right: -1px;
  height: 3px;
  background: var(--lp-brand);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 300ms var(--lp-ease);
}

.lp-after .fac-inst-card:hover {
  transform: translateY(-3px);
  border-color: #d6cfc0;
  box-shadow: 0 12px 32px rgba(28,25,23,0.09);
  color: inherit;
  text-decoration: none;
}

.lp-after .fac-inst-card:hover::before { transform: scaleX(1); }

.lp-after .fac-inst-card .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

/* Emblema — katror me kufi të hollë, ikonë monokrome */
.lp-after .fac-inst-card .emblem {
  width: 46px; height: 46px;
  border: 1px solid #e4dfd3;
  border-radius: 2px;
  background: #faf8f4;
  display: grid;
  place-items: center;
  transition: border-color var(--lp-t), background var(--lp-t);
}

.lp-after .fac-inst-card .emblem img {
  width: 22px; height: 22px;
  display: block;
  filter: grayscale(1) opacity(0.6);
  transition: filter var(--lp-t);
}
.lp-after .fac-inst-card:hover .emblem {
  border-color: rgba(140,26,26,0.3);
  background: #fff;
}

.lp-after .fac-inst-card:hover .emblem img { filter: none; }

/* Numri i katalogut — serif italic, i zbehtë */
.lp-after .fac-inst-card .num {
  font-family: var(--lp-serif);
  font-style: italic;
  font-size: 15px;
  color: #c9c2b4;
}

.lp-after .fac-inst-card .cat {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #a39e93;
  margin-bottom: 7px;
  line-height: 1.3;
}

.lp-after .fac-inst-card h3 {
  font-family: var(--lp-serif);
  font-size: 18px;
  font-weight: 600;
  color: #1c1917;
  line-height: 1.35;
  flex: 1;
}

/* Footer i kartelës — ndarë me vijë të hollë */
.lp-after .fac-inst-card .visit {
  margin-top: 20px;
  padding: 14px 0 16px;
  border-top: 1px solid #efebe1;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #a39e93;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color var(--lp-t);
}

.lp-after .fac-inst-card .visit i {
  font-size: 12px;
  transition: transform var(--lp-t);
}

.lp-after .fac-inst-card:hover .visit { color: var(--lp-brand); }
.lp-after .fac-inst-card:hover .visit i { transform: translateX(4px); }

@media (max-width: 1024px) {
  .lp-after .fac-inst { padding: 64px 24px 72px; }
  .lp-after .fac-inst-head { margin-bottom: 40px; }
  .lp-after .fac-inst-head h2 { font-size: 32px; }
  .lp-after .fac-inst-grid { gap: 12px; }
  .lp-after .fac-inst-card { flex: 0 0 calc(50% - 6px); }
}

@media (max-width: 640px) {
  .lp-after .fac-inst { padding: 48px 16px 56px; }
  .lp-after .fac-inst-head h2 { font-size: 28px; }
  .lp-after .fac-inst-grid { gap: 10px; }
  .lp-after .fac-inst-card { flex: 0 0 100%; padding: 20px 20px 0; }
}

/* ── e-Shërbimet — utility band (#sherbimet) ─────────────────────────
   E njëjta familje me Fakultetet (kicker, serif h2, vija bordo) por
   trajtim tjetër: pa numra, karta horizontale kompakte action-oriented,
   emra sans, çip ikone bordo, sfond me nuancë të lehtë brand-i.
   Klasa të veçanta (svc-*) — nuk ndan asgjë me .fac-inst.
   ─────────────────────────────────────────────────────────────────── */
/* Brez maroon full-bleed, nga skaji në skaj — pa kontejner, pa kufij */
.lp-after .svc-band {
  background: linear-gradient(135deg, #6B0000 0%, #8C1A1A 55%, #A82020 100%);
  padding: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* Teksturë e lehtë — shkëlqim diagonal + vija fine, si letër e vulosur */
.lp-after .svc-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 120% at 12% 0%, rgba(255,255,255,0.10), transparent 60%),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.025) 0 2px, transparent 2px 7px);
  pointer-events: none;
}

/* Vija të brendshme lart e poshtë — kornizë e hollë brenda brezit */
.lp-after .svc-band::after {
  content: '';
  position: absolute;
  inset: 5px 0;
  border-top: 1px solid rgba(255,255,255,0.18);
  border-bottom: 1px solid rgba(255,255,255,0.18);
  pointer-events: none;
}

.lp-after .svc-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  position: relative;
  z-index: 1;
}

/* Segmenti — çip + tekst + shigjetë mbi maroon */
.lp-after .svc-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 30px 36px;
  text-decoration: none;
  color: #fff;
  min-width: 0;
  position: relative;
  transition: background var(--lp-t);
}

.lp-after .svc-card + .svc-card { border-left: 1px solid rgba(255,255,255,0.14); }

/* Vijë e bardhë që mbush fundin e segmentit në hover */
.lp-after .svc-card::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 3px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 280ms var(--lp-ease);
}

.lp-after .svc-card:hover {
  background: rgba(255,255,255,0.07);
  color: #fff;
  text-decoration: none;
}

.lp-after .svc-card:hover::after { transform: scaleX(1); }

/* Çipi i ikonës — qelq i tejdukshëm, bëhet i bardhë i plotë në hover */
.lp-after .svc-card .chip {
  width: 48px; height: 48px;
  flex-shrink: 0;
  border-radius: var(--lp-r-sm);
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  display: grid;
  place-items: center;
  transition: background var(--lp-t), color var(--lp-t), border-color var(--lp-t), transform var(--lp-t) var(--lp-ease);
}

.lp-after .svc-card .chip i { font-size: 18px; }

.lp-after .svc-card:hover .chip {
  background: #fff;
  border-color: #fff;
  color: var(--lp-brand);
  transform: scale(1.05);
}

.lp-after .svc-card .txt {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  flex: 1;
}

.lp-after .svc-card .lbl {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  line-height: 1.35;
}

.lp-after .svc-card .nm {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}

.lp-after .svc-card .go {
  flex-shrink: 0;
  font-size: 14px;
  color: rgba(255,255,255,0.35);
  transition: color var(--lp-t), transform var(--lp-t);
}

.lp-after .svc-card:hover .go {
  color: #fff;
  transform: translateX(4px);
}

/* Karta e shkarkimit — dy butona dyqanesh (Apple + Android) brenda një karte */
.lp-after .svc-card--app { cursor: default; }
.lp-after .svc-card--app:hover { background: transparent; }
.lp-after .svc-card--app:hover::after { transform: scaleX(0); }

/* Anulo hover-in kolektiv të kartës mbi çipat — vepron vetëm hover individual */
.lp-after .svc-card--app:hover .chip {
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.25);
  color: #fff;
  transform: none;
}

.lp-after .svc-card .chip-group {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

/* Çipat tani janë lidhje të klikueshme — hover individual, jo i tërë karta */
.lp-after .svc-card a.chip { text-decoration: none; }
.lp-after .svc-card a.chip:hover {
  background: #fff;
  border-color: #fff;
  color: var(--lp-brand);
  transform: scale(1.05);
  text-decoration: none;
}

@media (max-width: 1024px) {
  .lp-after .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .lp-after .svc-card { padding: 22px 24px; }
  .lp-after .svc-card + .svc-card { border-left: none; }
  .lp-after .svc-card:nth-child(even) { border-left: 1px solid rgba(255,255,255,0.14); }
  .lp-after .svc-card:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,0.14); }
}

@media (max-width: 640px) {
  .lp-after .svc-grid { grid-template-columns: 1fr; }
  .lp-after .svc-card { padding: 16px 18px; }
  .lp-after .svc-card:nth-child(even) { border-left: none; }
  .lp-after .svc-card:nth-child(n+2) { border-top: 1px solid rgba(255,255,255,0.14); }
}

/* ================================================================
   PUBLIC SERVICE PAGES — .pub-page
   Forma publike: fletëpagesa, diploma, verifikimi, etj.
   ================================================================ */

.pub-page {
  background: var(--lp-bg-3, #f1f5f9);
  min-height: 60vh;
  font-family: var(--lp-sans, 'Inter', system-ui, sans-serif);
  --red:    var(--clr-brand,   #920709);
  --red-d:  var(--clr-brand-d, #6e0507);
  --red-50: var(--clr-brand-l, #fdf3f3);
  --navy:   var(--clr-navy-d,  #1a1a2e);
}
.pub-page *, .pub-page *::before, .pub-page *::after { box-sizing: border-box; }

/* Hero header — i bardhë me linjë brand */
.pub-hero {
  background: #fff;
  border-bottom: 1px solid var(--lp-border, #e2e8f0);
  padding: 36px 24px 40px;
  position: relative;
}
.pub-hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 4px; height: 100%;
  background: var(--red, #920709);
}
.pub-hero-inner {
  max-width: 860px;
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
}
.pub-hero-icon {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: var(--red-50, #fdf3f3);
  color: var(--red, #920709);
  display: grid; place-items: center;
  margin-bottom: 14px;
  font-size: 18px;
}
.pub-hero h1 {
  font-family: var(--lp-serif, 'Playfair Display', Georgia, serif);
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.2px;
  color: var(--navy, #1a1a2e);
  margin: 0 0 6px;
  line-height: 1.25;
}
.pub-hero p {
  color: var(--lp-text-3, #64748b);
  font-size: 14px;
  margin: 0;
  line-height: 1.55;
}

/* Card wrapper */
.pub-body {
  max-width: 940px;
  margin: 0 auto;
  padding: 20px 24px 64px;
}
.pub-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px -4px rgba(15,23,42,0.1), 0 1px 4px rgba(15,23,42,0.06);
}

/* Card sections */
.pub-card-section {
  padding: 28px 32px;
}
.pub-card-section + .pub-card-section {
  border-top: 1px solid #f1f5f9;
}
.pub-section-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--lp-text-4, #94a3b8);
  margin-bottom: 20px;
}

/* Row spacing */
.pub-row { margin-left: -10px !important; margin-right: -10px !important; }
.pub-row > [class*="col-"] {
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-bottom: 20px;
}

/* Labels */
.pub-page label.control-label,
.pub-page label.form-label {
  font-size: 11.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: var(--lp-text-3, #64748b);
  margin-bottom: 6px;
  display: block;
}

/* Form controls */
.pub-page .form-control {
  height: 40px !important;
  border: 1.5px solid #e5e7eb !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  color: var(--navy) !important;
  box-shadow: none !important;
  padding: 0 12px !important;
  background-color: #fff !important;
  transition: border-color 150ms, box-shadow 150ms;
}
.pub-page .form-control:focus {
  border-color: var(--red) !important;
  box-shadow: 0 0 0 3px rgba(var(--clr-brand-rgb, 146,7,9), 0.1) !important;
  outline: none;
}
.pub-page .form-control[disabled],
.pub-page .form-control:disabled {
  background: #f9fafb !important;
  color: var(--lp-text-3, #64748b) !important;
  cursor: not-allowed;
}
.pub-page select.form-control {
  padding: 0 12px !important;
  cursor: pointer;
}

/* Footer section: shuma + recaptcha + submit */
.pub-footer-section {
  background: var(--lp-bg-2, #f8fafc);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px;
  border-radius: 0 0 16px 16px;
}
.pub-shuma-wrap { flex: 0 0 auto; }
.pub-shuma-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--lp-text-4, #94a3b8);
  margin-bottom: 8px;
}
.pub-shuma-input.form-control {
  font-size: 28px !important;
  font-weight: 700 !important;
  font-family: var(--lp-serif, 'Playfair Display', Georgia, serif) !important;
  color: var(--navy) !important;
  height: 48px !important;
  width: 180px !important;
  border-color: transparent !important;
  background: transparent !important;
  padding: 0 !important;
  pointer-events: none;
}
.pub-shuma-input.form-control:focus { box-shadow: none !important; }

/* Submit area */
.pub-submit-area {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pub-btn-submit {
  background: var(--red);
  color: #fff !important;
  border: none;
  height: 44px;
  padding: 0 28px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 8px rgba(var(--clr-brand-rgb, 146,7,9), 0.25);
  transition: background 150ms, transform 120ms;
  text-decoration: none;
  white-space: nowrap;
}
.pub-btn-submit:hover {
  background: var(--red-d);
  transform: translateY(-1px);
  color: #fff !important;
}

/* Validation & error messages */
.pub-page .field-validation-error {
  display: block;
  font-size: 11px;
  color: var(--red);
  margin-top: 4px;
}
#recaptcha-error {
  font-size: 12px;
  color: var(--red);
  margin-top: 6px;
  display: none;
}

/* Mobile */
@media (max-width: 768px) {
  .pub-hero            { padding: 24px 16px 28px; }
  .pub-hero-inner      { padding-left: 16px; }
  .pub-hero h1         { font-size: 22px; }
  .pub-body            { padding: 12px 12px 48px; }
  .pub-card-section    { padding: 20px 18px; }
  .pub-footer-section  { flex-direction: column; gap: 20px; }
  .pub-shuma-input.form-control { width: 140px !important; font-size: 22px !important; }
}
