.page-hero {
  margin-top: 60px;
  padding: 4rem 0 2rem;
  background: linear-gradient(135deg, rgba(30, 64, 175, 0.08), rgba(59, 130, 246, 0.06));
  border-bottom: 1px solid var(--border);
}
.page-hero.compact { padding: 3.5rem 0 1.75rem; }
.page-hero .container { max-width: 900px; text-align: center; }
.page-hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--heading);
  margin-bottom: 1rem;
}
.page-hero p {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 720px;
  margin: 0 auto;
}
.breadcrumbs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1rem;
  font-size: 0.82rem;
  color: var(--muted);
}
.breadcrumbs a { color: var(--primary); font-weight: 600; }
.breadcrumbs span { opacity: 0.55; }
.page-section { padding-top: calc(var(--nav-height) + 1.25rem); padding-bottom: 3rem; }
.page-grid-2 {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.25rem;
  align-items: stretch;
}
.value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}
.value-card {
  padding: 1.6rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}
.value-card h3 { font-size: 1.15rem; margin-bottom: 0.65rem; }
.value-card p { color: var(--muted); font-size: 0.95rem; }
.cta-band {
  position: relative;
  background: linear-gradient(135deg, var(--cta-bg-start) 0%, var(--cta-bg-mid) 52%, var(--cta-bg-end) 100%);
  color: var(--heading);
  padding: 2rem 0;
  margin-top: 0;
  overflow: hidden;
  border-top: 1px solid rgba(30, 58, 138, 0.08);
}
.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 100% 50%, rgba(234, 88, 12, 0.08) 0%, transparent 55%),
    radial-gradient(ellipse at 0% 100%, rgba(37, 99, 235, 0.07) 0%, transparent 50%);
  pointer-events: none;
}
.cta-band::after {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-navy), var(--brand-orange));
}
.cta-band .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.cta-band h3 {
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--brand-navy-deep);
}
.cta-band p {
  font-size: 0.96rem;
  max-width: 620px;
  color: var(--muted);
}
.cta-band .btn-light {
  background: var(--brand-navy);
  color: #ffffff;
  font-weight: 700;
  border: 1px solid rgba(30, 58, 138, 0.15);
  box-shadow: 0 4px 14px rgba(30, 58, 138, 0.15);
}
.cta-band .btn-light:hover {
  background: var(--brand-orange);
  color: #ffffff;
  border-color: var(--brand-orange);
  box-shadow: 0 6px 18px rgba(234, 88, 12, 0.22);
}
.quick-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.quick-link-card {
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 150px;
}
.quick-link-card h3 { font-size: 1.08rem; margin-bottom: 0.45rem; }
.quick-link-card p { color: var(--muted); font-size: 0.92rem; margin-bottom: 0.75rem; line-height: 1.55; }

/* Homepage overview section */
.section.overview-section {
  padding: 1.75rem 0 2rem;
}
.overview-header {
  margin-bottom: 1.1rem;
}
.overview-header .eyebrow {
  margin-bottom: 0.5rem;
}
.overview-header h2 {
  margin-bottom: 0.5rem;
  padding-bottom: 6px;
}
.overview-header p {
  font-size: 0.98rem;
  line-height: 1.55;
  max-width: 600px;
}
.overview-section .quick-links {
  gap: 0.85rem;
}
.overview-section .quick-link-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(30, 64, 175, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.overview-section .quick-link-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}
.contact-page-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}
.contact-channel {
  padding: 1.5rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.contact-channel .icon-badge { margin: 0; flex: 0 0 52px; font-size: 1.2rem; }
.contact-channel h3 { font-size: 1.05rem; margin-bottom: 0.35rem; }
.contact-channel p, .contact-channel a { color: var(--muted); font-size: 0.95rem; }

/* Contact page — executive layout */
.contact-section {
  text-transform: none;
  padding-top: calc(var(--nav-height) + 0.75rem);
  padding-bottom: 2.5rem;
}
.contact-section .container {
  max-width: 1080px;
}
.contact-hero-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, 0.95fr) 1.05fr;
  gap: 0;
  align-items: stretch;
  margin-bottom: 1.5rem;
  border-radius: 18px;
  border: 1px solid rgba(30, 58, 138, 0.1);
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.07);
  overflow: hidden;
  text-align: left;
}
.contact-hero-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-navy), var(--brand-orange));
}
.contact-hero-left {
  padding: 2rem 2rem 2rem 2.25rem;
  border-right: 1px solid rgba(30, 58, 138, 0.08);
}
.contact-hero-right {
  padding: 2rem 2.25rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-hero-left h1 {
  font-size: clamp(1.85rem, 3vw, 2.35rem);
  font-weight: 800;
  color: var(--heading);
  letter-spacing: -0.03em;
  line-height: 1.12;
  margin: 0 0 0.65rem;
  text-transform: none;
}
.contact-hero-tagline {
  margin: 0;
  color: var(--brand-navy);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.5;
  text-transform: none;
}
.contact-hero-right > p {
  margin: 0 0 1.15rem;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.65;
  text-transform: none;
}
.contact-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 0.7rem;
  color: var(--brand-navy);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.contact-eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--brand-orange);
  border-radius: 1px;
  flex-shrink: 0;
}
.contact-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.contact-trust-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.75rem;
  border-radius: 6px;
  background: rgba(30, 58, 138, 0.06);
  border: 1px solid rgba(30, 58, 138, 0.1);
  color: var(--brand-navy);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
}
.contact-cards-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
  align-items: stretch;
}
.contact-path-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 280px;
  padding: 1.45rem 1.4rem 1.35rem 1.65rem;
  border-radius: 14px;
  border: 1px solid rgba(30, 58, 138, 0.11);
  background: #ffffff;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.04);
  overflow: hidden;
  text-align: left;
  text-transform: none;
}
.contact-path-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--brand-navy), var(--brand-orange));
}
.contact-path-tier {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: var(--brand-orange);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.contact-path-card h2 {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--heading);
  letter-spacing: -0.02em;
  margin: 0 0 0.55rem;
  text-transform: none;
}
.contact-path-card p,
.contact-hours-note {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.62;
  margin: 0;
  flex: 1;
  text-transform: none;
}
.contact-hours-schedule {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin: 0 0 0.65rem;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.4;
  text-transform: none;
}
.contact-hours-schedule strong {
  color: var(--heading);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.contact-path-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: auto;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(30, 58, 138, 0.08);
}
.contact-action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.9rem;
  border-radius: 7px;
  border: 1px solid rgba(30, 58, 138, 0.18);
  background: #ffffff;
  color: var(--brand-navy);
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.contact-action-link:hover {
  background: rgba(30, 58, 138, 0.05);
  border-color: rgba(30, 58, 138, 0.3);
}
.contact-action-link--primary {
  background: var(--brand-navy);
  border-color: var(--brand-navy);
  color: #ffffff;
}
.contact-action-link--primary:hover {
  background: var(--brand-navy-deep);
  border-color: var(--brand-navy-deep);
  color: #ffffff;
}
.contact-form-panel,
.contact-email-panel {
  margin-bottom: 1.5rem;
  padding: 1.6rem 1.65rem 1.5rem;
  border-radius: 14px;
  border: 1px solid rgba(30, 58, 138, 0.11);
  background: #ffffff;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.04);
  text-transform: none;
}
.contact-email-link {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.2rem;
  border-radius: 12px;
  border: 1px solid rgba(30, 58, 138, 0.14);
  background: rgba(248, 250, 252, 0.95);
  color: var(--brand-navy-deep);
  font-size: clamp(0.95rem, 2.2vw, 1.1rem);
  font-weight: 700;
  line-height: 1.3;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.contact-email-link:hover {
  border-color: rgba(30, 58, 138, 0.28);
  background: #ffffff;
  color: var(--brand-navy);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.07);
}
.contact-email-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  background: rgba(30, 58, 138, 0.08);
  color: var(--brand-navy);
  flex-shrink: 0;
}
.contact-email-link-text {
  word-break: break-all;
}
.contact-form-head {
  margin-bottom: 1.25rem;
}
.contact-form-head h2 {
  margin: 0 0 0.45rem;
  color: var(--heading);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.contact-form-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
}
.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}
.contact-field {
  display: grid;
  gap: 0.4rem;
}
.contact-field--full {
  margin-bottom: 1rem;
}
.contact-field span {
  color: var(--brand-navy-deep);
  font-size: 0.82rem;
  font-weight: 600;
}
.contact-field span em {
  color: var(--muted);
  font-style: normal;
  font-weight: 500;
}
.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  padding: 0.72rem 0.85rem;
  border: 1px solid rgba(30, 58, 138, 0.16);
  border-radius: 10px;
  background: #ffffff;
  color: var(--text);
  font-size: 0.92rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  outline: none;
  border-color: rgba(30, 58, 138, 0.35);
  box-shadow: 0 0 0 3px rgba(30, 58, 138, 0.08);
}
.contact-field textarea {
  resize: vertical;
  min-height: 140px;
}
.contact-form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.contact-form-note {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--muted);
}
.contact-form-note.is-success {
  color: #15803d;
}
.contact-form-note.is-error {
  color: #b91c1c;
}
.contact-directory {
  border-radius: 14px;
  border: 1px solid rgba(30, 58, 138, 0.11);
  background: #ffffff;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.04);
  overflow: hidden;
  text-transform: none;
}
.contact-directory-head {
  padding: 1.35rem 1.5rem 1rem;
  border-bottom: 1px solid rgba(30, 58, 138, 0.08);
  background: linear-gradient(180deg, #fafbfd 0%, #ffffff 100%);
}
.contact-directory-head h2 {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--heading);
  letter-spacing: -0.02em;
  margin: 0;
  text-transform: none;
}
.contact-directory-list {
  display: flex;
  flex-direction: column;
}
.contact-directory-item {
  display: grid;
  grid-template-columns: 40px 130px 1fr 24px;
  gap: 0.85rem;
  align-items: center;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid rgba(30, 58, 138, 0.06);
  color: inherit;
  text-decoration: none;
  transition: background 0.2s ease;
  text-transform: none;
}
.contact-directory-item:last-child {
  border-bottom: 0;
}
.contact-directory-item:hover {
  background: rgba(30, 58, 138, 0.03);
}
.contact-directory-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: rgba(30, 58, 138, 0.07);
  color: var(--brand-navy);
}
.contact-directory-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--brand-navy);
  letter-spacing: 0.02em;
  text-transform: none;
}
.contact-directory-value {
  font-size: 0.9rem;
  color: var(--muted);
  font-weight: 500;
  text-transform: none;
}
.contact-directory-item:hover .contact-directory-value {
  color: var(--heading);
}
.contact-directory-arrow {
  color: var(--brand-orange);
  font-size: 1rem;
  font-weight: 600;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.contact-directory-item:hover .contact-directory-arrow {
  opacity: 1;
  transform: translateX(0);
}

/* FAQ page */
.faq-page {
  text-transform: none;
}
.faq-hero {
  margin-top: 0;
  padding: calc(var(--nav-height) + 1.25rem) 0 2.25rem;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(30, 58, 138, 0.1);
}
body.has-animated-bg .faq-hero {
  background: rgba(255, 255, 255, 0.5) !important;
}
.faq-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.5rem;
  align-items: center;
  max-width: 1140px;
  text-align: left;
}
.faq-hero-copy h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(2rem, 3.6vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--heading);
}
.faq-hero-copy > p {
  margin: 0 0 1.35rem;
  max-width: 52ch;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}
.faq-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 0.75rem;
  color: var(--brand-navy);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.faq-hero-eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--brand-orange);
  border-radius: 1px;
  transform: skewX(-10deg);
}
.faq-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.faq-hero-aside {
  display: block;
}
.faq-stat-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  padding: 0.75rem;
  border-radius: 16px;
  border: 1px solid rgba(30, 58, 138, 0.1);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}
.faq-stat-card {
  padding: 0.85rem 0.75rem;
  border-radius: 12px;
  border: 1px solid rgba(30, 58, 138, 0.08);
  background: rgba(248, 250, 252, 0.9);
  text-align: center;
}
.faq-stat-card strong {
  display: block;
  color: var(--brand-navy-deep);
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 0.2rem;
}
.faq-stat-card span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.35;
}
.faq-page-section {
  padding-top: 1.75rem;
  padding-bottom: 3rem;
}
.faq-page-section.section {
  padding-top: 1.75rem;
  padding-bottom: 3rem;
}
.faq-page-shell {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 1.35rem;
  align-items: start;
  max-width: 1140px;
}
.faq-sidebar {
  position: sticky;
  top: calc(var(--nav-height) + 1rem);
  display: grid;
  gap: 0.85rem;
}
.faq-sidebar-card,
.faq-sidebar-help {
  border-radius: 14px;
  border: 1px solid rgba(30, 58, 138, 0.1);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}
.faq-sidebar-card {
  padding: 1rem;
}
.faq-sidebar-help {
  padding: 1rem;
  background: linear-gradient(180deg, #0d2636 0%, #0a1f2d 100%);
  border-color: rgba(255, 255, 255, 0.08);
}
.faq-sidebar-label {
  margin: 0 0 0.65rem;
  color: var(--brand-navy);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.faq-sidebar-help .faq-sidebar-label {
  color: #facc15;
}
.faq-sidebar-help p {
  margin: 0 0 0.85rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  line-height: 1.55;
}
.faq-sidebar-nav {
  display: grid;
  gap: 0.35rem;
}
.faq-sidebar-link {
  width: 100%;
  text-align: left;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 0.62rem 0.75rem;
  background: transparent;
  color: var(--brand-navy-deep);
  font-family: inherit;
  font-size: 0.84rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.faq-sidebar-link:hover {
  background: rgba(30, 58, 138, 0.06);
}
.faq-sidebar-link.is-active {
  background: rgba(30, 58, 138, 0.09);
  border-color: rgba(30, 58, 138, 0.14);
  color: var(--brand-navy);
  font-weight: 700;
}
.faq-sidebar-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 38px;
  border-radius: 999px;
  background: var(--brand-orange);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
  transition: background 0.2s ease, transform 0.2s ease;
}
.faq-sidebar-cta:hover {
  background: #d9621f;
  color: #ffffff;
  transform: translateY(-1px);
}
.faq-main {
  min-width: 0;
  display: grid;
  gap: 1.15rem;
}
.faq-page-section .container {
  max-width: 1140px;
}
.faq-hub {
  padding: 1.35rem;
  border-radius: 18px;
  border: 1px solid rgba(30, 58, 138, 0.12);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.07);
}
body.has-animated-bg .faq-hub {
  background: rgba(255, 255, 255, 0.82) !important;
}
.faq-toolbar {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  align-items: stretch;
  margin-bottom: 1.25rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(30, 58, 138, 0.1);
}
.faq-search {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 48px;
  padding: 0.65rem 0.9rem;
  border-radius: 12px;
  border: 1px solid rgba(30, 58, 138, 0.14);
  background: #ffffff;
  color: var(--brand-navy);
}
.faq-search:focus-within {
  border-color: rgba(30, 58, 138, 0.3);
  box-shadow: 0 0 0 3px rgba(30, 58, 138, 0.08);
}
.faq-search input {
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  color: var(--text);
  font-size: 0.92rem;
  font-family: inherit;
}
.faq-search input::placeholder {
  color: #94a3b8;
}
.faq-audience-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  padding: 0.28rem;
  border-radius: 999px;
  border: 1px solid rgba(30, 58, 138, 0.12);
  background: rgba(248, 250, 252, 0.95);
  width: fit-content;
  max-width: 100%;
  align-self: center;
}
.faq-audience-tab {
  border: 0;
  border-radius: 999px;
  padding: 0.55rem 0.95rem;
  background: transparent;
  color: #64748b;
  font-family: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.faq-audience-tab:hover {
  color: var(--brand-navy-deep);
}
.faq-audience-tab.is-active {
  background: linear-gradient(135deg, #0f2544 0%, #1e3a8a 100%);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(30, 58, 138, 0.2);
}
.faq-empty {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  background: rgba(254, 243, 199, 0.45);
  border: 1px solid rgba(234, 179, 8, 0.25);
  color: var(--brand-navy-deep);
  font-size: 0.88rem;
  font-weight: 600;
}
.faq-empty a {
  color: var(--brand-navy);
  text-decoration: underline;
}
.faq-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}
.faq-layout.is-single-column {
  grid-template-columns: minmax(0, 1fr);
  max-width: 760px;
  margin: 0 auto;
}
.faq-group {
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  border: 1px solid rgba(30, 58, 138, 0.1);
  background: rgba(255, 255, 255, 0.72);
  overflow: hidden;
}
.faq-group.is-hidden {
  display: none;
}
.faq-group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  padding: 1rem 1.1rem;
  background: linear-gradient(135deg, #0d2636 0%, #0a1f2d 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.faq-group-head-main {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}
.faq-group-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  color: #facc15;
  flex-shrink: 0;
}
.faq-group-title {
  margin: 0;
  padding-bottom: 0.4rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.2;
  position: relative;
  display: inline-block;
}
.faq-group-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  background: #facc15;
  border-radius: 1px;
}
.faq-group-desc {
  margin: 0.2rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  line-height: 1.4;
}
.faq-group-count {
  flex-shrink: 0;
  min-width: 1.85rem;
  height: 1.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(232, 107, 36, 0.22);
  border: 1px solid rgba(232, 107, 36, 0.35);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
}
.faq-page-section .faq-wrap {
  display: grid;
  gap: 0.55rem;
  max-width: none;
  margin: 0;
  padding: 0.85rem;
  counter-reset: faq-counter;
  flex: 1;
}
.faq-page-section .faq-item {
  position: relative;
  scroll-margin-top: calc(var(--nav-height) + 1.25rem);
  border: 1px solid rgba(30, 58, 138, 0.1);
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}
.faq-page-section .faq-item.is-hidden {
  display: none;
}
.faq-page-section .faq-item::before {
  content: counter(faq-counter, decimal-leading-zero);
  counter-increment: faq-counter;
  position: absolute;
  left: 0.85rem;
  top: 1.12rem;
  color: rgba(30, 58, 138, 0.35);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  pointer-events: none;
}
.faq-page-section .faq-item:hover {
  border-color: rgba(30, 58, 138, 0.22);
}
.faq-page-section .faq-item.active {
  border-color: rgba(232, 107, 36, 0.42);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
}
.faq-page-section .faq-item.active::before {
  color: var(--brand-orange);
}
.faq-page-section .faq-question {
  width: 100%;
  padding: 1rem 1rem 1rem 2.35rem;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
}
.faq-question-text {
  color: var(--brand-navy-deep);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.45;
}
.faq-toggle {
  position: relative;
  flex-shrink: 0;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 999px;
  border: 1.5px solid rgba(30, 58, 138, 0.2);
  background: rgba(255, 255, 255, 0.9);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.faq-toggle::before,
.faq-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background: var(--brand-navy);
  border-radius: 1px;
  transform: translate(-50%, -50%);
  transition: transform 0.22s ease, background 0.22s ease;
}
.faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-item.active .faq-toggle {
  border-color: var(--brand-orange);
  background: rgba(232, 107, 36, 0.1);
}
.faq-item.active .faq-toggle::before,
.faq-item.active .faq-toggle::after {
  background: var(--brand-orange);
}
.faq-item.active .faq-toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}
.faq-page-section .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.32s ease;
}
.faq-page-section .faq-answer p {
  margin: 0;
  padding: 0 1rem 1rem 2.35rem;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.68;
  border-top: 1px solid rgba(30, 58, 138, 0.08);
  padding-top: 0.8rem;
}
.faq-cta {
  margin-top: 0;
  padding: 1.35rem 1.5rem;
  border-radius: 16px;
  border: 1px solid rgba(30, 58, 138, 0.12);
  background: linear-gradient(135deg, #0d2636 0%, #0a1f2d 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  text-align: left;
}
.faq-cta-copy h2 {
  margin: 0 0 0.35rem;
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.faq-cta-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  line-height: 1.55;
  max-width: 42ch;
}
.faq-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  flex-shrink: 0;
}
.faq-cta .btn-secondary {
  border-color: rgba(255, 255, 255, 0.35);
  color: #ffffff;
  background: transparent;
}
.faq-cta .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
  color: #ffffff;
}
@media (max-width: 1080px) {
  .faq-page-shell {
    grid-template-columns: 1fr;
  }
  .faq-sidebar {
    position: static;
    grid-template-columns: 1fr;
  }
  .faq-sidebar-card {
    display: none;
  }
  .faq-audience-tabs {
    display: flex;
  }
}
@media (min-width: 1081px) {
  .faq-audience-tabs {
    display: none;
  }
}
@media (max-width: 980px) {
  .faq-hero-grid {
    grid-template-columns: 1fr;
  }
  .faq-stat-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .faq-layout {
    grid-template-columns: 1fr;
  }
  .faq-layout.is-single-column {
    max-width: none;
  }
  .faq-cta {
    flex-direction: column;
    align-items: flex-start;
  }
  .faq-sidebar {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .faq-hub {
    padding: 1rem;
  }
  .faq-stat-panel {
    grid-template-columns: 1fr;
  }
  .faq-audience-tabs {
    width: 100%;
    justify-content: stretch;
    align-self: stretch;
  }
  .faq-audience-tab {
    flex: 1 1 0;
    padding: 0.62rem 0.5rem;
    font-size: 0.64rem;
  }
  .faq-cta-actions {
    width: 100%;
  }
  .faq-cta-actions .btn {
    flex: 1 1 100%;
    justify-content: center;
  }
}

.nav-links a.active,
.mobile-menu a.active,
.mobile-menu .nav-link.active {
  background: rgba(30, 58, 138, 0.09);
  color: var(--brand-navy);
  font-weight: 700;
}

/* Header email — plain text */
.topbar .nav-actions a.nav-email {
  color: var(--brand-navy);
  background: transparent;
  border: 0;
  box-shadow: none;
}
.topbar .nav-actions a.nav-email:hover {
  color: var(--brand-orange);
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}
.mobile-menu a.nav-email-mobile {
  color: var(--brand-navy);
  background: transparent;
  border: 0;
}
.mobile-menu a.nav-email-mobile:hover {
  color: var(--brand-orange);
  background: var(--primary-soft);
}

/* Navbar — logo-matched typography */
.mobile-menu a,
.mobile-menu .nav-link {
  color: var(--brand-navy-deep);
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 0.84rem;
}
.mobile-menu a:hover,
.mobile-menu .nav-link:hover {
  background: rgba(30, 58, 138, 0.07);
  color: var(--brand-navy);
}

/* Animated site background — construction & agriculture */
html {
  min-height: 100%;
}
body.has-animated-bg {
  background: transparent;
  min-height: 100%;
}
.site-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.site-bg-slide {
  position: absolute;
  inset: -10%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale(1);
  transition: opacity 1.6s ease-in-out;
  will-change: transform, opacity;
}
.site-bg-slide.is-active {
  opacity: 1;
  animation: siteBgKenBurns 16s ease-in-out forwards;
}
.site-bg-slide:not(.is-active) {
  animation: none;
  transform: scale(1);
}
.site-bg-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(248, 250, 252, 0.28) 45%, rgba(255, 255, 255, 0.38) 100%),
    linear-gradient(135deg, rgba(30, 58, 138, 0.06), rgba(234, 88, 12, 0.04));
}
@keyframes siteBgKenBurns {
  0% { transform: scale(1); }
  100% { transform: scale(1.12); }
}
body.has-animated-bg #site-header {
  position: relative;
  z-index: 1000;
  background: transparent;
}

.topbar .container.nav {
  max-width: none;
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
}

body.has-animated-bg .nav-links a,
body.has-animated-bg .nav-links .nav-link,
body.has-animated-bg .nav-email {
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.85);
}
body.has-animated-bg .nav-links a.active,
body.has-animated-bg .nav-links .nav-link.active {
  background: rgba(255, 255, 255, 0.55);
}
body.has-animated-bg .hero-split {
  margin-top: 0;
  padding-top: calc(var(--nav-height) + 1.25rem);
  background: rgba(255, 255, 255, 0.52) !important;
  border-bottom: 1px solid rgba(30, 58, 138, 0.06);
}
body.has-animated-bg .hero-split::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.12) 100%);
}
body.has-animated-bg #mainContent,
body.has-animated-bg #site-footer {
  position: relative;
  z-index: 1;
}
body.has-animated-bg #mainContent {
  background: transparent;
}

@media (max-width: 1180px) {
  .nav-links a,
  .nav-links .nav-link {
    font-size: 0.94rem;
    padding: 0.5rem 0.42rem;
  }
  .nav-email {
    font-size: 0.84rem;
  }
  .brand-logo {
    height: 88px;
    max-width: 290px;
  }
}
body.has-animated-bg .section,
body.has-animated-bg .page-section,
body.has-animated-bg .page-hero,
body.has-animated-bg .home-ws-panel,
body.has-animated-bg .home-perspectives-section,
body.has-animated-bg .testimonial-split,
body.has-animated-bg .home-audience-section {
  background: rgba(255, 255, 255, 0.46) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
body.has-animated-bg .home-perspectives-section {
  background: rgba(224, 242, 254, 0.52) !important;
}
body.has-animated-bg .page-hero {
  border-bottom-color: rgba(30, 58, 138, 0.08);
}
body.has-animated-bg .footer {
  background: transparent !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
body.has-animated-bg .footer-pre {
  background: linear-gradient(180deg, rgba(232, 107, 36, 0.94) 0%, rgba(217, 98, 31, 0.9) 100%) !important;
}
body.has-animated-bg .footer-pre-actions {
  background: linear-gradient(90deg, #0f2544 0%, #1e3a8a 100%) !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
body.has-animated-bg .footer-pre-action,
body.has-animated-bg .footer-pre-action-alt {
  background: transparent !important;
}
body.has-animated-bg .footer-main-dark {
  background: #0d2636 !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

@media (prefers-reduced-motion: reduce) {
  .site-bg-slide.is-active {
    animation: none;
  }
  .home-banner-slide.is-active .home-banner-bg {
    animation: none;
  }
}

/* Hero + services — one seamless glass band */
.home-intro-band {
  position: relative;
  background:
    radial-gradient(ellipse 95% 60% at 72% 18%, rgba(219, 234, 254, 0.28) 0%, transparent 58%),
    rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow: hidden;
}
body.has-animated-bg .home-intro-band {
  background:
    radial-gradient(ellipse 95% 60% at 72% 18%, rgba(219, 234, 254, 0.22) 0%, transparent 58%),
    rgba(255, 255, 255, 0.5) !important;
}
.home-intro-band .hero-split {
  background: transparent !important;
  border-bottom: 0;
  padding-bottom: 1.25rem;
}
.home-intro-band .hero-split::before {
  opacity: 0.65;
}
.home-intro-band .home-ws-panel {
  background: transparent !important;
  padding-top: 0.35rem;
  padding-bottom: 2.75rem;
}
body.has-animated-bg .home-intro-band .hero-split,
body.has-animated-bg .home-intro-band .home-ws-panel {
  background: transparent !important;
  border-bottom: 0;
}

/* Split hero — content left, sector photos right */
.hero-split {
  min-height: auto;
  padding-top: calc(var(--nav-height) + 1.25rem);
  padding-bottom: 2.75rem;
  background: rgba(255, 255, 255, 0.52);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(30, 58, 138, 0.06);
}
.hero-split::before {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 20% 0%, rgba(219, 234, 254, 0.35) 0%, transparent 70%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(248, 250, 252, 0.2) 100%);
  pointer-events: none;
  z-index: 0;
}
.hero-split::after {
  display: none;
}
.hero-split-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 2.5rem;
  align-items: center;
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
}
.hero-content {
  text-align: left;
  max-width: 580px;
}
.hero-content .eyebrow {
  margin: 0 0 0.85rem 0;
}
.hero-split .home-hero-eyebrow {
  margin-bottom: 1rem;
  font-size: 0.67rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #64748b;
  font-weight: 700;
}
.hero-content h1 {
  font-size: clamp(2.1rem, 4.5vw, 3.25rem);
  line-height: 1.06;
  letter-spacing: -0.035em;
  margin-bottom: 1rem;
  color: #0f172a;
  font-weight: 800;
  position: relative;
  padding-bottom: 0;
}
.hero-content h1::after {
  display: none;
}
.hero-h1-mark {
  position: relative;
  display: inline-block;
}
.hero-h1-mark::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #1e40af, #3b82f6);
  border-radius: 2px;
}
.hero-lead {
  font-size: clamp(0.98rem, 1.7vw, 1.08rem);
  color: #475569;
  font-weight: 500;
  line-height: 1.62;
  margin-bottom: 1.15rem;
  max-width: 52ch;
}
.hero-note {
  color: #64748b;
  font-size: 0.96rem;
  line-height: 1.6;
  margin-bottom: 1.1rem;
  max-width: 54ch;
}
.hero-split .hero-actions {
  justify-content: flex-start;
  margin-top: 0.25rem;
  gap: 0.75rem;
}
.hero-split .btn {
  border-radius: 999px;
  padding: 0.72rem 1.55rem;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.hero-split .btn-primary {
  background: #1e3a8a;
  box-shadow: 0 6px 18px rgba(30, 58, 138, 0.22);
}
.hero-split .btn-primary:hover {
  background: #172554;
  box-shadow: 0 10px 24px rgba(30, 58, 138, 0.28);
}
.hero-split .btn-secondary {
  background: #ffffff;
  border: 1px solid rgba(30, 58, 138, 0.16);
  color: #1e3a8a;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}
.hero-split .btn-secondary:hover {
  background: #f8fafc;
  border-color: rgba(30, 58, 138, 0.28);
}
.hero-split .hero-trustbar {
  justify-content: flex-start;
  margin-top: 1rem;
  gap: 0.55rem;
}
.hero-split .hero-pill {
  padding: 0.5rem 0.95rem;
  font-size: 0.8rem;
  background: #ffffff;
  border: 1px solid rgba(30, 58, 138, 0.08);
  color: #334155;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
}
.hero-split .hero-stats {
  margin-top: 1.35rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}
.hero-split .stat {
  padding: 1rem 0.95rem 1.1rem;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(30, 58, 138, 0.07);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}
.hero-split .stat-number {
  font-size: clamp(1.65rem, 2.8vw, 2.05rem);
  font-weight: 800;
  color: #1e3a8a;
  margin-bottom: 0.15rem;
  letter-spacing: -0.03em;
}
.hero-split .stat-label {
  display: block;
  font-size: 0.76rem;
  font-weight: 600;
  color: #64748b;
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.hero-split .stat::after {
  content: "";
  position: absolute;
  left: 0.95rem;
  right: 0.95rem;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, #fbbf24, #f59e0b, #ea580c);
  border-radius: 2px 2px 0 0;
}
.hero-split .stat span:last-child {
  font-size: 0.76rem;
  color: #64748b;
  display: block;
  margin-top: 0;
}
.hero-visual {
  position: relative;
  min-height: 500px;
}
.hero-carousel {
  position: relative;
  width: 100%;
  min-height: 500px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow:
    0 0 0 5px #ffffff,
    0 24px 56px rgba(15, 23, 42, 0.14),
    0 8px 24px rgba(30, 58, 138, 0.08);
  border: none;
  background: #e2e8f0;
}
.hero-carousel::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 40%;
  background: linear-gradient(180deg, transparent 0%, rgba(15, 23, 42, 0.28) 100%);
  z-index: 1;
  pointer-events: none;
}
.hero-carousel-slides {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 500px;
}
.hero-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}
.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.hero-slide img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  display: block;
}
.hero-slide figcaption {
  position: absolute;
  left: 1.35rem;
  bottom: 3.75rem;
  z-index: 2;
  padding: 0;
  background: none;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
}
.hero-carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 1.15rem;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 0.5rem;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.42);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.hero-carousel-dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.38);
  cursor: pointer;
  padding: 0;
  transition: transform 0.2s ease, background 0.2s ease;
}
.hero-carousel-dot.is-active {
  background: #ffffff;
  transform: scale(1.2);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
}
.hero-carousel-dot:hover {
  background: rgba(255, 255, 255, 0.75);
}

.section-header { margin-bottom: 2rem; }
.hero { padding-bottom: 2rem; }
.hero-card { margin: 0.5rem auto 1rem; padding: 1.75rem 1.5rem 1.85rem; }
.hero-stats { margin-top: 1rem; }
.hero-trustbar { margin-top: 0.75rem; }
.hero-actions { margin-top: 0.75rem; }

/* Testimonials — text left, image right */
.testimonial-split {
  background: rgba(255, 255, 255, 0.48) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.testimonial-split-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.25rem;
  align-items: center;
}
.testimonial-content {
  text-align: left;
}
.testimonial-content h2 {
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  margin-bottom: 0.55rem;
  color: var(--heading);
  letter-spacing: -0.02em;
}
.testimonial-content h2::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  margin-top: 0.45rem;
  background: linear-gradient(90deg, var(--primary), var(--primary-2));
  border-radius: 3px;
}
.testimonial-intro {
  color: #64748b;
  font-size: 0.96rem;
  line-height: 1.6;
  margin-bottom: 1.15rem;
  max-width: 54ch;
}
.testimonial-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}
.testimonial-card {
  position: relative;
  padding: 1rem 1rem 0.9rem 1.15rem;
  background: #ffffff;
  border: 1px solid rgba(30, 64, 175, 0.07);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  overflow: hidden;
}
.testimonial-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
}
.testimonial-card--construction::before { background: linear-gradient(180deg, #1e40af, #3b82f6); }
.testimonial-card--agriculture::before { background: linear-gradient(180deg, #059669, #10b981); }
.testimonial-card--logistics::before { background: linear-gradient(180deg, #0369a1, #0ea5e9); }
.testimonial-card--painting::before { background: linear-gradient(180deg, #d97706, #f59e0b); }
.testimonial-card--cleaning::before { background: linear-gradient(180deg, #7c3aed, #a855f7); }
.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.1);
}
.testimonial-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.45rem;
}
.testimonial-sector {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
}
.testimonial-stars {
  font-size: 0.72rem;
  letter-spacing: 1px;
  color: #f59e0b;
  line-height: 1;
}
.testimonial-card p {
  color: #334155;
  font-size: 0.86rem;
  line-height: 1.5;
  margin: 0 0 0.55rem;
  font-weight: 500;
}
.testimonial-card footer {
  font-size: 0.8rem;
  color: #64748b;
}
.testimonial-card footer strong {
  color: var(--primary);
  font-weight: 700;
}
.testimonial-visual {
  position: relative;
  min-height: 460px;
}
.testimonial-photo-stack {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 460px;
}
.testimonial-photo {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.14);
  border: 4px solid #ffffff;
}
.testimonial-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.testimonial-photo figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 0.65rem 0.9rem;
  background: linear-gradient(180deg, transparent, rgba(15, 23, 42, 0.75));
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 600;
}
.testimonial-photo-main {
  top: 0;
  right: 0;
  width: 82%;
  height: 74%;
  z-index: 2;
}
.testimonial-photo-secondary {
  bottom: 0;
  left: 0;
  width: 56%;
  height: 46%;
  z-index: 3;
}
.testimonial-visual-note {
  position: absolute;
  top: 38%;
  left: 2%;
  z-index: 4;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(30, 64, 175, 0.1);
  border-radius: 16px;
  padding: 0.8rem 1rem;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.1);
  text-align: center;
  min-width: 128px;
}
.testimonial-visual-note strong {
  display: block;
  font-size: 1.35rem;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 0.2rem;
}
.testimonial-visual-note span {
  font-size: 0.7rem;
  color: #64748b;
  font-weight: 600;
  line-height: 1.35;
}

/* Footer — navbar-matched light glass layout */
.footer {
  margin-top: 0;
  padding: 0;
  color: var(--footer-text);
  background: transparent;
  border-top: 0;
  box-shadow: none;
}
.footer-pre {
  background: linear-gradient(180deg, #e86b24 0%, #d9621f 100%);
  padding: 0 0 1.75rem;
  border-bottom: 0;
}
.footer-pre .container {
  padding-top: 0.25rem;
}
.footer-pre-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  width: 100%;
  margin: 0 0 1.75rem;
  background: linear-gradient(90deg, #0f2544 0%, #1e3a8a 100%);
  border-bottom: 1px solid rgba(96, 165, 250, 0.18);
}
.footer-pre-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
  min-height: 52px;
  padding: 0.85rem 1.25rem;
  background: transparent;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  border: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.footer-pre-action + .footer-pre-action {
  border-left: 1px solid rgba(96, 165, 250, 0.18);
}
.footer-pre-action-alt {
  background: rgba(0, 0, 0, 0.08);
}
.footer-pre-action:hover {
  background: rgba(37, 99, 235, 0.42);
  color: #ffffff;
}
.footer-pre-action-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  color: var(--brand-orange);
  line-height: 1;
}
.footer-pre-action-icon svg {
  display: block;
}
.footer-pre-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}
.footer-pre-card h3 {
  margin: 0 0 0.85rem;
  color: #ffffff;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.footer-pre-card p {
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.94rem;
  line-height: 1.65;
  max-width: 46ch;
}
.footer-pre-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 0.7rem 1.35rem;
  border-radius: 999px;
  background: var(--brand-navy);
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(30, 58, 138, 0.18);
  transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.footer-pre-btn:hover {
  background: var(--brand-navy-deep);
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(30, 58, 138, 0.22);
}
.footer-main-dark {
  background: linear-gradient(180deg, #0d2636 0%, #0a1f2d 100%);
  padding: 1.75rem 0 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
}
.footer-main-dark .footer-tagline {
  color: rgba(255, 255, 255, 0.88);
  margin-top: 0;
  margin-bottom: 1.2rem;
}
.footer-main-dark .footer-region-title {
  color: #ffffff;
}
.footer-main-dark .footer-address,
.footer-main-dark .footer-contact-line {
  color: rgba(255, 255, 255, 0.9);
}
.footer-main-dark .footer-contact-line a {
  color: #ffffff;
}
.footer-main-dark .footer-contact-line a:hover {
  color: var(--brand-orange);
}
.footer-main-dark .footer-hours {
  color: rgba(255, 255, 255, 0.78);
}
.footer-main-dark .footer-heading,
.footer-main-dark h4.footer-heading {
  color: #ffffff;
  font-weight: 800;
}
.footer-main-dark .footer-heading::after,
.footer-main-dark h4.footer-heading::after {
  background: #facc15;
}
.footer-main-dark .footer-nav a {
  color: rgba(255, 255, 255, 0.92);
}
.footer-main-dark .footer-nav a:hover {
  color: var(--brand-orange);
}
.footer-main-dark .footer-copyright {
  color: rgba(255, 255, 255, 0.72);
}
.footer-bottom-bar {
  background: #0a1f2d;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1rem 0 1.35rem;
}
.footer-bottom-bar .footer-copyright {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.74rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 0.95fr;
  gap: 1.5rem 1.25rem;
  align-items: start;
}
.footer-logo-link {
  display: inline-block;
  margin-bottom: 1.35rem;
  line-height: 0;
  transition: transform 0.22s ease;
}
.footer-logo-link:hover {
  transform: translateY(-1px);
}
.footer-logo-shell {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.35rem 0.65rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border-radius: 10px;
  border: 1px solid rgba(30, 58, 138, 0.1);
  box-shadow: 0 4px 18px rgba(23, 37, 84, 0.06);
  transition: box-shadow 0.22s ease, border-color 0.22s ease;
}
.footer-main-dark .footer-logo-shell {
  padding: 0.4rem 0.75rem;
  background: #ffffff;
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}
.footer-logo-link:hover .footer-logo-shell {
  box-shadow: 0 8px 24px rgba(23, 37, 84, 0.1);
  border-color: rgba(30, 58, 138, 0.16);
}
.footer-main-dark .footer-logo-link:hover .footer-logo-shell {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  border-color: rgba(255, 255, 255, 0.22);
}
.footer-brand-logo {
  display: block;
  height: 88px;
  max-width: 300px;
  width: auto;
  object-fit: contain;
  object-position: left center;
  transition: transform 0.22s ease;
}
.footer-main-dark .footer-brand-logo {
  height: 92px;
  max-width: 320px;
}
.footer-logo-link:hover .footer-brand-logo {
  transform: scale(1.02);
}
.footer-tagline {
  margin: 0 0 1.15rem;
  max-width: 34ch;
  color: var(--footer-text-soft);
  font-size: 0.82rem;
  line-height: 1.55;
  font-weight: 500;
}
.footer-region {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-top: 0.15rem;
}
.footer-logo {
  display: block;
  height: 100px;
  max-width: 360px;
  width: auto;
  object-fit: contain;
  object-position: left center;
}
.footer-region-title {
  margin: 0 0 0.65rem;
  color: var(--brand-navy);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.footer-address,
.footer-contact-line {
  margin: 0;
  color: var(--footer-text-soft);
  font-size: 0.84rem;
  line-height: 1.6;
  font-style: normal;
}
.footer-address a {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.55rem;
  color: var(--brand-navy-deep);
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-main-dark .footer-address a {
  color: rgba(255, 255, 255, 0.9);
}
.footer-address a:hover {
  color: var(--brand-orange);
}
.footer-address a:hover .footer-contact-icon {
  background: rgba(234, 88, 12, 0.14);
}
.footer-main-dark .footer-address a:hover .footer-contact-icon {
  background: rgba(251, 191, 36, 0.18);
}
.footer-contact-line a {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--brand-navy-deep);
  transition: color 0.2s ease;
}
.footer-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(30, 58, 138, 0.1);
  color: var(--brand-orange);
  flex-shrink: 0;
}
.footer-contact-icon svg {
  display: block;
  width: 15px;
  height: 15px;
}
.footer-main-dark .footer-contact-icon {
  background: rgba(255, 255, 255, 0.1);
  color: #fbbf24;
}
.footer-contact-line a:hover {
  color: var(--brand-orange);
}
.footer-contact-line a:hover .footer-contact-icon {
  background: rgba(234, 88, 12, 0.14);
}
.footer-main-dark .footer-contact-line a:hover .footer-contact-icon {
  background: rgba(251, 191, 36, 0.18);
}
.footer-hours {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--footer-text-soft);
  font-size: 0.84rem;
}
.footer-heading {
  margin: 0 0 1rem;
  padding-top: 0;
  padding-bottom: 0.5rem;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: none;
  position: relative;
  display: inline-block;
}
.footer-heading::before {
  display: none;
}
.footer-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 3px;
  background: #facc15;
  border-radius: 2px;
}
.footer h4.footer-heading {
  color: #ffffff;
  font-weight: 800;
}
.footer-heading-sub {
  margin-top: 1.35rem;
}
.footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.42rem;
}
.footer-nav a {
  color: var(--brand-navy-deep);
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.45;
  transition: color 0.2s ease;
}
.footer-nav a:hover {
  color: var(--brand-orange);
}
.footer-copyright {
  margin: 1.5rem 0 0;
  color: var(--footer-text-soft);
  font-size: 0.74rem;
  font-weight: 500;
  line-height: 1.45;
}
.footer-badges {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 1rem;
}
.footer-badge {
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  border: 1px solid rgba(30, 58, 138, 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}
.footer-badge strong {
  display: block;
  color: var(--brand-navy-deep);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  margin-bottom: 0.15rem;
}
.footer-badge span {
  display: block;
  color: var(--footer-text-soft);
  font-size: 0.74rem;
  line-height: 1.35;
}
.footer-report-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  margin-bottom: 0.5rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  border: 1.5px solid rgba(30, 58, 138, 0.2);
  background: transparent;
  color: var(--brand-navy);
  font-size: 0.8rem;
  font-weight: 700;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.footer-report-btn:hover {
  background: var(--primary-soft);
  border-color: var(--brand-navy);
  color: var(--brand-navy-deep);
}
.footer-report-btn-outline {
  border-color: rgba(30, 58, 138, 0.28);
  color: var(--brand-navy-deep);
}
.footer-report-btn-outline:hover {
  border-color: var(--brand-orange);
  color: var(--brand-orange);
  background: rgba(255, 247, 237, 0.65);
}
@media (max-width: 1080px) {
  .hero-split-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .hero-visual {
    order: -1;
    min-height: 380px;
  }
  .hero-carousel,
  .hero-carousel-slides,
  .hero-slide img {
    min-height: 380px;
  }
  .hero-carousel {
    border-radius: 22px;
  }
  .hero-content {
    max-width: none;
    text-align: center;
  }
  .hero-h1-mark::after {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .hero-split .hero-actions,
  .hero-split .hero-trustbar {
    justify-content: center;
  }
  .testimonial-split-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .testimonial-visual {
    order: -1;
    min-height: 340px;
  }
  .testimonial-photo-stack {
    min-height: 340px;
  }
  .testimonial-cards {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer-brand-col {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 1.5rem;
    align-items: start;
  }
  .footer-logo-link {
    grid-row: 1 / span 2;
  }
  .footer-tagline {
    margin-top: 0;
    align-self: end;
  }
  .footer-region {
    grid-column: 2;
  }
  .footer-pre-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .page-grid-2, .value-grid, .quick-links, .contact-page-grid { grid-template-columns: 1fr; }
  .contact-hero-panel { grid-template-columns: 1fr; }
  .contact-hero-left { border-right: 0; border-bottom: 1px solid rgba(30, 58, 138, 0.08); padding: 1.5rem; }
  .contact-hero-right { padding: 1.5rem; }
  .contact-cards-row { grid-template-columns: 1fr 1fr; }
  .contact-form-grid { grid-template-columns: 1fr; }
  .contact-hours-card { grid-column: 1 / -1; }
  .contact-directory-item { grid-template-columns: 36px 1fr 20px; }
  .contact-directory-label { display: none; }
  .contact-directory-value { grid-column: 2 / 3; }
}
@media (max-width: 700px) {
  .home-banner-carousel,
  .home-banner-track,
  .home-banner-inner {
    min-height: 380px;
  }
  .home-banner-nav {
    width: 36px;
    height: 36px;
  }
  .home-partners-inner {
    gap: 1rem 1.25rem;
  }
  .home-partner-logo {
    height: 30px;
    max-width: 100px;
  }
  .hero-split .hero-stats {
    grid-template-columns: 1fr;
  }
  .hero-carousel,
  .hero-carousel-slides,
  .hero-slide img {
    min-height: 300px;
  }
  .testimonial-cards {
    grid-template-columns: 1fr;
  }
  .testimonial-photo-main {
    width: 88%;
    height: 68%;
  }
  .testimonial-photo-secondary {
    width: 62%;
    height: 42%;
  }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand-col {
    display: block;
  }
  .footer-logo-link {
    margin-bottom: 0.5rem;
  }
  .footer-tagline {
    margin: 0.75rem 0 1rem;
  }
  .footer-pre-actions { grid-template-columns: 1fr; }
  .contact-cards-row { grid-template-columns: 1fr; }
  .contact-hours-card { grid-column: auto; }
  .contact-directory-item {
    grid-template-columns: 36px 1fr auto;
    grid-template-rows: auto auto;
    padding: 0.9rem 1.15rem;
    gap: 0.2rem 0.65rem;
    align-items: start;
  }
  .contact-directory-icon { grid-row: 1 / 3; align-self: center; }
  .contact-directory-label {
    display: block;
    grid-column: 2;
    grid-row: 1;
  }
  .contact-directory-value {
    grid-column: 2;
    grid-row: 2;
    font-size: 0.84rem;
  }
  .contact-directory-arrow {
    grid-column: 3;
    grid-row: 1 / 3;
    align-self: center;
    opacity: 1;
    transform: none;
  }
}

/* Team section — executive profile layout */
.team-intro {
  max-width: 1040px;
  margin: 0 auto 1.75rem;
  padding: 0 0 1.5rem;
  text-align: left;
  border-bottom: 1px solid rgba(30, 58, 138, 0.1);
}
.team-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 0.85rem;
  padding: 0;
  background: none;
  color: var(--brand-navy);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.team-eyebrow::before {
  content: "";
  width: 32px;
  height: 2px;
  background: var(--brand-orange);
  border-radius: 1px;
  flex-shrink: 0;
}
.team-intro-title {
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 800;
  color: var(--heading);
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0 0 0.85rem;
  max-width: 20ch;
}
.team-intro-lead {
  margin: 0;
  max-width: 54ch;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.65;
}
.team-intro-pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  margin: 1.15rem 0 0;
  padding: 0;
  list-style: none;
}
.team-intro-pillars li {
  position: relative;
  padding-left: 1rem;
  color: var(--brand-navy);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.team-intro-pillars li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--brand-orange);
}
.team-grid {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 1040px;
  margin: 0 auto;
}
.team-section .team-card {
  position: relative;
  padding: 0;
  border-radius: 16px;
  border: 1px solid rgba(30, 58, 138, 0.12);
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
  overflow: hidden;
  text-align: left;
}
.team-section .team-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  height: auto;
  background: linear-gradient(180deg, var(--brand-navy), var(--brand-orange));
}
.team-section .team-card:hover {
  transform: none;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.09);
  border-color: rgba(30, 58, 138, 0.18);
}
.team-card-inner {
  display: grid;
  grid-template-columns: 1fr minmax(220px, 280px);
  gap: 2rem;
  align-items: stretch;
  padding: 1.75rem 1.75rem 1.75rem 2rem;
}
.team-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  min-width: 0;
}
.team-tier {
  display: inline-block;
  margin-bottom: 0.65rem;
  color: var(--brand-orange);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.team-section .team-name {
  display: block;
  font-size: clamp(1.5rem, 2.5vw, 1.85rem);
  font-weight: 800;
  color: var(--heading);
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0;
}
.team-section .team-role {
  display: block;
  margin-top: 0.45rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--brand-navy);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.team-section .team-bio {
  margin-top: 1rem;
  max-width: 52ch;
  line-height: 1.7;
  font-size: 0.97rem;
  color: #475569;
  text-align: left;
}
.team-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.35rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(30, 58, 138, 0.1);
  width: 100%;
}
.team-contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-width: 112px;
  padding: 0.58rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(30, 58, 138, 0.14);
  background: #ffffff;
  color: var(--brand-navy);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.team-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  flex-shrink: 0;
}
.team-contact-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.team-contact-label {
  line-height: 1;
}
.team-contact-link--linkedin {
  color: #0a66c2;
  border-color: rgba(10, 102, 194, 0.22);
}
.team-contact-link--linkedin:hover {
  background: rgba(10, 102, 194, 0.08);
  border-color: rgba(10, 102, 194, 0.35);
  color: #004182;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(10, 102, 194, 0.12);
}
.team-contact-link--whatsapp {
  color: #128c7e;
  border-color: rgba(18, 140, 126, 0.22);
}
.team-contact-link--whatsapp:hover {
  background: rgba(37, 211, 102, 0.1);
  border-color: rgba(18, 140, 126, 0.35);
  color: #075e54;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.14);
}
.team-contact-link--email {
  color: var(--brand-navy-deep);
  border-color: rgba(30, 58, 138, 0.18);
}
.team-contact-link--email:hover {
  background: rgba(232, 107, 36, 0.08);
  border-color: rgba(232, 107, 36, 0.28);
  color: var(--brand-orange);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(232, 107, 36, 0.12);
}
.team-contact-link:hover {
  background: rgba(30, 58, 138, 0.06);
  border-color: rgba(30, 58, 138, 0.28);
  color: var(--brand-navy-deep);
}
.team-photo-wrap {
  position: relative;
  width: 100%;
  max-width: 280px;
  margin: 0;
  padding: 0;
  border-radius: 12px;
  background: #f1f5f9;
  box-shadow: inset 0 0 0 1px rgba(30, 58, 138, 0.08);
  overflow: hidden;
  align-self: center;
}
.team-section .team-photo {
  width: 100%;
  height: 320px;
  margin: 0;
  border: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: center top;
  box-shadow: none;
  transition: transform 0.35s ease;
}
.team-section .team-card:hover .team-photo {
  transform: scale(1.02);
}
@media (max-width: 860px) {
  .team-card-inner {
    grid-template-columns: 1fr;
    gap: 1.35rem;
    padding: 1.5rem 1.35rem 1.5rem 1.65rem;
  }
  .team-photo-wrap {
    max-width: none;
    order: -1;
  }
  .team-section .team-photo {
    height: 300px;
  }
  .team-card-content {
    align-items: flex-start;
    text-align: left;
  }
  .team-section .team-bio {
    max-width: none;
  }
  .team-intro-title {
    max-width: none;
  }
  .team-intro-lead {
    max-width: none;
  }
}

/* Homepage */
.home-page {
  text-transform: none;
}
.home-hero-eyebrow,
.home-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 0.75rem;
  color: var(--brand-navy);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.home-hero-eyebrow::before,
.home-eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--brand-orange);
  border-radius: 1px;
  flex-shrink: 0;
  transform: skewX(-12deg);
}
.home-banner-carousel {
  position: relative;
  width: 100%;
  min-height: 420px;
  overflow: hidden;
  background: #0f172a;
}
.home-banner-track {
  position: relative;
  width: 100%;
  min-height: 420px;
}
.home-banner-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.85s ease, visibility 0.85s ease;
}
.home-banner-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.home-banner-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}
.home-banner-slide.is-active .home-banner-bg {
  animation: homeBannerKenBurns 12s ease-out forwards;
}
@keyframes homeBannerKenBurns {
  from { transform: scale(1.02); }
  to { transform: scale(1.08); }
}
.home-banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.52);
  z-index: 1;
}
.home-banner-inner {
  position: relative;
  z-index: 2;
  min-height: 420px;
  display: flex;
  align-items: center;
  padding: 3rem 0;
}
.home-banner-inner--brochure {
  justify-content: center;
}
.home-banner-brochure-wrap {
  position: relative;
  width: min(620px, 92vw);
  min-height: 320px;
  margin: 0 auto;
}
.home-banner-brochure-stack {
  position: relative;
  width: 100%;
  height: 300px;
}
.home-banner-inner--center {
  justify-content: center;
}
.home-banner-inner--left {
  justify-content: flex-start;
}
.home-banner-copy--overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem 1.5rem;
  max-width: none;
}
.home-banner-brochure-card {
  position: absolute;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}
.home-banner-brochure-card--back {
  inset: 18px auto auto 0;
  width: 72%;
  height: 78%;
  background: rgba(255, 255, 255, 0.12);
  transform: rotate(-8deg);
}
.home-banner-brochure-card--mid {
  inset: 10px auto auto 8%;
  width: 78%;
  height: 84%;
  background: rgba(255, 255, 255, 0.18);
  transform: rotate(-4deg);
}
.home-banner-brochure-card--front {
  inset: 0 auto auto 8%;
  width: 84%;
  height: 100%;
  margin: 0;
  transform: rotate(-3deg);
}
.home-banner-brochure-card--front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home-banner-brochure-card--front::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.38);
}
.home-banner-copy {
  max-width: 560px;
  color: #ffffff;
  text-transform: none;
}
.home-banner-copy--center {
  text-align: center;
  margin: 0 auto;
}
.home-banner-copy--left {
  text-align: left;
}
.home-banner-copy h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.12;
  color: #ffffff;
  text-transform: none;
}
.home-banner-copy p {
  margin: 0 0 1.35rem;
  font-size: clamp(0.95rem, 1.6vw, 1.05rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
}
.btn-ghost-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.35rem;
  border: 1.5px solid #ffffff;
  border-radius: 2px;
  background: transparent;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: lowercase;
  letter-spacing: 0.02em;
  transition: background 0.2s ease, color 0.2s ease;
}
.btn-ghost-white:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}
.home-banner-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}
.home-banner-nav:hover {
  background: rgba(255, 255, 255, 0.12);
}
.home-banner-prev { left: 1rem; }
.home-banner-next { right: 1rem; }
.home-audience-section {
  text-transform: none;
}
.home-audience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.home-audience-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2.25rem 1.5rem;
  min-height: 220px;
  text-decoration: none;
  transition: filter 0.2s ease, transform 0.2s ease;
}
.home-audience-col:hover {
  filter: brightness(1.06);
}
.home-audience-col--employers {
  background: #0f2544;
  color: #ffffff;
}
.home-audience-col--seekers {
  background: #1d4ed8;
  color: #ffffff;
}
.home-audience-icon {
  margin-bottom: 0.85rem;
  opacity: 0.95;
}
.home-audience-col h2 {
  margin: 0 0 0.35rem;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffffff;
}
.home-audience-sub {
  margin: 0 0 0.55rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
}
.home-audience-col--employers .home-audience-sub {
  color: #7dd3fc;
}
.home-audience-col--seekers .home-audience-sub {
  color: #bfdbfe;
}
.home-audience-desc {
  margin: 0;
  max-width: 34ch;
  font-size: 0.82rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}
.home-partners-row {
  background: #ffffff;
  padding: 1.35rem 0 1.5rem;
  border-bottom: 1px solid rgba(30, 58, 138, 0.08);
}
body.has-animated-bg .home-partners-row {
  background: rgba(255, 255, 255, 0.96);
}
.home-partners-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.25rem 1.75rem;
}
.home-partner-logo {
  height: 38px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  opacity: 0.92;
  filter: grayscale(0.05);
  transition: opacity 0.2s ease;
}
.home-partner-logo:hover {
  opacity: 1;
}
.home-paths-section {
  padding: 1.5rem 0 2rem;
}
.home-paths-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.home-path-card {
  position: relative;
  padding: 1.5rem 1.4rem 1.35rem 1.65rem;
  border-radius: 14px;
  border: 1px solid rgba(30, 58, 138, 0.11);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
  overflow: hidden;
  text-transform: none;
}
.home-path-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--brand-navy), var(--brand-orange));
}
.home-path-tier {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: var(--brand-orange);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.home-path-card h2 {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--heading);
  letter-spacing: -0.02em;
  margin: 0 0 0.5rem;
  text-transform: none;
}
.home-path-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
}
.home-path-link {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--brand-navy);
  font-size: 0.86rem;
  font-weight: 700;
  text-transform: none;
}
.home-path-link:hover {
  color: var(--brand-orange);
}
.home-services-section {
  padding: 2rem 0 2.5rem;
  background: rgba(255, 255, 255, 0.45);
}
.home-section-head {
  margin-bottom: 1.25rem;
  text-align: left;
  text-transform: none;
}
.home-section-head h2 {
  font-size: clamp(1.4rem, 2.5vw, 1.75rem);
  font-weight: 800;
  color: var(--heading);
  letter-spacing: -0.02em;
  margin: 0 0 0.45rem;
  text-transform: none;
}
.home-section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
  text-transform: none;
}
.home-section-head a {
  color: var(--brand-navy);
  font-weight: 600;
}
.home-section-head a:hover {
  color: var(--brand-orange);
}
.home-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-bottom: 1.25rem;
}
.home-service-card {
  padding: 1.2rem 1.15rem;
  border-radius: 12px;
  border: 1px solid rgba(30, 58, 138, 0.1);
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
  text-transform: none;
}
.home-service-card h3 {
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--heading);
  margin: 0 0 0.4rem;
  letter-spacing: -0.01em;
  text-transform: none;
}
.home-service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.55;
}
.home-explore-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.home-explore-link {
  display: inline-flex;
  padding: 0.45rem 0.85rem;
  border-radius: 7px;
  border: 1px solid rgba(30, 58, 138, 0.14);
  background: rgba(30, 58, 138, 0.04);
  color: var(--brand-navy);
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.home-explore-link:hover {
  background: rgba(30, 58, 138, 0.08);
  border-color: rgba(30, 58, 138, 0.24);
}
.home-ws-panel {
  padding: 3rem 0 3.25rem;
  background:
    radial-gradient(ellipse 110% 70% at 15% -10%, rgba(219, 234, 254, 0.35) 0%, transparent 58%),
    rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-transform: none;
  position: relative;
}
body.has-animated-bg .home-ws-panel {
  background: rgba(255, 255, 255, 0.46) !important;
}
.home-ws-container {
  max-width: 1140px;
}
.home-ws-tabs {
  text-align: left;
}
.home-ws-tablist {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin: 0 0 1.65rem;
  padding: 0.32rem;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(30, 58, 138, 0.1);
  border-radius: 999px;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
}
.home-ws-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.62rem 1.25rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #64748b;
  font-family: inherit;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.home-ws-tab::before {
  content: "";
  width: 18px;
  height: 2px;
  background: transparent;
  border-radius: 1px;
  transform: skewX(-10deg);
  transition: background 0.2s ease;
}
.home-ws-tab:hover {
  color: var(--brand-navy);
}
.home-ws-tab.is-active {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(30, 58, 138, 0.22);
}
.home-ws-tab.is-active::before {
  background: var(--brand-orange);
}
.home-ws-tab:focus-visible {
  outline: 2px solid rgba(37, 99, 235, 0.55);
  outline-offset: 2px;
}
.home-ws-tabpanels {
  position: relative;
  min-height: 11rem;
}
.home-ws-tabpanel {
  animation: homeWsTabIn 0.28s ease;
}
.home-ws-tabpanel[hidden] {
  display: none !important;
}
@keyframes homeWsTabIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.home-ws-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1.35rem;
  color: #2563eb;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.home-ws-eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--brand-orange);
  border-radius: 1px;
  flex-shrink: 0;
  transform: skewX(-10deg);
}
.home-ws-block {
  text-align: left;
}
.home-ws-block + .home-ws-block {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(148, 163, 184, 0.22);
}
.home-ws-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem 2.25rem;
  align-items: stretch;
}
.home-ws-service-col {
  text-transform: none;
  height: 100%;
}
.home-ws-service-link {
  display: flex;
  align-items: flex-start;
  gap: 1.15rem;
  height: 100%;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease;
}
.home-ws-service-icon-wrap {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border-radius: 20px;
  background: linear-gradient(145deg, #ffffff 0%, #f8fbff 100%);
  box-shadow:
    0 1px 2px rgba(30, 58, 138, 0.06),
    0 10px 24px rgba(30, 58, 138, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.home-ws-service-icon {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: block;
  transition: transform 0.25s ease;
}
.home-ws-service-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0.35rem;
}
.home-ws-service-link:hover .home-ws-service-icon-wrap {
  transform: translateY(-3px);
  box-shadow:
    0 2px 4px rgba(30, 58, 138, 0.08),
    0 16px 32px rgba(30, 58, 138, 0.12);
}
.home-ws-service-link:hover .home-ws-service-icon {
  transform: scale(1.02);
}
.home-ws-service-link:hover .home-ws-service-head h3 {
  color: var(--brand-navy);
}
.home-ws-service-link:hover .home-ws-service-arrow {
  transform: translateX(3px);
}
.home-ws-service-head {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.55rem;
}
.home-ws-service-head h3 {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.32;
  color: var(--brand-navy-deep);
  letter-spacing: -0.02em;
  text-transform: none;
  transition: color 0.2s ease;
}
.home-ws-service-arrow {
  flex-shrink: 0;
  margin-top: 1px;
  transition: transform 0.2s ease;
}
.home-ws-service-body p {
  margin: 0;
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.62;
}
.home-ws-sectors-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 1.25rem 0.85rem;
  align-items: stretch;
}
.home-ws-sector-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  gap: 0.85rem;
  padding: 0.65rem 0.35rem;
  text-transform: none;
  text-decoration: none;
  color: inherit;
  border-radius: 10px;
  transition: background 0.2s ease, transform 0.2s ease;
}
.home-ws-sector-item:hover {
  background: rgba(30, 58, 138, 0.04);
  transform: translateY(-2px);
}
.home-ws-sector-item:hover .home-ws-sector-icon {
  opacity: 1;
}
.home-ws-sector-icon {
  width: 52px;
  height: 52px;
  object-fit: contain;
  opacity: 0.92;
  transition: opacity 0.2s ease;
}
.home-ws-sector-item p {
  margin: 0;
  max-width: 12ch;
  min-height: 3.4em;
  color: var(--brand-navy-deep);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: -0.01em;
}
.home-ws-sectors-foot {
  margin: 1.5rem 0 0;
  text-align: right;
}
.home-ws-sectors-foot a {
  color: var(--brand-navy-deep);
  font-size: 0.86rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}
.home-ws-sectors-foot a:hover {
  color: var(--brand-orange);
}
.home-perspectives-section {
  padding: 3.25rem 0 3.5rem;
  background: rgba(224, 242, 254, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
body.has-animated-bg .home-perspectives-section {
  background: rgba(224, 242, 254, 0.52) !important;
  backdrop-filter: blur(10px);
}
.home-perspectives-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem;
  align-items: center;
}
.home-perspectives-content {
  text-align: left;
  text-transform: none;
}
.home-perspectives-content h2 {
  margin: 0 0 1.65rem;
  font-size: clamp(2rem, 4.2vw, 2.85rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: var(--brand-navy-deep);
  text-transform: none;
}
.home-perspectives-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.home-perspectives-list::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 22px;
  bottom: 22px;
  width: 2px;
  background: rgba(30, 58, 138, 0.14);
}
.home-perspectives-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 0.95rem;
  padding-bottom: 1.35rem;
  position: relative;
}
.home-perspectives-item:last-child {
  padding-bottom: 0;
}
.home-perspectives-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(30, 58, 138, 0.14);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-navy);
  z-index: 1;
  flex-shrink: 0;
}
.home-perspectives-item p {
  margin: 0;
  color: var(--brand-navy-deep);
  font-size: 0.94rem;
  line-height: 1.62;
  text-transform: none;
}
.home-perspectives-item strong {
  font-weight: 700;
  color: var(--brand-navy-deep);
}
.home-perspectives-item a {
  display: inline-block;
  margin-top: 0.2rem;
  color: var(--brand-navy);
  font-size: 0.84rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}
.home-perspectives-item a:hover {
  color: var(--brand-orange);
}
.home-perspectives-visual {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 420px;
}
.home-perspectives-figure {
  margin: 0;
  width: 100%;
  max-width: 420px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.home-perspectives-figure img {
  width: 100%;
  max-height: 480px;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 18px 28px rgba(15, 23, 42, 0.14));
}
.testimonial-cards--compact {
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
.testimonial-split--slim.section {
  padding: 2rem 0 2.25rem;
}
.testimonial-split--slim .testimonial-split-grid {
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.35rem;
  align-items: center;
}
.testimonial-split--slim .testimonial-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.65rem 1.25rem;
  margin-bottom: 0.85rem;
}
.testimonial-split--slim .testimonial-head .home-eyebrow {
  margin-bottom: 0.45rem;
}
.testimonial-split--slim .testimonial-content h2 {
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  margin-bottom: 0;
  line-height: 1.15;
}
.testimonial-split--slim .testimonial-content h2::after {
  width: 52px;
  height: 2px;
  margin-top: 0.35rem;
}
.testimonial-split--slim .testimonial-intro {
  margin: 0;
  max-width: 28ch;
  font-size: 0.82rem;
  line-height: 1.45;
  text-align: right;
}
.testimonial-split--slim .testimonial-cards--compact {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}
.testimonial-split--slim .testimonial-card {
  padding: 0.65rem 0.7rem 0.6rem 0.8rem;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}
.testimonial-split--slim .testimonial-card:hover {
  transform: translateY(-2px);
}
.testimonial-split--slim .testimonial-card-head {
  margin-bottom: 0.3rem;
}
.testimonial-split--slim .testimonial-sector {
  font-size: 0.6rem;
}
.testimonial-split--slim .testimonial-stars {
  font-size: 0.62rem;
}
.testimonial-split--slim .testimonial-card p {
  font-size: 0.76rem;
  line-height: 1.4;
  margin-bottom: 0.35rem;
}
.testimonial-split--slim .testimonial-card footer {
  font-size: 0.72rem;
}
.testimonial-split--slim .testimonial-visual {
  min-height: 0;
}
.testimonial-photo-single {
  position: relative;
  margin: 0;
  height: 210px;
  border-radius: 16px;
  overflow: hidden;
  border: 3px solid #ffffff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
}
.testimonial-photo-single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.testimonial-photo-single figcaption {
  position: absolute;
  left: 0.65rem;
  bottom: 0.55rem;
  z-index: 2;
  padding: 0;
  background: none;
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 600;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}
.testimonial-photo-single::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 45%;
  background: linear-gradient(180deg, transparent, rgba(15, 23, 42, 0.35));
  pointer-events: none;
}
.testimonial-split--slim .testimonial-visual-note {
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  left: auto;
  z-index: 3;
  min-width: 0;
  padding: 0.45rem 0.6rem;
  border-radius: 10px;
}
.testimonial-split--slim .testimonial-visual-note strong {
  font-size: 1rem;
}
.testimonial-split--slim .testimonial-visual-note span {
  font-size: 0.62rem;
}
@media (max-width: 980px) {
  .testimonial-split--slim .testimonial-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .testimonial-split--slim .testimonial-intro {
    text-align: left;
    max-width: none;
  }
  .testimonial-split--slim .testimonial-cards--compact {
    grid-template-columns: 1fr;
  }
  .testimonial-photo-single {
    height: 180px;
  }
}
@media (max-width: 1080px) {
  .testimonial-split--slim .testimonial-split-grid {
    grid-template-columns: 1fr;
  }
  .testimonial-split--slim .testimonial-visual {
    order: -1;
  }
}
@media (max-width: 980px) {
  .home-paths-grid,
  .home-services-grid,
  .home-perspectives-grid,
  .home-ws-services-grid,
  .home-audience-grid {
    grid-template-columns: 1fr;
  }
  .home-banner-inner--brochure {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .home-banner-brochure-wrap {
    min-height: 280px;
  }
  .home-banner-brochure-stack {
    height: 260px;
  }
  .home-banner-copy--left {
    text-align: center;
    margin: 0 auto;
  }
  .home-banner-inner--left {
    justify-content: center;
  }
  .home-ws-sectors-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.35rem 1rem;
  }
  .home-ws-sector-item p {
    max-width: none;
    min-height: auto;
    font-size: 0.8rem;
  }
  .home-ws-service-body p {
    max-width: none;
  }
  .home-ws-service-link {
    gap: 1rem;
  }
  .home-ws-service-icon-wrap,
  .home-ws-service-icon {
    width: 84px;
    height: 84px;
  }
  .home-ws-service-body {
    padding-top: 0.15rem;
  }
  .home-ws-sectors-foot {
    text-align: left;
  }
  .home-ws-tablist {
    display: flex;
    width: 100%;
    border-radius: 14px;
  }
  .home-ws-tab {
    flex: 1 1 0;
    justify-content: center;
    padding: 0.72rem 0.85rem;
    font-size: 0.62rem;
    letter-spacing: 0.1em;
  }
  .home-perspectives-visual {
    order: -1;
    min-height: 320px;
  }
  .home-perspectives-figure {
    max-width: 360px;
    margin: 0 auto;
  }
  .home-perspectives-figure img {
    max-height: 360px;
  }
}
@media (max-width: 1100px) {
  .home-ws-sectors-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .home-ws-sectors-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.about-page-section {
  padding-top: calc(var(--nav-height) + 0.75rem);
  padding-bottom: 2rem;
}
.about-page-section .container {
  max-width: 1080px;
}
.about-block[id] {
  scroll-margin-top: calc(var(--nav-height) + 1rem);
}
.about-hero-panel {
  display: grid;
  grid-template-columns: minmax(240px, 0.95fr) 1.05fr;
  gap: 0;
  margin-bottom: 2rem;
  border-radius: 18px;
  border: 1px solid rgba(30, 58, 138, 0.1);
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.07);
  overflow: hidden;
  text-align: left;
  text-transform: none;
}
.about-hero-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-navy), var(--brand-orange));
}
.about-hero-panel {
  position: relative;
}
.about-hero-left,
.about-hero-right {
  padding: 2rem 2.25rem;
}
.about-hero-right {
  border-left: 1px solid rgba(30, 58, 138, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-hero-left h1 {
  font-size: clamp(1.9rem, 3.2vw, 2.45rem);
  font-weight: 800;
  color: var(--heading);
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0 0 0.65rem;
}
.about-hero-tagline {
  margin: 0;
  color: var(--brand-navy);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.55;
}
.about-hero-right > p {
  margin: 0 0 1.1rem;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.65;
}
.about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 0.7rem;
  color: var(--brand-navy);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.about-eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--brand-orange);
  border-radius: 1px;
  flex-shrink: 0;
}
.about-jump-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.about-jump-nav a {
  display: inline-flex;
  padding: 0.38rem 0.7rem;
  border-radius: 6px;
  border: 1px solid rgba(30, 58, 138, 0.14);
  background: rgba(30, 58, 138, 0.04);
  color: var(--brand-navy);
  font-size: 0.76rem;
  font-weight: 600;
  text-transform: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.about-jump-nav a:hover {
  background: rgba(30, 58, 138, 0.08);
  border-color: rgba(30, 58, 138, 0.24);
}
.about-block {
  margin-bottom: 2rem;
  padding: 1.75rem 0 0;
  text-transform: none;
}
.about-block--soft {
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 1.75rem 1rem 2rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.55);
}
.about-section-head {
  margin-bottom: 1.35rem;
  text-align: left;
}
.about-section-head h2 {
  font-size: clamp(1.45rem, 2.5vw, 1.85rem);
  font-weight: 800;
  color: var(--heading);
  letter-spacing: -0.02em;
  margin: 0 0 0.55rem;
  text-transform: none;
}
.about-section-head p {
  margin: 0;
  max-width: 58ch;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.6;
}
.about-purpose-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.25rem;
  align-items: stretch;
}
.about-purpose-card {
  padding: 1.75rem;
  border-radius: 16px;
  border: 1px solid rgba(30, 58, 138, 0.11);
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}
.about-purpose-card h2 {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--heading);
  margin: 0 0 0.85rem;
  letter-spacing: -0.02em;
}
.about-purpose-card p {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.65;
  margin: 0 0 0.85rem;
}
.about-purpose-card p:last-of-type {
  margin-bottom: 1rem;
}
.about-highlight-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.65rem;
}
.about-highlight-list li {
  padding: 0.85rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(30, 58, 138, 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}
.about-highlight-list strong {
  display: block;
  color: var(--heading);
  font-size: 0.92rem;
  margin-bottom: 0.25rem;
}
.about-highlight-list span {
  display: block;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.5;
  font-weight: 500;
}
.about-purpose-media {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(30, 58, 138, 0.1);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
  min-height: 100%;
}
.about-purpose-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}
.about-value-grid,
.about-sectors-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}
.about-value-card,
.about-sector-card,
.about-work-card {
  padding: 1.25rem 1.2rem;
  border-radius: 14px;
  border: 1px solid rgba(30, 58, 138, 0.1);
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
  text-transform: none;
}
.about-value-card h3,
.about-sector-card h3,
.about-work-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--heading);
  margin: 0 0 0.45rem;
  letter-spacing: -0.01em;
}
.about-value-card p,
.about-sector-card p,
.about-work-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.58;
}
.about-sector-meta {
  display: inline-block;
  margin-bottom: 0.45rem;
  color: var(--brand-orange);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.about-work-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.about-work-card {
  position: relative;
  padding: 1.45rem 1.4rem 1.35rem 1.65rem;
  overflow: hidden;
}
.about-work-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--brand-navy), var(--brand-orange));
}
.about-work-link {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--brand-navy);
  font-size: 0.86rem;
  font-weight: 700;
  text-transform: none;
}
.about-work-link:hover {
  color: var(--brand-orange);
}
@media (max-width: 980px) {
  .about-hero-panel { grid-template-columns: 1fr; }
  .about-hero-left { border-bottom: 1px solid rgba(30, 58, 138, 0.08); }
  .about-hero-right { border-left: 0; }
  .about-purpose-grid { grid-template-columns: 1fr; }
  .about-purpose-media img { min-height: 280px; }
  .about-value-grid,
  .about-sectors-grid { grid-template-columns: 1fr 1fr; }
  .about-work-grid { grid-template-columns: 1fr; }
  .about-block--soft { margin-left: 0; margin-right: 0; }
}
@media (max-width: 700px) {
  .about-value-grid,
  .about-sectors-grid { grid-template-columns: 1fr; }
  .about-hero-left,
  .about-hero-right { padding: 1.5rem; }
}

/* Services page */
.services-page-section {
  padding-top: calc(var(--nav-height) + 0.75rem);
  padding-bottom: 2rem;
}
.services-page-section .container {
  max-width: 1080px;
}
.svc-accordion[id],
.svc-block[id] {
  scroll-margin-top: calc(var(--nav-height) + 1rem);
}
.svc-hero-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, 0.95fr) 1.05fr;
  gap: 0;
  margin-bottom: 1.75rem;
  border-radius: 18px;
  border: 1px solid rgba(30, 58, 138, 0.1);
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.07);
  overflow: hidden;
  text-align: left;
  text-transform: none;
}
.svc-hero-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-navy), var(--brand-orange));
}
.svc-hero-left,
.svc-hero-right {
  padding: 2rem 2.25rem;
}
.svc-hero-right {
  border-left: 1px solid rgba(30, 58, 138, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.svc-hero-left h1 {
  font-size: clamp(1.9rem, 3.2vw, 2.45rem);
  font-weight: 800;
  color: var(--heading);
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0 0 0.65rem;
}
.svc-hero-tagline {
  margin: 0;
  color: var(--brand-navy);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.55;
}
.svc-hero-right > p {
  margin: 0 0 1.1rem;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.65;
}
.svc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 0.7rem;
  color: var(--brand-navy);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.svc-eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--brand-orange);
  border-radius: 1px;
  flex-shrink: 0;
}
.svc-jump-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.svc-jump-nav a {
  display: inline-flex;
  padding: 0.38rem 0.7rem;
  border-radius: 6px;
  border: 1px solid rgba(30, 58, 138, 0.14);
  background: rgba(30, 58, 138, 0.04);
  color: var(--brand-navy);
  font-size: 0.76rem;
  font-weight: 600;
  text-transform: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.svc-jump-nav a:hover {
  background: rgba(30, 58, 138, 0.08);
  border-color: rgba(30, 58, 138, 0.24);
}
.svc-intro {
  margin-bottom: 2rem;
  padding: 1.5rem 1.65rem;
  border-radius: 16px;
  border: 1px solid rgba(30, 58, 138, 0.1);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  text-align: left;
  text-transform: none;
}
.svc-intro > p {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.68;
  max-width: 72ch;
}
.svc-intro-pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.svc-intro-pillars li {
  position: relative;
  padding-left: 1rem;
  color: var(--brand-navy);
  font-size: 0.86rem;
  font-weight: 600;
}
.svc-intro-pillars li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--brand-orange);
}
.svc-section-head {
  margin-bottom: 1.25rem;
  text-align: left;
  text-transform: none;
}
.svc-section-head h2 {
  font-size: clamp(1.45rem, 2.5vw, 1.85rem);
  font-weight: 800;
  color: var(--heading);
  letter-spacing: -0.02em;
  margin: 0 0 0.55rem;
}
.svc-section-head p {
  margin: 0;
  max-width: 58ch;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.6;
}
.svc-block {
  margin: 2rem 0;
  padding-top: 0.5rem;
  text-transform: none;
}
.svc-block--soft {
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 1.75rem 1rem 2rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.55);
}
.svc-accordion-list {
  display: grid;
  gap: 0.85rem;
  margin-bottom: 1.5rem;
}
.svc-accordion {
  border-radius: 16px;
  border: 1px solid rgba(30, 58, 138, 0.11);
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
  overflow: hidden;
  text-align: left;
  text-transform: none;
}
.svc-accordion.is-open {
  border-color: rgba(30, 58, 138, 0.18);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}
.svc-accordion-trigger {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 1.45rem;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
}
.svc-accordion-head {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  min-width: 0;
}
.svc-accordion-icon-wrap {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(30, 58, 138, 0.08), rgba(234, 88, 12, 0.08));
  color: var(--brand-navy);
}
.svc-accordion-titles {
  min-width: 0;
}
.svc-meta {
  display: inline-block;
  margin-bottom: 0.35rem;
  color: var(--brand-orange);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.svc-accordion-titles h3 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.1rem, 2vw, 1.28rem);
  font-weight: 800;
  color: var(--heading);
  letter-spacing: -0.02em;
  line-height: 1.25;
}
.svc-accordion-summary {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.58;
}
.svc-accordion-caret {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-top: 0.35rem;
  border-radius: 8px;
  border: 1px solid rgba(30, 58, 138, 0.12);
  background: #ffffff;
  position: relative;
  transition: transform 0.25s ease, background 0.2s ease;
}
.svc-accordion-caret::before,
.svc-accordion-caret::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--brand-navy);
  border-radius: 1px;
  transform: translate(-50%, -50%);
}
.svc-accordion-caret::before {
  width: 10px;
  height: 2px;
}
.svc-accordion-caret::after {
  width: 2px;
  height: 10px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.svc-accordion.is-open .svc-accordion-caret {
  background: rgba(30, 58, 138, 0.06);
}
.svc-accordion.is-open .svc-accordion-caret::after {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}
.svc-accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.svc-accordion-body {
  padding: 0 1.45rem 1.45rem 5.9rem;
  border-top: 1px solid rgba(30, 58, 138, 0.08);
}
.svc-accordion-body > p {
  margin: 1.15rem 0 0.85rem;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.68;
  max-width: 72ch;
}
.svc-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1rem 0 1.15rem;
}
.svc-detail-grid--two {
  grid-template-columns: 1fr 1fr;
}
.svc-detail-card {
  padding: 1rem 1.05rem;
  border-radius: 12px;
  border: 1px solid rgba(30, 58, 138, 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}
.svc-detail-card h4 {
  margin: 0 0 0.55rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--heading);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.svc-detail-card ul,
.svc-steps {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.55;
}
.svc-detail-card li,
.svc-steps li {
  margin-bottom: 0.35rem;
}
.svc-steps {
  padding-left: 1.25rem;
}
.svc-inline-link {
  display: inline-flex;
  margin-top: 0.25rem;
  color: var(--brand-navy);
  font-size: 0.88rem;
  font-weight: 700;
  text-transform: none;
}
.svc-inline-link:hover {
  color: var(--brand-orange);
}
.svc-accordion--compact .svc-accordion-body {
  padding-left: 1.45rem;
}
.svc-accordion--compact .svc-accordion-icon-wrap {
  width: 40px;
  height: 40px;
  border-radius: 10px;
}
.svc-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}
.svc-process-card {
  position: relative;
  padding: 1.35rem 1.2rem 1.25rem 1.45rem;
  border-radius: 14px;
  border: 1px solid rgba(30, 58, 138, 0.1);
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
  overflow: hidden;
  text-transform: none;
}
.svc-process-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--brand-navy), var(--brand-orange));
}
.svc-process-num {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--brand-orange);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.svc-process-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--heading);
  letter-spacing: -0.01em;
}
.svc-process-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.58;
}
.svc-sector-note {
  margin: 0 0 1.25rem;
  max-width: 68ch;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
  text-transform: none;
}
.svc-sector-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
@media (max-width: 980px) {
  .svc-hero-panel { grid-template-columns: 1fr; }
  .svc-hero-right { border-left: 0; border-top: 1px solid rgba(30, 58, 138, 0.08); }
  .svc-detail-grid { grid-template-columns: 1fr; }
  .svc-detail-grid--two { grid-template-columns: 1fr; }
  .svc-process-grid { grid-template-columns: 1fr 1fr; }
  .svc-accordion-body { padding-left: 1.45rem; }
  .svc-block--soft { margin-left: 0; margin-right: 0; }
}
@media (max-width: 700px) {
  .svc-hero-left,
  .svc-hero-right { padding: 1.5rem; }
  .svc-process-grid { grid-template-columns: 1fr; }
  .svc-accordion-trigger { padding: 1.15rem 1.2rem; }
  .svc-accordion-head { gap: 0.75rem; }
}

