:root{--brand:#6d28d9;--brand-dark:#4c1d95;--soft:#f5f3ff}body{background:#fafafa}.hero{background:linear-gradient(135deg,#1f1235,#6d28d9);color:#fff;padding:80px 0}.hero-card{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);border-radius:22px;padding:24px}.btn-brand{background:var(--brand);color:#fff;border:0}.btn-brand:hover{background:var(--brand-dark);color:#fff}.badge-soft{background:var(--soft);color:var(--brand-dark)}.tender-card{border:0;border-radius:18px;box-shadow:0 10px 30px rgba(0,0,0,.06)}.stat-card{border:0;border-radius:18px;background:#fff;box-shadow:0 10px 26px rgba(0,0,0,.05)}.form-card{background:#fff;border-radius:18px;padding:24px;box-shadow:0 10px 26px rgba(0,0,0,.06)}.featured{border:2px solid #f59e0b}.status-open{color:#16a34a}.status-closed{color:#dc2626}.table-card{background:#fff;border-radius:18px;padding:18px;box-shadow:0 10px 26px rgba(0,0,0,.05)}
.tender-navbar {
  background: rgba(24, 18, 38, 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.22);
  min-height: 78px;
}

.brand-logo {
  height: 68px;
  width: auto;
  display: block;
  object-fit: contain;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.navbar-brand:hover .brand-logo {
  transform: scale(1.04);
  opacity: 0.95;
}

.modern-nav-link {
  color: rgba(255, 255, 255, 0.78) !important;
  font-weight: 500;
  font-size: 0.95rem;
  padding: 0.55rem 0.9rem !important;
  border-radius: 999px;
  transition: all 0.25s ease;
}

.modern-nav-link:hover {
  color: #fff !important;
  background: rgba(251, 191, 36, 0.12);
}

.user-greeting {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.88rem;
  white-space: nowrap;
}

.btn-warning {
  background: #fbbf24;
  border-color: #fbbf24;
  color: #1f1635;
}

.btn-warning:hover {
  background: #f59e0b;
  color: #1f1635;
  border-color: #f59e0b;
}

@media (max-width: 991px) {
  .tender-navbar {
    min-height: auto;
  }

  .brand-logo {
    height: 75px;
  }

  .navbar-nav {
    padding-top: 1rem;
  }
}



.premium-hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0 52px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 20%, rgba(126, 34, 206, .75), transparent 34%),
    radial-gradient(circle at 18% 10%, rgba(251, 191, 36, .14), transparent 24%),
    linear-gradient(135deg, #090516 0%, #261044 45%, #6d28d9 100%);
}

.premium-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(9, 5, 22, .96), rgba(31, 12, 65, .78), rgba(109, 40, 217, .62)),
    url('/assets/images/hero-city.jpg');
  background-size: cover;
  background-position: center;
  opacity: .45;
}

.hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(70px);
  opacity: .45;
}

.hero-glow-one {
  width: 280px;
  height: 280px;
  background: #7c3aed;
  top: 90px;
  right: 15%;
}

.hero-glow-two {
  width: 240px;
  height: 240px;
  background: #fbbf24;
  bottom: -80px;
  left: 4%;
  opacity: .18;
}

.market-badge {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .65rem 1rem;
  border: 1px solid rgba(251, 191, 36, .55);
  border-radius: 10px;
  color: #fbbf24;
  background: rgba(251, 191, 36, .08);
  font-weight: 800;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.premium-title {
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: .98;
  letter-spacing: -0.06em;
  font-weight: 900;
  margin: 0;
}

.premium-title span {
  color: #fbbf24;
}

.premium-lead {
  max-width: 640px;
  color: rgba(255,255,255,.82);
  font-size: 1.15rem;
  line-height: 1.65;
}

.premium-search {
  display: flex;
  gap: .9rem;
  max-width: 760px;
}

.search-input-wrap {
  position: relative;
  flex: 1;
}

.search-input-wrap input {
  width: 100%;
  height: 64px;
  border: 0;
  border-radius: 12px;
  padding: 0 1.2rem 0 3.2rem;
  font-size: 1rem;
  outline: none;
  box-shadow: 0 16px 35px rgba(0,0,0,.22);
}

.search-icon {
  position: absolute;
  left: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
  font-size: 1.5rem;
}

.premium-search button {
  height: 64px;
  border: 0;
  border-radius: 12px;
  padding: 0 1.8rem;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #1f1635;
  font-weight: 800;
  box-shadow: 0 16px 35px rgba(251,191,36,.24);
}

.premium-feature-card {
  position: relative;
  padding: 2rem;
  border-radius: 26px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
}

.feature-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(251,191,36,.12);
  border: 1px solid rgba(251,191,36,.35);
  color: #fbbf24;
  font-size: 2rem;
  margin-bottom: 1.2rem;
}

.premium-feature-card h4 {
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.premium-feature-card p {
  color: rgba(255,255,255,.82);
  line-height: 1.7;
}

.premium-feature-card a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-width: 230px;
  margin-top: 1rem;
  padding: .95rem 1.2rem;
  border-radius: 12px;
  background: #fff;
  color: #261044;
  text-decoration: none;
  font-weight: 800;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  background: rgba(9,5,22,.52);
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 70px rgba(0,0,0,.25);
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.6rem;
  border-right: 1px solid rgba(251,191,36,.18);
}

.stat-item:last-child {
  border-right: 0;
}

.stat-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(124, 58, 237, .28);
  border: 1px solid rgba(251,191,36,.24);
  color: #fbbf24;
  font-size: 1.5rem;
}

.stat-item strong {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}

.stat-item span {
  color: rgba(255,255,255,.75);
  font-size: .9rem;
}

.section-kicker {
  display: inline-block;
  color: #6d28d9;
  font-weight: 900;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: .25rem;
}

.btn-brand {
  border-radius: 999px;
  padding: .7rem 1.2rem;
  background: #fff;
  color: #6d28d9;
  border: 1px solid rgba(109,40,217,.35);
  font-weight: 800;
}

.btn-brand:hover {
  background: #6d28d9;
  color: #fff;
}

.premium-tender-card {
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(17,24,39,.08);
  transition: all .25s ease;
  overflow: hidden;
}

.premium-tender-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 70px rgba(17,24,39,.14);
}

.premium-tender-card.featured {
  border-color: rgba(251,191,36,.65);
}

.badge-soft {
  background: rgba(109,40,217,.08);
  color: #6d28d9;
  border: 1px solid rgba(109,40,217,.16);
}

.tender-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .75rem;
  margin-top: 1.2rem;
}

.tender-meta span {
  padding: .85rem;
  border-radius: 14px;
  background: #f8fafc;
  font-weight: 800;
  font-size: .85rem;
}

.tender-meta small {
  display: block;
  color: #64748b;
  font-weight: 700;
  margin-bottom: .25rem;
}

.category-pill {
  display: inline-flex;
  align-items: center;
  padding: .75rem 1rem;
  border-radius: 999px;
  background: #fff;
  color: #261044;
  border: 1px solid rgba(17,24,39,.1);
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(17,24,39,.05);
  transition: all .2s ease;
}

.category-pill:hover {
  background: #6d28d9;
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .premium-search {
    flex-direction: column;
  }

  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-item {
    border-right: 0;
    border-bottom: 1px solid rgba(251,191,36,.14);
  }
}

@media (max-width: 575px) {
  .premium-hero {
    padding: 60px 0 40px;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .premium-title {
    font-size: 3rem;
  }
}