/* ../../../../../tmp/tmp-77-beAIQiZmVXnk/chpa_contractors/chpa_contractors/public/css/chpa_contractors.bundle.css */
:root {
  --hc-navy: #0d2c54;
  --hc-navy-dark: #0a2242;
  --hc-navy-light: #123a66;
  --hc-gold: #c9a227;
  --hc-green: #1f7a3d;
  --hc-bg-soft: #eef3f6;
  --hc-bg-mint: #eaf3ea;
  --hc-border: #d1d8dd;
  --hc-text: #16232f;
  --hc-text-muted: #5b6b7a;
  --hc-shadow-sm: 0 2px 8px rgba(13, 44, 84, 0.06);
  --hc-shadow-md: 0 12px 28px rgba(13, 44, 84, 0.1);
  --hc-shadow-lg: 0 24px 56px rgba(13, 44, 84, 0.16);
  --hc-radius-lg: 20px;
}
html {
  scroll-behavior: smooth;
}
body {
  color: var(--hc-text);
}
.hc-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.35rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 0.95rem;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease,
    border-color 0.18s ease;
}
.hc-btn:active {
  transform: translateY(0) !important;
}
.hc-btn-primary {
  background: linear-gradient(135deg, var(--hc-navy) 0%, var(--hc-navy-light) 100%);
  color: #fff;
}
.hc-btn-primary:hover {
  background: linear-gradient(135deg, var(--hc-navy-dark) 0%, var(--hc-navy) 100%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(13, 44, 84, 0.35);
}
.hc-btn-success {
  background: linear-gradient(135deg, var(--hc-green) 0%, #2a9650 100%);
  color: #fff;
}
.hc-btn-success:hover {
  background: linear-gradient(135deg, #155c2c 0%, var(--hc-green) 100%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(31, 122, 61, 0.35);
}
.hc-btn-secondary {
  background: #fff;
  color: var(--hc-text);
  border-color: var(--hc-border);
}
.hc-btn-secondary:hover {
  border-color: var(--hc-navy);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(13, 44, 84, 0.12);
}
.hc-btn-lg {
  padding: 0.95rem 1.75rem;
  font-size: 1rem;
  border-radius: 12px;
}
.hc-btn-sm {
  padding: 0.4rem 0.85rem;
  font-size: 0.82rem;
  border-radius: 6px;
}
.hc-btn-outline-light {
  background: transparent;
  color: #fff;
  border-color: var(--hc-gold);
}
.hc-btn-outline-light:hover {
  background: rgba(201, 162, 39, 0.15);
  color: #fff;
  transform: translateY(-2px);
}
.hc-navbar {
  background: #fff;
  border-bottom: 1px solid var(--hc-border);
  position: sticky;
  top: 0;
  z-index: 40;
}
.hc-navbar-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1.5rem;
  gap: 1rem;
}
.hc-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: inherit;
}
.hc-brand-logo {
  height: 34px;
  width: auto;
  border-radius: 6px;
  display: block;
}
.hc-brand-logo-footer {
  height: 44px;
}
.hc-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.hc-brand-text strong {
  font-size: 0.95rem;
  color: var(--hc-navy);
  letter-spacing: 0.02em;
}
.hc-brand-text small {
  font-size: 0.68rem;
  color: var(--hc-text-muted);
  letter-spacing: 0.05em;
}
.hc-brand-text-light strong {
  color: #fff;
}
.hc-brand-text-light small {
  color: #b9c6d6;
}
.hc-nav-links {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}
.hc-nav-links a {
  position: relative;
  text-decoration: none;
  color: var(--hc-text);
  font-weight: 500;
  font-size: 0.95rem;
  padding-bottom: 0.3rem;
  transition: color 0.2s ease;
}
.hc-nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--hc-navy);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
.hc-nav-links a:hover,
.hc-nav-links a.active {
  color: var(--hc-navy);
}
.hc-nav-links a:hover::after,
.hc-nav-links a.active::after {
  transform: scaleX(1);
}
.hc-nav-shortlist {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: none;
  border: none;
  color: var(--hc-text);
  font-weight: 500;
  font-size: 0.95rem;
  cursor: pointer;
  padding: 0;
}
.hc-nav-shortlist:hover {
  color: var(--hc-navy);
}
.hc-shortlist-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 0.3rem;
  border-radius: 999px;
  background: var(--hc-navy);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
}
.hc-nav-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  padding: 0.4rem;
  cursor: pointer;
}
.hc-nav-toggle span {
  width: 22px;
  height: 2px;
  transition: transform 0.25s ease, opacity 0.2s ease;
  background: var(--hc-navy);
  display: block;
}
.hc-nav-toggle[aria-expanded=true] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.hc-nav-toggle[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.hc-nav-toggle[aria-expanded=true] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
.hc-nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}
.hc-nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.hc-nav-dropdown-chevron {
  transition: transform 0.2s ease;
}
.hc-nav-dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.75rem;
  background: #fff;
  border: 1px solid var(--hc-border);
  border-radius: 10px;
  box-shadow: var(--hc-shadow-md);
  padding: 0.6rem 0;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0.2s ease;
  z-index: 50;
}
.hc-nav-dropdown:hover .hc-nav-dropdown-menu,
.hc-nav-dropdown:focus-within .hc-nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.hc-nav-dropdown:hover .hc-nav-dropdown-chevron,
.hc-nav-dropdown:focus-within .hc-nav-dropdown-chevron {
  transform: rotate(180deg);
}
.hc-nav-dropdown-label {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--hc-text-muted);
  padding: 0.3rem 1rem 0.5rem;
}
.hc-nav-dropdown-menu a {
  padding: 0.55rem 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--hc-text);
  text-decoration: none;
  white-space: nowrap;
}
.hc-nav-dropdown-menu a::after {
  content: none;
}
.hc-nav-dropdown-menu a:hover {
  background: var(--hc-bg-soft);
  color: var(--hc-navy);
}
.hc-landing {
  max-width: none;
}
.hc-hero {
  position: relative;
  background: radial-gradient(120% 100% at 15% 0%, #eef4fa 0%, #dde8f3 45%, #d3e0ee 100%);
  overflow: hidden;
  padding-bottom: 3rem;
}
.hc-hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
  z-index: 0;
}
.hc-hero-glow-1 {
  width: 420px;
  height: 420px;
  top: -160px;
  right: -100px;
  background: radial-gradient(circle, rgba(201, 162, 39, 0.22) 0%, rgba(201, 162, 39, 0) 70%);
}
.hc-hero-glow-2 {
  width: 480px;
  height: 480px;
  bottom: -220px;
  left: -140px;
  background: radial-gradient(circle, rgba(13, 44, 84, 0.14) 0%, rgba(13, 44, 84, 0) 70%);
}
.hc-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 2.5rem;
  padding: 3.5rem 1.5rem 2rem;
}
.hc-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #fff;
  border: 1px solid rgba(31, 122, 61, 0.25);
  color: var(--hc-green);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  box-shadow: var(--hc-shadow-sm);
  margin-bottom: 1.1rem;
  animation: hc-fade-up 0.6s ease both;
}
@keyframes hc-fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hc-hero-copy h1,
.hc-hero-lead,
.hc-hero-sub,
.hc-hero-actions,
.hc-hero-note {
  animation: hc-fade-up 0.6s ease both;
}
.hc-hero-copy h1 {
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--hc-navy);
  margin: 0 0 1rem;
  animation-delay: 0.05s;
}
.hc-hero-lead {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 0.75rem;
  animation-delay: 0.15s;
}
.hc-hero-sub {
  color: var(--hc-text-muted);
  max-width: 480px;
  margin: 0 0 1.75rem;
  animation-delay: 0.25s;
}
.hc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 1.5rem;
  animation-delay: 0.35s;
}
.hc-hero-note {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: var(--hc-text-muted);
  animation-delay: 0.45s;
}
.hc-hero-note strong {
  color: var(--hc-green);
}
.hc-hero-art {
  position: relative;
  animation: hc-fade-up 0.7s ease 0.2s both;
}
.hc-hero-illustration {
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--hc-radius-lg);
  display: block;
  box-shadow: var(--hc-shadow-lg), 0 0 0 6px rgba(255, 255, 255, 0.6);
}
@keyframes hc-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.hc-verified-badge {
  position: absolute;
  top: -20px;
  right: 10px;
  width: 150px;
  background: #fff;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 10px 30px rgba(13, 44, 84, 0.25);
  padding: 0.5rem;
  animation: hc-fade-up 0.7s ease 0.5s both, hc-float 4s ease-in-out 1.2s infinite;
}
.hc-verified-badge strong {
  color: var(--hc-green);
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  margin-top: 0.25rem;
}
.hc-verified-badge span {
  font-size: 0.7rem;
  color: var(--hc-text-muted);
  line-height: 1.2;
  margin-top: 0.15rem;
}
.hc-hero-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 70px;
  display: block;
}
.hc-stats-strip {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 2.5rem auto 0;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: var(--hc-radius-lg);
  box-shadow: var(--hc-shadow-md);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  gap: 1rem;
}
.hc-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
}
.hc-stat strong {
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--hc-navy);
  letter-spacing: -0.01em;
}
.hc-stat span {
  font-size: 0.8rem;
  color: var(--hc-text-muted);
  margin-top: 0.2rem;
}
.hc-stat-divider {
  width: 1px;
  align-self: stretch;
  background: var(--hc-border);
}
.hc-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3.5rem 1.5rem;
  text-align: center;
}
.hc-section h2 {
  color: var(--hc-navy);
  font-size: 2rem;
  margin: 0 0 0.5rem;
}
.hc-section-underline {
  width: 56px;
  height: 3px;
  background: var(--hc-gold);
  margin: 0 auto 1rem;
}
.hc-section-lead {
  color: var(--hc-text-muted);
  margin: 0 auto 2.25rem;
  max-width: 520px;
}
.hc-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.hc-feature-card {
  background: #fff;
  border: 1px solid var(--hc-border);
  border-radius: 16px;
  padding: 1.75rem 1.25rem;
  text-align: center;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}
.hc-feature-card:hover {
  transform: translateY(-6px);
  border-color: transparent;
  box-shadow: var(--hc-shadow-md), 0 0 0 1px rgba(31, 122, 61, 0.1);
}
.hc-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(150deg, #eaf6ee 0%, #dcf0e2 100%);
  margin-bottom: 1rem;
  transition: transform 0.25s ease;
}
.hc-feature-card:hover .hc-feature-icon {
  transform: scale(1.1);
}
.hc-feature-card h3 {
  font-size: 1.05rem;
  color: var(--hc-navy);
  margin: 0 0 0.4rem;
}
.hc-feature-card p {
  font-size: 0.9rem;
  color: var(--hc-text-muted);
  margin: 0;
}
.hc-feature-card p:not(:last-child) {
  margin-bottom: 0.5rem;
}
.hc-feature-card a {
  color: var(--hc-navy);
  font-weight: 600;
  text-decoration: none;
}
.hc-feature-card a:hover {
  text-decoration: underline;
}
.hc-contact-hero {
  position: relative;
  background: radial-gradient(120% 100% at 15% 0%, #eef4fa 0%, #dde8f3 45%, #d3e0ee 100%);
  overflow: hidden;
  padding: 3.5rem 1.5rem 6rem;
}
.hc-contact-hero-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 2.5rem;
}
.hc-contact-hero-inner h1 {
  color: var(--hc-navy);
  font-size: 2.6rem;
  margin: 0;
}
.hc-contact-hero-art {
  border-radius: var(--hc-radius-lg);
  overflow: hidden;
  box-shadow: var(--hc-shadow-lg);
}
.hc-contact-hero-art img {
  display: block;
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 900px) {
  .hc-contact-hero-grid {
    grid-template-columns: 1fr;
  }
  .hc-contact-hero-art {
    order: -1;
  }
  .hc-contact-hero-art img {
    height: 220px;
  }
}
.hc-section-underline-left {
  width: 56px;
  height: 3px;
  background: var(--hc-gold);
  margin: 0.75rem 0 1rem;
}
.hc-contact-hero-lead {
  color: var(--hc-text-muted);
  max-width: 520px;
  margin: 0 0 1.5rem;
}
.hc-contact-hero-inner .hc-breadcrumb {
  margin: 0;
}
.hc-contact-wrap {
  max-width: 1200px;
  margin: -4rem auto 0;
  padding: 0 1.5rem 1rem;
  position: relative;
  z-index: 1;
}
.hc-contact-card {
  background: #fff;
  border: 1px solid var(--hc-border);
  border-radius: var(--hc-radius-lg);
  box-shadow: var(--hc-shadow-lg);
  padding: 2.5rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2.5rem;
}
.hc-contact-card-col h2 {
  color: var(--hc-navy);
  font-size: 1.3rem;
  margin: 0;
}
.hc-contact-card-divider {
  width: 1px;
  background: var(--hc-border);
}
.hc-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-top: 1.1rem;
  color: var(--hc-text);
  line-height: 1.5;
}
.hc-contact-row a {
  color: var(--hc-navy);
  font-weight: 600;
  text-decoration: none;
}
.hc-contact-row a:hover {
  text-decoration: underline;
}
.hc-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--hc-bg-mint);
  flex-shrink: 0;
}
.hc-contact-help-heading {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.hc-contact-help-heading h2 {
  color: var(--hc-navy);
  font-size: 1.3rem;
  margin: 0;
}
.hc-contact-help-text {
  color: var(--hc-text-muted);
  margin: 1rem 0 1.5rem;
  line-height: 1.6;
}
.hc-contact-help-box {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  background: var(--hc-bg-mint);
  border-radius: 12px;
  padding: 1.1rem 1.25rem;
}
.hc-contact-help-box p {
  margin: 0;
  color: var(--hc-text);
  font-size: 0.92rem;
}
.hc-contact-offices {
  margin-top: 3.5rem;
}
.hc-contact-offices h2 {
  color: var(--hc-navy);
  font-size: 1.6rem;
  margin: 0;
}
.hc-office-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2rem;
}
.hc-office-card {
  background: #fff;
  border: 1px solid var(--hc-border);
  border-radius: 14px;
  padding: 1.5rem;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}
.hc-office-card:hover {
  transform: translateY(-4px);
  border-color: transparent;
  box-shadow: var(--hc-shadow-md);
}
.hc-office-card h3 {
  color: var(--hc-navy);
  font-size: 1.05rem;
  margin: 0.85rem 0 0.4rem;
}
.hc-office-card p {
  color: var(--hc-text-muted);
  font-size: 0.9rem;
  margin: 0;
}
.hc-office-divider {
  height: 1px;
  background: var(--hc-border);
  margin: 1rem 0;
}
.hc-office-call {
  color: var(--hc-green);
  font-weight: 600;
}
.hc-office-call a {
  color: var(--hc-green);
  text-decoration: none;
}
.hc-office-call a:hover {
  text-decoration: underline;
}
@media (max-width: 900px) {
  .hc-contact-card {
    grid-template-columns: 1fr;
  }
  .hc-contact-card-divider {
    width: auto;
    height: 1px;
  }
  .hc-office-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .hc-contact-hero-inner h1 {
    font-size: 2rem;
  }
  .hc-contact-wrap {
    margin-top: -3rem;
  }
  .hc-contact-card {
    padding: 1.5rem;
  }
  .hc-office-grid {
    grid-template-columns: 1fr;
  }
}
.hc-find-section {
  background: linear-gradient(180deg, #fff 0%, var(--hc-bg-mint) 100%);
  padding: 4rem 1.5rem;
}
.hc-find-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2.5rem;
  align-items: center;
  background: #fff;
  border: 1px solid var(--hc-border);
  border-radius: var(--hc-radius-lg);
  padding: 2.25rem;
  box-shadow: var(--hc-shadow-md);
}
.hc-find-art {
  overflow: hidden;
  border-radius: 10px;
}
.hc-find-art svg,
.hc-find-art img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  background: #f4f6f8;
  display: block;
  transition: transform 0.4s ease;
}
.hc-find-inner:hover .hc-find-art svg,
.hc-find-inner:hover .hc-find-art img {
  transform: scale(1.03);
}
.hc-find-copy h2 {
  color: var(--hc-navy);
  font-size: 1.6rem;
  margin: 0 0 0.75rem;
}
.hc-find-copy p {
  color: var(--hc-text-muted);
  margin: 0 0 1.25rem;
}
.hc-find-search {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  border: 1px solid var(--hc-border);
  border-radius: 8px;
  padding: 0.5rem 0.75rem;
  margin-bottom: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.hc-find-search:focus-within {
  border-color: var(--hc-navy);
  box-shadow: 0 0 0 3px rgba(13, 44, 84, 0.12);
}
.hc-find-search input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  font-size: 0.95rem;
}
.hc-link-arrow {
  color: var(--hc-navy);
  font-weight: 600;
  text-decoration: none;
}
.hc-link-arrow span {
  display: inline-block;
  transition: transform 0.2s ease;
}
.hc-link-arrow:hover span {
  transform: translateX(4px);
}
.hc-link-arrow:hover {
  text-decoration: underline;
}
.hc-cta-banner {
  background: linear-gradient(120deg, var(--hc-navy-dark) 0%, var(--hc-navy) 55%, var(--hc-navy-light) 100%);
  color: #fff;
}
.hc-cta-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1.5rem;
}
.hc-cta-text {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.hc-cta-icon {
  width: 42px;
  height: 42px;
  border: 2px solid var(--hc-gold);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hc-cta-text div {
  display: flex;
  flex-direction: column;
}
.hc-cta-text span {
  color: #cdd8e5;
  font-size: 0.9rem;
}
.hc-footer {
  background: var(--hc-navy-dark);
  color: #cdd8e5;
}
.hc-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr;
  gap: 2rem;
  padding: 2.5rem 1.5rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.hc-footer-col {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.hc-footer-col h4 {
  color: #fff;
  font-size: 0.95rem;
  margin: 0 0 0.4rem;
}
.hc-footer-col a,
.hc-footer-col span {
  color: #b9c6d6;
  text-decoration: none;
  font-size: 0.9rem;
}
.hc-footer-col a:hover {
  color: #fff;
}
.hc-footer-bottom {
  text-align: center;
  padding: 1.1rem 1.5rem;
  font-size: 0.82rem;
  color: #93a3b5;
}
@media (max-width: 900px) {
  .hc-hero-inner {
    grid-template-columns: 1fr;
  }
  .hc-hero-art {
    order: -1;
  }
  .hc-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hc-find-inner {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }
  .hc-find-art,
  .hc-find-copy {
    min-width: 0;
  }
  .hc-footer-inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .hc-nav-toggle {
    display: flex;
  }
  .hc-nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 1.5rem;
    border-bottom: 1px solid var(--hc-border);
    gap: 1rem;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition:
      max-height 0.3s ease,
      opacity 0.25s ease,
      padding 0.3s ease;
  }
  .hc-nav-links.open {
    max-height: 560px;
    opacity: 1;
    padding: 1rem 1.5rem;
  }
  .hc-nav-dropdown {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .hc-nav-dropdown-toggle {
    width: 100%;
    justify-content: space-between;
  }
  .hc-nav-dropdown-chevron {
    transition: transform 0.2s ease;
  }
  .hc-nav-dropdown.open .hc-nav-dropdown-chevron {
    transform: rotate(180deg);
  }
  .hc-nav-dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    min-width: 0;
    width: 100%;
    padding: 0 0 0 1rem;
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
    transition:
      max-height 0.25s ease,
      padding 0.25s ease,
      margin-top 0.25s ease;
  }
  .hc-nav-dropdown.open .hc-nav-dropdown-menu {
    max-height: 320px;
    padding: 0.5rem 0 0.25rem 1rem;
    margin-top: 0.5rem;
  }
  .hc-navbar {
    position: relative;
  }
  .hc-hero-copy h1 {
    font-size: 2.1rem;
  }
  .hc-feature-grid {
    grid-template-columns: 1fr;
  }
  .hc-footer-inner {
    grid-template-columns: 1fr;
  }
}
.hc-contractor-list h1,
.hc-contractor-profile h1 {
  margin-bottom: 1rem;
}
.hc-contractor-list {
  padding-bottom: 2rem;
}
.hc-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  color: var(--hc-text-muted);
  margin-bottom: 1.5rem;
}
.hc-breadcrumb a {
  color: var(--hc-text-muted);
  text-decoration: none;
  transition: color 0.15s ease;
}
.hc-breadcrumb a:hover {
  color: var(--hc-navy);
}
.hc-breadcrumb-current {
  color: var(--hc-text);
  font-weight: 600;
}
.hc-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.75rem;
}
.hc-list-header h1 {
  color: var(--hc-navy);
  font-size: 2rem;
  margin: 0 0 0.4rem;
}
.hc-list-header p {
  color: var(--hc-text-muted);
  margin: 0;
  max-width: 480px;
}
.hc-verified-callout {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #fff;
  border: 1px solid var(--hc-border);
  border-radius: 10px;
  padding: 0.9rem 1.25rem;
  box-shadow: 0 4px 14px rgba(13, 44, 84, 0.06);
  max-width: 320px;
  flex-shrink: 0;
  font-size: 0.88rem;
  color: var(--hc-text-muted);
}
.hc-verified-callout strong {
  color: var(--hc-green);
}
.hc-verified-callout-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--hc-green);
  flex-shrink: 0;
}
.hc-filter-bar {
  display: flex;
  align-items: stretch;
  gap: 0.75rem;
  background: #fff;
  border: 1px solid var(--hc-border);
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}
.hc-search-input {
  flex: 2 1 240px;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  border: 1px solid var(--hc-border);
  border-radius: 8px;
  padding: 0 0.85rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.hc-search-input:focus-within {
  border-color: var(--hc-navy);
  box-shadow: 0 0 0 3px rgba(13, 44, 84, 0.12);
}
.hc-search-input input {
  flex: 1;
  border: none;
  outline: none;
  padding: 0.65rem 0;
  font-size: 0.95rem;
}
.hc-select-wrap {
  position: relative;
  flex: 1 1 160px;
}
.hc-select-wrap select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid var(--hc-border);
  border-radius: 8px;
  padding: 0.65rem 2.1rem 0.65rem 0.85rem;
  font-size: 0.9rem;
  color: var(--hc-text);
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.hc-select-wrap select:hover,
.hc-select-wrap select:focus {
  border-color: var(--hc-navy);
  outline: none;
}
.hc-select-wrap::after {
  content: "";
  position: absolute;
  right: 0.9rem;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--hc-text-muted);
  border-bottom: 2px solid var(--hc-text-muted);
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}
.hc-filter-bar .hc-btn {
  flex-shrink: 0;
}
.hc-results-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
  color: var(--hc-text-muted);
}
.hc-results-meta p {
  margin: 0;
}
.hc-sort {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.hc-sort label {
  white-space: nowrap;
}
.hc-sort .hc-select-wrap {
  flex: none;
  min-width: 170px;
}
.hc-contractor-grid,
.hc-project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.25rem;
}
.hc-contractor-card,
.hc-project-card {
  display: block;
  border: 1px solid var(--hc-border);
  border-radius: 12px;
  padding: 1.25rem;
  text-decoration: none;
  color: inherit;
  background: #fff;
  transition:
    box-shadow 0.25s ease,
    transform 0.25s ease,
    border-color 0.25s ease;
}
.hc-contractor-card:hover,
.hc-contractor-card:focus,
.hc-project-card:hover,
.hc-project-card:focus {
  text-decoration: none;
}
.hc-contractor-card:hover {
  box-shadow: 0 16px 32px rgba(13, 44, 84, 0.12);
  transform: translateY(-5px);
  border-color: var(--hc-navy-light);
}
.hc-contractor-card-top {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 0.9rem;
}
.hc-contractor-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.hc-contractor-card:hover .hc-contractor-avatar {
  transform: scale(1.08);
}
.hc-contractor-card-top h3 {
  font-size: 1.05rem;
  color: var(--hc-navy);
  margin: 0 0 0.3rem;
}
.hc-badge-verified {
  display: inline-flex;
  align-items: center;
  background: #e6f4ea;
  color: var(--hc-green);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
}
.hc-contractor-meta p {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  color: var(--hc-text-muted);
  margin: 0 0 0.35rem;
}
.hc-contractor-meta svg {
  flex-shrink: 0;
}
.hc-contractor-contact {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding-top: 0.85rem;
  margin-top: 0.5rem;
  border-top: 1px solid var(--hc-border);
  font-size: 0.85rem;
  color: var(--hc-text-muted);
}
.hc-contractor-contact span {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.hc-contractor-card .hc-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 1rem;
  font-size: 0.9rem;
}
.hc-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  margin-top: 2.5rem;
}
.hc-page-number,
.hc-page-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 0.5rem;
  border-radius: 8px;
  border: 1px solid var(--hc-border);
  color: var(--hc-text);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}
.hc-page-number:hover,
.hc-page-arrow:hover:not(.disabled) {
  border-color: var(--hc-navy);
  color: var(--hc-navy);
  transform: translateY(-2px);
}
.hc-page-number.active {
  background: var(--hc-navy);
  border-color: var(--hc-navy);
  color: #fff;
}
.hc-page-arrow.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.hc-page-ellipsis {
  padding: 0 0.35rem;
  color: var(--hc-text-muted);
}
.hc-empty {
  color: var(--text-muted, #8d99a6);
  grid-column: 1 / -1;
}
@media (max-width: 900px) {
  .hc-list-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .hc-verified-callout {
    max-width: none;
  }
}
@media (max-width: 640px) {
  .hc-filter-bar {
    flex-direction: column;
  }
  .hc-search-input,
  .hc-select-wrap,
  .hc-filter-bar .hc-btn {
    flex: none;
    width: 100%;
  }
  .hc-results-meta {
    flex-direction: column;
    align-items: flex-start;
  }
  .hc-sort .hc-select-wrap {
    width: 100%;
  }
}
.hc-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.hc-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.hc-reveal-stagger > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.hc-reveal-stagger.is-visible > * {
  opacity: 1;
  transform: translateY(0);
}
.hc-reveal-stagger.is-visible > *:nth-child(1) {
  transition-delay: 0.05s;
}
.hc-reveal-stagger.is-visible > *:nth-child(2) {
  transition-delay: 0.15s;
}
.hc-reveal-stagger.is-visible > *:nth-child(3) {
  transition-delay: 0.25s;
}
.hc-reveal-stagger.is-visible > *:nth-child(4) {
  transition-delay: 0.35s;
}
.hc-contractor-profile {
  padding-bottom: 2rem;
}
.hc-profile-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 2rem;
  align-items: start;
  margin-bottom: 2rem;
}
.hc-profile-avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hc-profile-main h1 {
  color: var(--hc-navy);
  font-size: 2rem;
  margin: 0.6rem 0 0.6rem;
}
.hc-profile-lead {
  color: var(--hc-text-muted);
  max-width: 560px;
  margin: 0 0 1rem;
}
.hc-profile-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 0.9rem;
  color: var(--hc-text-muted);
}
.hc-profile-contact-row span {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.hc-profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.hc-profile-infocard {
  width: 260px;
  flex-shrink: 0;
  border: 1px solid var(--hc-border);
  border-radius: 12px;
  overflow: hidden;
}
.hc-infocard-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid var(--hc-border);
}
.hc-infocard-row:last-child {
  border-bottom: none;
}
.hc-infocard-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--hc-bg-soft);
  flex-shrink: 0;
}
.hc-infocard-row div {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.hc-infocard-label {
  font-size: 0.75rem;
  color: var(--hc-text-muted);
}
.hc-infocard-row strong {
  color: var(--hc-text);
  font-size: 0.92rem;
}
.hc-profile-tabs {
  display: flex;
  gap: 1.75rem;
  border-bottom: 1px solid var(--hc-border);
  margin-bottom: 2rem;
}
.hc-tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 0.85rem 0.1rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--hc-text-muted);
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.hc-tab-btn:hover {
  color: var(--hc-navy);
}
.hc-tab-btn.active {
  color: var(--hc-navy);
  border-bottom-color: var(--hc-navy);
}
.hc-overview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
.hc-about h2,
.hc-tab-panel > h2,
.hc-projects-section-header h2 {
  color: var(--hc-navy);
  font-size: 1.4rem;
  margin: 0 0 0.9rem;
}
.hc-about-text {
  color: var(--hc-text-muted);
  line-height: 1.6;
}
.hc-trust-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  background: var(--hc-bg-mint);
  border-radius: 12px;
  padding: 1.5rem;
  align-content: start;
}
.hc-trust-item {
  text-align: center;
}
.hc-trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  margin-bottom: 0.6rem;
}
.hc-trust-item h4 {
  font-size: 0.9rem;
  color: var(--hc-navy);
  margin: 0 0 0.3rem;
}
.hc-trust-item p {
  font-size: 0.78rem;
  color: var(--hc-text-muted);
  margin: 0;
}
.hc-projects-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.hc-projects-section-header h2 {
  margin: 0;
}
.hc-view-all-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: none;
  border: none;
  color: var(--hc-navy);
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
}
.hc-view-all-link span {
  display: inline-block;
  transition: transform 0.2s ease;
}
.hc-view-all-link:hover span {
  transform: translateX(4px);
}
.hc-tab-panel[hidden] {
  display: none;
}
.hc-project-card {
  border: 1px solid var(--hc-border);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.hc-project-card:hover {
  box-shadow: 0 16px 32px rgba(13, 44, 84, 0.1);
  transform: translateY(-5px);
}
.hc-project-card-image {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.hc-project-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.hc-project-card:hover .hc-project-card-image img {
  transform: scale(1.05);
}
.hc-project-main-image.is-clickable {
  cursor: zoom-in;
}
.hc-project-zoom-hint {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(13, 44, 84, 0.25);
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.hc-project-card-image:hover .hc-project-zoom-hint {
  opacity: 1;
}
.hc-shortlist-toggle {
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  background: rgba(16, 24, 39, 0.55);
  color: #fff;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.15s ease;
  z-index: 1;
}
.hc-shortlist-toggle:hover {
  background: rgba(16, 24, 39, 0.75);
  transform: scale(1.06);
}
.hc-shortlist-toggle.is-active {
  background: var(--hc-gold, #c9a227);
  color: #fff;
}
.hc-shortlist-toggle.is-active svg {
  fill: currentColor;
}
.hc-badge-status {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  background: #e6f4ea;
  color: var(--hc-green);
}
.hc-badge-status-ongoing {
  background: #eaf1fb;
  color: var(--hc-navy-light);
}
.hc-badge-status-on-hold {
  background: #fbf1e0;
  color: #8a6d16;
}
.hc-project-thumbs {
  display: flex;
  gap: 0.4rem;
  padding: 0.6rem 0.6rem 0;
}
.hc-project-thumb {
  padding: 0;
  border: 2px solid transparent;
  border-radius: 6px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  cursor: pointer;
  background: none;
  opacity: 0.65;
  transition: opacity 0.2s ease, border-color 0.2s ease;
}
.hc-project-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.hc-project-thumb:hover {
  opacity: 0.9;
}
.hc-project-thumb.active {
  opacity: 1;
  border-color: var(--hc-navy);
}
.hc-project-card-body {
  padding: 1.1rem;
}
.hc-project-card-body h4 {
  color: var(--hc-navy);
  margin: 0 0 0.4rem;
}
.hc-project-location {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.85rem;
  color: var(--hc-text-muted);
  margin: 0 0 0.5rem;
}
.hc-project-desc {
  font-size: 0.85rem;
  color: var(--hc-text-muted);
  margin: 0;
}
.hc-hiring-cta {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  background: var(--hc-bg-soft);
  border-radius: 14px;
  padding: 1.75rem;
  margin-top: 2.5rem;
  flex-wrap: wrap;
}
.hc-hiring-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
}
.hc-hiring-text {
  flex: 1;
  min-width: 220px;
}
.hc-hiring-text h3 {
  color: var(--hc-navy);
  margin: 0 0 0.25rem;
}
.hc-hiring-text p {
  color: var(--hc-text-muted);
  margin: 0;
}
.hc-hiring-text strong {
  color: var(--hc-green);
}
@media (max-width: 900px) {
  .hc-profile-header {
    grid-template-columns: 1fr;
  }
  .hc-profile-infocard {
    width: 100%;
  }
  .hc-overview-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .hc-trust-box {
    grid-template-columns: 1fr;
  }
  .hc-hiring-cta {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}
.hc-catalogue-photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 1rem;
}
.hc-catalogue-photo-grid[hidden] {
  display: none;
}
.hc-catalogue-photo-thumb {
  padding: 0;
  border: 1px solid var(--hc-border);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.hc-catalogue-photo-thumb:hover {
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
  transform: translateY(-2px);
}
.hc-catalogue-photo-thumb img {
  width: 100%;
  aspect-ratio: 4 / 3;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.hc-catalogue-photo-viewer {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.hc-catalogue-photo-viewer[hidden] {
  display: none;
}
.hc-catalogue-photo-back {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: none;
  border: none;
  padding: 0;
  color: var(--hc-navy-light);
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
}
.hc-catalogue-photo-back:hover {
  text-decoration: underline;
}
.hc-catalogue-photo-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
}
.hc-catalogue-photo-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.85rem;
}
.hc-catalogue-photo-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: var(--hc-border);
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.hc-catalogue-photo-dot:hover {
  background: var(--hc-navy-light);
}
.hc-catalogue-photo-dot.is-active {
  background: var(--hc-navy);
  transform: scale(1.25);
}
.hc-catalogue-photo-figure {
  margin: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}
.hc-catalogue-photo-image {
  max-width: 100%;
  max-height: 60vh;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.15);
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.hc-catalogue-photo-counter {
  color: var(--hc-text-muted);
  font-size: 0.82rem;
}
.hc-catalogue-photo-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--hc-bg-soft);
  border: none;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--hc-navy);
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.hc-catalogue-photo-nav:hover {
  background: var(--hc-border);
}
.hc-catalogue-photo-prev {
  left: 0.25rem;
}
.hc-catalogue-photo-next {
  right: 0.25rem;
}
.hc-catalogue-photo-nav[hidden] {
  display: none;
}
@media (max-width: 640px) {
  .hc-catalogue-photo-stage {
    min-height: 220px;
  }
  .hc-catalogue-photo-nav {
    width: 36px;
    height: 36px;
  }
  .hc-catalogue-photo-prev {
    left: 0;
  }
  .hc-catalogue-photo-next {
    right: 0;
  }
}
@media (max-width: 768px) {
  .hc-stats-strip {
    flex-wrap: wrap;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding: 1.25rem;
  }
  .hc-stat {
    flex: 1 1 40%;
    min-width: 40%;
    padding: 0.5rem 0;
  }
  .hc-stat-divider {
    display: none;
  }
  .hc-hero-badge {
    font-size: 0.72rem;
  }
  .hc-hero-copy h1 {
    font-size: 2.2rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .hc-hero-copy h1,
  .hc-hero-lead,
  .hc-hero-sub,
  .hc-hero-actions,
  .hc-hero-note,
  .hc-hero-art,
  .hc-verified-badge,
  .hc-catalogue-modal {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .hc-reveal,
  .hc-reveal-stagger > * {
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .hc-btn:hover,
  .hc-feature-card:hover,
  .hc-contractor-card:hover,
  .hc-find-inner:hover .hc-find-art svg {
    transform: none !important;
  }
}
.hc-catalogue-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 20, 34, 0.72);
  padding: 1.5rem;
  animation: hc-fade-up 0.2s ease both;
}
.hc-catalogue-modal[hidden] {
  display: none;
}
.hc-catalogue-modal-inner {
  background: #fff;
  border-radius: var(--hc-radius-lg);
  box-shadow: var(--hc-shadow-lg);
  width: min(920px, 100%);
  max-height: 85vh;
  overflow-y: auto;
  padding: 1.75rem;
}
.hc-catalogue-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.hc-catalogue-modal-title {
  margin: 0 0 0.3rem;
  font-size: 1.3rem;
  color: var(--hc-navy);
}
.hc-catalogue-modal-contractor-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--hc-navy-light);
  text-decoration: none;
}
.hc-catalogue-modal-contractor-link:hover {
  text-decoration: underline;
}
.hc-catalogue-modal-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}
.hc-catalogue-modal-interest-btn {
  padding: 0.55rem 1.1rem;
  font-size: 0.85rem;
  white-space: nowrap;
}
.hc-catalogue-modal-close {
  background: var(--hc-bg-soft);
  border: none;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--hc-navy);
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.hc-catalogue-modal-close:hover {
  background: var(--hc-border);
}
.hc-catalogue-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 1rem;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid var(--hc-border);
}
.hc-catalogue-filter {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 130px;
}
.hc-catalogue-filter label {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--hc-text-muted);
}
.hc-catalogue-filter-hint {
  margin: -0.2rem 0 0;
  font-size: 0.76rem;
  color: var(--hc-text-muted);
}
.hc-catalogue-filter select,
.hc-catalogue-filter input {
  padding: 0.5rem 0.65rem;
  border: 1px solid var(--hc-border);
  border-radius: 8px;
  font-size: 0.9rem;
  color: var(--hc-text);
  background: #fff;
}
.hc-catalogue-filter select.hc-input-invalid,
.hc-catalogue-filter input.hc-input-invalid {
  border-color: #b3261e;
}
@media (max-width: 640px) {
  .hc-catalogue-modal {
    padding: 0.75rem;
  }
  .hc-catalogue-modal-inner {
    padding: 1.25rem;
    max-height: 92vh;
  }
  .hc-catalogue-filters {
    gap: 0.75rem;
  }
  .hc-catalogue-filter {
    min-width: calc(50% - 0.4rem);
  }
}
.hc-resource-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.25rem;
}
.hc-resource-card {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  border: 1px solid var(--hc-border);
  border-radius: 12px;
  padding: 1.5rem;
  background: #fff;
  transition:
    box-shadow 0.25s ease,
    transform 0.25s ease,
    border-color 0.25s ease;
}
.hc-resource-card:hover {
  box-shadow: var(--hc-shadow-md);
  transform: translateY(-2px);
  border-color: transparent;
}
.hc-resource-icon {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--hc-bg-soft);
  color: var(--hc-navy);
}
.hc-resource-ext {
  position: absolute;
  bottom: -6px;
  right: -10px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.12rem 0.4rem;
  border-radius: 999px;
  background: var(--hc-navy);
  color: #fff;
}
.hc-resource-body {
  flex: 1;
}
.hc-resource-body h4 {
  margin: 0 0 0.35rem;
  font-size: 1.02rem;
  color: var(--hc-navy);
}
.hc-resource-body p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--hc-text-muted);
}
.hc-resource-download {
  align-self: flex-start;
}
.hc-rates-section {
  background: #fff;
  border: 1px solid var(--hc-border);
  border-radius: var(--hc-radius-lg);
  box-shadow: var(--hc-shadow-sm);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.hc-rates-section h2 {
  margin: 0 0 0.35rem;
  font-size: 1.2rem;
  color: var(--hc-navy);
}
.hc-rates-intro {
  margin: 0 0 1.1rem;
  font-size: 0.9rem;
  color: var(--hc-text-muted);
}
.hc-rates-selectors {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.hc-rates-selectors .hc-catalogue-filter {
  min-width: 220px;
  flex: 1 1 220px;
}
.hc-rates-result {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1.1rem;
  padding: 1.1rem 1.25rem;
  background: var(--hc-bg-soft);
  border-radius: 12px;
}
.hc-rates-result-item {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.hc-rates-result-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--hc-text-muted);
}
.hc-rates-result-value {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--hc-navy);
}
.hc-rates-empty {
  margin: 0;
  padding: 1rem 1.25rem;
  font-size: 0.9rem;
  color: var(--hc-text-muted);
  background: var(--hc-bg-soft);
  border-radius: 12px;
}
.hc-interest-financing-empty {
  margin: 0;
  font-size: 0.82rem;
  color: var(--hc-text-muted);
}
@media (max-width: 640px) {
  .hc-rates-section {
    padding: 1.1rem;
  }
  .hc-rates-selectors .hc-catalogue-filter {
    min-width: 100%;
  }
}
.hc-interest-btn {
  width: 100%;
  margin-top: 0.75rem;
  justify-content: center;
}
.hc-interest-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 20, 34, 0.72);
  padding: 1.5rem;
  animation: hc-fade-up 0.2s ease both;
}
.hc-interest-modal[hidden] {
  display: none;
}
.hc-interest-modal-inner {
  background: #fff;
  border-radius: var(--hc-radius-lg);
  box-shadow: var(--hc-shadow-lg);
  width: min(440px, 100%);
  max-height: 90vh;
  overflow-y: auto;
  padding: 1.75rem;
}
.hc-interest-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.1rem;
}
.hc-interest-modal-header h3 {
  margin: 0;
  font-size: 1.2rem;
  color: var(--hc-navy);
}
.hc-interest-modal-close {
  background: var(--hc-bg-soft);
  border: none;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--hc-navy);
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.hc-interest-modal-close:hover {
  background: var(--hc-border);
}
.hc-interest-summary {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1rem 1.1rem;
  margin-bottom: 1.25rem;
  background: var(--hc-bg-soft);
  border-radius: 12px;
}
.hc-interest-summary-title {
  margin: 0 0 0.2rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--hc-navy);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.hc-interest-summary-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}
.hc-interest-summary-label {
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--hc-text-muted);
}
.hc-interest-summary-value {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--hc-navy);
  text-align: right;
}
.hc-interest-value-strong {
  font-size: 1.08rem;
  font-weight: 800;
}
#hc-interest-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#hc-interest-form .hc-catalogue-filter {
  width: 100%;
}
#hc-interest-form button[type=submit] {
  width: 100%;
  justify-content: center;
}
.hc-interest-error {
  margin: -0.5rem 0 0;
  font-size: 0.85rem;
  color: #b3261e;
}
.hc-interest-success {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  padding: 0.5rem 0;
}
.hc-interest-success p {
  margin: 0;
  color: var(--hc-text);
}
.hc-interest-reference {
  font-family: monospace;
  font-size: 0.85rem;
  background: var(--hc-bg-soft);
  border-radius: 8px;
  padding: 0.6rem 0.8rem;
}
.hc-shortlist-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 20, 34, 0.72);
  padding: 1.5rem;
}
.hc-shortlist-modal[hidden] {
  display: none;
}
.hc-shortlist-modal-inner {
  background: #fff;
  border-radius: var(--hc-radius-lg);
  box-shadow: var(--hc-shadow-lg);
  width: min(620px, 100%);
  max-height: 85vh;
  overflow-y: auto;
  padding: 1.75rem;
}
.hc-shortlist-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.4rem;
}
.hc-shortlist-modal-header h3 {
  margin: 0;
  font-size: 1.2rem;
  color: var(--hc-navy);
}
.hc-shortlist-modal-close {
  background: var(--hc-bg-soft);
  border: none;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--hc-text);
}
.hc-shortlist-modal-close:hover {
  background: var(--hc-border);
}
.hc-shortlist-intro {
  color: var(--hc-text-muted);
  font-size: 0.88rem;
  margin: 0 0 1.25rem;
}
.hc-shortlist-list {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.hc-shortlist-row {
  display: grid;
  grid-template-columns: 76px 1fr auto;
  gap: 0.9rem;
  align-items: center;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid var(--hc-border);
}
.hc-shortlist-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.hc-shortlist-row-image {
  width: 76px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  background: var(--hc-bg-soft);
}
.hc-shortlist-row-body h4 {
  margin: 0 0 0.2rem;
  color: var(--hc-navy);
  font-size: 0.98rem;
}
.hc-shortlist-row-body .hc-project-location {
  margin: 0;
}
.hc-shortlist-row-actions {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
@media (max-width: 560px) {
  .hc-shortlist-row {
    grid-template-columns: 60px 1fr;
  }
  .hc-shortlist-row-actions {
    grid-column: 1 / -1;
    flex-direction: row;
  }
}
/*# sourceMappingURL=chpa_contractors.bundle.7FAUHMSY.css.map */
