
/* ========== UTILITY ========== */

section { padding: 64px 0; }

.section-label {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.72rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.12em; color: var(--saffron); margin-bottom: 10px;
}
.section-label::before {
  content: ''; width: 28px; height: 2px; background: var(--saffron); border-radius: 2px;
}
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  color: var(--gov-blue); line-height: 1.25; margin-bottom: 14px;
}
.section-subtitle {
  font-size: 1rem; color: var(--gray-500); max-width: 640px; line-height: 1.7;
}

.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.85rem; font-weight: 600;
  padding: 12px 24px; border-radius: var(--radius);
  text-decoration: none; cursor: pointer; border: none;
  transition: all .25s ease; white-space: nowrap;
}
.btn-primary { background: var(--saffron); color: var(--white); box-shadow: 0 4px 15px rgba(232,119,34,0.25); }
.btn-primary:hover { background: var(--saffron-dark); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(232,119,34,0.35); }
.btn-whatsapp { background: #25d366; color: var(--white); box-shadow: 0 4px 15px rgba(37,211,102,0.25); }
.btn-whatsapp:hover { background: #1fb855; transform: translateY(-2px); }
.btn-outline-dark { background: transparent; color: var(--gov-blue); border: 1.5px solid var(--gray-200); }
.btn-outline-dark:hover { border-color: var(--gov-blue); background: var(--gov-blue-50); }
.btn-outline-white { background: transparent; color: var(--white); border: 1.5px solid rgba(255,255,255,0.3); }
.btn-outline-white:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.6); }
.btn-sm { padding: 9px 18px; font-size: 0.8rem; }
.btn svg { width: 16px; height: 16px; flex-shrink: 0; }


/* ========== PAGE HERO ========== */
.page-hero {
  background: linear-gradient(135deg, var(--gov-blue-dark) 0%, var(--gov-blue) 50%, var(--gov-blue-light) 100%);
  position: relative; overflow: hidden; padding: 0;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(232,119,34,0.07) 0%, transparent 60%),
    radial-gradient(ellipse at 10% 90%, rgba(19,136,8,0.05) 0%, transparent 50%);
}
.page-hero::after {
  content: ''; position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.page-hero .container {
  position: relative; z-index: 1;
  padding: 56px 20px 64px;
}
.breadcrumb {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.78rem; color: rgba(255,255,255,0.5);
  margin-bottom: 20px;
}
.breadcrumb a { color: rgba(255,255,255,0.6); text-decoration: none; transition: .2s; }
.breadcrumb a:hover { color: var(--white); }
.breadcrumb .sep { font-size: 0.65rem; }
.page-hero h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  color: var(--white); line-height: 1.15;
  max-width: 720px; margin-bottom: 16px;
  animation: fadeInUp .7s ease;
}
.page-hero h2 .hl { color: var(--saffron); }
.page-hero .hero-desc {
  font-size: clamp(0.95rem, 2.2vw, 1.08rem);
  color: rgba(255,255,255,0.7); max-width: 600px;
  line-height: 1.7; margin-bottom: 28px;
  animation: fadeInUp .7s .1s ease both;
}
.page-hero .hero-stats {
  display: flex; flex-wrap: wrap; gap: 28px;
  animation: fadeInUp .7s .2s ease both;
}
.hero-stat-pill {
  display: flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 50px; padding: 8px 18px 8px 12px;
  backdrop-filter: blur(4px);
}
.hero-stat-pill .icon-circle {
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(255,255,255,0.12);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.9rem;
}
.hero-stat-pill .stat-text { font-size: 0.82rem; color: rgba(255,255,255,0.85); font-weight: 600; }

/* ========== QUICK NAV ========== */
.quick-nav {
  background: var(--white);
  border-bottom: 1px solid var(--gray-100);
  padding: 0;
  position: sticky; top: 72px; z-index: 90;
  box-shadow: var(--shadow-sm);
}
.quick-nav-inner {
  display: flex; gap: 4px; padding: 10px 0;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.quick-nav-inner::-webkit-scrollbar { display: none; }
.qn-btn {
  flex-shrink: 0;
  font-size: 0.78rem; font-weight: 600;
  color: var(--gray-600);
  padding: 8px 16px;
  border-radius: 50px;
  background: var(--gray-50);
  border: 1px solid var(--gray-100);
  text-decoration: none;
  transition: .2s;
  white-space: nowrap;
}
.qn-btn:hover { color: var(--gov-blue); border-color: var(--gov-blue); background: var(--gov-blue-50); }
.qn-btn.active-qn { color: var(--white); background: var(--gov-blue); border-color: var(--gov-blue); }

/* ========== SERVICE CATEGORIES ========== */
.service-category { padding: 56px 0 0; }
.service-category:last-of-type { padding-bottom: 64px; }

.cat-header {
  display: flex; align-items: center; gap: 16px;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--gray-100);
}
.cat-icon {
  width: 52px; height: 52px; border-radius: var(--radius-lg);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; flex-shrink: 0;
}
.cat-header h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem; color: var(--gov-blue); line-height: 1.3;
}
.cat-header p { font-size: 0.88rem; color: var(--gray-500); margin-top: 2px; }

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 18px;
  margin-bottom: 20px;
}

/* ========== SERVICE CARD ========== */
.svc-card {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-lg);
  padding: 0;
  transition: all .3s ease;
  overflow: hidden;
  display: flex; flex-direction: column;
  margin-bottom: 20px;
}
.svc-card:hover {
  border-color: var(--saffron);
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
}
.svc-card-body {
  padding: 24px 24px 8px;
  flex: 1;
}
.svc-card-top {
  display: flex; align-items: flex-start; gap: 14px; margin-bottom: 10px;
}
.svc-icon {
  width: 42px; height: 42px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; flex-shrink: 0;
  background: var(--off-white);
}
.svc-card h4 {
  font-size: 0.95rem; font-weight: 700; color: var(--gov-blue);
  line-height: 1.35; margin-top: 2px;
}
.svc-badge {
  display: inline-block;
  font-size: 0.62rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 2px 8px; border-radius: 50px;
  margin-top: 6px;
}
.badge-popular { background: rgba(232,119,34,0.1); color: var(--saffron); }
.badge-new { background: rgba(19,136,8,0.1); color: var(--green); }
.svc-card p.svc-desc {
  font-size: 0.84rem; color: var(--gray-600);
  line-height: 1.65; margin-bottom: 0;
}
.svc-card-footer {
  padding: 14px 24px 18px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 10px;
}
.svc-link {
  font-size: 0.8rem; font-weight: 600; color: var(--saffron);
  text-decoration: none; display: inline-flex; align-items: center; gap: 5px;
  transition: .2s;
}
.svc-link:hover { gap: 8px; color: var(--saffron-dark); }
.svc-link svg { width: 14px; height: 14px; }
.dedicated-tag {
  font-size: 0.68rem; color: var(--gray-500);
  display: flex; align-items: center; gap: 4px;
}
.dedicated-tag svg { width: 12px; height: 12px; color: var(--green); }

/* ========== ALTERNATING BACKGROUNDS ========== */
.bg-alt { background: var(--off-white); }
.bg-alt .svc-card { background: var(--white); }

/* ========== FULL SERVICE COUNT STRIP ========== */
.service-count-strip {
  background: var(--gov-blue-50);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-xl);
  padding: 28px 36px;
  display: flex; align-items: center; justify-content: center;
  gap: 40px; flex-wrap: wrap;
  margin: 48px 0 0;
  text-align: center;
}
.sc-item .sc-num { font-size: 1.6rem; font-weight: 800; color: var(--gov-blue); line-height: 1; }
.sc-item .sc-label { font-size: 0.75rem; color: var(--gray-500); margin-top: 4px; font-weight: 500; }

/* ========== TRUST SECTION ========== */
.trust-section { background: var(--white); }
.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 18px; margin-top: 36px;
}
.trust-card {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 24px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--gray-100);
  background: var(--gray-50);
  transition: .3s;
}
.trust-card:hover { box-shadow: var(--shadow-md); border-color: var(--gray-200); }
.trust-icon {
  width: 48px; height: 48px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; flex-shrink: 0;
}
.trust-card h4 { font-size: 0.93rem; font-weight: 700; color: var(--gov-blue); margin-bottom: 4px; }
.trust-card p { font-size: 0.84rem; color: var(--gray-500); line-height: 1.6; }

/* ========== PROCESS STRIP ========== */
.process-section {
  background: var(--off-white);
  border-top: 1px solid var(--gray-100);
  border-bottom: 1px solid var(--gray-100);
}
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0; margin-top: 36px;
}
.process-step {
  text-align: center; padding: 28px 20px;
  position: relative;
}
.process-step::after {
  content: '';
  position: absolute; top: 36px; right: -8px;
  width: 16px; height: 16px;
  border-right: 2px solid var(--gray-300);
  border-bottom: 2px solid var(--gray-300);
  transform: rotate(-45deg);
}
.process-step:last-child::after { display: none; }
.step-num {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--gov-blue); color: var(--white);
  font-weight: 800; font-size: 0.9rem;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px;
}
.process-step h4 { font-size: 0.9rem; font-weight: 700; color: var(--gov-blue); margin-bottom: 4px; }
.process-step p { font-size: 0.8rem; color: var(--gray-500); line-height: 1.6; }

/* ========== CTA SECTION ========== */
.cta-section {
  background: linear-gradient(135deg, var(--gov-blue-dark), var(--gov-blue));
  position: relative; overflow: hidden;
  text-align: center; padding: 80px 0;
}
.cta-section::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(232,119,34,0.1), transparent 60%);
}
.cta-section::after {
  content: ''; position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Cpath d='M20 20h20v20H20zM0 0h20v20H0z'/%3E%3C/g%3E%3C/svg%3E");
}
.cta-section .container { position: relative; z-index: 1; }
.cta-section .section-label { color: rgba(255,255,255,0.45); justify-content: center; }
.cta-section .section-label::before { background: rgba(255,255,255,0.25); }
.cta-section .section-title { color: var(--white); }
.cta-section p { color: rgba(255,255,255,0.65); font-size: 1.05rem; max-width: 560px; margin: 0 auto 36px; }
.cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }

/* ========== ENQUIRY INLINE ========== */
.inline-enquiry {
  background: var(--gov-blue);
  border-radius: var(--radius-xl);
  padding: 36px 40px;
  display: flex; align-items: center; gap: 32px;
  margin-top: 40px;
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.inline-enquiry::before {
  content: ''; position: absolute; right: -40px; top: -40px;
  width: 200px; height: 200px; border-radius: 50%;
  background: rgba(232,119,34,0.1);
}
.inline-enquiry .ie-content { flex: 1; position: relative; z-index: 1; }
.inline-enquiry h4 { font-size: 1.1rem; font-weight: 700; margin-bottom: 4px; }
.inline-enquiry p { font-size: 0.88rem; color: rgba(255,255,255,0.65); }
.inline-enquiry .ie-actions { display: flex; gap: 10px; flex-shrink: 0; position: relative; z-index: 1; }