/*
===============================================================================
FNLLA PUBLIC ASSET
File: public\assets\app.css
Copyright (c) 2026 Perthshire Cleaning LTD. All rights reserved.
===============================================================================

This stylesheet belongs to the proprietary Perthshire Cleaning LTD website and
operations workspace. TechAyo LTD (techayo.co.uk) is the developer,
implementation provider and maintenance provider for the project.

Purpose:
- Styles the delivery-facing shell that sits on top of the vendored FNLLA runtime.
*/

:root,
[data-fnlla-theme="default"] {
  color-scheme: light;
  --fnlla-color-primary: #003a26;
  --fnlla-color-primary-soft: rgba(6, 160, 84, 0.18);
  --fnlla-color-text: #0b1e1b;
  --fnlla-color-text-muted: rgba(11, 30, 27, 0.72);
  --fnlla-color-on-dark: #ffffff;
  --fnlla-color-bg: #f8fcf8;
  --fnlla-color-bg-alt: #edf6ee;
  --fnlla-shell-radial: rgba(6, 160, 84, 0.14);
  --fnlla-shell-bg-start: #f9fcf9;
  --fnlla-shell-bg-mid: #f5fbf6;
  --fnlla-shell-bg-end: #edf6ee;
  --fnlla-header-bg: rgba(255, 255, 255, 0.94);
  --fnlla-header-border: rgba(0, 58, 38, 0.12);
  --fnlla-brand-bg: #003a26;
  --fnlla-brand-text: #ffffff;
  --fnlla-card-muted-bg: rgba(255, 255, 255, 0.84);
  --fnlla-surface-bg: rgba(255, 255, 255, 0.92);
  --fnlla-surface-border: rgba(0, 58, 38, 0.12);
  --fnlla-footer-note: rgba(11, 30, 27, 0.74);
  --pc-color-deep-green: #003a26;
  --pc-color-bright-green: #06a054;
  --pc-color-ink: #0b1e1b;
  --pc-color-white: #ffffff;
  --pc-color-primary: #003a26;
  --pc-color-accent: #06a054;
  --pc-color-text: #0b1e1b;
  --pc-color-background: #ffffff;
  --pc-color-surface: #ffffff;
  --pc-color-surface-soft: #eef7ef;
  --pc-color-mist: #dadfe6;
  --pc-color-mist-soft: rgba(218, 223, 230, 0.42);
  --pc-color-mist-wash: rgba(218, 223, 230, 0.22);
  --pc-color-mist-border: #dadfe6;
  --pc-glove-yellow: #f6c84c;
  --pc-glove-yellow-soft: rgba(246, 200, 76, 0.16);
  --pc-shadow-soft: 0 22px 60px rgba(0, 58, 38, 0.08);
  --pc-radius-pill: 999px;
  --pc-radius-xl: 2rem;
  --pc-radius-lg: 1.5rem;
  --pc-space-2xs: 0.5rem;
  --pc-space-xs: 0.75rem;
  --pc-space-sm: 1rem;
  --pc-space-md: 1.5rem;
  --pc-space-lg: 2rem;
  --pc-space-xl: 3rem;
  --pc-space-2xl: 4.5rem;
  --pc-space-section: clamp(4rem, 8vw, 7rem);
  --pc-space-stack: clamp(1.5rem, 3vw, 2.5rem);
  --pc-container-width: 1546px;
}

/* Final brand pass overrides */
:root,
[data-fnlla-theme="default"] {
  --brand-primary: #0b3f35;
  --brand-secondary: #2cabe2;
  --brand-accent: #004393;
  --brand-dark: #083028;
  --brand-light: #f4fbff;
  --fnlla-color-primary: var(--brand-primary);
  --fnlla-color-primary-soft: rgba(44, 171, 226, 0.16);
  --fnlla-color-bg: #fbfdff;
  --fnlla-color-bg-alt: #edf6fb;
  --fnlla-shell-radial: rgba(44, 171, 226, 0.16);
  --fnlla-shell-bg-start: #fbfdff;
  --fnlla-shell-bg-mid: #f6fbff;
  --fnlla-shell-bg-end: #edf6fb;
  --fnlla-header-border: rgba(8, 48, 40, 0.1);
  --fnlla-brand-bg: var(--brand-primary);
  --fnlla-surface-border: rgba(8, 48, 40, 0.1);
  --pc-color-deep-green: var(--brand-dark);
  --pc-color-bright-green: var(--brand-secondary);
  --pc-color-primary: var(--brand-primary);
  --pc-color-accent: var(--brand-secondary);
  --pc-color-surface-soft: #eef8fd;
  --pc-shadow-soft: 0 22px 60px rgba(0, 67, 147, 0.08);
}

body {
  background:
    radial-gradient(circle at top right, rgba(44, 171, 226, 0.16), transparent 26rem),
    linear-gradient(180deg, #fbfdff 0%, #f6fbff 48%, #edf6fb 100%);
}

.project-brand,
.pc-brand {
  gap: 0;
  flex: 0 0 auto;
}

.pc-brand-logo-image {
  display: block;
  width: clamp(13rem, 19vw, 16.5rem);
  height: auto;
  flex: 0 0 auto;
}

.pc-footer-logo-image {
  display: block;
  width: min(100%, 17rem);
  height: auto;
}

.pc-header-shell {
  border-color: rgba(8, 48, 40, 0.08);
  box-shadow: 0 24px 60px rgba(0, 67, 147, 0.08);
}

.pc-navbar .navbar-toggle,
.pc-navbar .navbar-panel {
  border-color: rgba(44, 171, 226, 0.22);
}

.pc-navbar .navbar-toggle {
  color: var(--brand-accent);
}

.project-nav-link {
  color: rgba(8, 48, 40, 0.78);
}

.pc-button-primary {
  background: var(--brand-primary);
  border-color: var(--brand-primary);
}

.pc-button-primary:hover,
.pc-button-primary:focus-visible {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
}

.pc-button-secondary {
  background: rgba(44, 171, 226, 0.05);
  border-color: rgba(44, 171, 226, 0.28);
  color: var(--brand-accent);
}

.pc-button-secondary:hover,
.pc-button-secondary:focus-visible {
  background: rgba(44, 171, 226, 0.1);
  border-color: rgba(0, 67, 147, 0.26);
  color: var(--brand-accent);
}

.pc-button-secondary .pc-button-icon {
  background: rgba(44, 171, 226, 0.14);
  color: var(--brand-accent);
}

.pc-section-kicker,
.pc-footer-kicker,
.pc-article-tag,
.pc-inline-accent,
.pc-display-accent,
.pc-services-accent,
.pc-pricing-accent-line,
.pc-process-accent,
.pc-testimonials-accent,
.pc-contact-accent,
.pc-faq-accent,
.pc-insights-accent,
.pc-final-cta-accent {
  color: var(--brand-secondary);
}

.pc-hero-shell {
  background: var(--brand-dark);
  box-shadow: 0 28px 80px rgba(0, 67, 147, 0.14);
}

.pc-logo-pill {
  color: rgba(8, 48, 40, 0.5);
}

.pc-services-shell,
.pc-section-shell-dark,
.pc-stat-card,
.pc-pricing-card-featured,
.pc-final-cta-shell,
.pc-footer-shell {
  background: linear-gradient(180deg, #0b3f35 0%, #083028 100%);
}

.pc-section-shell-dark .pc-section-kicker,
.pc-section-shell-dark .pc-placeholder-label,
.pc-final-cta-shell .pc-section-kicker {
  color: #9ddff6;
}

.pc-pricing-filter.is-active,
.pc-process-dot {
  background: var(--brand-secondary);
}

.pc-process-dot::after {
  background: var(--brand-accent);
}

.pc-services-copy,
.pc-footer-text,
.pc-footer-list a,
.pc-footer-note {
  color: rgba(255, 255, 255, 0.8);
}

.pc-faq-shell {
  background:
    linear-gradient(90deg, rgba(8, 48, 40, 0.88) 0%, rgba(8, 48, 40, 0.7) 42%, rgba(0, 67, 147, 0.36) 100%),
    var(--pc-faq-image) center center / cover no-repeat;
}

.pc-contact-form-note {
  color: rgba(8, 48, 40, 0.74);
}

/* Multipage + blue brand overrides */
:root,
[data-fnlla-theme="default"] {
  --brand-primary: #2cabe2;
  --brand-secondary: #2cabe2;
  --brand-accent: #2cabe2;
  --brand-dark: #004393;
  --brand-light: #f2f8ff;
  --fnlla-color-primary: var(--brand-primary);
  --fnlla-color-primary-soft: rgba(44, 171, 226, 0.16);
  --fnlla-color-bg: #f8fbff;
  --fnlla-color-bg-alt: #edf4ff;
  --fnlla-shell-radial: rgba(44, 171, 226, 0.16);
  --fnlla-shell-bg-start: #fbfdff;
  --fnlla-shell-bg-mid: #f4f9ff;
  --fnlla-shell-bg-end: #edf4ff;
  --fnlla-header-border: rgba(0, 67, 147, 0.12);
  --fnlla-brand-bg: var(--brand-primary);
  --fnlla-surface-border: rgba(0, 67, 147, 0.12);
  --pc-color-deep-green: var(--brand-dark);
  --pc-color-bright-green: var(--brand-secondary);
  --pc-color-primary: var(--brand-primary);
  --pc-color-accent: var(--brand-accent);
  --pc-color-surface-soft: #edf5ff;
  --pc-shadow-soft: 0 24px 60px rgba(0, 67, 147, 0.1);
}

body {
  background:
    radial-gradient(circle at top right, rgba(44, 171, 226, 0.18), transparent 28rem),
    linear-gradient(180deg, #fbfdff 0%, #f4f9ff 50%, #edf4ff 100%);
}

.pc-site-body {
  padding-top: clamp(5.65rem, 8vw, 6.8rem);
}

.project-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 120;
}

.project-header-section {
  padding: 0;
}

.pc-header-shell {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(0, 67, 147, 0.1);
  box-shadow: 0 22px 56px rgba(0, 67, 147, 0.12);
  backdrop-filter: blur(18px);
}

.pc-navbar .navbar-toggle,
.pc-navbar .navbar-panel {
  border-color: rgba(44, 171, 226, 0.22);
}

.pc-navbar .navbar-toggle {
  color: var(--brand-accent);
  background: #eef6ff;
}

.pc-navbar .navbar-panel {
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0 24px 50px rgba(0, 67, 147, 0.12);
}

.project-nav-link {
  color: rgba(0, 67, 147, 0.82);
}

.project-nav-link[aria-current="page"] {
  color: var(--brand-accent);
}

.pc-display-accent,
.pc-inline-accent {
  color: var(--brand-secondary);
  font-family: "M PLUS Rounded 1c", "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 700;
}

:root {
  --pc-heading-font: "Avenir Next Rounded Pro", "Avenir Next Rounded", "Nunito", "M PLUS Rounded 1c", "Avenir Next", "Segoe UI", sans-serif;
}

.pc-header-band,
.pc-footer-band {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.pc-header-shell {
  width: 100%;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}

.pc-navbar {
  width: min(calc(100vw - 2rem), var(--pc-container-width));
  margin-inline: auto;
}

.pc-section-kicker,
.pc-footer-kicker,
.pc-article-tag,
.pc-services-accent,
.pc-pricing-accent-line,
.pc-process-accent,
.pc-testimonials-accent,
.pc-contact-accent,
.pc-faq-accent,
.pc-insights-accent,
.pc-final-cta-accent {
  color: var(--brand-accent);
}

.pc-button-primary {
  background: var(--brand-primary);
  border-color: var(--brand-primary);
}

.pc-button-primary:hover,
.pc-button-primary:focus-visible {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
}

.pc-button-secondary {
  background: rgba(44, 171, 226, 0.06);
  border-color: rgba(44, 171, 226, 0.28);
  color: var(--brand-accent);
}

.pc-button-secondary:hover,
.pc-button-secondary:focus-visible {
  background: rgba(44, 171, 226, 0.12);
  border-color: rgba(0, 67, 147, 0.28);
}

.pc-button-secondary .pc-button-icon {
  background: rgba(44, 171, 226, 0.16);
  color: var(--brand-accent);
}

.pc-hero-shell {
  background: var(--brand-dark);
  box-shadow: 0 30px 86px rgba(0, 67, 147, 0.16);
}

.pc-hero-overlay {
  background:
    linear-gradient(90deg, rgba(0, 67, 147, 0.92) 0%, rgba(0, 67, 147, 0.78) 34%, rgba(0, 67, 147, 0.24) 74%, rgba(44, 171, 226, 0.08) 100%),
    linear-gradient(180deg, rgba(44, 171, 226, 0.08) 0%, rgba(0, 67, 147, 0.3) 100%);
}

.pc-logo-pill {
  color: rgba(0, 67, 147, 0.54);
}

.pc-services-shell,
.pc-section-shell-dark,
.pc-stat-card,
.pc-pricing-card-featured,
.pc-final-cta-shell,
.pc-footer-shell {
  background: linear-gradient(180deg, #2cabe2 0%, #004393 100%);
}

.pc-footer-shell {
  width: 100%;
  border-radius: 0;
  padding-inline: 0;
}

.pc-footer-shell > * {
  width: min(100% - 2rem, var(--pc-container-width));
  margin-inline: auto;
}

.project-footer > .section {
  padding-inline: 0;
}

.pc-section-shell-dark .pc-section-kicker,
.pc-final-cta-shell .pc-section-kicker,
.pc-services-shell .pc-section-kicker {
  color: #9fd7ff;
}

.pc-pricing-filter.is-active,
.pc-process-dot {
  background: var(--brand-secondary);
}

.pc-process-dot::after {
  background: var(--brand-accent);
}

.pc-services-copy,
.pc-footer-text,
.pc-footer-list a,
.pc-footer-note {
  color: rgba(255, 255, 255, 0.82);
}

.pc-faq-shell {
  background:
    linear-gradient(90deg, rgba(0, 67, 147, 0.9) 0%, rgba(0, 67, 147, 0.76) 42%, rgba(44, 171, 226, 0.34) 100%),
    var(--pc-faq-image) center center / cover no-repeat;
}

.pc-page-intro-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) auto;
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: end;
  padding: clamp(1.65rem, 3vw, 2.4rem);
  border-radius: 2rem;
  border: 1px solid rgba(44, 171, 226, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(244, 249, 255, 0.94) 100%),
    linear-gradient(180deg, rgba(44, 171, 226, 0.08) 0%, rgba(0, 67, 147, 0.04) 100%);
  box-shadow: 0 20px 55px rgba(0, 67, 147, 0.08);
}

.pc-page-intro-copy,
.pc-page-intro-actions {
  display: grid;
  gap: 1rem;
}

.pc-page-intro-title {
  max-width: 24ch;
  font-size: clamp(2.2rem, 4.6vw, 3.85rem);
  line-height: 0.96;
  letter-spacing: 0.02em;
}

.pc-page-intro-text {
  max-width: 42rem;
}

.pc-page-intro-actions {
  justify-items: start;
}

@media (max-width: 55rem) {
  .pc-brand-logo-image {
    width: 10.5rem;
  }

  .pc-hero-image {
    object-position: center center;
  }

  .pc-site-body {
    padding-top: 5.3rem;
  }

  .pc-page-intro-shell {
    grid-template-columns: minmax(0, 1fr);
    padding: 1.45rem 1.25rem;
    border-radius: 1.65rem;
  }

  .pc-page-intro-title {
    max-width: 14ch;
    font-size: clamp(1.95rem, 8vw, 2.6rem);
    letter-spacing: 0.015em;
  }
}

/* PSC home hero: active-sites reference implementation */
html[data-fnlla-title-home="true"] {
  --pc-home-reference-blue: #004393;
  --pc-home-reference-cyan: #21aee4;
  --pc-home-reference-soft: #f3fbff;
  --pc-home-reference-copy: rgba(31, 48, 68, 0.74);
  --pc-home-shell-gutter: max(4.75rem, calc((100% - var(--pc-container-width)) / 2));
  --pc-home-content-edge: calc(var(--pc-home-shell-gutter) + 0.55rem);
}

html[data-fnlla-title-home="true"] .pc-site-body,
html[data-fnlla-title-home="true"] .pc-home-page {
  background: #ffffff;
}

html[data-fnlla-title-home="true"] .project-header {
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
}

html[data-fnlla-title-home="true"] .project-header-section {
  padding: clamp(1.05rem, 1.8vw, 1.95rem) clamp(1rem, 2.9vw, 3.05rem) 0;
}

html[data-fnlla-title-home="true"] .pc-header-band {
  width: min(100%, 99rem);
  margin-inline: auto;
}

html[data-fnlla-title-home="true"] .pc-header-shell {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none !important;
  backdrop-filter: none;
}

html[data-fnlla-title-home="true"] .pc-navbar {
  min-height: clamp(3.15rem, 4.2vw, 4.45rem);
}

html[data-fnlla-title-home="true"] .pc-brand-logo-image {
  width: clamp(10.9rem, 13.2vw, 13.1rem);
}

html[data-fnlla-title-home="true"] .pc-navbar .navbar-panel {
  gap: clamp(1.8rem, 3.1vw, 3rem);
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

html[data-fnlla-title-home="true"] .pc-navbar-menu {
  gap: clamp(1.05rem, 2vw, 1.85rem);
}

html[data-fnlla-title-home="true"] .project-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.72rem 1.08rem;
  border: 1px solid transparent;
  border-radius: 0.52rem;
  background: transparent;
  color: rgba(0, 67, 147, 0.92);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

html[data-fnlla-title-home="true"] .project-nav-link:hover,
html[data-fnlla-title-home="true"] .project-nav-link:focus-visible {
  background: rgba(211, 238, 251, 0.78);
  color: var(--pc-home-reference-blue);
}

html[data-fnlla-title-home="true"] .project-nav-link[aria-current="page"] {
  background: rgba(199, 231, 247, 0.96);
  border-color: rgba(199, 231, 247, 0.96);
  color: var(--pc-home-reference-blue);
  box-shadow: 0 0.55rem 1.25rem rgba(44, 171, 226, 0.1);
}

html[data-fnlla-title-home="true"] .project-navbar-actions {
  gap: 0;
}

html[data-fnlla-title-home="true"] .pc-header-button {
  min-height: 3rem;
  padding: 0.58rem 0.58rem 0.58rem 1.55rem !important;
  border-radius: 999px !important;
  background: var(--pc-home-reference-cyan);
  border-color: var(--pc-home-reference-cyan);
  color: #ffffff;
  box-shadow: 0 0.9rem 1.8rem rgba(33, 174, 228, 0.22);
}

html[data-fnlla-title-home="true"] .pc-header-button .pc-button-label {
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

html[data-fnlla-title-home="true"] .pc-header-button .pc-button-icon {
  width: 2.08rem;
  height: 2.08rem;
  margin-left: 0.82rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1;
}

html[data-fnlla-title-home="true"] .pc-header-button:hover,
html[data-fnlla-title-home="true"] .pc-header-button:focus-visible {
  background: var(--pc-home-reference-blue);
  border-color: var(--pc-home-reference-blue);
}

html[data-fnlla-title-home="true"] .pc-hero-stage {
  position: relative;
  z-index: 1;
  margin-top: calc(var(--pc-home-header-offset) * -1);
  background: #ffffff;
}

html[data-fnlla-title-home="true"] .pc-hero-shell {
  position: relative;
  min-height: clamp(48rem, 55.1vw, 58.2rem);
  overflow: hidden;
  background: var(--pc-home-reference-soft);
  box-shadow: none;
}

html[data-fnlla-title-home="true"] .pc-hero-visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  background:
    linear-gradient(90deg, rgba(247, 252, 255, 0.98) 0%, rgba(242, 250, 254, 0.95) 31%, rgba(242, 250, 254, 0.64) 48%, rgba(242, 250, 254, 0.18) 72%, rgba(242, 250, 254, 0) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.36) 0%, rgba(255, 255, 255, 0.08) 51%, rgba(255, 255, 255, 0.25) 100%),
    url("/assets/images/hero/psc-active-sites-hero-reference.png") center center / cover no-repeat;
  filter: saturate(1.05) contrast(1.02);
}

html[data-fnlla-title-home="true"] .pc-hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 42% 50%, rgba(255, 255, 255, 0.72) 0 0.74rem, transparent 0.82rem),
    radial-gradient(circle at 35% 56%, rgba(255, 255, 255, 0.72) 0 0.9rem, transparent 0.98rem),
    radial-gradient(circle at 84% 49%, rgba(255, 255, 255, 0.76) 0 0.95rem, transparent 1.06rem),
    radial-gradient(circle at 86% 61%, rgba(255, 255, 255, 0.78) 0 1.08rem, transparent 1.18rem);
  pointer-events: none;
}

html[data-fnlla-title-home="true"] .pc-hero-sparkles {
  display: none;
}

html[data-fnlla-title-home="true"] .pc-hero-bubble-cloud {
  position: absolute;
  right: 0;
  bottom: -0.05rem;
  left: 0;
  z-index: 3;
  height: clamp(8.7rem, 13vw, 12.2rem);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1688 205' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0 96 C32 76 70 75 100 98 C124 62 162 58 194 92 C242 48 330 38 390 90 C438 58 514 60 558 104 C605 34 709 18 760 92 C804 54 875 58 912 104 C952 63 1024 62 1063 100 C1102 52 1188 42 1238 96 C1282 67 1342 68 1378 106 C1428 56 1518 44 1570 100 C1608 82 1646 82 1688 100 L1688 205 L0 205 Z'/%3E%3C/svg%3E") bottom center / 100% 100% no-repeat;
  pointer-events: none;
}

html[data-fnlla-title-home="true"] .pc-hero-copy {
  position: relative;
  z-index: 4;
  width: min(100% - clamp(2rem, 5.7vw, 7.5rem), 92rem);
  margin-inline: auto;
  padding-top: calc(var(--pc-home-header-offset) + clamp(4.4rem, 6vw, 6.4rem));
  padding-bottom: clamp(12.5rem, 16vw, 15.7rem);
}

html[data-fnlla-title-home="true"] .pc-hero-layout {
  align-items: start;
  min-height: 0;
}

html[data-fnlla-title-home="true"] .pc-hero-main {
  max-width: min(100%, 45.8rem);
  min-height: 0;
  gap: clamp(1rem, 1.32vw, 1.28rem);
}

html[data-fnlla-title-home="true"] .pc-hero-copy .pc-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 1.22rem;
  margin: 0;
  color: var(--pc-home-reference-blue);
  font-family: var(--pc-heading-font);
  font-size: clamp(0.98rem, 1.1vw, 1.08rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
}

html[data-fnlla-title-home="true"] .pc-hero-copy .pc-section-kicker::before {
  content: "";
  display: inline-block;
  width: clamp(2.25rem, 3.4vw, 3.25rem);
  height: 0.15rem;
  border-radius: 999px;
  background: var(--pc-home-reference-cyan);
  transform: translateY(0.04rem);
}

html[data-fnlla-title-home="true"] .pc-hero-copy .pc-display-title {
  max-width: 9.6ch;
  margin: 0;
  color: var(--pc-home-reference-blue);
  font-family: var(--pc-heading-font);
  font-size: clamp(4.45rem, 6.55vw, 6.3rem);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: 0;
}

html[data-fnlla-title-home="true"] .pc-hero-copy .pc-display-accent {
  display: block;
  color: var(--pc-home-reference-cyan);
}

html[data-fnlla-title-home="true"] .pc-hero-copy-text {
  max-width: 29rem;
  margin: 0.25rem 0 0;
  color: var(--pc-home-reference-copy);
  font-size: clamp(1.04rem, 1.24vw, 1.24rem);
  font-weight: 500;
  line-height: 1.58;
}

html[data-fnlla-title-home="true"] .pc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(1.25rem, 2.7vw, 2.9rem);
  margin-top: 0.55rem;
}

html[data-fnlla-title-home="true"] .pc-hero-action {
  min-height: 3.55rem;
  border-radius: 999px;
  font-family: var(--pc-heading-font);
  font-size: 0.98rem;
  font-weight: 900;
  letter-spacing: 0.01em;
}

html[data-fnlla-title-home="true"] .pc-hero-action-primary {
  min-width: 13.25rem;
  padding: 0.72rem 0.65rem 0.72rem 1.95rem;
  background: var(--pc-home-reference-cyan);
  border-color: var(--pc-home-reference-cyan);
  color: #ffffff;
  box-shadow: 0 1.05rem 2.35rem rgba(33, 174, 228, 0.22);
}

html[data-fnlla-title-home="true"] .pc-hero-action-primary .pc-button-icon {
  width: 2.18rem;
  height: 2.18rem;
  margin-left: auto;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 1.65rem;
}

html[data-fnlla-title-home="true"] .pc-hero-action-primary:hover,
html[data-fnlla-title-home="true"] .pc-hero-action-primary:focus-visible {
  background: var(--pc-home-reference-blue);
  border-color: var(--pc-home-reference-blue);
  color: #ffffff;
}

html[data-fnlla-title-home="true"] .pc-hero-action-secondary {
  min-width: 11rem;
  padding: 0.65rem 0;
  border-color: transparent;
  background: transparent;
  color: var(--pc-home-reference-blue);
  box-shadow: none;
}

html[data-fnlla-title-home="true"] .pc-hero-action-secondary .pc-button-icon {
  width: 2.12rem;
  height: 2.12rem;
  margin-left: 1rem;
  background: rgba(33, 174, 228, 0.18);
  color: var(--pc-home-reference-blue);
  font-size: 1.5rem;
}

html[data-fnlla-title-home="true"] .pc-hero-action-secondary:hover,
html[data-fnlla-title-home="true"] .pc-hero-action-secondary:focus-visible {
  background: transparent;
  border-color: transparent;
  color: var(--pc-home-reference-cyan);
}

html[data-fnlla-title-home="true"] .pc-proof-stage {
  position: relative;
  z-index: 5;
  margin-top: clamp(-8.4rem, -7.6vw, -6rem);
  padding: 0 clamp(1rem, 2.8vw, 3.05rem) clamp(1.7rem, 2.6vw, 2rem);
  border-bottom: 0;
  background: transparent;
}

html[data-fnlla-title-home="true"] .pc-proof-shell {
  width: min(100%, 88.8rem);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.35rem, 2.2vw, 2.3rem);
}

html[data-fnlla-title-home="true"] .pc-proof-item,
html[data-fnlla-title-home="true"] .pc-proof-item:first-child {
  min-height: clamp(10.5rem, 11.6vw, 11rem);
  padding: clamp(1.65rem, 2.4vw, 2.15rem) clamp(1.6rem, 2.4vw, 2.3rem);
  border: 1px solid rgba(0, 67, 147, 0.12);
  border-radius: 1.45rem;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 1.05rem 2.4rem rgba(0, 67, 147, 0.06);
  backdrop-filter: blur(10px);
}

html[data-fnlla-title-home="true"] .pc-proof-title {
  color: #001f50;
  font-size: clamp(1.02rem, 1.22vw, 1.18rem);
  line-height: 1.14;
}

html[data-fnlla-title-home="true"] .pc-proof-copy {
  color: rgba(31, 48, 68, 0.72);
  font-size: clamp(0.92rem, 1vw, 1rem);
  line-height: 1.58;
}

@media (max-width: 78rem) {
  html[data-fnlla-title-home="true"] .pc-brand-logo-image {
    width: clamp(10.2rem, 20vw, 11.6rem);
  }

  html[data-fnlla-title-home="true"] .pc-navbar-menu {
    gap: 0.45rem;
  }

  html[data-fnlla-title-home="true"] .project-nav-link {
    padding-inline: 0.78rem;
    font-size: 0.68rem;
  }

  html[data-fnlla-title-home="true"] .pc-hero-shell {
    min-height: clamp(47rem, 70vw, 54rem);
  }

  html[data-fnlla-title-home="true"] .pc-hero-visual {
    background-position: 58% center;
  }

  html[data-fnlla-title-home="true"] .pc-hero-copy .pc-display-title {
    font-size: clamp(3.8rem, 7.8vw, 5.15rem);
  }

  html[data-fnlla-title-home="true"] .pc-proof-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 68rem) {
  html[data-fnlla-title-home="true"] .project-header-section {
    padding: 0.75rem 1rem 0;
  }

  html[data-fnlla-title-home="true"] .pc-header-shell {
    padding: 0;
  }

  html[data-fnlla-title-home="true"] .pc-navbar .navbar-toggle {
    background: rgba(230, 246, 253, 0.92);
    border-color: rgba(33, 174, 228, 0.26);
    color: var(--pc-home-reference-blue);
  }

  html[data-fnlla-title-home="true"] .pc-navbar .navbar-panel {
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(33, 174, 228, 0.18);
    box-shadow: 0 1.4rem 3rem rgba(0, 67, 147, 0.14);
  }

  html[data-fnlla-title-home="true"] .pc-navbar .project-nav-link {
    justify-content: space-between;
    width: 100%;
  }

  html[data-fnlla-title-home="true"] .pc-hero-shell {
    min-height: clamp(45rem, 118vw, 56rem);
  }

  html[data-fnlla-title-home="true"] .pc-hero-visual {
    background:
      linear-gradient(180deg, rgba(247, 252, 255, 0.98) 0%, rgba(247, 252, 255, 0.86) 46%, rgba(247, 252, 255, 0.42) 100%),
      url("/assets/images/hero/psc-active-sites-hero-reference.png") 68% bottom / cover no-repeat;
    opacity: 0.88;
  }

  html[data-fnlla-title-home="true"] .pc-hero-copy {
    width: min(100% - 2rem, 38rem);
    padding-top: calc(var(--pc-home-header-offset) + 2.8rem);
    padding-bottom: clamp(10rem, 28vw, 13rem);
  }

  html[data-fnlla-title-home="true"] .pc-hero-main {
    max-width: 32rem;
  }

  html[data-fnlla-title-home="true"] .pc-hero-copy .pc-section-kicker {
    font-size: 0.84rem;
  }

  html[data-fnlla-title-home="true"] .pc-hero-copy .pc-display-title {
    max-width: 9.2ch;
    font-size: clamp(3.2rem, 13.5vw, 4.4rem);
  }

  html[data-fnlla-title-home="true"] .pc-hero-copy-text {
    max-width: 24rem;
  }
}

@media (max-width: 40rem) {
  html[data-fnlla-title-home="true"] .pc-brand-logo-image {
    width: clamp(9.8rem, 42vw, 10.8rem);
  }

  html[data-fnlla-title-home="true"] .pc-hero-shell {
    min-height: clamp(43rem, 148vw, 51rem);
  }

  html[data-fnlla-title-home="true"] .pc-hero-visual {
    background-position: 71% bottom;
    opacity: 0.58;
  }

  html[data-fnlla-title-home="true"] .pc-hero-copy {
    padding-top: calc(var(--pc-home-header-offset) + 2.25rem);
  }

  html[data-fnlla-title-home="true"] .pc-hero-actions {
    gap: 0.8rem;
  }

  html[data-fnlla-title-home="true"] .pc-hero-action-primary,
  html[data-fnlla-title-home="true"] .pc-hero-action-secondary {
    min-width: min(100%, 12.75rem);
  }

  html[data-fnlla-title-home="true"] .pc-proof-stage {
    margin-top: -6.8rem;
    padding-inline: 1rem;
  }

  html[data-fnlla-title-home="true"] .pc-proof-shell {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.85rem;
  }

  html[data-fnlla-title-home="true"] .pc-proof-item,
  html[data-fnlla-title-home="true"] .pc-proof-item:first-child {
    min-height: 0;
    padding: 1.18rem 1.22rem;
    border-radius: 1.05rem;
  }
}

/* Active-sites reference tuning after screenshot QA. */
html[data-fnlla-title-home="true"] .project-header-section {
  padding-top: clamp(0.55rem, 0.9vw, 0.95rem);
}

html[data-fnlla-title-home="true"] .pc-hero-shell {
  min-height: clamp(47rem, 48vw, 50.6rem);
}

html[data-fnlla-title-home="true"] .pc-hero-copy {
  padding-top: calc(var(--pc-home-header-offset) + clamp(2.6rem, 4vw, 4.6rem));
  padding-bottom: clamp(9.8rem, 13vw, 12.4rem);
}

html[data-fnlla-title-home="true"] .pc-proof-stage {
  margin-top: clamp(-5.55rem, -4.8vw, -4.7rem);
}

/* Active-sites reference absolute final geometry correction. */
html[data-fnlla-title-home="true"] .pc-hero-copy {
  min-height: 0;
  height: auto;
  box-sizing: border-box;
  padding-bottom: clamp(4rem, 4.5vw, 5.4rem);
}

html[data-fnlla-title-home="true"] .pc-proof-shell {
  padding-block: 0;
}

/* Active-sites reference final geometry correction. */
html[data-fnlla-title-home="true"] .pc-hero-copy {
  min-height: 0;
  height: auto;
  box-sizing: border-box;
  padding-bottom: clamp(4rem, 4.5vw, 5.4rem);
}

html[data-fnlla-title-home="true"] .pc-proof-shell {
  padding-block: 0;
}

@media (max-width: 78rem) {
  html[data-fnlla-title-home="true"] .pc-hero-shell {
    min-height: clamp(45rem, 69vw, 51rem);
  }
}

@media (max-width: 68rem) {
  html[data-fnlla-title-home="true"] .pc-hero-shell {
    min-height: clamp(45rem, 118vw, 56rem);
  }

  html[data-fnlla-title-home="true"] .pc-hero-copy {
    padding-top: calc(var(--pc-home-header-offset) + 2.8rem);
    padding-bottom: clamp(10rem, 28vw, 13rem);
  }
}

@media (max-width: 68rem) {
  .pc-site-body {
    padding-top: 5.45rem;
  }

  .pc-navbar,
  .pc-footer-shell > * {
    width: min(100% - 1.25rem, var(--pc-container-width));
  }

  .pc-page-intro-shell {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }

  .pc-navbar .navbar-toggle {
    background: #eef6ff;
  }

  .pc-navbar .navbar-panel {
    box-shadow: 0 24px 48px rgba(0, 67, 147, 0.14);
  }
}

[data-fnlla-theme="dark"] {
  color-scheme: dark;
  --fnlla-shell-radial: rgba(96, 165, 250, 0.14);
  --fnlla-shell-bg-start: #0b1220;
  --fnlla-shell-bg-mid: #0f1729;
  --fnlla-shell-bg-end: var(--fnlla-color-bg-alt);
  --fnlla-header-bg: rgba(16, 25, 45, 0.88);
  --fnlla-header-border: rgba(226, 236, 255, 0.12);
  --fnlla-brand-bg: #2563eb;
  --fnlla-brand-text: #0f172a;
  --fnlla-card-muted-bg: rgba(18, 27, 47, 0.78);
  --fnlla-surface-bg: rgba(18, 27, 47, 0.92);
  --fnlla-surface-border: rgba(226, 236, 255, 0.1);
  --fnlla-footer-note: #a9bad2;
}

body {
  overflow-x: hidden;
  min-height: 100vh;
  color: var(--pc-color-ink);
  font-family: "M PLUS Rounded 1c", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top right, var(--fnlla-shell-radial), transparent 26rem),
    linear-gradient(180deg, var(--fnlla-shell-bg-start) 0%, var(--fnlla-shell-bg-mid) 48%, var(--fnlla-shell-bg-end) 100%);
}

.pc-site-body,
.pc-site-body button,
.pc-site-body input,
.pc-site-body select,
.pc-site-body textarea {
  font-family: "M PLUS Rounded 1c", "Segoe UI", sans-serif;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.pc-container {
  width: min(100% - 1.75rem, var(--pc-container-width));
  margin-inline: auto;
}

.pc-main {
  padding-bottom: var(--pc-space-2xl);
}

.pc-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.pc-brand {
  gap: 0.9rem;
}

.pc-header-shell {
  position: relative;
  border-radius: 1.75rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(0, 58, 38, 0.08);
  box-shadow: 0 18px 44px rgba(0, 58, 38, 0.08);
}

.pc-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0.95rem;
  background: var(--pc-color-deep-green);
  color: var(--pc-color-white);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.project-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
}

.project-header-section {
  padding-block: 0.9rem 0.35rem;
}

.navbar,
.pc-navbar {
  background: transparent;
  border-bottom: 0;
  box-shadow: none;
  min-height: 4.6rem;
}

.pc-navbar {
  position: relative;
}

.project-brand {
  align-items: center;
}

.site-brand-text {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.project-brand-copy {
  display: grid;
  gap: 0.1rem;
}

.project-brand-kicker {
  color: var(--fnlla-color-text-muted);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-brand-name {
  color: var(--pc-color-deep-green);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.site-brand-logo {
  width: 1.9rem;
  height: 1.9rem;
  flex: 0 0 auto;
}

.pc-navbar-menu {
  gap: var(--pc-space-sm);
}

.project-navbar-actions {
  align-items: center;
  gap: var(--pc-space-sm);
}

.pc-navbar .navbar-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: auto;
  min-width: 3.4rem;
  margin-left: auto;
  border-radius: 1rem;
  border-color: rgba(0, 58, 38, 0.18);
  color: var(--pc-color-deep-green);
  font-weight: 700;
  flex: 0 0 auto;
}

.pc-navbar-toggle-label {
  line-height: 1;
}

.pc-navbar-toggle-icon {
  display: inline-grid;
  gap: 0.23rem;
}

.pc-navbar-toggle-icon span {
  display: block;
  width: 1rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.pc-navbar .pc-navbar-panel-static {
  width: auto;
  margin-left: auto;
  flex: 0 0 auto;
}

.pc-navbar .pc-navbar-panel-static .project-navbar-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: auto;
}

.pc-navbar .pc-navbar-panel-static .project-navbar-actions > * {
  width: auto;
}

.project-nav-link,
.project-dropdown-toggle,
.project-dropdown-menu .dropdown-item,
.project-footer-brand,
.project-footer-links a,
.project-footer-locked-link {
  letter-spacing: 0.04em;
  text-transform: none;
}

.project-nav-link {
  color: rgba(11, 30, 27, 0.78);
  font-weight: 600;
}

.pc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.85rem 1.35rem;
  border-radius: var(--pc-radius-pill);
  border: 1px solid transparent;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.pc-button:hover,
.pc-button:focus-visible {
  transform: translateY(-1px);
}

.pc-button-primary {
  background: var(--pc-color-deep-green);
  border-color: var(--pc-color-deep-green);
  color: var(--pc-color-white);
  box-shadow: var(--pc-shadow-soft);
}

.pc-button-primary:hover,
.pc-button-primary:focus-visible {
  background: #052f20;
  border-color: #052f20;
  color: var(--pc-color-white);
}

.pc-button-secondary {
  background: transparent;
  border-color: rgba(0, 58, 38, 0.16);
  color: var(--pc-color-deep-green);
}

.pc-button-secondary:hover,
.pc-button-secondary:focus-visible {
  background: rgba(6, 160, 84, 0.08);
  border-color: rgba(0, 58, 38, 0.24);
  color: var(--pc-color-deep-green);
}

.pc-header-button {
  min-height: 2.8rem;
  padding-inline: 1.15rem;
}

.pc-header-social-row {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.pc-header-social-link {
  display: inline-grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 1px solid rgba(44, 171, 226, 0.18);
  border-radius: 999px;
  background: rgba(44, 171, 226, 0.08);
  color: #004393;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.pc-header-social-link:hover,
.pc-header-social-link:focus-visible {
  border-color: rgba(44, 171, 226, 0.34);
  background: #2cabe2;
  color: #ffffff;
  transform: translateY(-1px);
}

.pc-header-social-icon {
  width: 1.25rem;
  height: 1.25rem;
  fill: currentColor;
}

.pc-header-social-fallback {
  color: currentColor;
  font-size: 0.82rem;
  font-weight: 800;
}

.navbar-toggle {
  border-radius: 1rem;
}

.pc-home-shell {
  display: grid;
  gap: var(--pc-space-lg);
}

.pc-home-hero-section {
  padding-top: var(--pc-space-sm);
}

.pc-home-hero {
  position: relative;
  overflow: hidden;
  border-radius: 2.25rem;
  background: var(--pc-color-deep-green);
  box-shadow: 0 24px 84px rgba(0, 58, 38, 0.18);
}

.pc-home-hero-media {
  position: relative;
  min-height: clamp(31rem, 74vw, 46rem);
}

.pc-home-hero-image,
.pc-home-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.pc-home-hero-image {
  object-fit: cover;
  object-position: center center;
}

.pc-home-hero-overlay {
  background:
    linear-gradient(90deg, rgba(0, 38, 24, 0.82) 0%, rgba(0, 38, 24, 0.58) 36%, rgba(0, 38, 24, 0.14) 72%, rgba(0, 38, 24, 0.1) 100%),
    linear-gradient(180deg, rgba(0, 58, 38, 0.08) 0%, rgba(0, 58, 38, 0.22) 100%);
}

.pc-home-hero-copy,
.pc-section-heading,
.pc-footer-copy,
.pc-footer-shell {
  display: grid;
  gap: var(--pc-space-sm);
}

.pc-home-hero-copy {
  position: relative;
  z-index: 2;
  align-content: center;
  min-height: inherit;
  max-width: 43rem;
  padding: clamp(1.4rem, 4vw, 2.5rem);
}

.pc-section-kicker,
.pc-footer-kicker {
  margin: 0;
  color: var(--pc-color-bright-green);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pc-display-title,
.pc-section-title {
  margin: 0;
  color: var(--pc-color-ink);
  font-family: var(--pc-heading-font);
  font-weight: 800;
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.pc-section-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.pc-display-accent {
  display: block;
  color: #14c874;
  font-family: "M PLUS Rounded 1c", "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.pc-section-copy {
  max-width: 46rem;
  margin: 0;
  color: var(--fnlla-color-text-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.pc-section-copy-large {
  font-size: 1.08rem;
}

.pc-hero-body,
.pc-home-hero .pc-display-title {
  color: var(--pc-color-white);
}

.pc-hero-body {
  max-width: 34rem;
}

.pc-hero-review-row {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  width: fit-content;
}

.pc-hero-star-group {
  display: inline-flex;
  align-items: center;
  gap: 0.18rem;
  color: #f6c84c;
  line-height: 1;
}

.pc-hero-star {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  text-shadow: 0 0.28rem 0.8rem rgba(246, 200, 76, 0.28);
}

.pc-hero-avatar-group {
  display: flex;
  align-items: center;
}

.pc-hero-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.15rem;
  height: 3.15rem;
  margin-left: -0.38rem;
  border: 2px solid rgba(255, 255, 255, 0.56);
  border-radius: 50%;
  background: linear-gradient(135deg, #f2b786 0%, #c76e49 100%);
  color: var(--pc-color-white);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.pc-hero-avatar:first-child {
  margin-left: 0;
}

.pc-hero-avatar:nth-child(2) {
  background: linear-gradient(135deg, #0a7a84 0%, #11576f 100%);
}

.pc-hero-avatar:nth-child(3) {
  background: linear-gradient(135deg, #d6d8db 0%, #8f8f95 100%);
  color: #14322b;
}

.pc-hero-avatar:nth-child(4) {
  background: linear-gradient(135deg, #9abf96 0%, #406e54 100%);
}

.pc-hero-rating {
  display: grid;
  gap: 0.2rem;
  max-width: 19rem;
}

.pc-hero-rating-text {
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.01em;
}

.pc-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--pc-space-sm);
}

.pc-hero-button {
  min-height: 3.55rem;
  padding-inline: 1.5rem;
  background: var(--pc-color-white);
  border-color: var(--pc-color-white);
  color: var(--pc-color-deep-green);
}

.pc-hero-button:hover,
.pc-hero-button:focus-visible {
  background: #f2f8f4;
  border-color: #f2f8f4;
  color: var(--pc-color-deep-green);
}

.pc-home-section {
  padding-block: 0;
}

.pc-logo-strip {
  display: grid;
  gap: 1rem;
  padding: 1.1rem 1.25rem 0.2rem;
}

.pc-logo-strip-intro {
  margin: 0;
  color: rgba(11, 30, 27, 0.58);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.45;
  text-transform: uppercase;
}

.pc-logo-strip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}

.pc-logo-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 58, 38, 0.08);
  background: rgba(255, 255, 255, 0.86);
  color: rgba(11, 30, 27, 0.48);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.pc-section-shell {
  display: grid;
  gap: var(--pc-space-lg);
  padding: clamp(1.4rem, 3vw, 2.25rem);
  border-radius: var(--pc-radius-xl);
  border: 1px solid rgba(0, 58, 38, 0.1);
  box-shadow: var(--pc-shadow-soft);
}

.pc-section-shell-light {
  background: rgba(255, 255, 255, 0.95);
}

.pc-section-shell-soft,
.pc-section-shell-muted {
  background: var(--pc-color-surface-soft);
}

.pc-section-shell-dark {
  background: linear-gradient(180deg, #0c241d 0%, #003a26 100%);
  border-color: rgba(255, 255, 255, 0.08);
}

.pc-section-shell-dark .pc-section-title,
.pc-section-shell-dark .pc-section-copy {
  color: var(--pc-color-white);
}

.pc-section-shell-dark .pc-section-kicker,
.pc-section-shell-dark .pc-placeholder-label {
  color: #7ce1ac;
}

.pc-placeholder-card {
  display: grid;
  gap: var(--pc-space-sm);
  padding: var(--pc-space-md);
  border-radius: var(--pc-radius-lg);
  border: 1px dashed rgba(0, 58, 38, 0.2);
  background: rgba(255, 255, 255, 0.5);
}

.pc-section-shell-dark .pc-placeholder-card {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
}

.pc-placeholder-card-hero {
  min-height: 18rem;
  align-content: start;
}

.pc-placeholder-label {
  margin: 0;
  color: var(--pc-color-deep-green);
  font-size: 0.95rem;
  font-weight: 700;
}

.pc-placeholder-surface {
  min-height: 10rem;
  border-radius: 1.2rem;
  background:
    linear-gradient(135deg, rgba(6, 160, 84, 0.14) 0%, rgba(0, 58, 38, 0.08) 100%);
}

.pc-placeholder-card-hero .pc-placeholder-surface {
  min-height: 100%;
}

.pc-placeholder-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--pc-space-sm);
}

.pc-placeholder-chip {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.65rem 1rem;
  border-radius: var(--pc-radius-pill);
  border: 1px solid rgba(0, 58, 38, 0.12);
  background: rgba(255, 255, 255, 0.7);
  color: var(--pc-color-deep-green);
  font-size: 0.92rem;
  font-weight: 600;
}

.pc-inline-accent {
  color: var(--pc-color-bright-green);
  font-family: "M PLUS Rounded 1c", "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.pc-about-shell,
.pc-pricing-shell {
  display: grid;
  gap: clamp(2.15rem, 3.8vw, 3rem);
}

.pc-about-intro {
  display: grid;
  gap: 1.8rem;
  align-items: start;
}

.pc-about-intro-meta,
.pc-about-intro-copy,
.pc-media-card-copy,
.pc-services-heading-main,
.pc-pricing-heading {
  display: grid;
  gap: 0.9rem;
}

.pc-about-button {
  width: fit-content;
  min-height: 3rem;
}

.pc-about-title,
.pc-pricing-title {
  margin: 0;
  color: var(--pc-color-ink);
  font-size: clamp(2rem, 4.8vw, 3.45rem);
  line-height: 1.05;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.pc-about-copy {
  max-width: 48rem;
  font-size: 1.12rem;
  line-height: 1.76;
}

.pc-about-grid {
  display: grid;
  gap: 1.6rem;
}

.pc-media-card {
  display: grid;
  gap: 1.15rem;
  padding: 1.2rem;
  border-radius: 1.75rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(0, 58, 38, 0.08);
  box-shadow: var(--pc-shadow-soft);
}

.pc-media-card-visual {
  position: relative;
  overflow: hidden;
  min-height: 23.5rem;
  border-radius: 1.4rem;
}

.pc-media-card-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 58, 38, 0.06) 0%, rgba(0, 58, 38, 0.3) 100%);
}

.pc-media-card-visual img,
.pc-service-panel-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pc-media-card-visual img {
  object-position: center center;
}

.pc-media-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 40px rgba(0, 58, 38, 0.16);
  transform: translate(-50%, -50%);
}

.pc-media-play-triangle {
  width: 0;
  height: 0;
  margin-left: 0.2rem;
  border-top: 0.56rem solid transparent;
  border-bottom: 0.56rem solid transparent;
  border-left: 0.95rem solid var(--pc-color-deep-green);
}

.pc-media-card-eyebrow {
  margin: 0;
  color: rgba(11, 30, 27, 0.54);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pc-media-card-title,
.pc-pricing-card-title,
.pc-service-title {
  margin: 0;
  color: var(--pc-color-ink);
  font-size: 1.5rem;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.pc-media-card-text,
.pc-stat-copy,
.pc-pricing-card-note,
.pc-service-description,
.pc-service-summary-text {
  margin: 0;
  color: var(--fnlla-color-text-muted);
  font-size: 0.97rem;
  line-height: 1.65;
}

.pc-about-stats {
  display: grid;
  gap: 1.25rem;
}

.pc-stat-card {
  display: grid;
  gap: 0.7rem;
  align-content: end;
  min-height: 17rem;
  padding: 1.85rem;
  border-radius: 1.65rem;
  background: linear-gradient(180deg, #0b2b21 0%, #003a26 100%);
  box-shadow: 0 24px 64px rgba(0, 58, 38, 0.14);
}

.pc-stat-value,
.pc-stat-label {
  margin: 0;
  color: var(--pc-color-white);
}

.pc-stat-value {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.pc-stat-label {
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pc-stat-copy {
  color: rgba(255, 255, 255, 0.74);
}

.pc-services-shell {
  display: grid;
  gap: clamp(2rem, 3.7vw, 2.8rem);
  padding: clamp(2.15rem, 4vw, 3.2rem);
  border-radius: 2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(180deg, #0b2a22 0%, #06231c 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 32px 84px rgba(0, 58, 38, 0.16);
}

.pc-services-heading {
  display: grid;
  gap: 1.25rem;
}

.pc-services-title {
  margin: 0;
  color: var(--pc-color-white);
  font-family: var(--pc-heading-font);
  font-weight: 800;
  font-size: clamp(2rem, 4.9vw, 3.7rem);
  line-height: 1.02;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.pc-services-accent {
  color: var(--pc-color-white);
}

.pc-services-title .pc-services-accent {
  color: var(--pc-color-white);
}

.pc-services-copy {
  max-width: 48rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.74;
}

.pc-services-accordion {
  display: grid;
  gap: 0.95rem;
}

.pc-service-item {
  display: grid;
  gap: 0;
  padding: 1.45rem 1.5rem;
  scroll-margin-top: clamp(5rem, 9vw, 7rem);
  border-radius: 1.55rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.pc-service-item.is-open {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 28px 72px rgba(1, 19, 13, 0.18);
}

.pc-service-item:not(.is-open) {
  cursor: pointer;
}

.pc-service-summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: start;
}

.pc-service-index {
  color: rgba(11, 30, 27, 0.18);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 300;
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.pc-service-summary-copy {
  display: grid;
  gap: 0.7rem;
  padding-top: 0.2rem;
}

.pc-service-item:not(.is-open) .pc-service-title {
  color: var(--pc-color-white);
  font-size: 1.28rem;
}

.pc-service-item:not(.is-open) .pc-service-summary-text {
  color: rgba(255, 255, 255, 0.66);
}

.pc-service-item:not(.is-open) .pc-service-index {
  color: rgba(255, 255, 255, 0.3);
}

.pc-service-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  padding: 0;
  border: 0;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.08);
  color: var(--pc-color-white);
  font-size: 1.5rem;
  cursor: pointer;
}

.pc-service-item.is-open .pc-service-toggle {
  background: rgba(0, 58, 38, 0.08);
  color: var(--pc-color-deep-green);
}

.pc-service-toggle-plus,
.pc-service-toggle-minus {
  line-height: 1;
}

.pc-service-toggle-minus {
  display: none;
}

.pc-service-toggle[aria-expanded="true"] .pc-service-toggle-plus {
  display: none;
}

.pc-service-toggle[aria-expanded="true"] .pc-service-toggle-minus {
  display: inline;
}

.pc-service-panel {
  padding-top: 1.45rem;
}

.pc-service-panel-content {
  display: grid;
  gap: 1.45rem;
  align-items: stretch;
}

.pc-service-panel-copy {
  display: grid;
  gap: 1.2rem;
  align-content: start;
  padding-block: 0.35rem;
}

.pc-service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.pc-service-tag {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.42rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 58, 38, 0.1);
  background: rgba(0, 58, 38, 0.03);
  color: rgba(11, 30, 27, 0.8);
  font-size: 0.87rem;
  font-weight: 600;
}

.pc-service-button {
  width: fit-content;
  min-height: 3rem;
}

.pc-service-panel-media {
  position: relative;
  overflow: hidden;
  min-height: 24.5rem;
  border-radius: 1.35rem;
  background: rgba(0, 58, 38, 0.08);
}

.pc-service-carousel-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 360ms ease;
  object-position: 58% center;
}

.pc-service-carousel-image.is-active {
  opacity: 1;
}

.pc-service-carousel-image[hidden] {
  display: block;
}

.pc-service-carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  background: rgba(5, 26, 22, 0.52);
  color: var(--pc-color-white);
  font-size: 2rem;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.pc-service-carousel-arrow:hover,
.pc-service-carousel-arrow:focus-visible {
  border-color: var(--pc-color-white);
  background: rgba(44, 171, 226, 0.92);
}

.pc-service-carousel-arrow-prev {
  left: 1rem;
}

.pc-service-carousel-arrow-next {
  right: 1rem;
}

.pc-pricing-shell {
  padding: clamp(2.35rem, 4.1vw, 3.35rem);
  border-radius: 2rem;
  background: linear-gradient(180deg, #eff8ee 0%, #edf7ef 100%);
  border: 1px solid rgba(0, 58, 38, 0.06);
  box-shadow: var(--pc-shadow-soft);
}

.pc-pricing-heading {
  justify-items: center;
  text-align: center;
}

.pc-pricing-kicker {
  color: rgba(0, 58, 38, 0.82);
}

.pc-pricing-accent-line {
  display: block;
}

.pc-pricing-title {
  max-width: 26rem;
}

.pc-pricing-copy {
  max-width: 41rem;
  font-size: 1.02rem;
  line-height: 1.74;
}

.pc-pricing-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
}

.pc-pricing-filter {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.35rem 0.82rem;
  border-radius: 999px;
  background: rgba(0, 58, 38, 0.08);
  color: rgba(11, 30, 27, 0.76);
  font-size: 0.8rem;
  font-weight: 700;
}

.pc-pricing-filter.is-active {
  background: var(--pc-color-deep-green);
  color: var(--pc-color-white);
}

.pc-pricing-grid {
  display: grid;
  gap: 1.45rem;
}

.pc-pricing-card {
  display: grid;
  gap: 1rem;
  align-content: start;
  min-height: 22rem;
  padding: 1.65rem;
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(0, 58, 38, 0.08);
}

.pc-pricing-card-featured {
  background: linear-gradient(180deg, #0b2b21 0%, #003a26 100%);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 26px 68px rgba(0, 58, 38, 0.16);
}

.pc-pricing-card-featured .pc-pricing-card-title,
.pc-pricing-card-featured .pc-pricing-card-price,
.pc-pricing-card-featured .pc-pricing-card-note,
.pc-pricing-card-featured .pc-pricing-feature-list li {
  color: var(--pc-color-white);
}

.pc-pricing-card-title {
  font-size: 1.3rem;
}

.pc-pricing-card-price {
  margin: 0;
  color: var(--pc-color-deep-green);
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}

.pc-pricing-feature-list {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pc-pricing-feature-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.55rem;
  align-items: start;
  color: rgba(11, 30, 27, 0.8);
  font-size: 0.95rem;
}

.pc-pricing-feature-list li::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  margin-top: 0.42rem;
  border-radius: 50%;
  background: var(--pc-color-bright-green);
}

.pc-pricing-card-featured .pc-pricing-feature-list li::before {
  background: #b7ee4f;
}

.pc-pricing-button {
  min-height: 3rem;
}

.pc-pricing-card-featured .pc-button-primary {
  background: var(--pc-color-white);
  border-color: var(--pc-color-white);
  color: var(--pc-color-deep-green);
}

.pc-pricing-card-featured .pc-button-primary:hover,
.pc-pricing-card-featured .pc-button-primary:focus-visible {
  background: #f1f7f2;
  border-color: #f1f7f2;
  color: var(--pc-color-deep-green);
}

.pc-process-shell{
    background: rgba(255, 255, 255, 0.96) !important;

}

.pc-process-shell,
.pc-contact-shell,
.pc-insights-shell {
  display: grid;
  gap: clamp(1.95rem, 3.5vw, 2.65rem);
}

.pc-process-shell,
.pc-contact-shell {
  padding: clamp(2.15rem, 3.9vw, 3.1rem);
  border-radius: 2rem;
  /*background: rgba(255, 255, 255, 0.96);*/
  background: #f4f9fd;
  border: 1px solid rgba(0, 58, 38, 0.08);
  box-shadow: var(--pc-shadow-soft);
}

.pc-process-heading,
.pc-insights-heading,
.pc-final-cta-shell,
.pc-footer-top {
  display: grid;
  gap: 1rem;
  align-items: start;
}

.pc-process-title,
.pc-contact-title,
.pc-faq-title,
.pc-insights-title,
.pc-final-cta-title,
.pc-testimonials-title {
  margin: 0;
  color: var(--pc-color-ink);
  font-family: var(--pc-heading-font);
  font-weight: 800;
  font-size: clamp(2rem, 4.8vw, 3.4rem);
  line-height: 1.04;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.pc-process-accent,
.pc-contact-accent,
.pc-insights-accent,
.pc-testimonials-accent,
.pc-final-cta-accent {
  display: block;
}

.pc-process-copy,
.pc-contact-text,
.pc-testimonials-copy,
.pc-faq-copy {
  max-width: none;
}

.pc-process-button,
.pc-insights-button {
  width: fit-content;
  min-height: 3rem;
}

.pc-process-grid,
.pc-testimonials-grid,
.pc-contact-points,
.pc-insights-grid {
  display: grid;
  gap: 1.4rem;
}

.pc-process-card,
.pc-testimonial-card,
.pc-contact-point,
.pc-article-card {
  display: grid;
  gap: 0.9rem;
  align-content: start;
  padding: 1.4rem;
  border-radius: 1.6rem;
  border: 1px solid rgba(0, 58, 38, 0.08);
  background: rgba(255, 255, 255, 0.95);
}

.pc-process-card {
  min-height: 14.75rem;
}

.pc-process-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.pc-process-dot {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(6, 160, 84, 0.1);
  position: relative;
}

.pc-process-dot::after {
  content: "";
  position: absolute;
  inset: 0.7rem;
  border-radius: 50%;
  background: var(--pc-color-bright-green);
}

.pc-process-number {
  color: rgba(0, 58, 38, 0.14);
  font-size: 3.35rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.06em;
}

.pc-process-card-title,
.pc-contact-point-title,
.pc-testimonial-title,
.pc-article-title,
.pc-footer-column-title {
  margin: 0;
  color: var(--pc-color-ink);
  font-size: 1.3rem;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.pc-process-card-text,
.pc-contact-point-text,
.pc-testimonial-copy,
.pc-article-text,
.pc-footer-note {
  margin: 0;
  color: var(--fnlla-color-text-muted);
  font-size: 0.97rem;
  line-height: 1.65;
}

.pc-contact-point-phones {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  align-items: center;
}

.pc-contact-point-link,
.pc-contact-point-region {
  color: var(--brand-accent);
  font-weight: 700;
}

.pc-contact-point-link {
  text-decoration: none;
}

.pc-contact-point-link:hover,
.pc-contact-point-link:focus-visible {
  color: var(--pc-color-primary);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.pc-contact-point-separator {
  color: rgba(11, 30, 27, 0.48);
}

.pc-contact-point-detail {
  margin-top: -0.45rem;
}

.pc-testimonials-shell {
  display: grid;
  gap: clamp(1.75rem, 3.2vw, 2.4rem);
  padding: clamp(2.25rem, 3.9vw, 3.15rem);
  border-radius: 2rem;
  background: linear-gradient(180deg, #eef8ee 0%, #edf7ef 100%);
  border: 1px solid rgba(0, 58, 38, 0.07);
  box-shadow: var(--pc-shadow-soft);
}

.pc-testimonials-heading {
  display: grid;
  gap: 0.9rem;
  justify-items: center;
  text-align: center;
}

.pc-testimonial-card {
  min-height: 19.5rem;
  box-shadow: 0 18px 44px rgba(0, 58, 38, 0.06);
}

.pc-testimonial-status,
.pc-article-tag {
  width: fit-content;
  margin: 0;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  background: rgba(0, 58, 38, 0.08);
  color: rgba(0, 58, 38, 0.8);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pc-testimonial-meta {
  margin: auto 0 0;
  color: rgba(0, 58, 38, 0.72);
  font-size: 0.86rem;
  font-weight: 600;
}

.pc-contact-form-card {
  display: grid;
  padding: clamp(1.65rem, 3vw, 2.2rem);
  border-radius: 1.9rem;
  background: linear-gradient(180deg, #0b2b21 0%, #003a26 100%);
  box-shadow: 0 26px 68px rgba(0, 58, 38, 0.16);
}

.pc-contact-form .label {
  color: rgba(255, 255, 255, 0.84);
  font-weight: 600;
}

.pc-contact-form .input {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.96);
  color: var(--pc-color-ink);
}

.pc-contact-textarea {
  resize: vertical;
  min-height: 9rem;
}

.pc-contact-form-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  line-height: 1.6;
}

.pc-contact-button {
  width: 100%;
}

.pc-faq-shell {
  display: grid;
  gap: 1.7rem;
  padding: clamp(2.4rem, 4.2vw, 3.55rem);
  border-radius: 2rem;
  background:
    linear-gradient(180deg, rgba(4, 27, 19, 0.58) 0%, rgba(4, 27, 19, 0.86) 100%),
    var(--pc-faq-image) center center / cover no-repeat;
  box-shadow: 0 30px 80px rgba(0, 58, 38, 0.18);
}

.pc-faq-heading {
  display: grid;
  gap: 0.9rem;
  width: 100%;
  justify-items: start;
  text-align: left;
}

.pc-faq-title,
.pc-faq-shell .pc-section-copy,
.pc-faq-shell .pc-section-kicker {
  color: var(--pc-color-white);
}

.pc-faq-accent {
  display: inline;
  color: #8eedb6;
}

.pc-faq-accordion {
  display: grid;
  gap: 0.95rem;
  width: min(100%, 46rem);
  margin-inline: auto;
}

.pc-faq-item {
  border-radius: 1.18rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.22);
  overflow: hidden;
}

.pc-faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.05rem 1.15rem;
  border: 0;
  background: transparent;
  color: var(--pc-color-ink);
  font: inherit;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.pc-faq-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  border-radius: 0.7rem;
  background: rgba(0, 58, 38, 0.08);
  color: var(--pc-color-deep-green);
  font-size: 1.2rem;
}

.pc-faq-toggle-minus {
  display: none;
}

.pc-faq-question[aria-expanded="true"] .pc-faq-toggle-plus {
  display: none;
}

.pc-faq-question[aria-expanded="true"] .pc-faq-toggle-minus {
  display: inline;
}

.pc-faq-answer {
  padding: 0 1.15rem 1rem;
}

.pc-faq-answer p {
  margin: 0;
  color: var(--fnlla-color-text-muted);
  line-height: 1.7;
}

.pc-insights-heading-copy {
  display: grid;
  gap: 0.9rem;
}

.pc-article-card {
  gap: 0;
  overflow: hidden;
  padding: 0;
  box-shadow: 0 18px 44px rgba(0, 58, 38, 0.06);
}

.pc-article-visual {
  overflow: hidden;
  min-height: 16.8rem;
}

.pc-article-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pc-article-copy {
  display: grid;
  gap: 0.85rem;
  padding: 1.35rem;
}

.pc-final-cta-stage {
  padding-bottom: 0;
}

.pc-final-cta-shell {
  padding: clamp(2.25rem, 3.9vw, 3.15rem);
  border-radius: 2rem;
  background: linear-gradient(180deg, #0b2b21 0%, #003a26 100%);
  box-shadow: 0 30px 76px rgba(0, 58, 38, 0.18);
}

.pc-final-cta-copy {
  display: grid;
  gap: 0.9rem;
}

.pc-final-cta-shell .pc-section-kicker,
.pc-final-cta-title,
.pc-final-cta-text {
  color: var(--pc-color-white);
}

.pc-final-cta-accent {
  display: block;
  color: #8eedb6;
}

.pc-final-cta-actions {
  align-items: center;
}

.pc-final-cta-button {
  min-height: 3.2rem;
}

.pc-final-cta-shell .pc-button-secondary {
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--pc-color-white);
}

.pc-final-cta-shell .pc-button-secondary:hover,
.pc-final-cta-shell .pc-button-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.34);
  color: var(--pc-color-white);
}

.project-operations-dropdown .dropdown-menu {
  left: auto;
  right: 0;
}

.project-dropdown-heading {
  margin: 0 0 0.5rem;
  padding: 0 0.875rem;
  color: var(--fnlla-color-text-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.project-ops-badge {
  display: inline-flex;
  align-items: center;
  margin-left: 0.5rem;
  padding: 0.12rem 0.45rem;
  border-radius: 999px;
  background: rgba(26, 65, 55, 0.12);
  color: var(--fnlla-color-primary);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-main {
  padding-bottom: 4rem;
}

.site-section-stack {
  display: grid;
  gap: 1.5rem;
}

.site-page-stack {
  display: grid;
  gap: 1.5rem;
}

.site-card-muted {
  background: var(--fnlla-card-muted-bg);
}

.site-status-anchor {
  scroll-margin-top: 8rem;
}

.site-login-grid {
  align-items: start;
}

.feature-section > .grid {
  grid-template-columns: minmax(0, 1fr);
}

#page-status {
  margin-top: 1.35rem;
}

.pc-status-shell {
  width: min(100% - 2rem, var(--pc-container-width));
  margin-inline: auto;
}

[data-pc-status-container][hidden] {
  display: none !important;
}

.pc-dismissible-alert {
  grid-template-columns: minmax(0, 1fr) 2.25rem;
  align-items: start;
}

.pc-dismissible-alert-copy {
  display: grid;
  gap: 0.35rem;
}

.pc-status-dismiss {
  display: inline-grid;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(0, 67, 147, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.64);
  color: #004393;
  font: inherit;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
  cursor: pointer;
}

.pc-status-dismiss:hover,
.pc-status-dismiss:focus-visible {
  border-color: #004393;
  background: #004393;
  color: #ffffff;
  transform: scale(1.06);
}

.pc-status-dismiss:focus-visible {
  outline: 3px solid rgba(44, 171, 226, 0.3);
  outline-offset: 3px;
}

.pc-confirmation-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 1.25rem;
}

.pc-confirmation-modal[hidden] {
  display: none !important;
}

.pc-confirmation-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 31, 48, 0.48);
  backdrop-filter: blur(6px);
}

.pc-confirmation-card {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.85rem;
  width: min(100%, 34rem);
  padding: clamp(1.35rem, 4vw, 2rem);
  border: 1px solid rgba(44, 171, 226, 0.24);
  border-radius: 1.15rem;
  background: #ffffff;
  box-shadow: 0 2rem 5rem rgba(8, 31, 48, 0.24);
  text-align: left;
}

.pc-confirmation-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  display: inline-grid;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  border: 1px solid rgba(44, 171, 226, 0.2);
  border-radius: 999px;
  background: #f5fbff;
  color: #004393;
  font: inherit;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.pc-confirmation-close:hover,
.pc-confirmation-close:focus-visible {
  background: #2cabe2;
  color: #ffffff;
  transform: scale(1.04);
}

.pc-confirmation-icon {
  display: inline-grid;
  width: 3.2rem;
  height: 3.2rem;
  place-items: center;
  border-radius: 999px;
  background: #2cabe2;
  color: #ffffff;
  font-size: 1.45rem;
  font-weight: 900;
  box-shadow: 0 0.9rem 1.8rem rgba(44, 171, 226, 0.24);
}

.pc-confirmation-kicker {
  margin: 0;
  color: #2cabe2;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pc-confirmation-title {
  max-width: 14ch;
  margin: 0;
  color: #102521;
  font-size: clamp(2rem, 6vw, 3.1rem);
  line-height: 0.98;
}

.pc-confirmation-text {
  margin: 0;
  color: rgba(11, 30, 27, 0.72);
  font-size: 1rem;
  line-height: 1.65;
}

.pc-confirmation-action {
  width: fit-content;
  margin-top: 0.4rem;
}

main > .section.pt-1:first-child {
  padding-top: 2rem;
}

.maintenance-lock-stage {
  padding-block: 2rem 3rem;
}

.maintenance-lock-shell {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(21, 48, 79, 0.12);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.maintenance-lock-shell-body {
  display: grid;
  gap: 1.5rem;
}

.maintenance-lock-panel {
  border: 1px solid rgba(21, 48, 79, 0.14);
  box-shadow: none;
}

.maintenance-lock-panel-body {
  display: grid;
  gap: 0.75rem;
}

.maintenance-lock-form {
  margin-top: 0.25rem;
}

.pc-maintenance-credentials-card,
.pc-maintenance-credentials-head {
  display: grid;
  gap: 1rem;
}

.pc-maintenance-credentials-head {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
}

.pc-maintenance-mode-switch {
  display: grid;
  justify-items: end;
  gap: 0.45rem;
  color: #0b1f33;
  cursor: pointer;
}

.pc-maintenance-mode-switch-label {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pc-maintenance-mode-switch input[type="hidden"] {
  display: none;
}

.pc-maintenance-mode-switch input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.pc-maintenance-mode-switch-track {
  position: relative;
  display: block;
  width: 3.25rem;
  height: 1.8rem;
  border: 1px solid rgba(0, 67, 147, 0.24);
  border-radius: 999px;
  background: rgba(0, 67, 147, 0.12);
  transition: background 160ms ease, border-color 160ms ease;
}

.pc-maintenance-mode-switch-track::after {
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 2px 7px rgba(11, 31, 51, 0.18);
  content: "";
  transition: transform 160ms ease;
}

.pc-maintenance-mode-switch input[type="checkbox"]:checked + .pc-maintenance-mode-switch-track {
  border-color: #2cabe2;
  background: #2cabe2;
}

.pc-maintenance-mode-switch input[type="checkbox"]:checked + .pc-maintenance-mode-switch-track::after {
  transform: translateX(1.4rem);
}

.pc-maintenance-mode-switch input[type="checkbox"]:focus-visible + .pc-maintenance-mode-switch-track {
  outline: 3px solid rgba(44, 171, 226, 0.32);
  outline-offset: 3px;
}

.pc-maintenance-clear-password {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  color: #0b1f33;
  cursor: pointer;
}

.pc-maintenance-clear-password input {
  width: 1rem;
  height: 1rem;
  margin: 0.15rem 0 0;
  accent-color: #2cabe2;
}

.pc-maintenance-clear-password span {
  display: grid;
  gap: 0.2rem;
}

.pc-maintenance-clear-password strong {
  font-size: 0.86rem;
}

.pc-maintenance-clear-password small {
  color: #65778c;
  font-size: 0.8rem;
  line-height: 1.45;
}

@media (max-width: 55rem) {
  .pc-maintenance-credentials-head {
    grid-template-columns: minmax(0, 1fr);
  }

  .pc-maintenance-mode-switch {
    justify-items: start;
  }
}

.maintenance-modal-launch {
  margin-bottom: 0.25rem;
}

.maintenance-fallback-card {
  display: none;
  border-style: dashed;
}

.maintenance-fallback-card.is-active {
  display: block;
}

.maintenance-unlock-modal-content {
  max-width: min(32rem, 100%);
}

body.client-preview-layout {
  min-height: 100vh;
  background:
    radial-gradient(circle at top center, rgba(102, 177, 241, 0.24), transparent 26rem),
    linear-gradient(180deg, #dceefc 0%, #d6e8f7 48%, #cfe3f3 100%);
}

.client-preview-stage {
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding-block: 1.75rem;
}

.client-preview-shell {
  display: grid;
  place-items: center;
}

.client-preview-card {
  width: min(100%, 36rem);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(102, 177, 241, 0.34);
  box-shadow: 0 32px 96px rgba(22, 47, 86, 0.16);
  overflow: hidden;
}

.client-preview-card-body {
  display: grid;
  gap: 1rem;
  padding: 1.45rem 0 0;
}

.client-preview-kicker {
  margin: 0;
  padding: 0 1.6rem;
  color: var(--fnlla-color-text);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.client-preview-header {
  padding: 0 1.6rem;
}

.client-preview-header-copy {
  display: grid;
  gap: 0.4rem;
}

.client-preview-title {
  margin: 0;
  color: #2b98ee;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.client-preview-meta {
  margin: 0;
  color: var(--fnlla-color-text);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.client-preview-meta-label {
  color: #2b98ee;
}

.client-preview-meta-value {
  color: var(--fnlla-color-text);
}

.client-preview-alert {
  margin-inline: 1.6rem;
}

.client-preview-status-list {
  margin: 0;
  border-top: 1px solid rgba(163, 194, 228, 0.75);
  border-bottom: 1px solid rgba(163, 194, 228, 0.75);
}

.client-preview-status-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.95rem;
  align-items: start;
  padding: 1rem 1.6rem;
}

.client-preview-status-dot {
  width: 0.74rem;
  height: 0.74rem;
  margin-top: 0.5rem;
  border-radius: 50%;
  background: #2b98ee;
}

.client-preview-status-copy {
  display: grid;
  gap: 0.12rem;
}

.client-preview-status-copy strong {
  color: #26426f;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.client-preview-status-copy span {
  color: rgba(37, 64, 108, 0.8);
  font-size: 0.84rem;
  line-height: 1.55;
}

.client-preview-workspace-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.55rem;
}

.client-preview-workspace-actions .btn {
  min-height: 2.15rem;
}

.client-preview-countdown-card {
  display: grid;
  gap: 0.9rem;
  margin: 0 1.6rem;
  padding: 1rem 1rem 0.92rem;
  border-radius: 18px;
  background: linear-gradient(180deg, #eef6ff 0%, #e7f1fb 100%);
  border: 1px solid rgba(166, 195, 228, 0.9);
}

.client-preview-countdown-label {
  color: #2f70e8;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.client-preview-countdown-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 0.35rem;
  align-items: center;
}

.client-preview-countdown-part {
  display: grid;
  justify-items: center;
  gap: 0.2rem;
}

.client-preview-countdown-value {
  color: #2f70e8;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 900;
  line-height: 0.92;
}

.client-preview-countdown-unit {
  color: rgba(38, 66, 111, 0.74);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.client-preview-countdown-separator {
  color: #2f70e8;
  font-size: 1.75rem;
  font-weight: 800;
  transform: translateY(-0.18rem);
}

.client-preview-progress {
  display: grid;
  gap: 0.45rem;
}

.client-preview-progress-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.client-preview-progress-label,
.client-preview-progress-value {
  color: #2f70e8;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.client-preview-progress-bar {
  width: 100%;
  height: 0.48rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(47, 112, 232, 0.12);
}

.client-preview-progress-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2f70e8 0%, #65a8ff 100%);
  transition: width 240ms ease;
}

.client-preview-note-row,
.client-preview-support-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.95rem;
  align-items: start;
  padding: 0 1.6rem 1rem;
}

.client-preview-support-row {
  padding-top: 1rem;
}

.client-preview-note-icon,
.client-preview-support-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  margin-top: 0.05rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #f1f5ff 0%, #e8eefc 100%);
  border: 1px solid rgba(205, 217, 241, 0.9);
  color: #2f70e8;
}

.client-preview-icon-svg {
  width: 1.08rem;
  height: 1.08rem;
  display: block;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.client-preview-note-text {
  margin: 0;
  color: rgba(37, 64, 108, 0.8);
  font-size: 0.8rem;
  line-height: 1.65;
}

.client-preview-note-copy {
  display: grid;
  gap: 0.22rem;
}

.client-preview-note-copy strong {
  color: #26426f;
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

.client-preview-support-copy {
  display: grid;
  gap: 0.18rem;
}

.client-preview-support-copy strong {
  color: #26426f;
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

.client-preview-support-link {
  color: #26426f;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
}

.client-preview-lockout,
.client-preview-actions,
.client-preview-fallback-card {
  margin-inline: 1.6rem;
}

.client-preview-lockout {
  margin-bottom: 1.2rem;
}

.client-preview-lockout-text {
  margin: 0;
  color: rgba(37, 64, 108, 0.8);
  font-size: 0.76rem;
  line-height: 1.6;
}

.client-preview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.1rem;
}

.client-preview-fallback-card {
  display: none;
  margin-bottom: 1.2rem;
  border-style: dashed;
}

.client-preview-fallback-card.is-active {
  display: block;
}

.client-preview-unlock-modal-content {
  max-width: min(31rem, 100%);
}

.developer-panel-stack,
.developer-secret-path {
  word-break: break-word;
}

.developer-overview-grid,
.developer-quick-links-grid {
  align-items: start;
}

.developer-secret-path {
  margin: 0;
}

.maintenance-lock-form .content-text,
.feature-section .content-text code {
  word-break: break-word;
}

.password-field {
  position: relative;
}

.password-field .input {
  padding-right: 5.5rem;
}

.password-field .password-toggle {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
}

.pc-access-recovery-note {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid rgba(44, 171, 226, 0.22);
  border-radius: 16px;
  background: #f5fbff;
}

.pc-access-recovery-note .feature-kicker {
  margin-bottom: 0.4rem;
}

.pc-access-recovery-note .content-title {
  margin-bottom: 0.45rem;
  font-size: clamp(1.05rem, 1.2vw, 1.2rem);
}

.pc-access-recovery-note .content-text {
  margin-bottom: 0;
  font-size: 0.95rem;
}

.project-footer {
  margin-top: 3rem;
}

.pc-footer-shell {
  display: grid;
  gap: 1.5rem;
  padding: clamp(1.95rem, 3.3vw, 2.7rem);
  border-radius: var(--pc-radius-xl);
  background: var(--pc-color-deep-green);
  color: var(--pc-color-white);
}

.pc-footer-grid {
  display: grid;
  gap: 1.25rem;
}

.pc-footer-column {
  display: grid;
  gap: 0.8rem;
  align-content: start;
}

.pc-footer-column-title {
  color: var(--pc-color-white);
  font-size: 1rem;
}

.pc-footer-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.pc-footer-button {
  width: fit-content;
  min-height: 3rem;
}

.pc-footer-list {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pc-footer-list a,
.pc-footer-note {
  color: rgba(255, 255, 255, 0.76);
}

.pc-footer-meta {
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.project-footer-brand {
  display: inline-block;
  color: var(--pc-color-white);
}

.project-footer-links {
  display: grid;
  gap: 0.65rem;
  margin: 0;
}

.project-footer-links a,
.project-footer-locked-link {
  color: rgba(255, 255, 255, 0.86);
}

.project-footer-panel {
  background: var(--fnlla-surface-bg);
  border: 1px solid var(--fnlla-surface-border);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.1);
}

.project-footer-panel .footer-note {
  color: var(--fnlla-footer-note);
}

.project-footer-intro {
  display: grid;
  gap: 0.75rem;
}

.project-footer-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.project-footer-column {
  display: grid;
  gap: 0.75rem;
  align-content: start;
}

.project-note-list {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--fnlla-footer-note);
}

.project-note-list li + li {
  margin-top: 0.5rem;
}

.project-footer-meta {
  display: grid;
  gap: 1rem;
  border-top: 1px solid var(--fnlla-surface-border);
  padding-top: 1rem;
}

.framework-update-actions-grid .btn {
  width: 100%;
}

.framework-update-channel-grid,
.framework-update-meta-grid {
  align-items: start;
}

.framework-update-card-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.framework-update-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.18rem 0.65rem;
  border-radius: 999px;
  background: rgba(26, 65, 55, 0.12);
  color: var(--fnlla-color-primary);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.framework-update-badge-muted {
  background: rgba(21, 48, 79, 0.08);
  color: var(--fnlla-color-text-muted);
}

.framework-update-summary-list {
  margin-bottom: 1rem;
}

.framework-update-surface-note {
  margin-top: 1rem;
}

.framework-update-sequence {
  margin: 0;
  padding-left: 1.25rem;
}

.framework-update-sequence li + li {
  margin-top: 0.55rem;
}

.framework-update-release-notes .form-message-text {
  line-height: 1.65;
}

.api-health-summary-grid,
.api-health-mode-grid {
  align-items: start;
}

.api-health-code-block {
  margin: 0;
  padding: 1rem;
  overflow-x: auto;
  border-radius: 1rem;
  background: rgba(15, 23, 42, 0.92);
  color: #e2ecff;
  font-size: 0.92rem;
  line-height: 1.6;
}

@media (max-width: 55rem) {
  .pc-container {
    width: min(100% - 1.1rem, var(--pc-container-width));
  }

  .project-header-section .container {
    width: min(100% - 1rem, var(--pc-container-width));
  }

  .pc-header-shell {
    padding: 0.2rem 0.3rem;
    border-radius: 1.4rem;
  }

  .pc-navbar {
    min-height: 4rem;
    gap: 0.75rem;
  }

  .pc-navbar .navbar-toggle {
    display: inline-flex;
    min-width: 3rem;
    width: 3rem;
    height: 3rem;
    padding: 0;
    margin-left: auto;
    border-radius: 0.95rem;
    background: #f5fbf6;
  }

  .pc-navbar .navbar-panel {
    position: absolute;
    top: calc(100% + 0.7rem);
    left: 0;
    right: 0;
    z-index: 80;
    margin-top: 0;
    padding: 0.9rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(0, 58, 38, 0.1);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 50px rgba(0, 58, 38, 0.14);
  }

  .pc-navbar .navbar-menu,
  .pc-navbar .navbar-actions {
    display: grid;
    gap: 0.35rem;
  }

  .pc-navbar .navbar-menu > li,
  .pc-navbar .navbar-actions > * {
    width: 100%;
  }

  .pc-navbar .project-nav-link,
  .pc-navbar .navbar-actions .btn,
  .pc-navbar .navbar-actions .pc-button {
    justify-content: flex-start;
    width: 100%;
  }

  .pc-navbar-toggle-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .pc-brand-mark {
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 0.85rem;
  }

  .project-brand-name {
    font-size: 0.94rem;
  }

  .pc-home-hero,
  .pc-section-shell,
  .pc-footer-shell {
    border-radius: 1.5rem;
  }

  .pc-about-shell,
  .pc-pricing-shell,
  .pc-services-shell,
  .pc-media-card,
  .pc-service-item,
  .pc-pricing-card {
    border-radius: 1.5rem;
  }

  .pc-home-hero-media {
    min-height: 33rem;
  }

  .pc-home-hero-image {
    object-position: 64% center;
  }

  .pc-home-hero-overlay {
    background:
      linear-gradient(180deg, rgba(0, 38, 24, 0.38) 0%, rgba(0, 38, 24, 0.18) 22%, rgba(0, 38, 24, 0.68) 100%),
      linear-gradient(90deg, rgba(0, 38, 24, 0.86) 0%, rgba(0, 38, 24, 0.5) 55%, rgba(0, 38, 24, 0.18) 100%);
  }

  .pc-home-hero-copy {
    max-width: none;
    padding: 1.25rem;
  }

  .pc-hero-review-row {
    gap: 0.65rem;
  }

  .pc-display-title {
    font-size: clamp(2.25rem, 13vw, 3.7rem);
    line-height: 0.96;
    max-width: 18rem;
  }

  .pc-section-title {
    font-size: clamp(1.6rem, 8vw, 2.1rem);
  }

  .pc-button-row,
  .pc-logo-strip-row {
    width: 100%;
  }

  .pc-button {
    width: 100%;
  }

  .pc-hero-avatar {
    width: 2.55rem;
    height: 2.55rem;
    font-size: 0.66rem;
  }

  .pc-hero-stars {
    font-size: 1.1rem;
    letter-spacing: 0.14em;
  }

  .pc-hero-rating-text {
    font-size: 0.82rem;
  }

  .pc-hero-body {
    max-width: 18rem;
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .pc-logo-strip {
    gap: 0.85rem;
    padding: 0.3rem 0 0;
  }

  .pc-logo-strip-intro {
    max-width: 19rem;
    margin-inline: auto;
    text-align: center;
    font-size: 0.68rem;
    letter-spacing: 0.05em;
  }

  .pc-logo-strip-row {
    justify-content: center;
    gap: 0.65rem;
  }

  .pc-logo-pill {
    flex: 0 1 calc(50% - 0.4rem);
    width: calc(50% - 0.4rem);
    min-width: 0;
    padding-inline: 0.75rem;
    font-size: 0.92rem;
  }

  .pc-about-title,
  .pc-pricing-title,
  .pc-services-title {
    font-size: clamp(2rem, 10.4vw, 3rem);
  }

  .pc-about-copy,
  .pc-pricing-copy,
  .pc-services-copy,
  .pc-process-copy,
  .pc-contact-text,
  .pc-testimonials-copy,
  .pc-faq-copy {
    font-size: 0.96rem;
    line-height: 1.62;
  }

  .pc-media-card {
    padding: 1rem;
  }

  .pc-media-card-visual {
    min-height: 17.6rem;
  }

  .pc-about-stats,
  .pc-pricing-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pc-stat-card {
    min-height: 11.5rem;
  }

  .pc-services-shell {
    padding: 1.45rem;
  }

  .pc-service-item {
    padding: 1.15rem;
  }

  .pc-service-summary {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.7rem;
  }

  .pc-service-index {
    font-size: 1.8rem;
  }

  .pc-service-title {
    font-size: 1.15rem;
  }

  .pc-service-panel-content {
    grid-template-columns: minmax(0, 1fr);
  }

  .pc-service-panel-media {
    min-height: 17rem;
  }

  .pc-service-button,
  .pc-pricing-button,
  .pc-about-button {
    width: 100%;
  }

  .pc-pricing-filter {
    font-size: 0.74rem;
  }

  .pc-process-shell,
  .pc-contact-shell,
  .pc-testimonials-shell,
  .pc-faq-shell,
  .pc-final-cta-shell {
    padding: 1.6rem;
  }

  .pc-process-card,
  .pc-testimonial-card,
  .pc-contact-point {
    min-height: auto;
  }

  .pc-contact-form-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pc-contact-point,
  .pc-contact-form-card {
    border-radius: 1.45rem;
  }

  .pc-faq-question {
    padding-inline: 0.95rem;
    font-size: 0.95rem;
  }

  .pc-faq-answer {
    padding-inline: 0.95rem;
  }

  .pc-article-visual {
    min-height: 14.2rem;
  }

  .pc-process-button,
  .pc-insights-button,
  .pc-footer-button {
    width: 100%;
  }

  .client-preview-stage {
    align-items: start;
    padding-block: 0.85rem;
  }

  .client-preview-card {
    width: min(100%, 29rem);
  }

  .client-preview-card-body {
    gap: 0.92rem;
    padding-top: 1.1rem;
  }

  .client-preview-kicker,
  .client-preview-header {
    padding-inline: 1rem;
  }

  .client-preview-kicker {
    font-size: 0.68rem;
  }

  .client-preview-title {
    font-size: clamp(0.96rem, 4vw, 1.12rem);
  }

  .client-preview-meta {
    font-size: 0.58rem;
  }

  .client-preview-alert,
  .client-preview-lockout,
  .client-preview-actions,
  .client-preview-fallback-card {
    margin-inline: 1rem;
  }

  .client-preview-status-item,
  .client-preview-note-row,
  .client-preview-support-row {
    padding-inline: 1rem;
  }

  .client-preview-countdown-card {
    margin-inline: 1rem;
    padding: 0.8rem 0.8rem 0.74rem;
    gap: 0.7rem;
  }

  .client-preview-status-copy strong {
    font-size: 0.8rem;
  }

  .client-preview-status-copy span {
    font-size: 0.74rem;
  }

  .client-preview-countdown-label {
    font-size: 0.7rem;
  }

  .client-preview-countdown-grid {
    gap: 0.18rem;
  }

  .client-preview-countdown-value {
    font-size: clamp(1.42rem, 6vw, 1.8rem);
  }

  .client-preview-countdown-unit {
    font-size: 0.5rem;
  }

  .client-preview-countdown-separator {
    font-size: 1.2rem;
    transform: translateY(-0.12rem);
  }

  .client-preview-progress-label,
  .client-preview-progress-value {
    font-size: 0.56rem;
  }

  .client-preview-note-text {
    font-size: 0.69rem;
    line-height: 1.55;
  }

  .client-preview-support-copy strong {
    font-size: 0.76rem;
  }
}

@media (min-width: 768px) {
  .pc-section-shell {
    grid-template-columns: minmax(0, 0.95fr) minmax(18rem, 0.85fr);
    align-items: start;
  }

  .pc-about-intro {
    grid-template-columns: minmax(12rem, 0.32fr) minmax(0, 1fr);
  }

  .pc-about-grid {
    grid-template-columns: minmax(0, 1.14fr) minmax(18rem, 0.78fr);
    align-items: stretch;
  }

  .pc-about-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pc-services-heading {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }

  .pc-service-panel-content {
    grid-template-columns: minmax(0, 0.64fr) minmax(18rem, 1.1fr);
    align-items: stretch;
  }

  .pc-pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }

  .pc-process-heading,
  .pc-insights-heading,
  .pc-final-cta-shell,
  .pc-footer-top {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .pc-process-grid,
  .pc-testimonials-grid,
  .pc-contact-points,
  .pc-insights-grid,
  .pc-footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pc-contact-shell {
    grid-template-columns: minmax(0, 0.8fr) minmax(20rem, 1.08fr);
    align-items: start;
  }

  .pc-contact-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pc-footer-grid {
    grid-template-columns: minmax(0, 1.15fr) repeat(3, minmax(0, 0.8fr));
  }

  .pc-footer-shell {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }

  .site-page-stack {
    gap: 2rem;
  }

  .pc-logo-strip {
    grid-template-columns: auto 1fr;
    align-items: center;
  }

  .pc-logo-strip-row {
    justify-content: space-between;
  }

  .maintenance-lock-stage {
    padding-block: 3rem 4rem;
  }

  .maintenance-lock-shell .card-body {
    padding: 1.75rem;
  }

  .project-footer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .project-footer-meta {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }
}

@media (min-width: 72rem) {
  .pc-insights-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr) minmax(0, 0.9fr);
    align-items: start;
  }

  .pc-insights-grid .pc-article-card:nth-child(2) .pc-article-visual {
    min-height: 22rem;
  }

  .pc-insights-grid .pc-article-card:nth-child(2) {
    transform: translateY(0.35rem);
  }

  .pc-insights-grid .pc-article-card:nth-child(2) .pc-article-copy {
    min-height: 10.4rem;
  }

  .pc-insights-grid .pc-article-card:nth-child(1) .pc-article-visual,
  .pc-insights-grid .pc-article-card:nth-child(3) .pc-article-visual {
    min-height: 14.6rem;
  }
}

@media (max-width: 68rem) {
  .pc-header-shell {
    padding: 0.2rem 0.3rem;
    border-radius: 1.4rem;
  }

  .pc-navbar {
    min-height: 4rem;
    gap: 0.75rem;
  }

  .pc-navbar .navbar-toggle {
    display: inline-flex;
    min-width: 3rem;
    width: 3rem;
    height: 3rem;
    padding: 0;
    margin-left: auto;
    border-radius: 0.95rem;
    background: #f5fbf6;
  }

  .pc-navbar .navbar-panel {
    position: absolute;
    top: calc(100% + 0.7rem);
    left: 0;
    right: 0;
    z-index: 80;
    display: none;
    margin-top: 0;
    padding: 0.9rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(0, 58, 38, 0.1);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 50px rgba(0, 58, 38, 0.14);
  }

  .pc-navbar .pc-navbar-panel-static {
    position: static;
    display: flex;
    width: auto;
    margin-left: auto;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .pc-navbar .navbar-toggle[aria-expanded="true"] + .navbar-panel {
    display: flex;
  }

  .pc-navbar .navbar-menu,
  .pc-navbar .navbar-actions {
    display: grid;
    gap: 0.35rem;
  }

  .pc-navbar .navbar-menu > li,
  .pc-navbar .navbar-actions > * {
    width: 100%;
  }

  .pc-navbar .pc-navbar-panel-static .project-navbar-actions {
    width: auto;
    display: flex;
    align-items: center;
    gap: 0.55rem;
  }

  .pc-navbar .pc-navbar-panel-static .project-navbar-actions > * {
    width: auto;
  }

  .pc-navbar .project-nav-link,
  .pc-navbar .navbar-actions .btn,
  .pc-navbar .navbar-actions .pc-button {
    justify-content: space-between;
    width: 100%;
  }

  .pc-navbar-toggle-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .pc-header-button {
    width: 100%;
  }
}

@media (min-width: 48rem) and (max-width: 72rem) {
  .pc-container {
    width: min(100% - 2rem, var(--pc-container-width));
  }

  .pc-about-intro,
  .pc-about-grid,
  .pc-services-heading,
  .pc-contact-shell,
  .pc-process-heading,
  .pc-insights-heading,
  .pc-final-cta-shell,
  .pc-footer-top {
    grid-template-columns: minmax(0, 1fr);
  }

  .pc-service-panel-content {
    grid-template-columns: minmax(0, 1fr);
  }

  .pc-pricing-grid,
  .pc-process-grid,
  .pc-testimonials-grid,
  .pc-insights-grid,
  .pc-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pc-pricing-card-featured,
  .pc-insights-grid .pc-article-card:last-child {
    grid-column: span 2;
  }

  .pc-contact-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pc-footer-button,
  .pc-process-button,
  .pc-insights-button {
    width: fit-content;
  }
}

:root,
[data-fnlla-theme="default"] {
  --brand-primary: #0b3f35;
  --brand-secondary: #2cabe2;
  --brand-accent: #004393;
  --brand-dark: #083028;
  --brand-light: #f4fbff;
  --fnlla-color-primary: var(--brand-primary);
  --fnlla-color-primary-soft: rgba(44, 171, 226, 0.16);
  --fnlla-color-bg: #fbfdff;
  --fnlla-color-bg-alt: #edf6fb;
  --fnlla-shell-radial: rgba(44, 171, 226, 0.16);
  --fnlla-shell-bg-start: #fbfdff;
  --fnlla-shell-bg-mid: #f6fbff;
  --fnlla-shell-bg-end: #edf6fb;
  --fnlla-header-border: rgba(8, 48, 40, 0.1);
  --fnlla-brand-bg: var(--brand-primary);
  --fnlla-surface-border: rgba(8, 48, 40, 0.1);
  --pc-color-deep-green: var(--brand-dark);
  --pc-color-bright-green: var(--brand-secondary);
  --pc-color-primary: var(--brand-primary);
  --pc-color-accent: var(--brand-secondary);
  --pc-color-surface-soft: #eef8fd;
  --pc-shadow-soft: 0 22px 60px rgba(0, 67, 147, 0.08);
}

body {
  background:
    radial-gradient(circle at top right, rgba(44, 171, 226, 0.16), transparent 26rem),
    linear-gradient(180deg, #fbfdff 0%, #f6fbff 48%, #edf6fb 100%);
}

.pc-brand {
  gap: 0;
}

.pc-brand-mark,
.project-brand-name {
  display: none;
}

.pc-brand-logo-image {
  display: block;
  width: clamp(11rem, 17vw, 15rem);
  height: auto;
}

.pc-footer-logo-image {
  display: block;
  width: min(100%, 17rem);
  height: auto;
}

.pc-header-shell {
  border-color: rgba(8, 48, 40, 0.08);
  box-shadow: 0 24px 60px rgba(0, 67, 147, 0.08);
}

.pc-navbar .navbar-toggle,
.pc-navbar .navbar-panel {
  border-color: rgba(44, 171, 226, 0.22);
}

.pc-navbar .navbar-toggle {
  color: var(--brand-accent);
}

.project-nav-link {
  color: rgba(8, 48, 40, 0.78);
}

.pc-button-primary {
  background: var(--brand-primary);
  border-color: var(--brand-primary);
}

.pc-button-primary:hover,
.pc-button-primary:focus-visible {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
}

.pc-button-secondary {
  background: rgba(44, 171, 226, 0.05);
  border-color: rgba(44, 171, 226, 0.28);
  color: var(--brand-accent);
}

.pc-button-secondary:hover,
.pc-button-secondary:focus-visible {
  background: rgba(44, 171, 226, 0.1);
  border-color: rgba(0, 67, 147, 0.26);
  color: var(--brand-accent);
}

.pc-button-secondary .pc-button-icon {
  background: rgba(44, 171, 226, 0.14);
  color: var(--brand-accent);
}

.pc-section-kicker,
.pc-footer-kicker,
.pc-article-tag,
.pc-inline-accent,
.pc-display-accent,
.pc-services-accent,
.pc-pricing-accent-line,
.pc-process-accent,
.pc-testimonials-accent,
.pc-contact-accent,
.pc-faq-accent,
.pc-insights-accent,
.pc-final-cta-accent {
  color: var(--brand-secondary);
}

.pc-hero-shell {
  background: var(--brand-dark);
  box-shadow: 0 28px 80px rgba(0, 67, 147, 0.14);
}

.pc-logo-pill {
  color: rgba(8, 48, 40, 0.5);
}

.pc-services-shell,
.pc-section-shell-dark,
.pc-stat-card,
.pc-pricing-card-featured,
.pc-final-cta-shell,
.pc-footer-shell {
  background: linear-gradient(180deg, #0b3f35 0%, #083028 100%);
}

.pc-section-shell-dark .pc-section-kicker,
.pc-section-shell-dark .pc-placeholder-label,
.pc-final-cta-shell .pc-section-kicker {
  color: #9ddff6;
}

.pc-pricing-filter.is-active,
.pc-process-dot {
  background: var(--brand-secondary);
}

.pc-process-dot::after {
  background: var(--brand-accent);
}

.pc-services-copy,
.pc-footer-text,
.pc-footer-list a,
.pc-footer-note {
  color: rgba(255, 255, 255, 0.8);
}

.pc-faq-shell {
  background:
    linear-gradient(90deg, rgba(8, 48, 40, 0.88) 0%, rgba(8, 48, 40, 0.7) 42%, rgba(0, 67, 147, 0.36) 100%),
    var(--pc-faq-image) center center / cover no-repeat;
}

.pc-contact-form-note {
  color: rgba(8, 48, 40, 0.74);
}

@media (max-width: 55rem) {
  .pc-brand-logo-image {
    width: 11.5rem;
  }

  .pc-hero-image {
    object-position: center center;
  }
}

.pc-page-shell {
  display: grid;
  gap: clamp(2.6rem, 4.4vw, 3.8rem);
}

.pc-services-bridge-stage {
  padding-block: 0;
  margin-block: clamp(2rem, 4vw, 3.5rem);
}

.pc-services-bridge-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: stretch;
  width: min(100% - 2rem, var(--pc-container-width));
  margin-inline: auto;
  padding: clamp(1.35rem, 3vw, 2rem);
  border: 1px solid rgba(44, 171, 226, 0.16);
  border-radius: 0.75rem;
  background: #ffffff;
  box-shadow: 0 1rem 2.8rem rgba(11, 31, 51, 0.06);
}

.pc-services-bridge-copy {
  display: grid;
  gap: 0.85rem;
  align-content: center;
  width: 100%;
}

.pc-services-bridge-title {
  max-width: none;
  margin: 0;
  color: #102521;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.98;
}

.pc-services-bridge-text {
  max-width: none;
}

.project-header-section {
  padding-block: 1.15rem 0.5rem;
}

.pc-header-shell {
  border-radius: 1.95rem;
  border: 1px solid rgba(0, 58, 38, 0.08);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 60px rgba(0, 58, 38, 0.08);
}

.pc-navbar {
  display: flex;
  align-items: center;
  min-height: 5.35rem;
  padding-inline: 0.55rem;
}

.project-brand {
  gap: 0.85rem;
}

.pc-brand-mark {
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 1rem;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
}

.project-brand-name {
  color: var(--pc-color-primary);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.pc-navbar-menu {
  gap: 1.2rem;
}

.project-nav-link {
  color: rgba(11, 30, 27, 0.82);
  font-size: 0.92rem;
  font-weight: 600;
}

.project-navbar-actions {
  gap: 0.75rem;
}

.pc-button {
  gap: 0.9rem;
  min-height: 3.35rem;
  padding: 0.82rem 0.9rem 0.82rem 1.25rem;
  border-radius: var(--pc-radius-pill);
  font-size: 0.96rem;
  font-weight: 700;
}

.pc-button-label {
  display: inline-flex;
  align-items: center;
}

.pc-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  font-size: 1rem;
  line-height: 1;
}

.pc-button-primary .pc-button-icon {
  background: var(--pc-color-white);
  color: var(--pc-color-primary);
}

.pc-button-secondary .pc-button-icon {
  background: rgba(0, 58, 38, 0.08);
  color: var(--pc-color-primary);
}

.pc-header-button {
  min-height: 3.1rem;
  padding-left: 1.15rem;
}

.pc-header-button .pc-button-icon {
  width: 2.2rem;
  height: 2.2rem;
}

.pc-hero-stage {
  padding-top: var(--pc-space-sm);
  padding-inline: 0;
}

.pc-hero-shell {
  position: relative;
  overflow: hidden;
  display: grid;
  width: 100%;
  min-height: clamp(43rem, 69vw, 56rem);
  border-radius: 0;
  background: #0a2319;
  box-shadow: 0 28px 80px rgba(0, 58, 38, 0.18);
}

.pc-hero-copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 1.5rem;
  align-content: center;
  width: min(100% - 2rem, var(--pc-container-width));
  margin-inline: auto;
  min-height: inherit;
  padding: clamp(2.25rem, 5vw, 3.9rem);
}

.pc-hero-copy .pc-section-kicker {
  color: rgba(255, 255, 255, 0.74);
  letter-spacing: 0.1em;
}

.pc-hero-copy .pc-display-title,
.pc-hero-copy-text {
  color: var(--pc-color-white);
}

.pc-hero-copy .pc-display-title {
  font-size: clamp(3.5rem, 7.3vw, 6.35rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
  max-width: 10ch;
}

.pc-display-accent {
  color: #9bef57;
}

.pc-hero-copy-text {
  max-width: 34rem;
  font-size: 1.14rem;
  line-height: 1.74;
}

.pc-hero-button {
  width: fit-content;
  background: var(--pc-color-white);
  border-color: var(--pc-color-white);
  color: var(--pc-color-primary);
}

.pc-hero-button .pc-button-icon {
  background: var(--pc-color-primary);
  color: var(--pc-color-white);
}

.pc-logo-strip-stage {
  padding-block: 0;
}

.pc-logo-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 1.6rem;
  padding: 0.4rem 0 0.1rem;
}

.pc-logo-pill {
  min-height: auto;
  padding: 0.35rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(11, 30, 27, 0.34);
  font-size: clamp(0.94rem, 1.2vw, 1.04rem);
  font-weight: 800;
  letter-spacing: 0;
}

.pc-home-section {
  padding-block: 0;
}

.pc-section-shell {
  min-height: 20rem;
}

.pc-placeholder-panel {
  display: grid;
  gap: var(--pc-space-md);
  min-height: 100%;
  padding: clamp(1rem, 3vw, 1.5rem);
  border: 1px dashed rgba(0, 58, 38, 0.18);
  border-radius: var(--pc-radius-lg);
  background: rgba(255, 255, 255, 0.72);
}

.pc-placeholder-label {
  margin: 0;
  color: rgba(11, 30, 27, 0.78);
  font-size: 0.95rem;
  line-height: 1.65;
}

.pc-placeholder-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.pc-placeholder-cell {
  display: block;
  min-height: 5rem;
  border-radius: 1.1rem;
  background:
    linear-gradient(135deg, rgba(6, 160, 84, 0.12) 0%, rgba(0, 58, 38, 0.08) 100%);
}

.pc-placeholder-cell-wide {
  grid-column: 1 / -1;
  min-height: 8rem;
}

.pc-section-shell-dark .pc-placeholder-panel {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
}

.pc-section-shell-dark .pc-placeholder-label {
  color: rgba(255, 255, 255, 0.8);
}

.pc-section-shell-dark .pc-placeholder-cell {
  background:
    linear-gradient(135deg, rgba(124, 225, 172, 0.16) 0%, rgba(255, 255, 255, 0.08) 100%);
}

.pc-footer-shell {
  gap: var(--pc-space-md);
}

@media (max-width: 55rem) {
  .pc-header-shell {
    padding: 0.16rem 0.22rem;
    border-radius: 1.35rem;
  }

  .pc-navbar {
    min-height: 4.2rem;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .pc-navbar .navbar-toggle {
    display: inline-flex;
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0.45rem;
    transform: translateY(-50%);
    margin-left: 0;
    background: #f7fbf7;
    border: 1px solid rgba(0, 58, 38, 0.12);
    box-shadow: 0 10px 24px rgba(0, 58, 38, 0.08);
  }

  .pc-navbar .navbar-panel {
    display: none;
    top: calc(100% + 0.55rem);
    padding: 0.75rem;
    border-radius: 1.1rem;
  }

  .pc-navbar .pc-navbar-panel-static {
    display: flex;
    position: static;
    width: auto;
    margin-left: auto;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .pc-navbar .navbar-toggle[aria-expanded="true"] + .navbar-panel {
    display: flex;
  }

  .pc-navbar .project-nav-link,
  .pc-navbar .navbar-actions .btn,
  .pc-navbar .navbar-actions .pc-button {
    justify-content: space-between;
  }

  .pc-button {
    width: 100%;
  }

  .pc-header-button {
    width: 100%;
  }

  .pc-brand-mark {
    width: 2.45rem;
    height: 2.45rem;
    border-radius: 0.85rem;
  }

  .project-brand {
    min-width: 0;
    flex: 1 1 auto;
  }

  .project-brand-name {
    display: block;
    font-size: 0.93rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .pc-page-shell {
    gap: 1.85rem;
  }

  .pc-hero-shell {
    min-height: 40rem;
  }

  .pc-hero-image {
    object-position: 74% center;
  }

  .pc-hero-overlay {
    background:
      linear-gradient(180deg, rgba(2, 23, 16, 0.22) 0%, rgba(2, 23, 16, 0.28) 18%, rgba(2, 23, 16, 0.78) 68%, rgba(2, 23, 16, 0.92) 100%),
      linear-gradient(90deg, rgba(2, 23, 16, 0.74) 0%, rgba(2, 23, 16, 0.18) 56%, rgba(2, 23, 16, 0.04) 100%);
  }

  .pc-hero-copy {
    align-content: end;
    width: min(100% - 1rem, var(--pc-container-width));
    padding: 1.55rem;
    gap: 1.15rem;
  }

  .pc-hero-copy .pc-display-title {
    max-width: 6ch;
    font-size: clamp(3rem, 13.8vw, 4.45rem);
  }

  .pc-hero-copy-text {
    max-width: 19.5rem;
    font-size: 1.01rem;
    line-height: 1.62;
  }

  .pc-hero-button {
    width: fit-content;
  }

  .pc-logo-strip {
    justify-content: center;
    gap: 0.5rem 0.8rem;
  }

  .pc-logo-pill {
    flex: 0 1 calc(50% - 0.5rem);
    text-align: center;
    font-size: 0.84rem;
    color: rgba(11, 30, 27, 0.42);
  }

  .pc-placeholder-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* EOF brand override */
:root,
[data-fnlla-theme="default"] {
  --brand-primary: #0b3f35;
  --brand-secondary: #2cabe2;
  --brand-accent: #004393;
  --brand-dark: #083028;
  --brand-light: #f4fbff;
  --fnlla-color-primary: var(--brand-primary);
  --fnlla-color-primary-soft: rgba(44, 171, 226, 0.16);
  --fnlla-color-bg: #fbfdff;
  --fnlla-color-bg-alt: #edf6fb;
  --fnlla-shell-radial: rgba(44, 171, 226, 0.16);
  --fnlla-shell-bg-start: #fbfdff;
  --fnlla-shell-bg-mid: #f6fbff;
  --fnlla-shell-bg-end: #edf6fb;
  --fnlla-header-border: rgba(8, 48, 40, 0.1);
  --fnlla-brand-bg: var(--brand-primary);
  --fnlla-surface-border: rgba(8, 48, 40, 0.1);
  --pc-color-deep-green: var(--brand-dark);
  --pc-color-bright-green: var(--brand-secondary);
  --pc-color-primary: var(--brand-primary);
  --pc-color-accent: var(--brand-secondary);
  --pc-color-surface-soft: #eef8fd;
  --pc-shadow-soft: 0 22px 60px rgba(0, 67, 147, 0.08);
}

body {
  background:
    radial-gradient(circle at top right, rgba(44, 171, 226, 0.16), transparent 26rem),
    linear-gradient(180deg, #fbfdff 0%, #f6fbff 48%, #edf6fb 100%);
}

.project-brand,
.pc-brand {
  gap: 0;
  flex: 0 0 auto;
}

.pc-brand-logo-image {
  display: block;
  width: clamp(13.2rem, 19vw, 17rem);
  height: auto;
  flex: 0 0 auto;
}

.pc-footer-logo-image {
  display: block;
  width: min(100%, 18rem);
  height: auto;
}

.pc-header-shell {
  border-color: rgba(8, 48, 40, 0.08);
  box-shadow: 0 24px 60px rgba(0, 67, 147, 0.08);
}

.pc-navbar .navbar-toggle,
.pc-navbar .navbar-panel {
  border-color: rgba(44, 171, 226, 0.22);
}

.pc-navbar .navbar-toggle {
  color: var(--brand-accent);
}

.project-nav-link {
  color: rgba(8, 48, 40, 0.78);
}

.pc-button-primary {
  background: var(--brand-primary);
  border-color: var(--brand-primary);
}

.pc-button-primary:hover,
.pc-button-primary:focus-visible {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
}

.pc-button-secondary {
  background: rgba(44, 171, 226, 0.05);
  border-color: rgba(44, 171, 226, 0.28);
  color: var(--brand-accent);
}

.pc-button-secondary:hover,
.pc-button-secondary:focus-visible {
  background: rgba(44, 171, 226, 0.1);
  border-color: rgba(0, 67, 147, 0.26);
  color: var(--brand-accent);
}

.pc-button-secondary .pc-button-icon {
  background: rgba(44, 171, 226, 0.14);
  color: var(--brand-accent);
}

.pc-section-kicker,
.pc-footer-kicker,
.pc-article-tag,
.pc-inline-accent,
.pc-display-accent,
.pc-services-accent,
.pc-pricing-accent-line,
.pc-process-accent,
.pc-testimonials-accent,
.pc-contact-accent,
.pc-faq-accent,
.pc-insights-accent,
.pc-final-cta-accent {
  color: var(--brand-secondary);
}

.pc-hero-shell {
  background: var(--brand-dark);
  box-shadow: 0 28px 80px rgba(0, 67, 147, 0.14);
}

.pc-hero-image {
  object-position: center center;
}

.pc-hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 48, 40, 0.92) 0%, rgba(8, 48, 40, 0.74) 32%, rgba(8, 48, 40, 0.24) 72%, rgba(0, 67, 147, 0.1) 100%),
    linear-gradient(180deg, rgba(0, 67, 147, 0.08) 0%, rgba(8, 48, 40, 0.3) 100%);
}

.pc-media-card-visual img {
  object-position: center 78%;
}

.pc-logo-pill {
  color: rgba(8, 48, 40, 0.5);
}

.pc-services-shell,
.pc-section-shell-dark,
.pc-stat-card,
.pc-pricing-card-featured,
.pc-final-cta-shell,
.pc-footer-shell {
  background: linear-gradient(180deg, #0b3f35 0%, #083028 100%);
}

.pc-section-shell-dark .pc-section-kicker,
.pc-section-shell-dark .pc-placeholder-label,
.pc-final-cta-shell .pc-section-kicker {
  color: #9ddff6;
}

.pc-pricing-filter.is-active,
.pc-process-dot {
  background: var(--brand-secondary);
}

.pc-process-dot::after {
  background: var(--brand-accent);
}

.pc-services-copy,
.pc-footer-text,
.pc-footer-list a,
.pc-footer-note {
  color: rgba(255, 255, 255, 0.8);
}

.pc-faq-shell {
  background:
    linear-gradient(90deg, rgba(8, 48, 40, 0.88) 0%, rgba(8, 48, 40, 0.7) 42%, rgba(0, 67, 147, 0.36) 100%),
    var(--pc-faq-image) center center / cover no-repeat;
}

.pc-contact-form-note {
  color: rgba(8, 48, 40, 0.74);
}

@media (max-width: 55rem) {
  .pc-brand-logo-image {
    width: 11.6rem;
  }

  .pc-hero-image {
    object-position: center center;
  }

  .pc-media-card-visual img {
    object-position: center 72%;
  }
}

/* Final multipage brand override */
:root,
[data-fnlla-theme="default"] {
  --brand-primary: #2cabe2;
  --brand-secondary: #2cabe2;
  --brand-accent: #2cabe2;
  --brand-dark: #004393;
  --brand-light: #f2f8ff;
  --fnlla-color-primary: var(--brand-primary);
  --fnlla-color-primary-soft: rgba(44, 171, 226, 0.16);
  --fnlla-color-bg: #f8fbff;
  --fnlla-color-bg-alt: #edf4ff;
  --fnlla-shell-radial: rgba(44, 171, 226, 0.16);
  --fnlla-shell-bg-start: #fbfdff;
  --fnlla-shell-bg-mid: #f4f9ff;
  --fnlla-shell-bg-end: #edf4ff;
  --fnlla-header-border: rgba(0, 67, 147, 0.12);
  --fnlla-brand-bg: var(--brand-primary);
  --fnlla-surface-border: rgba(0, 67, 147, 0.12);
  --pc-color-deep-green: var(--brand-dark);
  --pc-color-bright-green: var(--brand-secondary);
  --pc-color-primary: var(--brand-primary);
  --pc-color-accent: var(--brand-accent);
  --pc-color-surface-soft: #edf5ff;
  --pc-shadow-soft: 0 24px 60px rgba(0, 67, 147, 0.1);
}

body {
  background:
    radial-gradient(circle at top right, rgba(44, 171, 226, 0.18), transparent 28rem),
    linear-gradient(180deg, #fbfdff 0%, #f4f9ff 50%, #edf4ff 100%);
}

.pc-site-body {
  padding-top: clamp(5.65rem, 8vw, 6.8rem);
}

.project-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 120;
}

.project-header-section {
  padding-block: 0.9rem 0;
}

.pc-header-shell {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(0, 67, 147, 0.1);
  box-shadow: 0 22px 56px rgba(0, 67, 147, 0.12);
  backdrop-filter: blur(18px);
}

.pc-navbar .navbar-toggle,
.pc-navbar .navbar-panel {
  border-color: rgba(44, 171, 226, 0.22);
}

.pc-navbar .navbar-toggle {
  color: var(--brand-accent);
  background: #eef6ff;
}

.pc-navbar .navbar-panel {
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0 24px 50px rgba(0, 67, 147, 0.12);
}

.project-nav-link {
  color: rgba(0, 67, 147, 0.82);
}

.project-nav-link[aria-current="page"] {
  color: var(--brand-accent);
}

.pc-display-accent,
.pc-inline-accent {
  color: var(--brand-secondary);
  font-family: "Fraunces", Georgia, serif;
  font-style: normal;
  font-weight: 500;
}

.pc-section-kicker,
.pc-footer-kicker,
.pc-article-tag,
.pc-services-accent,
.pc-pricing-accent-line,
.pc-process-accent,
.pc-testimonials-accent,
.pc-contact-accent,
.pc-faq-accent,
.pc-insights-accent,
.pc-final-cta-accent {
  color: var(--brand-accent);
}

.pc-button-primary {
  background: var(--brand-primary);
  border-color: var(--brand-primary);
}

.pc-button-primary:hover,
.pc-button-primary:focus-visible {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
}

.pc-button-secondary {
  background: rgba(44, 171, 226, 0.06);
  border-color: rgba(44, 171, 226, 0.28);
  color: var(--brand-accent);
}

.pc-button-secondary:hover,
.pc-button-secondary:focus-visible {
  background: rgba(44, 171, 226, 0.12);
  border-color: rgba(0, 67, 147, 0.28);
}

.pc-button-secondary .pc-button-icon {
  background: rgba(44, 171, 226, 0.16);
  color: var(--brand-accent);
}

.pc-hero-shell {
  background: var(--brand-dark);
  box-shadow: 0 30px 86px rgba(0, 67, 147, 0.16);
}

.pc-hero-overlay {
  background:
    linear-gradient(90deg, rgba(0, 67, 147, 0.92) 0%, rgba(0, 67, 147, 0.78) 34%, rgba(0, 67, 147, 0.24) 74%, rgba(44, 171, 226, 0.08) 100%),
    linear-gradient(180deg, rgba(44, 171, 226, 0.08) 0%, rgba(0, 67, 147, 0.3) 100%);
}

.pc-logo-pill {
  color: rgba(0, 67, 147, 0.54);
}

.pc-services-shell,
.pc-section-shell-dark,
.pc-stat-card,
.pc-pricing-card-featured,
.pc-final-cta-shell,
.pc-footer-shell {
  background: linear-gradient(180deg, #2cabe2 0%, #004393 100%);
}

.pc-section-shell-dark .pc-section-kicker,
.pc-final-cta-shell .pc-section-kicker,
.pc-services-shell .pc-section-kicker {
  color: #9fd7ff;
}

.pc-pricing-filter.is-active,
.pc-process-dot {
  background: var(--brand-secondary);
}

.pc-process-dot::after {
  background: var(--brand-accent);
}

.pc-services-copy,
.pc-footer-text,
.pc-footer-list a,
.pc-footer-note {
  color: rgba(255, 255, 255, 0.82);
}

.pc-faq-shell {
  background:
    linear-gradient(90deg, rgba(7, 43, 99, 0.9) 0%, rgba(7, 43, 99, 0.76) 42%, rgba(56, 168, 255, 0.34) 100%),
    var(--pc-faq-image) center center / cover no-repeat;
}

.pc-page-intro-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) auto;
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: end;
  padding: clamp(1.65rem, 3vw, 2.4rem);
  border-radius: 2rem;
  border: 1px solid rgba(10, 121, 214, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(244, 249, 255, 0.94) 100%),
    linear-gradient(180deg, rgba(56, 168, 255, 0.08) 0%, rgba(12, 79, 184, 0.04) 100%);
  box-shadow: 0 20px 55px rgba(12, 79, 184, 0.08);
}

.pc-page-intro-copy,
.pc-page-intro-actions {
  display: grid;
  gap: 1rem;
}

.pc-page-intro-title {
  max-width: 24ch;
  font-size: clamp(2.2rem, 4.6vw, 3.85rem);
  line-height: 0.96;
}

.pc-page-intro-text {
  max-width: 42rem;
}

.pc-page-intro-actions {
  justify-items: start;
}

@media (max-width: 68rem) {
  .pc-site-body {
    padding-top: 5.45rem;
  }

  .pc-page-intro-shell {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }

  .pc-navbar .navbar-toggle {
    background: #eef6ff;
  }

  .pc-navbar .navbar-panel {
    box-shadow: 0 24px 48px rgba(7, 43, 99, 0.14);
  }
}

@media (max-width: 55rem) {
  .pc-site-body {
    padding-top: 5.3rem;
  }

  .pc-navbar,
  .pc-footer-shell > * {
    width: min(100% - 1rem, var(--pc-container-width));
  }

  .pc-page-intro-shell {
    grid-template-columns: minmax(0, 1fr);
    padding: 1.45rem 1.25rem;
    border-radius: 1.65rem;
  }

  .pc-page-intro-title {
    max-width: 14ch;
    font-size: clamp(1.95rem, 8vw, 2.6rem);
  }
}

/* Flat commercial pass */
:root,
[data-fnlla-theme="default"] {
  --fnlla-color-bg: #f4f8fc;
  --fnlla-color-bg-alt: #edf3f8;
  --fnlla-shell-radial: transparent;
  --fnlla-shell-bg-start: #f4f8fc;
  --fnlla-shell-bg-mid: #f4f8fc;
  --fnlla-shell-bg-end: #f4f8fc;
  --pc-shadow-soft: none;
}

body {
  background: #f4f8fc;
}

.pc-header-shell,
.pc-navbar .navbar-panel,
.pc-page-intro-shell,
.pc-hero-shell,
.pc-about-shell,
.pc-media-card,
.pc-stat-card,
.pc-services-shell,
.pc-service-panel,
.pc-service-panel-media,
.pc-final-cta-shell,
.pc-footer-shell,
.pc-contact-form-card,
.pc-faq-shell,
.pc-pricing-shell,
.pc-button-primary,
.pc-button-secondary {
  box-shadow: none !important;
}

.pc-button-primary,
.pc-button-primary:hover,
.pc-button-primary:focus-visible {
  background: var(--brand-primary);
  border-color: var(--brand-primary);
}

.pc-button-secondary,
.pc-button-secondary:hover,
.pc-button-secondary:focus-visible,
.pc-final-cta-shell .pc-button-secondary,
.pc-final-cta-shell .pc-button-secondary:hover,
.pc-final-cta-shell .pc-button-secondary:focus-visible {
  background: transparent;
}

.pc-hero-shell,
.pc-services-shell,
.pc-stat-card,
.pc-final-cta-shell,
.pc-footer-shell,
.pc-contact-form-card {
  background: var(--brand-dark);
}

.pc-hero-overlay {
  background: rgba(0, 67, 147, 0.68);
}

.pc-media-card-visual::after {
  background: rgba(0, 67, 147, 0.12);
}

.pc-page-intro-shell,
.pc-pricing-shell {
  background: #ffffff;
}

.pc-faq-shell {
  background-color: var(--brand-dark);
  background-image: var(--pc-faq-image);
  background-position: center center;
  background-size: cover;
}

.pc-header-shell,
.pc-footer-shell {
  border-radius: 0 !important;
}

/* Full-width sections experiment */
:root,
[data-fnlla-theme="default"] {
  --pc-full-bleed-gutter: max(1rem, calc((100% - var(--pc-container-width)) / 2));
}

.pc-inner-hero-stage,
.pc-logo-strip-stage,
.pc-home-section {
  width: 100%;
  max-width: none;
  padding-block: 0;
  padding-inline: 0;
}

.pc-page-intro-shell,
.pc-about-shell,
.pc-services-shell,
.pc-pricing-shell,
.pc-process-shell,
.pc-contact-shell,
.pc-testimonials-shell,
.pc-faq-shell,
.pc-insights-shell,
.pc-final-cta-shell {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}

.pc-page-intro-shell,
.pc-services-shell,
.pc-pricing-shell,
.pc-process-shell,
.pc-contact-shell,
.pc-testimonials-shell,
.pc-faq-shell,
.pc-insights-shell,
.pc-final-cta-shell {
  padding-inline: max(1rem, calc((100% - var(--pc-container-width)) / 2 + 1.5rem));
}

.pc-about-shell {
  padding-inline: var(--pc-full-bleed-gutter);
}

.pc-logo-strip {
  width: min(100% - 2rem, var(--pc-container-width));
  margin-inline: auto;
}

/* Header uppercase + quote forms pass */
.pc-navbar .project-nav-link,
.pc-navbar .project-dropdown-toggle,
.pc-navbar-toggle-label,
.pc-header-button .pc-button-label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  font-weight: 700;
}

.pc-navbar .project-nav-link {
  white-space: nowrap;
}

.pc-header-button {
  padding: 0.35rem 1rem;
  border-radius: 999px;
}

.project-header .pc-navbar .pc-header-button.btn.pc-button,
.project-header .pc-navbar .navbar-panel .pc-header-button.btn.pc-button,
html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-navbar .navbar-panel .pc-header-button.btn.pc-button {
  padding: 0.35rem 1rem !important;
  border-radius: 999px !important;
}

.pc-header-utility-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
}

.pc-header-locale-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.12rem;
  padding: 0.16rem;
  border: 1px solid rgba(44, 171, 226, 0.24);
  border-radius: var(--pc-radius-pill);
  background: rgba(255, 255, 255, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 10px 24px rgba(0, 67, 147, 0.08);
  backdrop-filter: blur(10px);
}

.pc-header-locale-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.75rem;
  min-height: 2rem;
  padding: 0.32rem 0.72rem;
  border: 1px solid transparent;
  border-radius: var(--pc-radius-pill);
  color: rgba(0, 67, 147, 0.66);
  font-family: var(--pc-heading-font);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.pc-header-locale-link:hover,
.pc-header-locale-link:focus-visible {
  background: rgba(44, 171, 226, 0.09);
  border-color: rgba(44, 171, 226, 0.14);
  color: var(--brand-accent);
  text-decoration: none;
  transform: translateY(-1px);
}

.pc-header-locale-link[aria-current="true"] {
  background: linear-gradient(180deg, #35b4e9 0%, var(--brand-accent) 100%);
  border-color: rgba(0, 67, 147, 0.08);
  color: #fff;
  box-shadow:
    0 8px 18px rgba(44, 171, 226, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.pc-header-locale-link[aria-current="true"]:hover,
.pc-header-locale-link[aria-current="true"]:focus-visible {
  background: linear-gradient(180deg, #35b4e9 0%, var(--brand-accent) 100%);
  border-color: rgba(0, 67, 147, 0.08);
  transform: none;
}

@media (max-width: 68rem) {
  .pc-header-locale-switcher {
    gap: 0.08rem;
    padding: 0.14rem;
    position: fixed;
    top: 1.2rem;
    right: 1rem;
    z-index: 75;
  }

  .pc-header-locale-link {
    min-width: 2.36rem;
    min-height: 1.82rem;
    padding-inline: 0.52rem;
    font-size: 0.62rem;
    letter-spacing: 0.1em;
  }
}

@media (max-width: 30rem) {
  .pc-navbar:has(.pc-header-locale-switcher) {
    gap: 0.5rem;
  }

  .pc-navbar:has(.pc-header-locale-switcher) .pc-brand-logo-image {
    width: clamp(9.9rem, 43vw, 11rem);
  }

  .pc-navbar .pc-navbar-panel-static:has(.pc-header-locale-switcher) {
    flex: 0 0 auto;
    margin-left: auto;
    max-width: calc(100% - 10.7rem);
  }

  .pc-navbar .pc-navbar-panel-static:has(.pc-header-locale-switcher) .project-navbar-actions {
    flex: 0 0 auto;
    max-width: 100%;
  }
}

.pc-header-dropdown {
  position: relative;
}

.pc-header-dropdown[open] {
  z-index: 30;
}

.pc-header-dropdown-toggle,
.pc-header-session-button {
  list-style: none;
}

.pc-header-dropdown-toggle::-webkit-details-marker {
  display: none;
}

.pc-header-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 2.5rem;
  padding: 0.48rem 0.8rem;
  border: 1px solid rgba(44, 171, 226, 0.18);
  border-radius: 999px;
  background: #f4f9ff;
  color: var(--pc-brand-ink);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.pc-header-dropdown-toggle:hover,
.pc-header-dropdown-toggle:focus-visible {
  border-color: rgba(44, 171, 226, 0.34);
  background: #ebf7fd;
  color: var(--pc-brand-ink-strong);
}

.pc-header-dropdown[open] .pc-header-dropdown-toggle {
  border-color: rgba(44, 171, 226, 0.34);
  background: #ebf7fd;
  color: var(--pc-brand-ink-strong);
}

.pc-header-dropdown-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 999px;
  background: rgba(44, 171, 226, 0.12);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
  transition: transform 180ms ease;
}

.pc-header-dropdown[open] .pc-header-dropdown-icon {
  transform: rotate(45deg);
}

.pc-header-dropdown-menu {
  position: absolute;
  top: calc(100% + 0.55rem);
  right: 0;
  min-width: 16rem;
  padding: 0.8rem;
  border: 1px solid rgba(44, 171, 226, 0.16);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0 20px 44px rgba(44, 171, 226, 0.16);
}

.pc-header-dropdown-list {
  display: grid;
  gap: 0.4rem;
}

.pc-header-dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.7rem 0.8rem;
  border-radius: 0.95rem;
  color: #0b1f33;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}

.pc-header-dropdown-item:hover,
.pc-header-dropdown-item:focus-visible {
  background: #f4f9ff;
  color: var(--pc-brand-ink-strong);
}

.pc-header-dropdown-item strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  min-height: 1.5rem;
  padding-inline: 0.36rem;
  border-radius: 999px;
  background: rgba(44, 171, 226, 0.14);
  color: var(--pc-brand-ink-strong);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
}

.pc-header-utility-link,
.pc-header-session-button {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.5rem;
  padding: 0.48rem 0.8rem;
  border: 1px solid rgba(44, 171, 226, 0.18);
  border-radius: 999px;
  background: #f4f9ff;
  color: var(--pc-brand-ink);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.pc-header-utility-link strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.35rem;
  min-height: 1.35rem;
  padding-inline: 0.32rem;
  border-radius: 999px;
  background: rgba(44, 171, 226, 0.16);
  color: var(--pc-brand-ink-strong);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0;
}

.pc-header-utility-link:hover,
.pc-header-utility-link:focus-visible,
.pc-header-session-button:hover,
.pc-header-session-button:focus-visible {
  border-color: rgba(44, 171, 226, 0.34);
  background: #ebf7fd;
  color: var(--pc-brand-ink-strong);
}

.pc-header-session-form {
  margin: 0;
}

.pc-header-session-button {
  cursor: pointer;
}

.pc-header-notifications {
  position: relative;
}

.pc-header-notifications[open] {
  z-index: 34;
}

.pc-header-notifications-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border: 1px solid rgba(44, 171, 226, 0.18);
  border-radius: 999px;
  background: #f9fcff;
  cursor: pointer;
  list-style: none;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.pc-header-notifications-toggle::-webkit-details-marker {
  display: none;
}

.pc-header-notifications-toggle:hover,
.pc-header-notifications-toggle:focus-visible,
.pc-header-notifications[open] .pc-header-notifications-toggle {
  border-color: rgba(44, 171, 226, 0.34);
  background: #eef8fe;
  box-shadow: 0 12px 28px rgba(44, 171, 226, 0.12);
}

.pc-header-notifications-icon {
  width: 1.08rem;
  height: 1.08rem;
  opacity: 0.78;
}

.pc-header-notifications-badge {
  position: absolute;
  top: -0.28rem;
  right: -0.18rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.25rem;
  height: 1.25rem;
  padding-inline: 0.26rem;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: #e43f5a;
  color: #ffffff;
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1;
}

.pc-header-notifications-menu {
  position: absolute;
  top: calc(100% + 0.6rem);
  right: 0;
  width: min(22rem, calc(100vw - 2rem));
  padding: 0.85rem;
  border: 1px solid rgba(44, 171, 226, 0.16);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0 20px 44px rgba(44, 171, 226, 0.16);
}

.pc-header-notifications-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.62rem;
}

.pc-header-notifications-head strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.65rem;
  min-height: 1.65rem;
  padding-inline: 0.4rem;
  border-radius: 999px;
  background: rgba(228, 63, 90, 0.12);
  color: #b4223b;
  font-size: 0.74rem;
  font-weight: 800;
}

.pc-header-notifications-list {
  display: grid;
  gap: 0.45rem;
  max-height: 24rem;
  overflow: auto;
  padding-right: 0.12rem;
}

.pc-header-notification-item {
  display: grid;
  gap: 0.28rem;
  padding: 0.75rem 0.78rem;
  border: 1px solid rgba(44, 171, 226, 0.1);
  border-radius: 0.5rem;
  background: #f8fbfd;
  color: #0b1f33;
  text-decoration: none;
}

.pc-header-notification-item:hover,
.pc-header-notification-item:focus-visible {
  border-color: rgba(44, 171, 226, 0.28);
  background: #eef8fe;
}

.pc-header-notification-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  color: rgba(11, 31, 51, 0.62);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.15;
  text-transform: uppercase;
}

.pc-header-notification-topline strong {
  color: #b4223b;
  font-size: 0.68rem;
  white-space: nowrap;
}

.pc-header-notification-title {
  color: #0b1f33;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.18;
}

.pc-header-notification-copy,
.pc-header-notifications-empty {
  color: rgba(11, 31, 51, 0.68);
  font-size: 0.82rem;
  line-height: 1.35;
}

.pc-header-notifications-empty {
  margin: 0;
  padding: 0.74rem 0.78rem;
  border-radius: 0.5rem;
  background: #f8fbfd;
}

.pc-header-notifications-footer {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  margin-top: 0.7rem;
  padding: 0.66rem 0.8rem;
  border-radius: 0.5rem;
  background: rgba(44, 171, 226, 0.12);
  color: var(--pc-brand-ink-strong);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

.pc-header-notifications-footer:hover,
.pc-header-notifications-footer:focus-visible {
  background: rgba(44, 171, 226, 0.2);
}

.pc-admin-record-card:target,
.pc-admin-article-comment-card:target {
  outline: 3px solid rgba(228, 63, 90, 0.45);
  outline-offset: 0.22rem;
}

.pc-header-user-menu {
  position: relative;
}

.pc-header-user-menu[open] {
  z-index: 35;
}

.pc-header-user-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 2.9rem;
  padding: 0.35rem 0.45rem 0.35rem 0.35rem;
  border: 1px solid rgba(44, 171, 226, 0.18);
  border-radius: 999px;
  background: #f9fcff;
  cursor: pointer;
  list-style: none;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.pc-header-user-toggle::-webkit-details-marker {
  display: none;
}

.pc-header-user-toggle:hover,
.pc-header-user-toggle:focus-visible,
.pc-header-user-menu[open] .pc-header-user-toggle {
  border-color: rgba(44, 171, 226, 0.34);
  background: #eef8fe;
  box-shadow: 0 12px 28px rgba(44, 171, 226, 0.12);
}

.pc-header-user-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  background: #2cabe2;
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow: hidden;
}

.pc-header-user-avatar-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pc-header-user-copy {
  display: grid;
  gap: 0.1rem;
  min-width: 0;
}

.pc-header-user-copy strong {
  color: #0b1f33;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.1;
}

.pc-header-user-copy span {
  color: rgba(11, 31, 51, 0.6);
  font-size: 0.72rem;
  line-height: 1.1;
}

.pc-header-user-caret {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 999px;
  background: rgba(44, 171, 226, 0.12);
  color: var(--pc-brand-ink-strong);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
  transition: transform 180ms ease;
}

.pc-header-user-menu[open] .pc-header-user-caret {
  transform: rotate(45deg);
}

.pc-header-user-dropdown {
  position: absolute;
  top: calc(100% + 0.6rem);
  right: 0;
  min-width: 18rem;
  padding: 0.8rem;
  border: 1px solid rgba(44, 171, 226, 0.16);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0 20px 44px rgba(44, 171, 226, 0.16);
}

.pc-header-user-dropdown-list {
  display: grid;
  gap: 0.4rem;
}

.pc-header-user-form {
  margin: 0;
}

.pc-header-user-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 0.8rem;
  padding: 0.78rem 0.85rem;
  border: 0;
  border-radius: 0.95rem;
  background: transparent;
  color: #0b1f33;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.pc-header-user-item:hover,
.pc-header-user-item:focus-visible {
  background: #f4f9ff;
  color: var(--pc-brand-ink-strong);
}

.pc-header-user-item strong {
  color: rgba(11, 31, 51, 0.58);
  font-size: 0.74rem;
  font-weight: 700;
}

@media (max-width: 68rem) {
  .pc-header-dropdown {
    width: 100%;
  }

  .pc-header-dropdown-toggle,
  .pc-header-session-button {
    justify-content: space-between;
    width: 100%;
  }

  .pc-header-dropdown-menu {
    position: static;
    min-width: 0;
    width: 100%;
    margin-top: 0.5rem;
    box-shadow: none;
  }

  .pc-header-notifications {
    width: 100%;
  }

  .pc-header-notifications-toggle {
    width: 100%;
  }

  .pc-header-notifications-menu {
    position: static;
    width: 100%;
    margin-top: 0.5rem;
    box-shadow: none;
  }

  .pc-header-user-menu {
    width: 100%;
  }

  .pc-header-user-toggle {
    width: 100%;
    justify-content: space-between;
  }

  .pc-header-user-dropdown {
    position: static;
    min-width: 0;
    width: 100%;
    margin-top: 0.5rem;
    box-shadow: none;
  }
}

.pc-hero-copy {
  align-content: stretch;
}

.pc-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: center;
  min-height: inherit;
}

.pc-hero-main {
  display: grid;
  gap: 1.5rem;
  align-content: center;
  min-height: inherit;
  max-width: 43rem;
}

.pc-hero-form-card,
.pc-contact-form-card {
  display: grid;
  gap: 1rem;
  border: 1px solid rgba(0, 67, 147, 0.16);
  background: rgba(255, 255, 255, 0.98);
  color: var(--pc-color-ink);
}

.pc-hero-form-card {
  width: min(100%, 24rem);
  margin-left: auto;
  padding: 1.35rem;
}

.pc-contact-form-card {
  padding: clamp(1.55rem, 3vw, 2.1rem);
}

.pc-hero-form-header,
.pc-contact-form-intro {
  display: grid;
  gap: 0.6rem;
}

.pc-hero-form-kicker,
.pc-contact-form-kicker {
  margin: 0;
  color: var(--brand-accent);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pc-hero-form-title,
.pc-contact-form-title {
  margin: 0;
  color: var(--pc-color-ink);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.pc-hero-form-text,
.pc-contact-form-summary {
  margin: 0;
  color: rgba(11, 30, 27, 0.72);
  font-size: 0.95rem;
  line-height: 1.65;
}

.pc-contact-form-response {
  width: fit-content;
  margin: 0;
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(44, 171, 226, 0.22);
  border-radius: 999px;
  background: #f3faff;
  color: var(--brand-accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.pc-contact-tracking-context {
  border-color: rgba(11, 31, 51, 0.08);
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.pc-quote-stepper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  padding: 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.12);
}

.pc-quote-step {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.18rem 0.68rem;
  align-items: center;
  padding: 0.76rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0.9rem;
  color: rgba(255, 255, 255, 0.74);
}

.pc-quote-step span {
  grid-row: span 2;
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
}

.pc-quote-step strong,
.pc-quote-step small {
  min-width: 0;
}

.pc-quote-step strong {
  color: inherit;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pc-quote-step small {
  color: currentColor;
  font-size: 0.77rem;
  line-height: 1.3;
}

.pc-quote-step.is-active {
  border-color: rgba(255, 255, 255, 0.82);
  background: #ffffff;
  color: rgba(11, 31, 51, 0.72);
}

.pc-quote-step.is-active span {
  background: #2cabe2;
  color: #ffffff;
}

.pc-quote-step.is-active strong {
  color: #0b1f33;
}

.pc-hero-form,
.pc-contact-form {
  display: grid;
  gap: 0.9rem;
}

.pc-hero-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.pc-contact-form-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.pc-quotes-page .pc-contact-form-highlights {
  grid-template-columns: minmax(0, 1fr);
}

.pc-quotes-page #quote-request {
  background: #edf6fb;
  padding-block: clamp(2.2rem, 4vw, 3.6rem);
}

.pc-quotes-page .pc-contact-shell {
  grid-template-columns: minmax(0, 1fr);
}

.pc-quotes-page .pc-contact-form-card {
  scroll-margin-top: clamp(5.75rem, 8vw, 7rem);
}

.pc-quotes-page .pc-contact-form-card .pc-contact-form-kicker,
.pc-quotes-page .pc-contact-form-card .pc-contact-form-title,
.pc-quotes-page .pc-contact-form-card .pc-contact-form-summary,
.pc-quotes-page .pc-contact-form-card .pc-contact-form-note,
.pc-quotes-page .pc-contact-form-card .label {
  color: #ffffff;
}

.pc-quotes-page .pc-label-optional {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.pc-contact-details-card {
  display: grid;
  gap: 0.9rem;
  padding: clamp(1rem, 2vw, 1.25rem);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.1);
}

.pc-contact-details-title {
  margin: 0;
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pc-quotes-page .pc-contact-button {
  width: fit-content;
  min-width: min(100%, 18rem);
  justify-self: end;
  background: #ffffff;
  border-color: #ffffff;
  color: var(--pc-brand-ink-strong);
}

.pc-quotes-page .pc-contact-button .pc-button-icon {
  background: rgba(44, 171, 226, 0.16);
  color: var(--brand-accent);
}

.pc-quotes-page .pc-contact-button:hover,
.pc-quotes-page .pc-contact-button:focus-visible {
  background: #eef8fd;
  border-color: #eef8fd;
  color: var(--pc-brand-ink-strong);
}

.pc-contact-form-highlight,
.pc-hero-form-highlight {
  margin: 0;
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(0, 67, 147, 0.12);
  border-radius: 1rem;
  background: #f7fbff;
  color: rgba(11, 30, 27, 0.8);
  font-size: 0.83rem;
  line-height: 1.5;
}

.pc-hero-form-highlights {
  display: grid;
  gap: 0.55rem;
}

.pc-hero-form .label,
.pc-contact-form .label {
  color: rgba(11, 30, 27, 0.72);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pc-hero-form .input,
.pc-contact-form .input {
  min-height: 3.15rem;
  border-color: rgba(0, 67, 147, 0.14);
  border-radius: 1rem;
  background: #f7fbff;
  color: var(--pc-color-ink);
}

.pc-hero-form .input::placeholder,
.pc-contact-form .input::placeholder {
  color: rgba(11, 30, 27, 0.42);
}

.pc-hero-form .input:focus,
.pc-contact-form .input:focus {
  border-color: rgba(44, 171, 226, 0.5);
  box-shadow: 0 0 0 3px rgba(44, 171, 226, 0.14);
}

.pc-contact-field-span {
  grid-column: 1 / -1;
}

.pc-careers-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  padding: 0.85rem 0.95rem;
  border: 1px solid rgba(44, 171, 226, 0.2);
  border-radius: 0.5rem;
  background: rgba(244, 249, 255, 0.88);
  color: rgba(11, 30, 27, 0.78);
  font-size: 0.88rem;
  line-height: 1.55;
}

.pc-careers-consent input {
  flex: 0 0 auto;
  margin-top: 0.18rem;
}

.pc-careers-consent span {
  min-width: 0;
}

.pc-careers-consent a {
  color: #004393;
  font-weight: 700;
}

.pc-contact-textarea {
  min-height: 9.75rem;
  resize: vertical;
}

.pc-hero-form-button,
.pc-contact-button {
  width: 100%;
  justify-content: space-between;
}

.pc-contact-form-note {
  margin: 0;
  color: rgba(11, 30, 27, 0.62);
  font-size: 0.86rem;
  line-height: 1.65;
}

@media (max-width: 68rem) {
  .pc-hero-layout,
  .pc-contact-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .pc-hero-form-card {
    width: min(100%, 32rem);
    margin-left: 0;
  }

  .pc-contact-form-highlights {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 55rem) {
  .pc-hero-layout {
    gap: 1.25rem;
  }

  .pc-hero-main {
    gap: 1.15rem;
  }

  .pc-hero-form-card,
  .pc-contact-form-card {
    padding: 1.15rem;
  }

  .pc-hero-form-grid,
  .pc-contact-form-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pc-quote-stepper {
    grid-template-columns: minmax(0, 1fr);
  }

}

/* CRM, contact and article expansion */
.pc-form-error {
  margin: 0.45rem 0 0;
  color: #b42318;
  font-size: 0.82rem;
  line-height: 1.45;
}

.pc-contact-form .input[aria-invalid="true"] {
  border-color: rgba(180, 35, 24, 0.35);
}

.pc-contact-form .pc-form-error {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  max-width: 100%;
  margin: 0.55rem 0 0;
  padding: 0.52rem 0.78rem 0.52rem 0.62rem;
  border: 1px solid rgba(220, 38, 38, 0.42);
  border-left-width: 0.32rem;
  border-radius: 0.72rem;
  background: #ffffff;
  color: #083028;
  box-shadow: 0 0.9rem 1.8rem rgba(8, 48, 40, 0.16);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
}

.pc-contact-form .pc-form-error::before {
  content: "!";
  display: inline-grid;
  flex: 0 0 auto;
  width: 1.05rem;
  height: 1.05rem;
  place-items: center;
  border-radius: 999px;
  background: #dc2626;
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
}

.pc-contact-form .input[aria-invalid="true"] {
  border-color: rgba(220, 38, 38, 0.78);
  box-shadow:
    inset 0 0 0 1px rgba(220, 38, 38, 0.18),
    0 0 0 3px rgba(220, 38, 38, 0.12);
}

.checkbox {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(44, 171, 226, 0.22);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.84);
  color: rgba(11, 30, 27, 0.78);
  line-height: 1.55;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.checkbox:hover,
.checkbox:focus-within {
  border-color: rgba(44, 171, 226, 0.42);
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 67, 147, 0.08);
}

.checkbox input[type="checkbox"],
.pc-cookie-option input[type="checkbox"] {
  appearance: none;
  display: inline-grid;
  width: 1.35rem;
  height: 1.35rem;
  place-items: center;
  margin: 0;
  border: 1.5px solid rgba(0, 67, 147, 0.38);
  border-radius: 0.45rem;
  background: #ffffff;
  box-shadow: inset 0 1px 2px rgba(11, 30, 27, 0.08);
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.checkbox input[type="checkbox"] {
  margin-top: 0.16rem;
}

.checkbox input[type="checkbox"]:checked,
.pc-cookie-option input[type="checkbox"]:checked {
  border-color: #2cabe2;
  background:
    url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2016%2016%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M3.4%208.1l2.7%202.7%206.3-6.4%27%20fill%3D%27none%27%20stroke%3D%27white%27%20stroke-width%3D%272.2%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E") center / 0.9rem 0.9rem no-repeat,
    #2cabe2;
  box-shadow: 0 8px 18px rgba(44, 171, 226, 0.24);
}

.checkbox input[type="checkbox"]:focus-visible,
.pc-cookie-option input[type="checkbox"]:focus-visible {
  outline: 3px solid rgba(44, 171, 226, 0.28);
  outline-offset: 3px;
}

.checkbox input[type="checkbox"][aria-invalid="true"] {
  border-color: rgba(180, 35, 24, 0.65);
  box-shadow: 0 0 0 4px rgba(180, 35, 24, 0.08);
}

.checkbox input[type="checkbox"]:disabled,
.pc-cookie-option input[type="checkbox"]:disabled {
  border-color: rgba(0, 67, 147, 0.2);
  background-color: #dff3fb;
  cursor: not-allowed;
}

.checkbox a {
  color: #004393;
  font-weight: 800;
}

.pc-whatsapp-card,
.pc-article-detail-shell,
.pc-contact-page-copy,
.pc-crm-summary-card,
.pc-crm-record-card {
  border: 1px solid rgba(0, 67, 147, 0.12);
  background: #ffffff;
}

.pc-whatsapp-card,
.pc-contact-page-copy,
.pc-crm-record-card,
.pc-crm-summary-card {
  padding: clamp(1.15rem, 2vw, 1.5rem);
}

.pc-whatsapp-card,
.pc-contact-page-copy,
.pc-article-detail-copy,
.pc-crm-summary-card,
.pc-crm-record-card,
.pc-crm-detail-list,
.pc-contact-page-actions {
  display: grid;
  gap: 0.85rem;
}

.pc-whatsapp-card {
  grid-template-columns: minmax(0, 1.08fr) minmax(17rem, 0.82fr);
  align-items: center;
  gap: clamp(1rem, 2.4vw, 1.6rem);
  overflow: hidden;
  border-radius: 1.6rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(243, 251, 255, 0.97)),
    linear-gradient(180deg, rgba(44, 171, 226, 0.12), rgba(0, 67, 147, 0.04));
}

.pc-whatsapp-content {
  display: grid;
  gap: 0.75rem;
}

.pc-whatsapp-kicker,
.pc-crm-badge,
.pc-article-detail-meta span,
.pc-article-reading {
  width: fit-content;
  padding: 0.35rem 0.65rem;
  border: 1px solid rgba(44, 171, 226, 0.22);
  background: #f4f9ff;
  color: var(--brand-accent);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pc-whatsapp-kicker,
.pc-article-reading {
  margin: 0;
}

.pc-whatsapp-title {
  margin: 0;
  color: var(--pc-color-ink);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.1;
}

.pc-whatsapp-copy,
.pc-article-detail-excerpt {
  margin: 0;
  color: rgba(11, 30, 27, 0.76);
  line-height: 1.7;
}

.pc-whatsapp-list {
  margin: 0;
  padding-left: 1.15rem;
  color: rgba(11, 30, 27, 0.82);
}

.pc-whatsapp-list {
  display: grid;
  gap: 0.65rem;
  padding: 0;
  list-style: none;
}

.pc-whatsapp-list li {
  margin: 0;
  padding-left: 0.15rem;
}

.pc-whatsapp-list li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  padding-left: 0;
  line-height: 1.55;
}

.pc-whatsapp-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  background: #e4f6ff;
  color: var(--brand-accent);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
}

.pc-whatsapp-action {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid rgba(44, 171, 226, 0.18);
}

.pc-whatsapp-action-note {
  margin: 0;
  color: rgba(0, 67, 147, 0.76);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.55;
}

.pc-whatsapp-button {
  width: fit-content;
  min-width: 14rem;
}

.pc-whatsapp-quote-stage {
  padding-block: clamp(2rem, 4vw, 3.4rem);
  background: #ffffff;
  padding-bottom: 50px !important;
}

.pc-whatsapp-quote-shell {
  display: grid;
  grid-template-columns: minmax(18rem, 0.95fr) minmax(17rem, 0.85fr) auto;
  gap: clamp(1rem, 2.2vw, 1.6rem);
  align-items: center;
  width: min(100% - 2rem, var(--pc-container-width));
  margin-inline: auto;
  padding: clamp(1.25rem, 2.4vw, 1.75rem);
  border: 1px solid rgba(44, 171, 226, 0.2);
  border-radius: 1.45rem;
  background:
    linear-gradient(135deg, #f8fcff 0%, #ffffff 58%, #edf8ff 100%);
}

.pc-whatsapp-quote-copy {
  display: grid;
  gap: 0.72rem;
}

.pc-whatsapp-quote-title {
  max-width: 16ch;
  margin: 0;
  color: #004393;
  font-family: var(--pc-heading-font);
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  font-weight: 900;
  line-height: 1.02;
}

.pc-whatsapp-quote-text {
  max-width: 38rem;
}

.pc-whatsapp-quote-list {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pc-whatsapp-quote-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.62rem;
  align-items: start;
  color: rgba(16, 37, 54, 0.76);
  font-size: 0.94rem;
  line-height: 1.5;
}

.pc-whatsapp-quote-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  background: #e4f6ff;
  color: #004393;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
}

.pc-whatsapp-quote-actions {
  display: grid;
  gap: 0.72rem;
  justify-items: end;
  min-width: min(100%, 15rem);
}

.pc-whatsapp-quote-button {
  min-width: min(100%, 15rem);
  background: #2cabe2;
  border-color: #2cabe2;
  color: #ffffff;
}

.pc-whatsapp-quote-button:hover,
.pc-whatsapp-quote-button:focus-visible {
  background: #1598d2;
  border-color: #1598d2;
  color: #ffffff;
}

.pc-whatsapp-quote-button .pc-button-icon {
  background: #ffffff;
  color: #2cabe2;
}

.pc-whatsapp-quote-note {
  max-width: 15rem;
  margin: 0;
  color: rgba(16, 37, 54, 0.62);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: right;
}

.pc-whatsapp-modal {
  z-index: 500;
}

.pc-whatsapp-modal-content {
  display: grid;
  gap: 1.35rem;
  width: min(100%, 42rem);
  border-color: rgba(44, 171, 226, 0.18);
  border-radius: 1.6rem;
  background: #ffffff;
  color: var(--pc-color-ink);
}

.pc-whatsapp-modal-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: start;
}

.pc-whatsapp-modal-heading {
  display: grid;
  gap: 0.7rem;
}

.pc-whatsapp-modal-heading .pc-section-kicker,
.pc-whatsapp-modal-title,
.pc-whatsapp-modal-copy {
  margin: 0;
}

.pc-whatsapp-modal-title {
  color: var(--pc-color-ink);
  font-family: var(--pc-heading-font);
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.pc-whatsapp-modal-copy {
  color: rgba(11, 30, 27, 0.72);
  font-size: 0.98rem;
  line-height: 1.65;
}

.pc-whatsapp-modal-close {
  min-height: 2.45rem;
  padding: 0.65rem 0.9rem;
  border: 1px solid rgba(44, 171, 226, 0.22);
  border-radius: var(--pc-radius-pill);
  background: #f4f9ff;
  color: var(--brand-accent);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.pc-whatsapp-modal-options {
  display: grid;
  gap: 0.75rem;
}

.pc-whatsapp-modal-options[hidden] {
  display: none;
}

.pc-whatsapp-modal-option {
  position: relative;
  display: grid;
  gap: 0.35rem;
  min-height: 5.5rem;
  padding: 1rem 4rem 1rem 1rem;
  border: 1px solid rgba(0, 67, 147, 0.12);
  border-radius: 1.2rem;
  background: #f8fcff;
  color: var(--pc-color-ink);
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.pc-whatsapp-modal-option:hover,
.pc-whatsapp-modal-option:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(44, 171, 226, 0.34);
  background: #eef8ff;
}

.pc-whatsapp-modal-option-label {
  color: var(--pc-color-ink);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}

.pc-whatsapp-modal-option-text {
  color: rgba(11, 30, 27, 0.68);
  font-size: 0.9rem;
  line-height: 1.5;
}

.pc-whatsapp-modal-option-icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  background: #e4f6ff;
  color: var(--brand-accent);
  font-weight: 800;
  transform: translateY(-50%);
}

.pc-whatsapp-builder {
  display: grid;
  gap: 1rem;
  padding: clamp(1rem, 2vw, 1.35rem);
  border-radius: 1rem;
  background: #2cabe2;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.26);
}

.pc-whatsapp-builder[hidden] {
  display: none;
}

.pc-whatsapp-builder-header {
  display: grid;
  gap: 0.85rem;
}

.pc-whatsapp-builder-back {
  width: fit-content;
  min-height: 2.2rem;
  padding: 0.5rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: var(--pc-radius-pill);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pc-whatsapp-builder-back:hover,
.pc-whatsapp-builder-back:focus-visible {
  background: rgba(255, 255, 255, 0.2);
}

.pc-whatsapp-builder-title,
.pc-whatsapp-builder-copy,
.pc-whatsapp-builder-note {
  margin: 0;
  color: #ffffff;
}

.pc-whatsapp-builder-title {
  font-family: var(--pc-heading-font);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.05;
}

.pc-whatsapp-builder-copy,
.pc-whatsapp-builder-note {
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.55;
}

.pc-whatsapp-builder-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pc-whatsapp-builder .label {
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pc-whatsapp-builder .input {
  min-height: 3.15rem;
  border-color: rgba(255, 255, 255, 0.18);
  border-radius: 1rem;
  background: #f7fbff;
  color: var(--pc-color-ink);
}

.pc-whatsapp-builder .input::placeholder {
  color: rgba(11, 30, 27, 0.42);
}

.pc-whatsapp-builder .input:focus {
  border-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
}

.pc-whatsapp-builder .pc-whatsapp-builder-submit {
  width: fit-content;
  min-width: min(100%, 17rem);
  justify-self: end;
  background: #ffffff;
  border-color: #ffffff;
  color: var(--pc-brand-ink-strong);
}

.pc-whatsapp-builder .pc-whatsapp-builder-submit .pc-button-icon {
  background: rgba(44, 171, 226, 0.16);
  color: var(--brand-accent);
}

.pc-whatsapp-builder .pc-whatsapp-builder-submit:hover,
.pc-whatsapp-builder .pc-whatsapp-builder-submit:focus-visible {
  background: #eef8fd;
  border-color: #eef8fd;
  color: var(--pc-brand-ink-strong);
}

@media (max-width: 55rem) {
  .pc-whatsapp-card,
  .pc-whatsapp-action,
  .pc-whatsapp-quote-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .pc-whatsapp-button {
    width: 100%;
    min-width: 0;
  }

  .pc-whatsapp-quote-actions {
    justify-items: stretch;
  }

  .pc-whatsapp-quote-button {
    width: 100%;
  }

  .pc-whatsapp-quote-note {
    max-width: none;
    text-align: left;
  }

  .pc-whatsapp-modal-content {
    max-height: 88vh;
    padding: 1rem;
    border-radius: 1.25rem;
  }

  .pc-whatsapp-modal-header {
    grid-template-columns: minmax(0, 1fr);
  }

  .pc-whatsapp-modal-close {
    width: fit-content;
  }

  .pc-whatsapp-modal-option {
    min-height: 0;
    padding-right: 3.65rem;
  }

  .pc-whatsapp-builder-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pc-whatsapp-builder .pc-whatsapp-builder-submit {
    width: 100%;
  }
}

.pc-contact-page-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(1.25rem, 3vw, 2.2rem);
  width: 100%;
  max-width: none;
  padding-inline: max(1rem, calc((100% - var(--pc-container-width)) / 2 + 1.5rem));
}

.pc-careers-application-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  gap: clamp(1.25rem, 3vw, 2.2rem);
  width: 100%;
  max-width: none;
  padding-inline: max(1rem, calc((100% - var(--pc-container-width)) / 2));
}

.pc-careers-application-copy,
.pc-careers-application-shell > .pc-contact-form-card {
  width: min(100%, var(--pc-container-width));
}

.pc-careers-application-copy {
  margin-bottom: 0;
}

.pc-careers-application-shell .pc-contact-form .label,
.pc-careers-application-shell .pc-contact-form .pc-label-optional {
  color: #ffffff;
}

.pc-contact-page-shell {
  grid-template-columns: minmax(0, 1fr);
  padding-bottom: clamp(1.25rem, 3vw, 2.2rem);
  padding-inline: 0;
}

.pc-contact-page-copy {
  align-content: start;
  padding-block: clamp(1.45rem, 3vw, 2.35rem);
  padding-inline: max(1rem, calc((100% - var(--pc-container-width)) / 2 + 1.5rem));
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.pc-contact-page-shell > .pc-contact-form-card,
.pc-contact-whatsapp-mini {
  width: min(calc(100% - 2rem), var(--pc-container-width));
  margin-inline: auto;
}

.pc-contact-page-shell > .pc-contact-form-card .pc-contact-form-title,
.pc-contact-page-shell > .pc-contact-form-card .pc-contact-form-summary,
.pc-contact-page-shell > .pc-contact-form-card .label {
  color: #ffffff;
}

.pc-contact-page-actions {
  grid-template-columns: repeat(2, minmax(0, max-content));
  align-items: center;
}

.pc-contact-whatsapp-mini {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1rem, 2.4vw, 1.5rem);
  align-items: center;
  padding: clamp(1.15rem, 2.4vw, 1.65rem);
  border: 1px solid rgba(0, 67, 147, 0.12);
  border-radius: 1.6rem;
  background:
    linear-gradient(135deg, #ffffff 0%, #f8fcff 62%, #eef8ff 100%);
}

.pc-contact-whatsapp-mini-copy,
.pc-contact-whatsapp-mini-action {
  display: grid;
  gap: 0.7rem;
}

.pc-contact-whatsapp-mini-title,
.pc-contact-whatsapp-mini-text,
.pc-contact-whatsapp-mini-phone {
  margin: 0;
}

.pc-contact-whatsapp-mini-title {
  color: var(--pc-color-ink);
  font-family: var(--pc-heading-font);
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  font-weight: 800;
  line-height: 1.08;
}

.pc-contact-whatsapp-mini-text {
  color: rgba(11, 30, 27, 0.68);
  font-size: 0.95rem;
  line-height: 1.65;
}

.pc-contact-whatsapp-mini-action {
  justify-items: end;
}

.pc-contact-whatsapp-mini-phone {
  width: fit-content;
  padding: 0.45rem 0.75rem;
  border-radius: var(--pc-radius-pill);
  background: #eff8fe;
  color: var(--pc-color-primary);
  font-size: 0.86rem;
  font-weight: 700;
}

.pc-careers-shell,
.pc-careers-application-shell,
.pc-article-detail-shell {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  border-left: 0;
  border-right: 0;
  padding-inline: max(1rem, calc((100% - var(--pc-container-width)) / 2 + 1.5rem));
}

.pc-careers-shell,
.pc-careers-application-shell,
.pc-article-detail-shell {
  padding-block: clamp(2rem, 4vw, 3rem);
}

.pc-careers-heading,
.pc-careers-application-copy {
  display: grid;
  gap: 0.9rem;
  margin-bottom: 1.25rem;
}

.pc-careers-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.25rem);
}

.pc-career-card {
  display: grid;
  align-content: start;
  gap: 1rem;
  min-width: 0;
  padding: clamp(1.1rem, 2vw, 1.45rem);
  border: 1px solid rgba(44, 171, 226, 0.18);
  border-radius: 0.5rem;
  background: #ffffff;
  box-shadow: 0 1rem 2.2rem rgba(0, 67, 147, 0.07);
}

.pc-career-card-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
}

.pc-career-index {
  color: rgba(11, 30, 27, 0.16);
  font-family: var(--pc-heading-font);
  font-size: clamp(2rem, 4vw, 2.65rem);
  font-weight: 800;
  line-height: 0.92;
}

.pc-career-title,
.pc-career-meta,
.pc-career-summary {
  margin: 0;
}

.pc-career-title {
  color: var(--pc-color-ink);
  font-family: var(--pc-heading-font);
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 800;
  line-height: 1.08;
}

.pc-career-meta,
.pc-career-summary,
.pc-career-highlights {
  color: rgba(11, 30, 27, 0.68);
  font-size: 0.95rem;
  line-height: 1.65;
}

.pc-career-highlights {
  display: grid;
  gap: 0.4rem;
  margin: 0;
  padding-left: 1.1rem;
}

.pc-career-highlights li::marker {
  color: var(--pc-color-primary);
}

.pc-article-card-link {
  display: grid;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.pc-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
}

.pc-article-reading {
  border-color: rgba(0, 67, 147, 0.12);
  background: #ffffff;
}

.pc-article-action {
  color: var(--brand-accent);
  font-size: 0.9rem;
  font-weight: 700;
}

.pc-article-card:hover .pc-article-title,
.pc-article-card:focus-within .pc-article-title {
  color: var(--brand-accent);
}

.pc-article-detail-shell {
  display: grid;
  gap: 1.75rem;
}

.pc-article-detail-header {
  display: grid;
  gap: 0.95rem;
  width: 100%;
  max-width: none;
}

.pc-article-detail-title {
  width: 100%;
  max-width: none;
  text-align: justify;
  text-wrap: balance;
}

.pc-article-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.pc-article-detail-meta span {
  border-radius: 999px;
  padding-inline: 0.95rem;
}

.pc-article-detail-visual {
  min-height: clamp(18rem, 42vw, 34rem);
  border-radius: 1.6rem;
  overflow: hidden;
  border: 1px solid rgba(0, 67, 147, 0.12);
}

.pc-article-detail-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pc-article-body {
  display: grid;
  gap: 1rem;
  width: 100%;
  max-width: none;
}

.pc-article-detail-excerpt {
  width: 100%;
  max-width: none;
  text-align: justify;
}

.pc-article-body p {
  margin: 0;
  color: rgba(11, 30, 27, 0.82);
  line-height: 1.82;
  font-size: 1rem;
  text-align: justify;
}

.pc-article-detail-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 67, 147, 0.12);
}

.pc-article-detail-cta {
  display: grid;
  gap: 0.6rem;
  max-width: 40rem;
}

.pc-article-detail-cta p {
  margin: 0;
}

.pc-article-comments-shell {
  display: grid;
  gap: 1.5rem;
  width: 100%;
  max-width: none;
  margin-inline: 0;
  border-left: 0;
  border-right: 0;
  padding-inline: max(1rem, calc((100% - var(--pc-container-width)) / 2 + 1.5rem));
  padding-block: clamp(2rem, 4vw, 3rem);
}

.pc-article-comments-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.25rem, 3vw, 2rem);
}

.pc-article-comments-column,
.pc-article-comments-heading,
.pc-article-comments-list,
.pc-article-comment-form-card,
.pc-admin-article-comments,
.pc-admin-article-comment-card,
.pc-admin-article-comments-head,
.pc-admin-article-comments-list {
  display: grid;
  gap: 1rem;
}

.pc-article-comments-column,
.pc-article-comment-form-card,
.pc-article-comments-empty,
.pc-admin-article-comments,
.pc-admin-article-comment-card {
  padding: clamp(1.15rem, 2vw, 1.5rem);
  border: 1px solid rgba(0, 67, 147, 0.12);
  background: #ffffff;
}

.pc-article-comments-column {
  border-radius: 1.6rem;
}

.pc-article-comments-heading {
  padding: clamp(1.15rem, 2vw, 1.5rem);
  border: 1px solid rgba(0, 67, 147, 0.12);
  border-radius: 1.6rem;
  background: #ffffff;
}

.pc-article-comment-form-card {
  width: 100%;
  max-width: none;
}

.pc-article-comment-form-card .label {
  color: #ffffff;
}

.pc-article-comments-list {
  gap: 0.85rem;
}

.pc-article-comment-card {
  padding-top: 0.85rem;
  border-top: 1px solid rgba(0, 67, 147, 0.12);
}

.pc-article-comment-card:first-child {
  padding-top: 0;
  border-top: 0;
}

.pc-article-comments-empty {
  padding: 0;
  border: 0;
  background: transparent;
}

.pc-article-comment-meta,
.pc-admin-article-comments-summary {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.85rem;
  align-items: start;
}

.pc-article-comment-author,
.pc-admin-article-comment-copy .content-title {
  margin: 0;
  color: var(--pc-color-ink);
  font-size: 1.05rem;
}

.pc-article-comment-company,
.pc-article-comment-date {
  margin: 0.25rem 0 0;
  color: rgba(11, 30, 27, 0.58);
  font-size: 0.88rem;
}

.pc-article-comment-body,
.pc-admin-article-comment-message {
  margin: 0;
  color: rgba(11, 30, 27, 0.82);
  line-height: 1.75;
}

.pc-article-comment-form-card .pc-contact-form-intro {
  display: grid;
  gap: 0.55rem;
}

.pc-article-comment-form-card .pc-contact-form-summary {
  margin: 0;
}

.pc-admin-article-comments {
  margin-top: 1.25rem;
}

.pc-admin-article-comments-head,
.pc-admin-article-comment-top {
  align-items: start;
}

.pc-admin-article-comment-top {
  display: grid;
  gap: 0.75rem;
}

.pc-admin-article-comment-card {
  gap: 0.85rem;
}

.pc-crm-record-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.pc-crm-record-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
}

.pc-crm-detail-list p {
  margin: 0;
  color: rgba(11, 30, 27, 0.8);
  line-height: 1.65;
}

.pc-crm-form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pc-crm-form-grid-article {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pc-admin-hero,
.pc-admin-toolbar,
.pc-admin-recent-card,
.pc-admin-actions-shell,
.pc-admin-crm-section {
  border-color: rgba(44, 171, 226, 0.14);
  background: rgba(255, 255, 255, 0.98);
}

.pc-admin-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(18rem, 0.72fr);
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: start;
}

.pc-admin-hero-copy,
.pc-admin-hero-aside,
.pc-admin-toolbar-copy,
.pc-admin-toolbar-actions,
.pc-admin-section-head,
.pc-admin-record-heading,
.pc-admin-record-body,
.pc-admin-record-form,
.pc-admin-recent-list,
.pc-admin-recent-item,
.pc-admin-aside-card {
  display: grid;
  gap: 0.85rem;
}

.pc-admin-hero-actions,
.pc-admin-toolbar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
}

.pc-admin-hero-aside {
  align-content: start;
}

.pc-admin-aside-card,
.pc-admin-kpi-card,
.pc-admin-empty-card {
  padding: clamp(1.1rem, 2vw, 1.4rem);
  border: 1px solid rgba(0, 67, 147, 0.12);
  border-radius: 1.45rem;
  background: rgba(255, 255, 255, 0.98);
}

.pc-admin-aside-label,
.pc-admin-recent-title {
  margin: 0;
  color: rgba(0, 67, 147, 0.7);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pc-admin-aside-value {
  color: #0b1f33;
  font-size: 1.3rem;
  line-height: 1.15;
}

.pc-admin-aside-copy {
  margin: 0;
  color: rgba(11, 31, 51, 0.74);
  line-height: 1.65;
}

.pc-admin-mini-list {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pc-admin-mini-list li,
.pc-admin-record-meta,
.pc-admin-anchor-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.pc-admin-mini-list li {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(0, 67, 147, 0.1);
}

.pc-admin-mini-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.pc-admin-mini-list strong {
  color: #0b1f33;
  font-size: 1.05rem;
}

.pc-admin-mini-list span {
  color: rgba(11, 31, 51, 0.66);
}

.pc-admin-kpi-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.pc-admin-kpi-card .section-title {
  color: #0b1f33;
}

.pc-admin-actions-grid,
.pc-admin-recent-grid {
  display: grid;
  gap: 1rem;
}

.pc-admin-actions-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pc-admin-settings-shell,
.pc-admin-settings-grid,
.pc-admin-settings-card {
  display: grid;
  gap: 1rem;
}

.pc-admin-settings-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pc-admin-settings-card {
  padding: clamp(1.1rem, 2vw, 1.35rem);
  border: 1px solid rgba(0, 67, 147, 0.12);
  background: #ffffff;
}

.pc-admin-settings-label {
  margin: 0;
  color: rgba(0, 67, 147, 0.7);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pc-admin-settings-value {
  color: #0b1f33;
  font-size: 1.1rem;
  line-height: 1.2;
}

.pc-admin-action-card {
  display: grid;
  gap: 0.45rem;
  min-height: 100%;
  padding: 1.15rem 1.1rem;
  border: 1px solid rgba(44, 171, 226, 0.16);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.96);
  color: #0b1f33;
  text-decoration: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.pc-admin-action-card:hover,
.pc-admin-action-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(44, 171, 226, 0.3);
  box-shadow: 0 16px 34px rgba(44, 171, 226, 0.12);
}

.pc-admin-action-card strong {
  font-size: 1rem;
}

.pc-admin-action-card span {
  color: rgba(11, 31, 51, 0.68);
  line-height: 1.55;
}

.pc-admin-recent-grid {
  grid-template-columns: minmax(0, 1fr);
}

.pc-admin-recent-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.pc-admin-recent-item {
  padding: 0.95rem 1rem;
  border: 1px solid rgba(0, 67, 147, 0.1);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.92);
}

.pc-admin-recent-item strong {
  color: #0b1f33;
}

.pc-admin-recent-item span {
  color: rgba(11, 31, 51, 0.68);
  font-size: 0.92rem;
}

.pc-admin-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) auto;
  gap: 1rem;
  align-items: end;
}

.pc-admin-anchor-nav {
  gap: 0.75rem;
}

.pc-admin-anchor-nav a,
.pc-admin-record-meta span {
  width: fit-content;
  padding: 0.42rem 0.7rem;
  border: 1px solid rgba(44, 171, 226, 0.18);
  border-radius: 999px;
  background: #f4f9ff;
  color: #004393;
  font-size: 0.8rem;
  text-decoration: none;
}

.pc-admin-anchor-nav a:hover,
.pc-admin-anchor-nav a:focus-visible {
  border-color: rgba(44, 171, 226, 0.34);
  color: #004393;
}

.pc-admin-anchor-nav a[aria-current="page"] {
  border-color: rgba(44, 171, 226, 0.34);
  background: rgba(44, 171, 226, 0.12);
  color: #004393;
}

.pc-growth-tabs {
  display: grid;
  gap: 1.25rem;
}

.pc-growth-tab-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: fit-content;
  max-width: 100%;
  justify-self: start;
  gap: 0.25rem;
  padding: 0.25rem;
  border: 1px solid rgba(44, 171, 226, 0.2);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 2px 8px rgba(0, 67, 147, 0.05);
}

.pc-growth-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.5rem 0.95rem;
  border: 1px solid transparent;
  border-radius: 0.35rem;
  background: transparent;
  color: #004393;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
  cursor: pointer;
}

.pc-growth-tab:not([aria-selected="true"]):hover,
.pc-growth-tab:focus-visible {
  border-color: rgba(44, 171, 226, 0.34);
  color: #004393;
}

.pc-growth-tab[aria-selected="true"] {
  border-color: #2cabe2;
  background: #2cabe2;
  color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 67, 147, 0.14);
}

.pc-growth-tab[aria-selected="true"]:hover,
.pc-growth-tab[aria-selected="true"]:focus-visible {
  border-color: #004393;
  background: #004393;
  color: #ffffff;
}

.pc-growth-signal-grid,
.pc-growth-analytics-grid,
.pc-growth-reputation-grid {
  display: grid;
  gap: 0.75rem;
}

.pc-growth-signal-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pc-growth-analytics-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pc-growth-signal-card,
.pc-growth-analytics-card,
.pc-growth-heatmap-card,
.pc-growth-reputation-card,
.pc-growth-reputation-link {
  border: 1px solid rgba(44, 171, 226, 0.16);
  border-radius: 0.5rem;
  background: #f8fcff;
}

.pc-growth-signal-card,
.pc-growth-analytics-card {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
  padding: 0.9rem 1rem;
}

.pc-growth-signal-card strong,
.pc-growth-analytics-card .feature-kicker {
  margin: 0;
  color: #0b1f33;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pc-growth-signal-card span,
.pc-growth-analytics-card strong {
  color: #004393;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 900;
  line-height: 1;
}

.pc-growth-analytics-card span {
  color: rgba(11, 31, 51, 0.68);
  font-size: 0.88rem;
  line-height: 1.45;
}

.pc-growth-heatmap-card,
.pc-growth-reputation-card {
  display: grid;
  gap: 1rem;
  padding: clamp(1rem, 2vw, 1.2rem);
}

.pc-growth-heatmap-list {
  display: grid;
  gap: 0.65rem;
}

.pc-growth-heatmap-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
  min-height: 3rem;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(44, 171, 226, 0.16);
  border-radius: 0.5rem;
  background:
    linear-gradient(90deg, rgba(44, 171, 226, 0.22) var(--pc-growth-heat), rgba(255, 255, 255, 0.86) var(--pc-growth-heat)),
    #ffffff;
}

.pc-growth-heatmap-row span {
  min-width: 0;
  overflow-wrap: anywhere;
  color: #0b1f33;
  font-weight: 800;
}

.pc-growth-heatmap-row strong {
  color: #004393;
  font-size: 1.05rem;
}

.pc-growth-reputation-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.pc-growth-reputation-link {
  display: grid;
  gap: 0.35rem;
  min-height: 100%;
  padding: 0.85rem;
  color: #0b1f33;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.pc-growth-reputation-link:hover,
.pc-growth-reputation-link:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(44, 171, 226, 0.34);
  box-shadow: 0 0.75rem 1.4rem rgba(44, 171, 226, 0.12);
}

.pc-growth-reputation-link span {
  color: rgba(11, 31, 51, 0.66);
  font-size: 0.86rem;
  line-height: 1.42;
}

.pc-admin-section-head {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.pc-admin-section-head .section-title {
  white-space: normal;
  overflow-wrap: anywhere;
}

.pc-admin-record-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.pc-admin-record-grid-stack {
  grid-template-columns: minmax(0, 1fr);
}

.pc-admin-article-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.pc-admin-record-card {
  display: grid;
  gap: 1rem;
  padding: clamp(1.1rem, 2vw, 1.35rem);
  border: 1px solid rgba(0, 67, 147, 0.12);
  background: #ffffff;
}

.pc-employee-directory-card {
  align-content: start;
  min-height: 21rem;
  min-width: 0;
  border-color: rgba(44, 171, 226, 0.18);
  border-radius: 0.5rem;
  background: #f8fcff;
}

.pc-employee-directory-card .pc-admin-record-heading {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.pc-employee-directory-card .pc-admin-record-title {
  display: flex;
  align-items: center;
  min-height: 3rem;
  color: #2cabe2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pc-admin-record-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
}

.pc-admin-record-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(15rem, 0.9fr);
  gap: 1rem;
  align-items: start;
}

.pc-admin-record-body p {
  display: grid;
  gap: 0.28rem;
  margin: 0;
}

.pc-admin-record-body strong {
  color: #0b1f33;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pc-admin-record-body span {
  color: rgba(11, 31, 51, 0.78);
  line-height: 1.65;
}

.pc-admin-record-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  padding-top: 0.1rem;
}

.pc-admin-record-delete {
  border-color: rgba(190, 31, 31, 0.28);
  color: #9f1d1d;
}

.pc-admin-record-delete:hover,
.pc-admin-record-delete:focus-visible {
  border-color: rgba(190, 31, 31, 0.5);
  background: #fff5f5;
  color: #7f1515;
}

.pc-admin-quote-card {
  gap: 0.85rem;
  padding: clamp(0.95rem, 1.7vw, 1.15rem);
  border-radius: 0.75rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
}

.pc-admin-quote-card .content-title {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.15;
}

.pc-admin-quote-card .pc-crm-badge {
  border-radius: 999px;
}

.pc-admin-quote-quickbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
}

.pc-admin-quote-quickbar a,
.pc-admin-quote-quickbar span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.34rem 0.62rem;
  border: 1px solid rgba(44, 171, 226, 0.18);
  border-radius: 999px;
  background: #ffffff;
  color: #004393;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}

.pc-admin-quote-quickbar a:hover,
.pc-admin-quote-quickbar a:focus-visible {
  border-color: rgba(44, 171, 226, 0.42);
  background: #eef8fd;
}

.pc-admin-quote-body {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.pc-admin-hiring-form {
  min-width: 0;
}

.pc-admin-hiring-form textarea.input {
  min-height: 8rem;
  resize: vertical;
}

.pc-admin-hiring-grid {
  gap: 1.1rem;
}

.pc-admin-job-card {
  border-color: rgba(44, 171, 226, 0.18);
  border-radius: 0.75rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
}

.pc-admin-job-card .content-text {
  overflow-wrap: anywhere;
}

.pc-admin-hiring-card-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
  align-items: center;
}

.pc-admin-hiring-actions,
.pc-admin-hiring-delete {
  display: flex;
  justify-content: flex-end;
}

.pc-admin-hiring-delete {
  margin-top: -0.35rem;
}

.pc-admin-quote-body p {
  min-width: 0;
  padding: 0.65rem 0.7rem;
  border: 1px solid rgba(44, 171, 226, 0.12);
  border-radius: 0.55rem;
  background: rgba(255, 255, 255, 0.82);
}

.pc-admin-quote-body strong {
  color: #004393;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.pc-admin-quote-body span {
  font-size: 0.9rem;
  line-height: 1.45;
}

.pc-admin-quote-message {
  grid-column: 1 / -1;
}

.pc-admin-quote-message span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.pc-admin-quote-form {
  gap: 0.75rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(44, 171, 226, 0.14);
}

.pc-admin-quote-form .pc-admin-form-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
}

.pc-admin-quote-form .form-group {
  gap: 0.35rem;
}

.pc-admin-quote-form .input {
  min-height: 2.75rem;
  border-radius: 0.55rem;
  font-size: 0.88rem;
}

.pc-admin-quote-followup-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(12rem, 0.36fr);
  gap: 0.65rem;
  align-items: end;
}

.pc-admin-quote-survey-group {
  align-self: stretch;
}

.pc-admin-quote-survey {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 2.75rem;
  padding: 0.55rem 0.65rem;
  border: 1px solid rgba(44, 171, 226, 0.16);
  border-radius: 0.55rem;
  background: #ffffff;
  color: rgba(11, 31, 51, 0.78);
  letter-spacing: 0;
  text-transform: none;
}

.pc-admin-quote-survey input {
  flex: 0 0 auto;
}

.pc-admin-quote-save {
  width: fit-content;
  min-width: 10rem;
  justify-self: end;
}

.pc-admin-record-visual {
  overflow: hidden;
  border: 1px solid rgba(44, 171, 226, 0.14);
  border-radius: 1.25rem;
  background: #f4f9ff;
  min-height: 13rem;
}

.pc-admin-record-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 13rem;
  object-fit: cover;
  object-position: center center;
}

.pc-admin-article-card {
  align-content: start;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  border-color: rgba(44, 171, 226, 0.18);
  border-radius: 0.5rem;
  background: #f8fcff;
}

.pc-admin-article-card-image {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #eaf8fd;
}

.pc-admin-article-card-image img,
.pc-article-details-hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.pc-admin-article-card-body {
  display: grid;
  gap: 0.85rem;
  padding: clamp(1rem, 2vw, 1.2rem);
}

.pc-admin-article-card .pc-admin-record-heading {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
}

.pc-admin-article-card .pc-admin-record-title {
  margin: 0;
  color: #0b1f33;
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.22;
}

.pc-admin-article-card-copy {
  display: -webkit-box;
  min-height: calc(1.55em * 4);
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.pc-admin-article-card-actions {
  justify-content: space-between;
}

.pc-admin-article-card-actions .pc-employee-access-form {
  margin-left: auto;
}

.pc-article-public-pill {
  min-width: 4.8rem;
  border-radius: 999px;
  padding: 0.32rem 0.65rem;
  text-align: center;
}

.pc-article-public-pill.is-public {
  border-color: rgba(23, 128, 78, 0.24);
  background: #eaf8f1;
  color: #14764b;
}

.pc-article-public-pill.is-private {
  border-color: rgba(167, 43, 43, 0.24);
  background: #fff1f1;
  color: #9f2727;
}

.pc-article-details-modal {
  width: min(calc(100% - 2rem), 64rem);
}

.pc-article-details-view,
.pc-article-details-edit {
  display: grid;
  gap: 1rem;
}

.pc-article-details-view[hidden],
.pc-article-details-edit[hidden] {
  display: none;
}

.pc-article-details-hero {
  overflow: hidden;
  aspect-ratio: 16 / 7;
  border: 1px solid rgba(44, 171, 226, 0.14);
  border-radius: 0.5rem;
  background: #f8fcff;
}

.pc-article-body-preview {
  display: grid;
  gap: 0.85rem;
  padding: clamp(1rem, 2vw, 1.2rem);
  border: 1px solid rgba(0, 67, 147, 0.1);
  border-radius: 0.5rem;
  background: #ffffff;
}

.pc-article-body-preview p {
  margin: 0;
  color: rgba(11, 31, 51, 0.78);
  line-height: 1.68;
}

.pc-admin-form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pc-admin-form-grid-article {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pc-admin-form-grid-article-assets {
  grid-template-columns: minmax(0, 1fr);
}

.pc-admin-record-status {
  display: flex;
  justify-content: flex-end;
}

.pc-employee-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  min-width: 5.5rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
}

.pc-employee-status-pill.is-active {
  border: 1px solid rgba(23, 126, 75, 0.28);
  background: #eaf8f0;
  color: #177e4b;
}

.pc-employee-status-pill.is-inactive {
  border: 1px solid rgba(167, 43, 43, 0.28);
  background: #fff1f1;
  color: #9f2727;
}

.pc-crm-badge-select {
  appearance: none;
  cursor: pointer;
  border-radius: 999px;
  padding-right: 2rem;
  background-image:
    linear-gradient(45deg, transparent 50%, currentColor 50%),
    linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position:
    calc(100% - 1rem) calc(50% - 0.15rem),
    calc(100% - 0.7rem) calc(50% - 0.15rem);
  background-size: 0.35rem 0.35rem, 0.35rem 0.35rem;
  background-repeat: no-repeat;
}

.pc-admin-record-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.pc-admin-profile-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.75rem;
  align-items: center;
}

.pc-admin-profile-actions form {
  margin: 0;
}

.pc-employee-access-form,
.pc-employee-card-actions form {
  margin: 0;
}

.pc-admin-record-details {
  display: grid;
  gap: 0.7rem;
}

.pc-admin-record-details p {
  display: grid;
  gap: 0.22rem;
  margin: 0;
}

.pc-admin-record-details strong {
  color: #0b1f33;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pc-admin-record-details span {
  color: rgba(11, 31, 51, 0.72);
  line-height: 1.45;
}

.pc-admin-record-details-compact {
  grid-template-columns: minmax(0, 1fr);
}

.pc-employee-card-identity,
.pc-employee-form-profile {
  display: flex;
  gap: 0.85rem;
  align-items: center;
  min-width: 0;
}

.pc-employee-card-identity > div {
  min-width: 0;
}

.pc-employee-form-profile {
  align-items: flex-start;
  padding: 0.85rem;
  border: 1px solid rgba(0, 67, 147, 0.12);
  border-radius: 0.5rem;
  background: #f8fcff;
}

.pc-employee-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
  border: 1px solid rgba(0, 67, 147, 0.18);
  border-radius: 50%;
  background: #004393;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
}

.pc-employee-avatar-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pc-file-input {
  min-height: 3.05rem;
  padding: 0.42rem;
  border-color: rgba(0, 67, 147, 0.18);
  background: #ffffff;
  color: rgba(11, 31, 51, 0.68);
  cursor: pointer;
}

.pc-file-input::file-selector-button {
  min-height: 2.18rem;
  margin-right: 0.75rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(44, 171, 226, 0.28);
  border-radius: 0.42rem;
  background: #eaf8fd;
  color: #004393;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.pc-file-input:hover::file-selector-button,
.pc-file-input:focus-visible::file-selector-button {
  border-color: #2cabe2;
  background: #2cabe2;
  color: #ffffff;
  box-shadow: 0 0.5rem 1rem rgba(44, 171, 226, 0.18);
}

.pc-checkbox-label {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  margin-top: 0.55rem;
  color: rgba(11, 31, 51, 0.72);
  font-size: 0.86rem;
  line-height: 1.35;
}

.pc-employee-password-toggle {
  width: fit-content;
  margin-top: 0;
  padding: 0.62rem 0.78rem;
  border: 1px solid rgba(0, 67, 147, 0.12);
  border-radius: 0.5rem;
  background: #f8fcff;
  color: rgba(11, 31, 51, 0.78);
  font-weight: 800;
  cursor: pointer;
}

.pc-employee-password-toggle:hover,
.pc-employee-password-toggle:focus-within {
  border-color: rgba(44, 171, 226, 0.28);
  background: #eef8fc;
  color: var(--pc-brand-ink-strong);
}

.pc-employee-active-switch,
.pc-admin-active-switch {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  width: min(100%, 19rem);
  margin: 0;
  padding: 0.7rem 0.85rem;
  border: 1px solid rgba(0, 67, 147, 0.12);
  border-radius: 0.5rem;
  background: #f8fcff;
  cursor: pointer;
}

.pc-employee-active-switch-copy {
  display: grid;
  gap: 0.12rem;
  min-width: 0;
}

.pc-employee-active-switch-label {
  color: #0b1f33;
  font-size: 0.88rem;
  font-weight: 800;
}

.pc-employee-active-switch input[type="checkbox"],
.pc-admin-active-switch input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

.pc-employee-active-switch-track {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 3.15rem;
  height: 1.7rem;
  border: 1px solid rgba(167, 43, 43, 0.28);
  border-radius: 999px;
  background: #fff1f1;
  transition: background-color 160ms ease, border-color 160ms ease;
}

.pc-employee-active-switch-track::after {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: 1.08rem;
  height: 1.08rem;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(11, 31, 51, 0.2);
  transition: transform 160ms ease;
}

.pc-employee-active-switch input[type="checkbox"]:checked + .pc-employee-active-switch-track,
.pc-admin-active-switch input[type="checkbox"]:checked + .pc-employee-active-switch-track {
  border-color: rgba(0, 67, 147, 0.08);
  background: linear-gradient(180deg, #35b4e9 0%, #2cabe2 100%);
  box-shadow:
    0 8px 18px rgba(44, 171, 226, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.pc-employee-active-switch input[type="checkbox"]:checked + .pc-employee-active-switch-track::after,
.pc-admin-active-switch input[type="checkbox"]:checked + .pc-employee-active-switch-track::after {
  transform: translateX(1.45rem);
}

.pc-employee-active-switch input[type="checkbox"]:focus-visible + .pc-employee-active-switch-track,
.pc-admin-active-switch input[type="checkbox"]:focus-visible + .pc-employee-active-switch-track {
  outline: 3px solid rgba(44, 171, 226, 0.32);
  outline-offset: 3px;
}

.pc-employee-access-switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  cursor: pointer;
}

.pc-employee-access-switch-label {
  color: #0b1f33;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pc-employee-access-switch input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

.pc-employee-access-switch-track {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 2.9rem;
  height: 1.6rem;
  border: 1px solid rgba(0, 67, 147, 0.22);
  border-radius: 999px;
  background: #edf5fb;
  transition: background-color 160ms ease, border-color 160ms ease;
}

.pc-employee-access-switch-track::after {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(11, 31, 51, 0.2);
  transition: transform 160ms ease;
}

.pc-employee-access-switch input[type="checkbox"]:checked + .pc-employee-access-switch-track {
  border-color: #2cabe2;
  background: #2cabe2;
}

.pc-employee-access-switch input[type="checkbox"]:checked + .pc-employee-access-switch-track::after {
  transform: translateX(1.3rem);
}

.pc-employee-access-switch input[type="checkbox"]:focus-visible + .pc-employee-access-switch-track {
  outline: 3px solid rgba(44, 171, 226, 0.32);
  outline-offset: 3px;
}

.pc-employee-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}

.pc-employee-delete-button {
  border-color: rgba(167, 43, 43, 0.4);
  color: #9f2727;
}

.pc-employee-delete-button:hover,
.pc-employee-delete-button:focus-visible {
  border-color: #9f2727;
  background: #fff5f5;
  color: #7f1d1d;
}

.pc-employee-delete-modal {
  width: min(calc(100% - 2rem), 34rem);
  padding: 0;
  border: 0;
  border-radius: 0.65rem;
  background: transparent;
}

.pc-employee-delete-modal::backdrop {
  background: rgba(11, 31, 51, 0.32);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.pc-employee-delete-modal-content {
  display: grid;
  gap: 1rem;
  padding: clamp(1.1rem, 3vw, 1.45rem);
  border: 1px solid rgba(167, 43, 43, 0.2);
  border-radius: 0.65rem;
  background: #ffffff;
  box-shadow: 0 1.35rem 3.5rem rgba(11, 31, 51, 0.24);
}

.pc-employee-delete-modal-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.75rem;
}

.pc-employee-delete-confirm-button {
  border-color: #b42323;
  background: #b42323;
  color: #ffffff;
}

.pc-employee-delete-confirm-button:hover,
.pc-employee-delete-confirm-button:focus-visible {
  border-color: #8f1d1d;
  background: #8f1d1d;
  color: #ffffff;
}

.pc-employee-edit-modal,
.pc-admin-modal {
  width: min(calc(100% - 2rem), 56rem);
  max-height: min(88vh, 52rem);
  overflow: auto;
  padding: clamp(1.1rem, 3vw, 1.55rem);
  border: 1px solid rgba(44, 171, 226, 0.32);
  border-radius: 0.5rem;
  background: #ffffff;
  box-shadow: 0 1.5rem 4rem rgba(11, 31, 51, 0.2);
}

.pc-employee-edit-modal::backdrop,
.pc-admin-modal::backdrop {
  background: rgba(0, 67, 147, 0.22);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}

.pc-employee-edit-modal-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: start;
  margin-bottom: 1.25rem;
}

.pc-employee-edit-modal-close,
.pc-admin-modal-close {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: 1px solid rgba(0, 67, 147, 0.18);
  border-radius: 50%;
  background: #f4fbff;
  color: #004393;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.pc-employee-edit-modal-close::before,
.pc-admin-modal-close::before {
  content: "\00d7";
  display: block;
  color: currentColor;
  font-size: 1.24rem;
  font-weight: 500;
  line-height: 1;
  transform: translateY(-0.02em);
}

.pc-employee-edit-modal-close:hover,
.pc-employee-edit-modal-close:focus-visible,
.pc-admin-modal-close:hover,
.pc-admin-modal-close:focus-visible {
  border-color: #2cabe2;
  background: #2cabe2;
  color: #ffffff;
}

.pc-employee-details-view,
.pc-employee-details-edit {
  display: grid;
  gap: 1.1rem;
}

.pc-employee-details-view[hidden],
.pc-employee-details-edit[hidden] {
  display: none;
}

.pc-employee-details-hero {
  display: flex;
  gap: 0.9rem;
  align-items: center;
  padding: 0.9rem;
  border: 1px solid rgba(0, 67, 147, 0.12);
  border-radius: 0.5rem;
  background: #f8fcff;
}

.pc-employee-details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0;
}

.pc-employee-detail-item {
  display: grid;
  gap: 0.25rem;
  padding: 0.8rem;
  border: 1px solid rgba(0, 67, 147, 0.1);
  border-radius: 0.5rem;
  background: #ffffff;
}

.pc-employee-detail-item dt {
  color: #0b1f33;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pc-employee-detail-item dd {
  margin: 0;
  color: rgba(11, 31, 51, 0.75);
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.pc-employee-details-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.pc-admin-articles-visibility-switch {
  max-width: 46rem;
}

.pc-articles-visibility-copy {
  display: grid;
  gap: 0.25rem;
}

.pc-articles-visibility-help {
  display: block;
  max-width: 42rem;
}

.pc-articles-global-status {
  min-width: 10.5rem;
  border-radius: 999px;
  text-align: center;
}

.pc-articles-global-status.is-enabled {
  border-color: rgba(23, 128, 78, 0.24);
  background: #eaf8f1;
  color: #14764b;
}

.pc-articles-global-status.is-disabled {
  border-color: rgba(167, 43, 43, 0.24);
  background: #fff1f1;
  color: #9f2727;
}

.pc-admin-record-actions .btn-primary {
  margin-left: auto;
}

@media (max-width: 640px) {
  .site-page-stack > .feature-section,
  .pc-admin-record-grid,
  .pc-employee-directory-card {
    max-width: calc(100vw - 1.1rem);
  }

  .pc-admin-record-grid,
  .pc-employee-directory-card {
    overflow: hidden;
  }

  .pc-admin-section-head {
    grid-template-columns: minmax(0, 1fr);
    max-width: calc(100vw - 3rem);
  }

  .pc-admin-section-head .section-title {
    display: block;
    max-width: calc(100vw - 4.5rem);
    font-size: clamp(1.75rem, 9vw, 2.2rem);
    line-height: 1.08;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .pc-admin-section-head .btn {
    width: 100%;
    justify-content: center;
  }

  .pc-employee-directory-card .pc-admin-record-heading {
    grid-template-columns: minmax(0, 1fr);
  }

  .pc-employee-status-pill {
    justify-self: start;
  }

  .pc-employee-card-actions .btn,
  .pc-employee-card-actions form,
  .pc-employee-card-actions form .btn {
    width: 100%;
  }

  .pc-admin-article-card-actions .pc-employee-access-form {
    margin-left: 0;
  }

  .pc-admin-quote-body,
  .pc-admin-quote-form .pc-admin-form-grid,
  .pc-admin-quote-followup-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .pc-admin-quote-save,
  .pc-confirmation-action {
    width: 100%;
    justify-content: center;
  }

  .pc-employee-access-switch {
    align-items: flex-start;
  }

  .pc-employee-details-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pc-growth-help-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pc-growth-help-card-wide {
    grid-column: auto;
  }

  .pc-employee-edit-modal,
  .pc-admin-modal {
    width: min(calc(100% - 1rem), 56rem);
    padding: 1rem;
  }
}

.pc-owner-settings-grid,
.pc-owner-settings-grid-inner,
.pc-employee-panel-grid {
  display: grid;
  gap: 1rem;
}

.pc-owner-settings-grid {
  grid-template-columns: minmax(0, 1fr);
}

.pc-employee-panel-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.pc-owner-settings-grid-inner {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
}

.pc-owner-profile-form {
  width: 100%;
  max-width: none;
}

.pc-growth-tabs-header {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
  justify-content: space-between;
}

.pc-growth-help-modal {
  width: min(calc(100% - 2rem), 62rem);
}

.pc-growth-help-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.pc-growth-help-card {
  display: grid;
  gap: 0.8rem;
  align-content: start;
  padding: clamp(1rem, 2vw, 1.2rem);
  border: 1px solid rgba(44, 171, 226, 0.14);
  border-radius: 0.5rem;
  background: #f8fcff;
}

.pc-growth-help-card-wide {
  grid-column: 1 / -1;
}

.pc-growth-help-list {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding-left: 1.2rem;
  color: rgba(11, 31, 51, 0.76);
  line-height: 1.55;
}

.pc-admin-settings-subsection {
  display: grid;
  gap: 1rem;
  margin-top: 1.75rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(0, 67, 147, 0.12);
}

.pc-growth-workspace-stack {
  grid-template-columns: minmax(0, 1fr);
}

.pc-brand-preview,
.pc-employee-summary-card,
.pc-growth-summary-card {
  display: grid;
  gap: 1rem;
  align-content: start;
  padding: clamp(1.1rem, 2vw, 1.35rem);
  border: 1px solid rgba(0, 67, 147, 0.12);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.96);
}

.pc-owner-avatar-preview {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.pc-brand-preview-image {
  width: min(100%, 20rem);
  height: auto;
}

.pc-profile-key-list {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pc-profile-key-list li {
  display: grid;
  gap: 0.22rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(44, 171, 226, 0.14);
  border-radius: 1rem;
  background: rgba(244, 249, 255, 0.88);
}

.pc-profile-key-list strong {
  color: #0b1f33;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pc-profile-key-list span {
  color: rgba(11, 31, 51, 0.76);
  line-height: 1.55;
}

.pc-admin-profile-list-item {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  min-width: 0;
}

.pc-admin-profile-list-item > div {
  display: grid;
  gap: 0.22rem;
  min-width: 0;
}

.pc-admin-profile-avatar {
  width: 2.6rem;
  height: 2.6rem;
  font-size: 0.86rem;
}

.pc-profile-status-active,
.pc-profile-status-inactive {
  justify-self: start;
  padding: 0.22rem 0.6rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1;
}

.pc-profile-status-active {
  border: 1px solid rgba(23, 126, 75, 0.28);
  background: #eaf8f0;
  color: #177e4b;
}

.pc-profile-status-inactive {
  border: 1px solid rgba(167, 43, 43, 0.28);
  background: #fff1f1;
  color: #9f2727;
}

@media (max-width: 68rem) {
  .pc-admin-hero,
  .pc-admin-toolbar,
  .pc-admin-section-head,
  .pc-admin-record-grid,
  .pc-admin-recent-grid,
  .pc-admin-recent-columns,
  .pc-owner-settings-grid-inner,
  .pc-growth-signal-grid,
  .pc-growth-analytics-grid,
  .pc-growth-reputation-grid,
  .pc-careers-grid,
  .pc-employee-panel-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pc-admin-kpi-grid,
  .pc-admin-actions-grid,
  .pc-admin-settings-grid,
  .pc-owner-settings-grid,
  .pc-contact-page-shell,
  .pc-article-detail-header,
  .pc-article-comments-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pc-contact-page-shell,
  .pc-careers-application-shell,
  .pc-article-detail-header,
  .pc-article-comments-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pc-contact-page-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .pc-contact-whatsapp-mini {
    grid-template-columns: minmax(0, 1fr);
  }

  .pc-contact-whatsapp-mini-action {
    justify-items: start;
  }

  .pc-article-detail-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .pc-admin-record-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .pc-admin-article-card-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pc-admin-form-grid-article {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pc-crm-form-grid-article {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 55rem) {
  .pc-admin-kpi-grid,
  .pc-admin-actions-grid,
  .pc-admin-settings-grid,
  .pc-owner-settings-grid,
  .pc-owner-settings-grid-inner,
  .pc-employee-panel-grid,
  .pc-admin-form-grid,
  .pc-admin-form-grid-article,
  .pc-admin-hiring-form .grid-2,
  .pc-careers-shell,
  .pc-careers-application-shell,
  .pc-contact-page-shell,
  .pc-article-detail-shell,
  .pc-article-comments-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .pc-careers-shell,
  .pc-careers-application-shell,
  .pc-contact-page-shell,
  .pc-article-detail-shell,
  .pc-article-comments-shell {
    padding-inline: 1rem;
  }

  .pc-contact-page-shell {
    padding-inline: 0;
  }

  .pc-crm-form-grid,
  .pc-crm-form-grid-article,
  .pc-contact-page-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .pc-contact-whatsapp-mini-button {
    width: 100%;
    justify-content: space-between;
  }

  .pc-admin-record-top,
  .pc-crm-record-head,
  .pc-article-comment-meta {
    flex-direction: column;
  }

  .pc-admin-article-comments-summary {
    flex-direction: column;
    align-items: flex-start;
  }

  .pc-admin-record-status,
  .pc-admin-record-actions .btn-primary {
    margin-left: 0;
  }

  .pc-article-detail-title {
    max-width: 100%;
    text-align: left;
    text-wrap: pretty;
  }
}

/* Header and footer polish pass */
:root,
[data-fnlla-theme="default"] {
  --brand-primary: #2cabe2;
  --brand-secondary: #2cabe2;
  --brand-accent: #2cabe2;
  --brand-dark: #2cabe2;
  --pc-brand-ink: #004393;
  --pc-brand-ink-strong: #084c73;
}

.pc-site-body {
  padding-top: clamp(4.75rem, 7vw, 5.45rem);
}

.pc-site-body a:not(.btn):not(.pc-button),
.client-preview-layout a:not(.btn):not(.pc-button) {
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.pc-site-body a:not(.btn):not(.pc-button):hover,
.pc-site-body a:not(.btn):not(.pc-button):focus-visible,
.client-preview-layout a:not(.btn):not(.pc-button):hover,
.client-preview-layout a:not(.btn):not(.pc-button):focus-visible {
  color: var(--pc-brand-ink-strong);
  text-decoration: none;
}

.pc-main {
  padding-bottom: 0;
}

.project-header {
  background: rgba(255, 255, 255, 0.94);
}

.project-header-section {
  padding: 0;
}

.pc-header-shell {
  border-top: 0;
  box-shadow: 0 1px 0 rgba(44, 171, 226, 0.16);
}

.pc-navbar {
  min-height: 4.75rem;
}

.project-nav-link {
  color: var(--pc-brand-ink);
}

.project-nav-link:hover,
.project-nav-link:focus-visible,
.project-nav-link[aria-current="page"] {
  color: var(--pc-brand-ink-strong);
}

.pc-navbar .navbar-toggle {
  color: var(--pc-brand-ink-strong);
  background: #eff8fd;
}

.pc-button-primary {
  background: var(--brand-primary);
  border-color: var(--brand-primary);
}

.pc-button-primary:hover,
.pc-button-primary:focus-visible {
  background: #1798d3;
  border-color: #1798d3;
}

.pc-button-secondary {
  border-color: rgba(44, 171, 226, 0.32);
  color: var(--pc-brand-ink-strong);
}

.pc-button-secondary:hover,
.pc-button-secondary:focus-visible {
  background: rgba(44, 171, 226, 0.1);
  border-color: rgba(44, 171, 226, 0.5);
  color: var(--pc-brand-ink-strong);
}

.pc-hero-shell,
.pc-services-shell,
.pc-stat-card,
.pc-final-cta-shell,
.pc-footer-shell,
.pc-contact-form-card {
  background: #2cabe2;
}

.pc-hero-overlay {
  background: rgba(20, 126, 176, 0.7);
}

.pc-final-cta-stage {
  padding-bottom: 0;
}

.pc-final-cta-shell {
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.project-footer > .section {
  padding-top: 0;
}

.project-footer {
  margin-top: 0;
}

.pc-footer-shell {
  border-top: 0;
}

.pc-footer-shell-minimal {
  padding: 1.1rem 1.5rem;
  border: 0;
  border-top: 1px solid rgba(44, 171, 226, 0.14);
  border-radius: 0;
  background: var(--fnlla-header-bg);
}

.pc-footer-meta-minimal {
  gap: 0.85rem;
  padding-top: 0;
  border: 0;
}

.pc-final-cta-shell .pc-button-secondary,
.pc-final-cta-shell .pc-button-secondary:hover,
.pc-final-cta-shell .pc-button-secondary:focus-visible,
.pc-footer-shell .pc-button-secondary,
.pc-footer-shell .pc-button-secondary:hover,
.pc-footer-shell .pc-button-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.38);
  color: #ffffff;
}

.pc-final-cta-shell .pc-button-secondary .pc-button-icon,
.pc-footer-shell .pc-button-secondary .pc-button-icon {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.pc-footer-logo-image {
  filter: brightness(0) invert(1);
}

@media (max-width: 68rem) {
  .pc-site-body {
    padding-top: 4.95rem;
  }
}

@media (max-width: 55rem) {
  .pc-site-body {
    padding-top: 4.7rem;
  }

  .pc-footer-shell-minimal {
    padding: 1rem 1.1rem;
  }
}

/* Homepage testimonials redesign */
.pc-page-shell {
  gap: 0;
}

.pc-home-hero-section {
  padding-top: 0;
}

.pc-brand-logo-image {
  width: clamp(11.25rem, 15vw, 14rem);
}

.pc-footer-logo-image {
  width: min(100%, 13.5rem);
}

.pc-testimonials-shell {
  gap: clamp(1.65rem, 3vw, 2.25rem);
  padding-block: clamp(2.35rem, 4vw, 3.2rem);
  background: #eef7fc;
  border-top: 1px solid rgba(44, 171, 226, 0.14);
  border-bottom: 1px solid rgba(44, 171, 226, 0.14);
  border-color: transparent;
}

.pc-testimonials-heading {
  gap: 1rem;
  justify-items: start;
  text-align: left;
}

.pc-testimonials-title {
  max-width: 16ch;
  margin-inline: 0;
  text-align: left;
  font-size: clamp(2.3rem, 5vw, 4.4rem);
  line-height: 0.98;
  color: #0b1e1b;
}

.pc-testimonials-accent {
  color: #2cabe2;
  font-style: italic;
}

.pc-testimonials-copy {
  max-width: 50rem;
  text-align: left;
  color: rgba(11, 30, 27, 0.7);
}

.pc-testimonials-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: 1rem;
  align-items: stretch;
}

.pc-testimonials-carousel {
  display: grid;
  gap: 1rem;
}

.pc-testimonials-viewport {
  overflow: hidden;
  border-radius: 1.45rem;
}

.pc-testimonials-track {
  display: flex;
  align-items: stretch;
  transition: transform 420ms ease;
  will-change: transform;
}

.pc-testimonials-carousel .pc-testimonial-card,
.pc-testimonials-carousel .pc-testimonial-card-featured,
.pc-testimonials-carousel .pc-testimonial-card:not(.pc-testimonial-card-featured) {
  flex: 0 0 100%;
  width: 100%;
  grid-column: auto;
  grid-row: auto;
  min-height: clamp(21rem, 28vw, 26rem);
}

.pc-testimonials-carousel .pc-testimonial-card {
  border: 1px solid rgba(44, 171, 226, 0.16);
  border-radius: 1.45rem;
  box-shadow: 0 1rem 2.6rem rgba(11, 31, 51, 0.08);
}

.pc-testimonials-controls {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
}

.pc-testimonials-arrow {
  display: inline-grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(44, 171, 226, 0.24);
  border-radius: 999px;
  background: #ffffff;
  color: #004393;
  cursor: pointer;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.pc-testimonials-arrow span {
  display: block;
  margin-top: -0.1rem;
  font-size: 2rem;
  line-height: 1;
}

.pc-testimonials-arrow:hover,
.pc-testimonials-arrow:focus-visible {
  border-color: #2cabe2;
  background: #2cabe2;
  color: #ffffff;
  transform: translateY(-1px);
}

.pc-testimonials-dots {
  display: flex;
  justify-content: center;
  gap: 0.45rem;
  min-width: 0;
}

.pc-testimonials-dot {
  width: 0.72rem;
  height: 0.72rem;
  padding: 0;
  border: 1px solid rgba(44, 171, 226, 0.38);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  cursor: pointer;
  transition:
    width 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.pc-testimonials-dot.is-active,
.pc-testimonials-dot[aria-selected="true"] {
  width: 1.85rem;
  border-color: #2cabe2;
  background: #2cabe2;
}

.pc-legal-stage {
  padding-block: clamp(1.25rem, 2.8vw, 2rem);
}

.pc-legal-shell {
  gap: clamp(2rem, 3.5vw, 2.75rem);
  padding-block: clamp(3rem, 5vw, 4.5rem);
  background: #f4f9fc;
  border-color: rgba(44, 171, 226, 0.18);
}

.pc-legal-header {
  display: grid;
  gap: 1rem;
  max-width: none;
}

.pc-legal-title {
  max-width: none;
  color: #0b1f33;
}

.pc-legal-summary {
  max-width: none;
  color: rgba(11, 31, 51, 0.72);
}

.pc-legal-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.15rem;
  margin-top: clamp(0.85rem, 1.8vw, 1.4rem);
}

.pc-legal-card {
  display: grid;
  gap: 0.95rem;
  align-content: start;
  min-height: 100%;
  padding: 1.5rem;
  border: 1px solid rgba(44, 171, 226, 0.16);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.98);
}

.pc-legal-card-title {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.25;
  color: #0b1f33;
}

.pc-legal-card-copy {
  margin: 0;
  color: rgba(11, 31, 51, 0.76);
}

.pc-testimonial-card {
  display: grid;
  align-content: start;
  gap: 1rem;
  min-height: 0;
  padding: 1.35rem 1.25rem 1.2rem;
  border-radius: 1.35rem;
  border-color: rgba(44, 171, 226, 0.16);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: none;
}

.pc-testimonial-card-featured {
  grid-column: 1;
  grid-row: span 3;
  padding: 1.7rem 1.55rem 1.35rem;
}

.pc-testimonial-card:not(.pc-testimonial-card-featured) {
  grid-column: 2;
}

.pc-testimonial-card-head,
.pc-testimonial-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
}

.pc-testimonial-card-head {
  align-items: start;
}

.pc-testimonial-status {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.34rem 0.72rem;
  border: 1px solid rgba(44, 171, 226, 0.18);
  border-radius: 999px;
  background: rgba(44, 171, 226, 0.08);
  color: #004393;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pc-testimonial-company,
.pc-testimonial-quote-mark,
.pc-testimonial-rating {
  margin: 0;
}

.pc-testimonial-company {
  color: rgba(11, 30, 27, 0.42);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.3;
}

.pc-testimonial-quote-mark {
  color: rgba(44, 171, 226, 0.42);
  font-size: 3.95rem;
  line-height: 0.72;
}

.pc-testimonial-value {
  margin: 0;
  color: #2cabe2;
  font-size: clamp(3.2rem, 6vw, 4.8rem);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.pc-testimonial-copy {
  font-size: 0.98rem;
  line-height: 1.72;
  color: #17323c;
}

.pc-testimonial-card-featured .pc-testimonial-copy {
  font-size: 1.06rem;
  line-height: 1.82;
}

.pc-testimonial-card-compact .pc-testimonial-copy {
  max-width: 24ch;
  font-size: 1.06rem;
  line-height: 1.6;
}

.pc-testimonial-footer {
  margin-top: auto;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(44, 171, 226, 0.14);
  align-items: end;
}

.pc-testimonial-person {
  display: grid;
  gap: 0.3rem;
}

.pc-testimonial-title {
  font-size: 1.02rem;
  color: #0b1f33;
}

.pc-testimonial-meta {
  margin: 0;
  color: rgba(0, 67, 147, 0.68);
  font-size: 0.76rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pc-testimonial-rating {
  display: inline-flex;
  gap: 0.1rem;
  color: #f6c84c;
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 68rem) {
  .pc-testimonials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pc-testimonial-card-featured {
    grid-column: span 2;
    grid-row: auto;
  }

  .pc-testimonial-card:not(.pc-testimonial-card-featured) {
    grid-column: auto;
  }
}

@media (max-width: 55rem) {
  .pc-brand-logo-image {
    width: 10.4rem;
  }

  .pc-footer-logo-image {
    width: min(100%, 12rem);
  }

  .pc-testimonials-shell {
    padding-inline: 1rem;
    padding-block: 2rem 2.25rem;
  }

  .pc-testimonials-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pc-testimonials-controls {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
  }

  .pc-testimonials-dots {
    order: -1;
  }

  .pc-legal-grid {
    grid-template-columns: 1fr;
  }

  .pc-testimonial-card-featured {
    grid-column: span 1;
  }

  .pc-testimonial-card {
    min-height: 0;
  }

  .pc-testimonial-footer {
    flex-direction: column;
    align-items: start;
  }
}

h1,
h2 {
  font-family: var(--pc-heading-font);
  font-weight: 800;
  letter-spacing: -0.04em;
}

h1 .pc-display-accent,
h1 .pc-inline-accent,
h2 .pc-display-accent,
h2 .pc-inline-accent {
  font-family: inherit;
}

/* Footer refresh */
.project-footer {
  margin-top: 0;
  background:
    radial-gradient(circle at top right, rgba(44, 171, 226, 0.16), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f6fbfe 100%);
}

.project-footer > .section {
  padding-block: 0 clamp(2.4rem, 4vw, 3.5rem);
}

.pc-footer-shell {
  display: grid;
  gap: clamp(1.6rem, 3vw, 2.4rem);
  padding: 0;
  background: transparent;
  color: #0b1f33;
}

.pc-footer-shell > .pc-footer-highlight {
  width: 100%;
  margin-inline: 0;
}

.pc-footer-highlight {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(20rem, 0.82fr);
  gap: clamp(1.5rem, 3vw, 2.6rem);
  overflow: hidden;
  padding-block: clamp(2.25rem, 4.4vw, 3.35rem);
  padding-inline: max(1rem, calc((100vw - var(--pc-container-width)) / 2));
  border-radius: 0;
  background: #2cabe2;
  color: #ffffff;
  position: relative;
}

.pc-footer-highlight::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.24);
}

.pc-footer-highlight-copy {
  display: grid;
  align-content: center;
  gap: 1rem;
  position: relative;
  z-index: 1;
  max-width: 40rem;
}

.pc-footer-highlight-kicker {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pc-footer-highlight-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.3rem, 4.4vw, 3.75rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.pc-footer-highlight-text {
  margin: 0;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1rem;
  line-height: 1.75;
}

.pc-footer-highlight-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  padding-top: 0.4rem;
}

.pc-footer-highlight-button {
  min-height: 3.2rem;
}

.pc-footer-highlight .pc-button-primary {
  background: #ffffff;
  border-color: #ffffff;
  color: #004393;
}

.pc-footer-highlight .pc-button-primary:hover,
.pc-footer-highlight .pc-button-primary:focus-visible {
  background: #eaf7fd;
  border-color: #eaf7fd;
  color: #004393;
}

.pc-footer-highlight .pc-button-primary .pc-button-icon {
  background: rgba(44, 171, 226, 0.12);
  color: #004393;
}

.pc-footer-highlight .pc-button-secondary,
.pc-footer-highlight .pc-button-secondary:hover,
.pc-footer-highlight .pc-button-secondary:focus-visible {
  background: rgba(8, 28, 58, 0.16);
  border-color: rgba(255, 255, 255, 0.28);
  color: #ffffff;
}

.pc-footer-highlight .pc-button-secondary .pc-button-icon {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.pc-footer-highlight-visual {
  position: relative;
  min-height: 16rem;
  display: grid;
  align-content: center;
  justify-items: start;
  align-self: stretch;
}

.pc-footer-highlight-wordmark-frame {
  position: absolute;
  inset: 50% auto auto 0;
  z-index: 0;
  margin: 0;
  width: min(100%, 24rem);
  display: grid;
  justify-items: start;
  padding: 0;
  transform: translateY(-50%);
}

.pc-footer-highlight-wordmark {
  display: block;
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
  opacity: 0.14;
}

.pc-footer-highlight-panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  width: min(100%, 24rem);
  margin-left: auto;
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.pc-footer-highlight-panel-kicker {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pc-footer-highlight-panel-title {
  margin: 0;
  color: #ffffff;
  font-size: 1.15rem;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.pc-footer-highlight-panel-grid {
  display: grid;
  gap: 0.7rem;
}

.pc-footer-highlight-signal {
  display: grid;
  gap: 0.28rem;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.pc-footer-highlight-signal:first-child {
  padding-top: 0;
  border-top: 0;
}

.pc-footer-highlight-signal-title {
  margin: 0;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.3;
}

.pc-footer-highlight-signal-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.84rem;
  line-height: 1.55;
}

.pc-footer-highlight-caption {
  position: absolute;
  inset: auto 0 0 auto;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-align: right;
  text-transform: uppercase;
}

.pc-footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 22rem) auto;
  gap: clamp(1.5rem, 3vw, 2.75rem);
  padding: clamp(1rem, 1vw, 1.25rem) 0 0;
}

.pc-footer-brand-column {
  display: grid;
  align-content: start;
  gap: 1rem;
}

.pc-footer-brand-link {
  display: inline-flex;
  width: fit-content;
}

.pc-footer-logo-image {
  width: min(100%, 12.25rem);
  filter: none;
}

.pc-footer-kicker {
  margin: 0;
  color: rgba(11, 31, 51, 0.5);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pc-footer-text {
  margin: 0;
  max-width: 26rem;
  color: rgba(11, 31, 51, 0.72);
  line-height: 1.75;
}

.pc-footer-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.pc-footer-contact-pill {
  display: inline-flex;
  align-items: center;
  min-height: 2.7rem;
  padding: 0.55rem 0.95rem;
  border: 1px solid rgba(44, 171, 226, 0.16);
  border-radius: 999px;
  background: rgba(44, 171, 226, 0.08);
  color: #004393;
  font-size: 0.92rem;
  text-decoration: none;
}

.pc-footer-contact-pill:hover,
.pc-footer-contact-pill:focus-visible {
  background: rgba(44, 171, 226, 0.14);
  color: #004393;
}

.pc-footer-facebook-pill {
  border-color: rgba(44, 171, 226, 0.26);
  background: rgba(44, 171, 226, 0.12);
  color: #004393;
  font-weight: 800;
}

.pc-footer-facebook-pill:hover,
.pc-footer-facebook-pill:focus-visible {
  background: #2cabe2;
  color: #ffffff;
}

.pc-footer-social-row {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}

.pc-footer-social-link {
  display: inline-grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 1px solid rgba(44, 171, 226, 0.18);
  border-radius: 999px;
  background: rgba(44, 171, 226, 0.08);
  color: #004393;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.pc-footer-social-link:hover,
.pc-footer-social-link:focus-visible {
  border-color: rgba(44, 171, 226, 0.34);
  background: #2cabe2;
  color: #ffffff;
  transform: translateY(-1px);
}

.pc-footer-social-icon {
  width: 1.25rem;
  height: 1.25rem;
  fill: currentColor;
}

.pc-footer-social-fallback {
  font-size: 0.9rem;
  font-weight: 800;
}

.pc-footer-snapshot {
  display: grid;
  align-content: start;
  gap: 1rem;
  padding: 0.2rem 0 0;
}

.pc-footer-snapshot-kicker {
  margin: 0;
  color: rgba(11, 31, 51, 0.46);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pc-footer-snapshot-title {
  margin: 0;
  color: #0b1f33;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.pc-footer-snapshot-grid {
  display: grid;
  gap: 0.75rem;
}

.pc-footer-snapshot-card {
  display: grid;
  gap: 0.35rem;
  padding-left: 0.9rem;
  border-left: 2px solid rgba(44, 171, 226, 0.18);
}

.pc-footer-snapshot-card-title {
  margin: 0;
  color: #004393;
  font-size: 0.96rem;
  line-height: 1.3;
}

.pc-footer-snapshot-card-copy {
  margin: 0;
  color: rgba(11, 31, 51, 0.62);
  font-size: 0.88rem;
  line-height: 1.55;
}

.pc-footer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(12rem, max-content));
  gap: clamp(1.1rem, 2vw, 1.8rem);
  padding-top: 0.55rem;
  justify-self: end;
  justify-content: end;
}

.pc-footer-column {
  display: grid;
  gap: 0.8rem;
  align-content: start;
}

.pc-footer-column-title {
  margin: 0;
  color: #2cabe2;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.project-footer-links,
.pc-footer-list {
  display: grid;
  gap: 0.72rem;
  margin: 0;
  padding: 0;
}

.pc-footer-list {
  list-style: none;
}

.project-footer-links a,
.project-footer-locked-link,
.pc-footer-list a {
  color: rgba(11, 31, 51, 0.68);
  text-decoration: none;
}

.project-footer-links a:hover,
.project-footer-links a:focus-visible,
.project-footer-locked-link:hover,
.project-footer-locked-link:focus-visible,
.pc-footer-list a:hover,
.pc-footer-list a:focus-visible {
  color: #004393;
}

.pc-footer-lower {
  display: grid;
  gap: 1rem;
}

.pc-footer-local-rail {
  display: grid;
  align-items: flex-start;
  gap: 0.55rem;
}

.pc-footer-local-title {
  margin: 0;
  color: #004393;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pc-footer-local-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.45rem 1rem;
}

.pc-footer-local-link {
  color: rgba(11, 31, 51, 0.68);
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  text-underline-offset: 0.22em;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

.pc-footer-local-link:hover,
.pc-footer-local-link:focus-visible {
  color: #004393;
  text-decoration: underline;
  text-decoration-color: rgba(44, 171, 226, 0.72);
}

.pc-footer-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.8rem 1.5rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(11, 31, 51, 0.08);
}

.pc-footer-copyright {
  margin: 0;
  color: rgba(11, 31, 51, 0.52);
  font-size: 0.88rem;
}

.pc-footer-copyright a {
  color: #004393;
  font-weight: 800;
  text-decoration: none;
}

.pc-footer-copyright a:hover,
.pc-footer-copyright a:focus-visible {
  color: #2cabe2;
  text-decoration: underline;
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.18em;
}

.pc-footer-meta-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.85rem 1.25rem;
  margin: 0;
}

.pc-footer-meta-links a {
  color: rgba(11, 31, 51, 0.62);
  font-size: 0.88rem;
  text-decoration: none;
}

.pc-footer-meta-links a:hover,
.pc-footer-meta-links a:focus-visible,
.pc-footer-meta-links .pc-cookie-settings-link:hover,
.pc-footer-meta-links .pc-cookie-settings-link:focus-visible {
  color: #004393;
  text-decoration: none;
}

.pc-footer-meta.pc-footer-meta-minimal {
  border: 0;
}

@media (max-width: 68rem) {
  .pc-footer-highlight {
    grid-template-columns: 1fr;
    padding-inline: 1.25rem;
  }

  .pc-footer-highlight-visual {
    min-height: 0;
    justify-items: stretch;
  }

  .pc-footer-main {
    grid-template-columns: 1fr;
  }

  .pc-footer-snapshot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pc-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    justify-self: start;
    justify-content: start;
  }

  .pc-status-shell {
    width: min(100% - 1.25rem, var(--pc-container-width));
  }
}

@media (max-width: 55rem) {
  .project-footer > .section {
    padding-bottom: 2.15rem;
  }

  .pc-footer-highlight {
    padding: 1.45rem 1rem 1.65rem;
  }

  .pc-footer-highlight-title {
    max-width: none;
    font-size: clamp(1.9rem, 8vw, 2.65rem);
  }

  .pc-footer-highlight-visual {
    gap: 0.75rem;
  }

  .pc-footer-highlight-wordmark-frame {
    position: relative;
    inset: auto;
    width: min(100%, 14rem);
    padding: 0;
  }

  .pc-footer-highlight-panel {
    width: 100%;
    padding: 1rem;
    border-radius: 1.3rem;
  }

  .pc-footer-highlight-caption {
    position: static;
    justify-self: end;
  }

  .pc-footer-snapshot-grid {
    grid-template-columns: 1fr;
  }

  .pc-footer-grid {
    grid-template-columns: 1fr;
    width: 100%;
    justify-self: start;
    justify-content: start;
  }

  .pc-footer-local-rail,
  .pc-footer-local-links {
    justify-content: flex-start;
  }

  .pc-footer-local-rail {
    flex-direction: column;
  }

  .pc-footer-local-title {
    margin-top: 0;
  }

  .pc-status-shell {
    width: min(100% - 1rem, var(--pc-container-width));
  }

  .pc-footer-contact-row,
  .pc-footer-meta,
  .pc-footer-meta-links {
    flex-direction: column;
    align-items: start;
  }
}

/* Admin panel route hub */
.pc-admin-routes-shell {
  display: grid;
  gap: 1.5rem;
  border-color: rgba(44, 171, 226, 0.14);
  background: rgba(255, 255, 255, 0.98);
}

.pc-admin-routes-head,
.pc-admin-routes-copy,
.pc-admin-routes-actions,
.pc-admin-route-card,
.pc-admin-route-card-head,
.pc-admin-route-card-actions {
  display: grid;
  gap: 0.9rem;
}

.pc-admin-routes-head {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.pc-admin-routes-actions {
  justify-items: start;
}

.pc-admin-routes-actions .btn,
.pc-admin-routes-actions form {
  width: 100%;
}

.pc-admin-routes-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.pc-admin-route-card {
  align-content: start;
  min-height: 100%;
  padding: 1.2rem 1.15rem;
  border: 1px solid rgba(44, 171, 226, 0.16);
  border-radius: 1.35rem;
  background: #ffffff;
  color: #0b1f33;
  text-decoration: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.pc-admin-route-card:hover,
.pc-admin-route-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(44, 171, 226, 0.3);
  box-shadow: 0 16px 34px rgba(44, 171, 226, 0.12);
}

.pc-admin-route-card-static:hover,
.pc-admin-route-card-static:focus-visible {
  transform: none;
}

.pc-admin-route-card-head {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 0.65rem;
}

.pc-admin-route-card-label {
  margin: 0;
  color: rgba(11, 31, 51, 0.56);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pc-admin-route-card-meta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.9rem;
  padding: 0.3rem 0.7rem;
  border: 1px solid rgba(44, 171, 226, 0.18);
  border-radius: 999px;
  background: rgba(44, 171, 226, 0.08);
  color: #004393;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.pc-admin-route-card-title {
  margin: 0;
  color: #0b1f33;
  font-size: 1.18rem;
  line-height: 1.18;
}

.pc-admin-route-card-copy {
  margin: 0;
  color: rgba(11, 31, 51, 0.68);
  line-height: 1.65;
}

.pc-admin-route-card-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: #004393;
  font-size: 0.9rem;
  font-weight: 700;
}

.pc-admin-route-card-actions {
  align-items: start;
}

.pc-admin-route-card-actions .btn,
.pc-admin-route-card-actions form {
  width: fit-content;
}

.pc-admin-routes-shell .pc-admin-settings-card {
  border-radius: 1.35rem;
}

.pc-workspace-footer,
.pc-workspace-footer .section,
.pc-workspace-footer .pc-footer-shell-minimal {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.pc-workspace-footer .pc-footer-shell-minimal {
  padding-block: 1.1rem;
}

.pc-access-restriction-shell,
.pc-access-restriction-form,
.pc-access-restricted-shell {
  display: grid;
  gap: 1.25rem;
}

.pc-access-restriction-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: start;
}

.pc-access-restriction-status {
  display: inline-flex;
  align-items: center;
  min-height: 2.25rem;
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(0, 67, 147, 0.18);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  white-space: nowrap;
}

.pc-access-restriction-status.is-open {
  background: rgba(20, 135, 88, 0.08);
  color: #0b6845;
}

.pc-access-restriction-status.is-active {
  border-color: rgba(168, 48, 48, 0.2);
  background: rgba(168, 48, 48, 0.08);
  color: #8f2424;
}

.pc-access-restriction-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(44, 171, 226, 0.18);
  background: rgba(244, 249, 253, 0.72);
  cursor: pointer;
}

.pc-access-restriction-toggle span {
  display: grid;
  gap: 0.25rem;
}

.pc-access-restriction-toggle strong {
  color: #0b1f33;
}

.pc-access-restriction-toggle small {
  color: rgba(11, 31, 51, 0.64);
}

.pc-access-restriction-toggle input {
  width: 1.25rem;
  height: 1.25rem;
  accent-color: #004393;
  flex: 0 0 auto;
}

.pc-access-restriction-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.pc-access-restricted-page {
  min-height: clamp(24rem, 62vh, 42rem);
}

.pc-access-restricted-shell {
  width: min(100%, 48rem);
  margin-inline: auto;
  align-content: center;
  min-height: clamp(20rem, 50vh, 34rem);
  text-align: center;
}

/* Final gradient cleanup */
body,
.project-footer,
.pc-page-intro-shell,
.pc-testimonials-stage,
.client-preview-stage,
.client-preview-note-icon {
  background-image: none;
}

body {
  background: #f4f9fd;
}

.project-footer {
  background: var(--fnlla-header-bg);
}

body.pc-site-body .pc-workspace-footer,
body.pc-site-body .pc-workspace-footer .section,
body.pc-site-body .pc-workspace-footer .pc-footer-shell-minimal {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.pc-hero-overlay {
  background: rgba(8, 48, 40, 0.74);
}

.pc-home-hero-overlay {
  background: rgba(0, 38, 24, 0.62);
}

.pc-faq-shell {
  background: #2cabe2;
}

.pc-section-shell-dark,
.pc-service-panel-media,
.pc-pricing-card-featured,
.pc-contact-page-aside,
.pc-contact-form-card,
.pc-final-cta-shell {
  background-image: none;
}

.pc-section-shell-dark,
.pc-service-panel-media,
.pc-pricing-card-featured,
.pc-contact-page-aside {
  background-color: #004393;
}

.pc-placeholder-surface,
.pc-page-intro-shell,
.pc-testimonials-stage,
.client-preview-stage {
  background-color: #ffffff;
}

.client-preview-progress-bar {
  background: #2cabe2;
}

@media (max-width: 68rem) {
  .pc-admin-routes-head {
    grid-template-columns: minmax(0, 1fr);
  }

  .pc-admin-routes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pc-admin-routes-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 55rem) {
  .pc-admin-routes-actions,
  .pc-admin-routes-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pc-admin-route-card-actions .btn,
  .pc-admin-route-card-actions form,
  .pc-admin-routes-actions .btn,
  .pc-admin-routes-actions form {
    width: 100%;
  }

  .pc-access-restriction-head {
    grid-template-columns: minmax(0, 1fr);
  }

  .pc-access-restriction-status {
    justify-self: start;
  }

  .pc-access-restriction-toggle {
    align-items: flex-start;
  }

  .pc-access-restriction-actions,
  .pc-access-restriction-actions .btn {
    width: 100%;
  }
}

/* Homepage header + hero experiment */
html[data-fnlla-title-home="true"] {
  --pc-home-header-offset: clamp(4.75rem, 7vw, 5.45rem);
  --pc-home-hero-base: #2cabe2;
  --pc-home-hero-base-soft: #eaf7fd;
  --pc-home-hero-ink: #004393;
  --pc-home-hero-ink-muted: rgba(11, 44, 69, 0.74);
}

html[data-fnlla-title-home="true"] .pc-page-shell {
  gap: 0;
}

html[data-fnlla-title-home="true"] .project-header,
html[data-fnlla-title-home="true"] .pc-header-shell,
html[data-fnlla-title-home="true"] .pc-brand-logo-image,
html[data-fnlla-title-home="true"] .project-nav-link,
html[data-fnlla-title-home="true"] .pc-navbar .navbar-toggle,
html[data-fnlla-title-home="true"] .pc-header-social-link,
html[data-fnlla-title-home="true"] .pc-header-button,
html[data-fnlla-title-home="true"] .pc-header-button .pc-button-icon,
html[data-fnlla-title-home="true"] .pc-hero-shell,
html[data-fnlla-title-home="true"] .pc-hero-review-row,
html[data-fnlla-title-home="true"] .pc-hero-avatar,
html[data-fnlla-title-home="true"] .pc-hero-rating-text,
html[data-fnlla-title-home="true"] .pc-hero-copy .pc-section-kicker,
html[data-fnlla-title-home="true"] .pc-hero-copy .pc-display-title,
html[data-fnlla-title-home="true"] .pc-hero-copy .pc-display-accent,
html[data-fnlla-title-home="true"] .pc-hero-copy-text {
  transition:
    background-color 220ms ease,
    color 220ms ease,
    border-color 220ms ease,
    opacity 220ms ease,
    filter 220ms ease,
    transform 220ms ease;
}

html[data-fnlla-title-home="true"] .project-header {
  background: transparent;
}

html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .project-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}

html[data-fnlla-title-home="true"] .pc-header-shell {
  background: transparent;
  border-color: transparent;
  box-shadow: none !important;
  backdrop-filter: none;
}

html[data-fnlla-title-home="true"] .pc-navbar {
  min-height: clamp(4.9rem, 7vw, 5.45rem);
}

html[data-fnlla-title-home="true"] .pc-hero-stage {
  margin-top: calc(var(--pc-home-header-offset) * -1);
  padding-top: 0;
  background: var(--pc-home-hero-base);
}

html[data-fnlla-title-home="true"] .pc-hero-shell {
  isolation: isolate;
  min-height: clamp(45rem, 72vw, 58rem);
  background: var(--pc-home-hero-base);
}

html[data-fnlla-title-home="true"] .pc-hero-copy {
  width: min(100% - 2rem, var(--pc-container-width));
  padding-top: calc(var(--pc-home-header-offset) + clamp(1.2rem, 2.2vw, 1.8rem));
  padding-right: 0;
  padding-bottom: clamp(2.2rem, 4.5vw, 3.8rem);
  padding-left: 0;
}

html[data-fnlla-title-home="true"] .pc-hero-main {
  gap: 1.25rem;
}

html[data-fnlla-title-home="true"] .pc-hero-review-row {
  padding: 0.55rem 0.9rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  backdrop-filter: none;
}

html[data-fnlla-title-home="true"] .pc-hero-avatar {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

html[data-fnlla-title-home="true"] .pc-hero-rating-text {
  color: rgba(255, 255, 255, 0.9);
}

html[data-fnlla-title-home="true"] .pc-hero-copy .pc-section-kicker {
  color: rgba(255, 255, 255, 0.74);
}

html[data-fnlla-title-home="true"] .pc-hero-copy .pc-display-title {
  max-width: 9ch;
  color: #ffffff;
}

html[data-fnlla-title-home="true"] .pc-hero-copy .pc-display-accent {
  color: #dff6ff;
}

html[data-fnlla-title-home="true"] .pc-hero-copy-text {
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.88);
}

html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .project-header .pc-brand-logo-image {
  filter: brightness(0) invert(1);
}

html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .project-nav-link,
html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-navbar-toggle-label,
html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-header-button .pc-button-label {
  color: rgba(255, 255, 255, 0.92);
}

@media (min-width: 68.001rem) {
  html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-navbar .navbar-panel {
    width: auto;
    max-width: min(100%, 56rem);
    gap: 1.5rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
  }

  html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-navbar-menu {
    gap: 1.2rem;
    align-items: center;
  }

  html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .project-nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.7rem 1rem;
    border: 1px solid transparent;
    border-radius: 14px;
    background: transparent;
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    backdrop-filter: none;
  }

  html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .project-nav-link:hover,
  html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .project-nav-link:focus-visible {
    border-color: transparent;
    background: transparent;
    color: #ffffff;
  }

  html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .project-nav-link[aria-current="page"] {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(255, 255, 255, 0.92);
    color: #004393;
  }

  html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-header-social-link {
    width: 2.62rem;
    height: 2.62rem;
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
  }

  html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-header-button {
    min-height: 44px;
    min-width: 10.25rem;
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    white-space: nowrap;
  }

  html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-header-button .pc-button-label {
    white-space: nowrap;
  }

  html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-header-button .pc-button-icon {
    width: 2rem;
    height: 2rem;
    background: rgba(255, 255, 255, 0.18);
  }
}

html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .project-nav-link:hover,
html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .project-nav-link:focus-visible,
html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .project-nav-link[aria-current="page"] {
  color: #ffffff;
}

@media (min-width: 68.001rem) {
  html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .project-nav-link[aria-current="page"] {
    color: #004393;
  }
}

html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-navbar .navbar-toggle {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-header-social-link {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
  color: #ffffff;
}

html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-header-social-link:hover,
html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-header-social-link:focus-visible {
  background: rgba(44, 171, 226, 0.86);
  border-color: rgba(255, 255, 255, 0.34);
  color: #ffffff;
}

html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-header-button {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
  color: #ffffff;
}

html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-header-button .pc-button-icon {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

html.pc-home-chrome-scrolled[data-fnlla-title-home="true"] .project-header {
  background: rgba(244, 249, 253, 0.78);
  backdrop-filter: blur(18px);
}

html.pc-home-chrome-scrolled[data-fnlla-title-home="true"] .pc-header-shell {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(44, 171, 226, 0.18);
  backdrop-filter: blur(18px);
}

/* Cookie consent */
.pc-cookie-settings-link {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(11, 31, 51, 0.62);
  cursor: pointer;
  font: inherit;
  font-size: 0.88rem;
  text-decoration: none;
}

.pc-cookie-settings-link:hover,
.pc-cookie-settings-link:focus-visible {
  color: #004393;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.pc-cookie-banner {
  position: fixed;
  right: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1rem, 3vw, 2rem);
  z-index: 460;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1rem, 2vw, 1.5rem);
  align-items: end;
  width: min(calc(100% - 2rem), 58rem);
  padding: clamp(1rem, 2vw, 1.25rem);
  border: 1px solid rgba(44, 171, 226, 0.22);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 60px rgba(0, 67, 147, 0.16);
  backdrop-filter: blur(18px);
}

.pc-cookie-banner[hidden],
.pc-cookie-modal[hidden] {
  display: none;
}

.pc-cookie-banner-copy {
  display: grid;
  gap: 0.45rem;
}

.pc-cookie-kicker,
.pc-cookie-title,
.pc-cookie-text {
  margin: 0;
}

.pc-cookie-kicker {
  color: var(--brand-accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pc-cookie-title {
  color: var(--pc-color-ink);
  font-family: var(--pc-heading-font);
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  line-height: 1.05;
}

.pc-cookie-text {
  max-width: 42rem;
  color: rgba(11, 30, 27, 0.72);
  font-size: 0.94rem;
  line-height: 1.58;
}

.pc-cookie-banner-actions,
.pc-cookie-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-end;
}

.pc-cookie-button {
  min-height: 2.8rem;
  padding-inline: 1rem;
  white-space: nowrap;
}

.pc-cookie-modal {
  z-index: 520;
}

.pc-cookie-modal-content {
  display: grid;
  gap: 1.15rem;
  width: min(100%, 39rem);
  border-color: rgba(44, 171, 226, 0.18);
  border-radius: 1.4rem;
  background: #ffffff;
}

.pc-cookie-modal-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: start;
}

.pc-cookie-modal-close {
  min-height: 2.45rem;
  padding: 0.65rem 0.9rem;
  border: 1px solid rgba(44, 171, 226, 0.22);
  border-radius: var(--pc-radius-pill);
  background: #f4f9ff;
  color: var(--brand-accent);
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pc-cookie-options {
  display: grid;
  gap: 0.75rem;
}

.pc-cookie-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid rgba(0, 67, 147, 0.12);
  border-radius: 1rem;
  background: #f8fcff;
}

.pc-cookie-option strong,
.pc-cookie-option small {
  display: block;
}

.pc-cookie-option strong {
  color: var(--pc-color-ink);
  font-weight: 800;
}

.pc-cookie-option small {
  margin-top: 0.25rem;
  color: rgba(11, 30, 27, 0.68);
  font-size: 0.88rem;
  line-height: 1.45;
}

.pc-cookie-option-locked {
  background: #eef8fd;
}

@media (max-width: 55rem) {
  .checkbox {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.7rem;
  }

  .checkbox input[type="checkbox"] {
    margin-top: 0;
  }

  .pc-cookie-banner {
    right: 0.75rem;
    bottom: 0.75rem;
    grid-template-columns: minmax(0, 1fr);
    width: calc(100% - 1.5rem);
    max-height: calc(100vh - 1.5rem);
    overflow: auto;
  }

  .pc-cookie-banner-actions,
  .pc-cookie-modal-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .pc-cookie-button {
    width: 100%;
  }

  .pc-cookie-modal-content {
    max-height: 88vh;
    padding: 1rem;
    border-radius: 1.25rem;
  }

  .pc-cookie-modal-header {
    grid-template-columns: minmax(0, 1fr);
  }

  .pc-cookie-modal-close {
    width: fit-content;
  }

  .pc-cookie-option {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 68rem) {
  html[data-fnlla-title-home="true"] .pc-hero-copy {
    width: min(100% - 1.25rem, var(--pc-container-width));
    padding-top: calc(var(--pc-home-header-offset) + 1.1rem);
    padding-right: 0;
    padding-left: 0;
  }

  html[data-fnlla-title-home="true"] .pc-navbar .navbar-panel {
    background: rgba(255, 255, 255, 0.98);
    border-color: rgba(44, 171, 226, 0.16);
  }

  html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-navbar .navbar-panel .project-nav-link,
  html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-navbar .navbar-panel .pc-header-button {
    color: var(--pc-brand-ink-strong);
  }

  html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-navbar .navbar-panel .pc-header-button {
    background: #004393;
    border-color: #004393;
  }

  html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-navbar .navbar-panel .pc-header-button .pc-button-icon {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
  }
}

@media (max-width: 55rem) {
  html[data-fnlla-title-home="true"] {
    --pc-home-header-offset: 4.7rem;
  }

  html[data-fnlla-title-home="true"] .pc-hero-copy {
    width: min(100% - 1rem, var(--pc-container-width));
    padding: calc(var(--pc-home-header-offset) + 0.9rem) 0 1.25rem;
  }

  html[data-fnlla-title-home="true"] .pc-hero-copy .pc-display-title {
    max-width: 7ch;
    font-size: clamp(2.9rem, 13vw, 4.3rem);
  }

  html[data-fnlla-title-home="true"] .pc-hero-copy-text {
    max-width: 100%;
  }

  html[data-fnlla-title-home="true"] .pc-hero-review-row {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .pc-footer-logo-image {
    width: min(100%, 10.9rem);
  }
}

/* Homepage about section rebuild */
.pc-about-shell {
  padding-inline: 0;
  padding-block: clamp(0.85rem, 1.8vw, 1.15rem) clamp(1.4rem, 2.8vw, 1.9rem);
  background: #ffffff;
  border-bottom: 1px solid rgba(44, 171, 226, 0.12);
}

.pc-about-frame {
  width: min(100% - 2rem, var(--pc-container-width));
  margin-inline: auto;
}

.pc-about-panel {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2rem);
  padding: clamp(1.35rem, 3vw, 2rem) 0;
  border: 0;
  border-radius: 2rem;
  background: transparent;
}

.pc-about-sector-rail {
  display: grid;
  gap: 0.8rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(44, 171, 226, 0.12);
}

.pc-about-sector-label,
.pc-about-action-eyebrow {
  margin: 0;
  color: #2cabe2;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pc-about-sector-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.pc-about-sector-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4rem;
  padding: 0.6rem 1rem;
  border: 1px solid rgba(44, 171, 226, 0.16);
  border-radius: 999px;
  background: #f4fbff;
  color: #004393;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.pc-about-lead {
  display: grid;
  gap: 1.4rem;
}

.pc-about-lead-copy {
  display: grid;
  gap: 1rem;
  max-width: 62rem;
}

.pc-about-title {
  max-width: 14ch;
}

.pc-about-copy {
  max-width: none;
  margin: 0;
}

.pc-about-action-card {
  display: grid;
  gap: 1rem;
  align-content: start;
  max-width: 46rem;
  padding: 1.25rem 0 0;
  border: 1px solid rgba(44, 171, 226, 0.14);
  border-width: 1px 0 0;
  border-radius: 0;
  background: transparent;
}

.pc-about-action-title {
  margin: 0;
  color: var(--pc-brand-ink-strong);
  font-family: var(--pc-heading-font);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.pc-about-action-copy {
  margin: 0;
  color: rgba(11, 30, 27, 0.72);
  font-size: 0.98rem;
  line-height: 1.65;
}

.pc-about-action-list {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pc-about-action-list li {
  position: relative;
  margin: 0;
  padding-left: 1rem;
  color: var(--pc-brand-ink-strong);
  font-size: 0.95rem;
  line-height: 1.55;
}

.pc-about-action-list li::before {
  content: "";
  position: absolute;
  top: 0.55rem;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #2cabe2;
}

.pc-about-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
  align-items: stretch;
}

.pc-media-card {
  display: block;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(44, 171, 226, 0.14);
  border-radius: 1.75rem;
  background: #ffffff;
  box-shadow: none;
}

.pc-media-card-visual {
  min-height: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 0;
}

.pc-media-card-visual::after {
  display: none;
}

.pc-media-card-copy {
  align-content: start;
  gap: 0.95rem;
  padding: clamp(1.3rem, 3vw, 1.75rem);
}

.pc-media-card-eyebrow {
  color: #2cabe2;
}

.pc-media-card-title {
  font-family: var(--pc-heading-font);
  font-size: clamp(1.5rem, 2.4vw, 1.95rem);
  line-height: 1.08;
}

.pc-media-card-text {
  color: rgba(11, 30, 27, 0.72);
}

.pc-about-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.pc-about-stats .pc-stat-card {
  min-height: 0;
  gap: 0.65rem;
  align-content: start;
  padding: 1.35rem 1.3rem;
  border: 1px solid rgba(44, 171, 226, 0.16);
  border-radius: 1.45rem;
  background: #ffffff;
  box-shadow: none;
}

.pc-about-stats .pc-stat-value {
  color: #004393;
  font-size: clamp(2rem, 3.5vw, 2.7rem);
}

.pc-about-stats .pc-stat-label {
  color: #2cabe2;
}

.pc-about-stats .pc-stat-copy {
  color: rgba(11, 30, 27, 0.72);
}

.pc-about-stats .pc-stat-card:nth-child(3) {
  background: #ffffff;
  border-color: rgba(44, 171, 226, 0.16);
}

@media (max-width: 68rem) {
  .pc-about-lead,
  .pc-about-grid,
  .pc-media-card {
    grid-template-columns: 1fr;
  }

  .pc-media-card-visual {
    min-height: 0;
    aspect-ratio: 16 / 11;
  }
}

@media (max-width: 55rem) {
  .pc-about-frame {
    width: min(100% - 1rem, var(--pc-container-width));
  }

  .pc-about-panel {
    padding: 1rem 0;
    border-radius: 1.5rem;
  }

  .pc-about-sector-rail {
    padding-bottom: 1rem;
  }

  .pc-about-sector-pill {
    justify-content: flex-start;
    text-align: left;
  }

  .pc-about-title {
    max-width: 100%;
  }

  .pc-about-action-card {
    padding: 1.05rem;
  }

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

  .pc-about-stats .pc-stat-card:last-child {
    grid-column: auto;
  }
}

/* Screenshot-style testimonials carousel */
.pc-testimonials-stage {
  background: #2cabe2;
}

.pc-testimonials-shell {
  width: 100%;
  max-width: none;
  margin-inline: auto;
  gap: 2rem;
  padding: 3.25rem max(1.35rem, calc((100vw - 1296px) / 2)) 2.55rem;
  border: 0;
  border-radius: 0;
  background: #eef7fc;
  box-shadow: none;
}

.pc-testimonials-heading {
  display: grid;
  gap: 1rem;
  justify-items: start;
  max-width: 58rem;
  text-align: left;
}

.pc-testimonials-title {
  max-width: 18ch;
  margin: 0;
  color: #0b1e1b;
  font-size: 3.85rem;
  line-height: 1.01;
  letter-spacing: 0;
}

.pc-testimonials-accent {
  display: block;
  color: #2cabe2;
  font-style: italic;
}

.pc-testimonials-copy {
  max-width: 52rem;
  margin: 0;
  color: rgba(11, 31, 51, 0.66);
  font-size: 0.96rem;
  line-height: 1.85;
  letter-spacing: 0;
}

.pc-testimonials-carousel {
  display: grid;
  gap: 1.7rem;
  padding-inline: 1rem;
}

.pc-testimonials-viewport {
  overflow: hidden;
  border-radius: 0;
}

.pc-testimonials-track {
  align-items: stretch;
}

.pc-testimonials-carousel .pc-testimonial-card,
.pc-testimonials-carousel .pc-testimonial-card-featured,
.pc-testimonials-carousel .pc-testimonial-card:not(.pc-testimonial-card-featured) {
  display: grid;
  align-content: start;
  flex: 0 0 100%;
  width: 100%;
  min-height: 0;
  padding: 0.35rem 0.4rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.pc-testimonials-carousel .pc-testimonial-card-head {
  display: none;
}

.pc-testimonials-carousel .pc-testimonial-quote-mark {
  margin: 0 0 0.75rem;
  color: rgba(44, 171, 226, 0.46);
  font-size: 4.65rem;
  font-style: italic;
  font-weight: 800;
  line-height: 0.6;
}

.pc-testimonials-carousel .pc-testimonial-copy,
.pc-testimonials-carousel .pc-testimonial-card-featured .pc-testimonial-copy,
.pc-testimonials-carousel .pc-testimonial-card-compact .pc-testimonial-copy {
  max-width: 76rem;
  margin: 0;
  color: #203947;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.68;
  letter-spacing: 0;
}

.pc-testimonials-carousel .pc-testimonial-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.25rem;
  padding: 0.9rem 0 0;
  border-top: 1px solid rgba(44, 171, 226, 0.2);
}

.pc-testimonials-carousel .pc-testimonial-person {
  gap: 0.18rem;
}

.pc-testimonials-carousel .pc-testimonial-title {
  margin: 0;
  color: #0b1f33;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.pc-testimonials-carousel .pc-testimonial-meta {
  color: #004393;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.pc-testimonials-carousel .pc-testimonial-rating {
  margin: 0;
  color: #f6c84c;
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.pc-testimonials-controls {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
}

.pc-testimonials-arrow {
  width: 2.45rem;
  height: 2.45rem;
  border-color: rgba(44, 171, 226, 0.36);
  background: #ffffff;
  color: #004393;
  box-shadow: none;
}

.pc-testimonials-arrow span {
  margin-top: -0.08rem;
  font-size: 1.85rem;
  font-weight: 400;
}

.pc-testimonials-dots {
  gap: 0.42rem;
}

.pc-testimonials-dot {
  width: 0.62rem;
  height: 0.62rem;
  border-color: rgba(44, 171, 226, 0.48);
  background: transparent;
}

.pc-testimonials-dot.is-active,
.pc-testimonials-dot[aria-selected="true"] {
  width: 1.55rem;
  background: #2cabe2;
  border-color: #2cabe2;
}

@media (max-width: 68rem) {
  .pc-testimonials-shell {
    padding: 2.75rem 1.35rem 2.25rem;
  }

  .pc-testimonials-title {
    font-size: 3.05rem;
  }

  .pc-testimonials-carousel .pc-testimonial-copy,
  .pc-testimonials-carousel .pc-testimonial-card-featured .pc-testimonial-copy,
  .pc-testimonials-carousel .pc-testimonial-card-compact .pc-testimonial-copy {
    font-size: 1.45rem;
  }
}

@media (max-width: 55rem) {
  .pc-testimonials-shell {
    gap: 1.55rem;
    padding: 2.1rem 1rem 1.85rem;
  }

  .pc-testimonials-title {
    max-width: 12ch;
    font-size: 2.35rem;
  }

  .pc-testimonials-copy {
    font-size: 0.9rem;
    line-height: 1.7;
  }

  .pc-testimonials-carousel {
    padding-inline: 0;
  }

  .pc-testimonials-carousel .pc-testimonial-quote-mark {
    margin-bottom: 0.4rem;
    font-size: 3.25rem;
  }

  .pc-testimonials-carousel .pc-testimonial-copy,
  .pc-testimonials-carousel .pc-testimonial-card-featured .pc-testimonial-copy,
  .pc-testimonials-carousel .pc-testimonial-card-compact .pc-testimonial-copy {
    font-size: 1.13rem;
    line-height: 1.65;
  }

  .pc-testimonials-carousel .pc-testimonial-footer {
    align-items: start;
  }

  .pc-testimonials-controls {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .pc-testimonials-dots {
    order: 0;
  }
}

/* Small conversion polish requested after the testimonials redesign */
.pc-header-social-link {
  border-color: rgba(44, 171, 226, 0.28);
  background: rgba(44, 171, 226, 0.1);
  color: #004393;
}

.pc-header-social-link:hover,
.pc-header-social-link:focus-visible {
  border-color: #2cabe2;
  background: #2cabe2;
  color: #ffffff;
  box-shadow: 0 0.7rem 1.5rem rgba(44, 171, 226, 0.22);
}

.pc-header-social-link:hover .pc-header-social-icon,
.pc-header-social-link:focus-visible .pc-header-social-icon {
  fill: #ffffff;
}

html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-header-social-link:hover,
html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-header-social-link:focus-visible {
  border-color: #2cabe2;
  background: #2cabe2;
  color: #ffffff;
}

.pc-whatsapp-button,
.pc-whatsapp-button:hover,
.pc-whatsapp-button:focus-visible {
  border-color: #2cabe2;
  background: #2cabe2;
  color: #ffffff;
}

.pc-whatsapp-button .pc-button-icon {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.pc-whatsapp-button:hover,
.pc-whatsapp-button:focus-visible {
  border-color: #0d96cf;
  background: #0d96cf;
  transform: translateY(-1px);
}

.pc-footer-highlight-wordmark-frame {
  min-height: clamp(13rem, 22vw, 20rem);
}

.pc-footer-highlight-wordmark {
  width: min(100%, 24rem);
  max-width: none;
  filter: brightness(0) invert(1);
  opacity: 0.96;
}

.pc-testimonials-heading {
  max-width: 72rem;
}

.pc-testimonials-title {
  max-width: 24ch;
}

@media (max-width: 55rem) {
  .pc-footer-highlight-wordmark {
    width: min(100%, 18rem);
  }

  .pc-testimonials-title {
    max-width: 15ch;
  }
}

/* Final requested layout corrections */
.pc-header-back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.72rem 1rem;
  border: 1px solid rgba(44, 171, 226, 0.26);
  border-radius: 999px;
  background: rgba(44, 171, 226, 0.08);
  color: #004393;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.pc-header-back-link:hover,
.pc-header-back-link:focus-visible {
  border-color: #2cabe2;
  background: #2cabe2;
  color: #ffffff;
}

.pc-footer-highlight-wordmark {
  filter: brightness(0) invert(1);
  opacity: 0.72;
}

.pc-service-panel-media {
  min-height: clamp(21rem, 32vw, 30rem);
  aspect-ratio: 16 / 10;
}

.pc-service-carousel-image {
  object-fit: cover;
  object-position: center center;
}

.pc-process-dot {
  display: inline-grid;
  place-items: center;
  width: auto;
  height: auto;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.pc-process-dot::after {
  content: "\2713";
  position: static;
  display: inline-grid;
  width: auto;
  height: auto;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #2cabe2;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1;
  transform: none;
}

.pc-contact-inline-status {
  display: grid;
  gap: 0.28rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.pc-contact-inline-status strong,
.pc-contact-inline-status span {
  display: block;
}

.pc-contact-inline-status strong {
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pc-contact-inline-status span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
  line-height: 1.55;
}

.pc-contact-inline-status-success {
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.2);
}

.pc-contact-page-shell .pc-contact-button {
  width: fit-content;
  min-width: min(100%, 12rem);
  justify-self: start;
}

.pc-about-title {
  max-width: none;
  color: #2cabe2;
}

.pc-media-card-visual img {
  object-position: 50% center;
}

html[data-fnlla-title-home="true"] .pc-hero-shell {
  min-height: clamp(44rem, 64vw, 56rem);
}

html[data-fnlla-title-home="true"] .pc-hero-copy {
  padding-bottom: clamp(1.2rem, 2.5vw, 2rem);
}

html[data-fnlla-title-home="true"] .pc-hero-copy .pc-display-title {
  max-width: 15ch;
  font-size: clamp(3.25rem, 6.6vw, 5.85rem);
}

html[data-fnlla-title-home="true"] .pc-about-shell {
  padding-top: 0;
}

@media (max-width: 68rem) {
  .pc-header-back-link {
    width: 100%;
  }

  .pc-service-panel-media {
    min-height: 0;
  }
}

/* Service/footer polish */
.pc-footer-snapshot-kicker,
.pc-footer-column-title {
  font-weight: 900;
}

.pc-footer-snapshot-title {
  font-weight: 900;
}

.pc-service-item {
  min-width: 0;
  border-color: rgba(255, 255, 255, 0.2);
}

.pc-service-item.is-open {
  overflow: hidden;
  border-color: rgba(44, 171, 226, 0.26);
}

.pc-service-panel,
.pc-service-panel-content,
.pc-service-panel-copy,
.pc-service-panel-media {
  min-width: 0;
  max-width: 100%;
}

.pc-service-panel-content {
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  overflow: hidden;
}

.pc-service-panel-media {
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(44, 171, 226, 0.18);
  background-color: #eef8fd;
}

.pc-service-carousel-image {
  display: block;
  max-width: 100%;
  object-fit: contain;
}

.pc-services-bridge-shell {
  padding-inline: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.pc-contact-form > .pc-contact-button,
.pc-contact-page-shell .pc-contact-button,
.pc-careers-application-shell .pc-contact-button,
.pc-article-comment-form-card .pc-contact-button,
.pc-hero-form-button,
.pc-whatsapp-builder .pc-whatsapp-builder-submit {
  width: fit-content;
  min-width: min(100%, 12.5rem);
  justify-self: end;
  border-color: #ffffff;
}

.pc-header-button {
  border-radius: 999px;
}

.pc-contact-form-response,
.pc-contact-form-note,
.pc-contact-form-highlight,
.pc-hero-form-highlight {
  position: relative;
  width: 100%;
  max-width: none;
  padding: 0.85rem 0.95rem;
  border: 1px solid rgba(44, 171, 226, 0.26);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}

.pc-hero-form-highlight,
.pc-contact-page-shell .pc-contact-form-response {
  border-color: rgba(44, 171, 226, 0.18);
  background: #f5fbff;
  color: rgba(11, 30, 27, 0.76);
}

.pc-contact-tracking-context {
  color: #ffffff;
}

@media (max-width: 68rem) {
  .pc-contact-form > .pc-contact-button,
  .pc-contact-page-shell .pc-contact-button,
  .pc-careers-application-shell .pc-contact-button,
  .pc-article-comment-form-card .pc-contact-button,
  .pc-hero-form-button,
  .pc-whatsapp-builder .pc-whatsapp-builder-submit {
    width: fit-content;
    justify-self: end;
  }
}

@media (max-width: 68rem) {
  .pc-service-panel-content {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* FAQ and testimonials refinements */
.pc-page-intro-title {
  max-width: 34ch;
}

.pc-faq-shell {
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
  max-width: none;
}

.pc-faq-heading,
.pc-faq-accordion {
  width: 100%;
  max-width: none;
}

.pc-faq-accordion {
  justify-self: stretch;
}

.pc-testimonials-track {
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.pc-testimonials-carousel .pc-testimonial-card {
  opacity: 0.34;
  transition: opacity 520ms ease, transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pc-testimonials-carousel .pc-testimonial-card.is-active {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .pc-testimonials-track,
  .pc-testimonials-carousel .pc-testimonial-card {
    transition: none;
  }
}

/* Articles index refinements */
.pc-articles-page {
  display: grid;
  gap: clamp(1.2rem, 2.6vw, 2.1rem);
}

.pc-articles-page .pc-inner-hero-stage {
  padding-bottom: clamp(0.75rem, 1.8vw, 1.35rem);
}

.pc-articles-page .pc-page-intro-shell {
  grid-template-columns: minmax(0, 1fr);
}

.pc-articles-page .pc-page-intro-copy,
.pc-articles-page .pc-page-intro-title,
.pc-articles-page .pc-page-intro-text {
  width: 100%;
  max-width: none;
}

.pc-articles-page #insights {
  padding-top: clamp(0.9rem, 2.1vw, 1.45rem);
  padding-bottom: clamp(3.2rem, 5.8vw, 5.6rem);
}

.pc-articles-page .pc-insights-shell {
  gap: clamp(1.55rem, 3vw, 2.25rem);
}

.pc-articles-page .pc-insights-heading {
  max-width: var(--pc-container-width);
  margin-inline: auto;
}

.pc-articles-page .pc-insights-button {
  display: none;
}

.pc-articles-page .pc-insights-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 19.5rem), 1fr));
  align-items: stretch;
  gap: clamp(1.15rem, 2.2vw, 1.55rem);
}

.pc-articles-page .pc-article-card,
.pc-articles-page .pc-insights-grid .pc-article-card:nth-child(2) {
  min-height: 100%;
  transform: none;
  border-color: rgba(44, 171, 226, 0.18);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 20px 54px rgba(0, 67, 147, 0.08);
}

.pc-articles-page .pc-article-card-link {
  grid-template-rows: auto 1fr;
}

.pc-articles-page .pc-article-visual,
.pc-articles-page .pc-insights-grid .pc-article-card:nth-child(1) .pc-article-visual,
.pc-articles-page .pc-insights-grid .pc-article-card:nth-child(2) .pc-article-visual,
.pc-articles-page .pc-insights-grid .pc-article-card:nth-child(3) .pc-article-visual {
  min-height: 0;
  aspect-ratio: 16 / 10;
}

.pc-articles-page .pc-article-visual img {
  display: block;
  transition: transform 220ms ease;
}

.pc-articles-page .pc-article-card:hover .pc-article-visual img,
.pc-articles-page .pc-article-card:focus-within .pc-article-visual img {
  transform: scale(1.025);
}

.pc-articles-page .pc-article-copy,
.pc-articles-page .pc-insights-grid .pc-article-card:nth-child(2) .pc-article-copy {
  min-height: 0;
  align-content: start;
  gap: 0.95rem;
  padding: clamp(1.25rem, 2vw, 1.55rem);
}

.pc-articles-page .pc-article-meta {
  gap: 0.5rem;
}

.pc-articles-page .pc-article-tag,
.pc-articles-page .pc-article-reading {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 2rem;
  margin: 0;
  padding: 0.42rem 0.72rem;
  border: 1px solid rgba(44, 171, 226, 0.22);
  border-radius: 999px;
  background: rgba(44, 171, 226, 0.08);
  color: var(--brand-accent);
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pc-articles-page .pc-article-reading {
  background: rgba(255, 255, 255, 0.92);
  color: rgba(0, 67, 147, 0.76);
}

.pc-articles-page .pc-article-title {
  font-size: clamp(1.18rem, 1.8vw, 1.42rem);
  line-height: 1.12;
}

.pc-articles-page .pc-article-text {
  max-width: 64ch;
}

.pc-articles-page .pc-article-action {
  margin-top: auto;
  color: var(--brand-accent);
}

.pc-article-comment-form-card .pc-contact-form-title,
.pc-article-comment-form-card .pc-contact-form-summary,
.pc-article-comment-form-card .pc-label-optional {
  color: #ffffff;
}

.pc-article-comment-form-card .pc-contact-form-kicker {
  color: rgba(255, 255, 255, 0.82);
}

.pc-article-comment-form-card .pc-contact-form-summary {
  opacity: 0.9;
}

.pc-article-comment-alert,
.pc-admin-record-meta-alert {
  border-color: rgba(44, 171, 226, 0.28);
  background: rgba(44, 171, 226, 0.12);
  color: #004393;
}

@media (min-width: 72rem) {
  .pc-articles-page .pc-insights-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 48rem) {
  .pc-articles-page {
    gap: 0.6rem;
  }

  .pc-articles-page #insights {
    padding-top: 0.35rem;
  }
}

/* Article index and related article layout polish */
.pc-articles-page .pc-page-intro-shell {
  padding-inline: var(--pc-full-bleed-gutter);
}

.pc-articles-page .pc-page-intro-copy,
.pc-articles-page .pc-page-intro-title,
.pc-articles-page .pc-page-intro-text {
  max-width: none !important;
}

.pc-article-page #related-articles {
  padding-top: clamp(1.9rem, 3.4vw, 2.8rem);
  padding-bottom: clamp(3.6rem, 6vw, 5.4rem);
}

.pc-article-page .pc-article-detail-title {
  max-width: 18ch;
  text-align: left;
  text-wrap: normal;
}

.pc-article-page #related-articles .pc-insights-shell {
  gap: clamp(1.25rem, 2.5vw, 1.8rem);
}

.pc-article-page #related-articles .pc-insights-heading {
  max-width: min(100%, 46rem);
}

.pc-article-page #related-articles .pc-insights-title {
  max-width: 20ch;
  font-size: clamp(2rem, 3.8vw, 3.05rem);
}

.pc-article-page #related-articles .pc-insights-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 17.5rem), 20.5rem));
  gap: clamp(1rem, 2vw, 1.35rem);
  align-items: stretch;
  justify-content: start;
}

.pc-article-page #related-articles .pc-article-card,
.pc-article-page #related-articles .pc-insights-grid .pc-article-card:nth-child(2) {
  transform: none;
  min-height: 0;
  border-color: rgba(44, 171, 226, 0.16);
  box-shadow: 0 18px 48px rgba(0, 67, 147, 0.08);
}

.pc-article-page #related-articles .pc-article-card-link {
  grid-template-rows: auto 1fr;
}

.pc-article-page #related-articles .pc-article-visual,
.pc-article-page #related-articles .pc-insights-grid .pc-article-card:nth-child(1) .pc-article-visual,
.pc-article-page #related-articles .pc-insights-grid .pc-article-card:nth-child(2) .pc-article-visual,
.pc-article-page #related-articles .pc-insights-grid .pc-article-card:nth-child(3) .pc-article-visual {
  min-height: 0;
  aspect-ratio: 16 / 10;
}

.pc-article-page #related-articles .pc-article-copy,
.pc-article-page #related-articles .pc-insights-grid .pc-article-card:nth-child(2) .pc-article-copy {
  min-height: 0;
  gap: 0.72rem;
  padding: 1rem 1.05rem 1.08rem;
}

.pc-article-page #related-articles .pc-article-tag,
.pc-article-page #related-articles .pc-article-reading {
  min-height: 1.72rem;
  padding: 0.34rem 0.56rem;
  font-size: 0.65rem;
}

.pc-article-page #related-articles .pc-article-title {
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.14;
}

.pc-article-page #related-articles .pc-article-text {
  font-size: 0.86rem;
  line-height: 1.55;
}

.pc-article-page #related-articles .pc-article-action {
  font-size: 0.82rem;
}

@media (min-width: 72rem) {
  .pc-article-page #related-articles .pc-insights-grid {
    grid-template-columns: repeat(2, minmax(0, 20.5rem));
  }
}

@media (max-width: 48rem) {
  .pc-article-page #related-articles {
    padding-top: 1.45rem;
    padding-bottom: 3rem;
  }

  .pc-article-page #related-articles .pc-insights-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Homepage hero visual experiment */
html[data-fnlla-title-home="true"] {
  --pc-home-hero-base: #eaf2f7;
  --pc-home-hero-ink: #004393;
  --pc-home-hero-ink-muted: rgba(32, 51, 87, 0.78);
}

html[data-fnlla-title-home="true"] .pc-hero-stage {
  margin-top: 0;
  background: #ffffff;
}

html[data-fnlla-title-home="true"] .pc-hero-shell {
  min-height: clamp(40rem, 52vw, 47rem);
  background: var(--pc-home-hero-base);
  box-shadow: none;
}

html[data-fnlla-title-home="true"] .pc-hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 46% 45%, rgba(255, 255, 255, 0.5) 0 12%, transparent 32%),
    linear-gradient(90deg, #eaf2f7 0%, rgba(234, 242, 247, 0.98) 28%, rgba(234, 242, 247, 0.8) 44%, rgba(234, 242, 247, 0.42) 62%, rgba(234, 242, 247, 0.08) 84%, rgba(234, 242, 247, 0.01) 100%);
  pointer-events: none;
}

html[data-fnlla-title-home="true"] .pc-hero-visual {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: min(65vw, 72rem);
  background:
    linear-gradient(90deg, rgba(234, 242, 247, 0.18) 0%, rgba(234, 242, 247, 0.02) 31%, rgba(234, 242, 247, 0) 100%),
    url("/assets/images/services/daily-office-cleaning-alt@2x.webp") center right / auto 100% no-repeat;
  filter: brightness(1.08) saturate(1.12) contrast(1.03);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.28) 7%, rgba(0, 0, 0, 0.88) 22%, #000000 38%);
}

html[data-fnlla-title-home="true"] .pc-hero-sparkles {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

html[data-fnlla-title-home="true"] .pc-hero-sparkles::before,
html[data-fnlla-title-home="true"] .pc-hero-sparkles span {
  content: "";
  position: absolute;
  display: block;
  width: clamp(1.2rem, 2.6vw, 2.5rem);
  aspect-ratio: 1;
  background:
    linear-gradient(#2cabe2, #2cabe2) center / 18% 100% no-repeat,
    linear-gradient(90deg, #2cabe2, #2cabe2) center / 100% 18% no-repeat;
  opacity: 0.86;
  transform: rotate(45deg);
}

html[data-fnlla-title-home="true"] .pc-hero-sparkles::before {
  display: none;
}

html[data-fnlla-title-home="true"] .pc-hero-sparkles::after {
  display: none;
}

html[data-fnlla-title-home="true"] .pc-hero-sparkles span:nth-child(1) {
  right: 17%;
  bottom: 22%;
  width: clamp(2rem, 3.9vw, 3.85rem);
  border-radius: 999px;
  background: #ffffff;
  transform: none;
}

html[data-fnlla-title-home="true"] .pc-hero-sparkles span:nth-child(2) {
  left: 4.5%;
  bottom: 19%;
  width: clamp(1.25rem, 2.2vw, 2rem);
  border-radius: 999px;
  background: #ffffff;
  transform: none;
}

html[data-fnlla-title-home="true"] .pc-hero-sparkles span:nth-child(3) {
  right: 3%;
  bottom: 20%;
  width: clamp(1.05rem, 1.5vw, 1.35rem);
  border-radius: 999px;
  background: #ffffff;
  transform: none;
}

html[data-fnlla-title-home="true"] .pc-hero-bubble-cloud {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 2;
  height: clamp(10.2rem, 15.5vw, 14.5rem);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 220' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0 138 C40 126 76 128 100 138 C118 104 156 102 180 138 C216 82 286 70 340 113 C382 82 446 78 494 117 C526 58 612 45 666 104 C708 24 832 22 898 110 C924 96 965 101 990 134 C1024 88 1108 84 1148 134 C1188 58 1288 58 1332 126 C1364 106 1406 106 1434 134 C1478 94 1548 88 1600 112 L1600 220 L0 220 Z'/%3E%3C/svg%3E") bottom center / 100% 100% no-repeat;
  pointer-events: none;
}

html[data-fnlla-title-home="true"] .pc-hero-copy {
  z-index: 4;
  padding-top: calc(var(--pc-home-header-offset) + clamp(2rem, 3.7vw, 4rem));
  padding-bottom: clamp(9.2rem, 14vw, 12rem);
}

html[data-fnlla-title-home="true"] .pc-hero-layout {
  align-items: start;
}

html[data-fnlla-title-home="true"] .pc-hero-main {
  max-width: min(100%, 45rem);
  gap: 1.2rem;
}

html[data-fnlla-title-home="true"] .pc-hero-copy .pc-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 1.05rem;
  color: #004393;
  font-size: 0.96rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

html[data-fnlla-title-home="true"] .pc-hero-copy .pc-section-kicker::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 0.18rem;
  border-radius: 999px;
  background: #20c7df;
}

html[data-fnlla-title-home="true"] .pc-hero-copy .pc-display-title {
  max-width: 14ch;
  color: var(--pc-home-hero-ink);
  font-size: clamp(3.75rem, 6.35vw, 6.35rem);
  line-height: 0.98;
  letter-spacing: 0;
}

html[data-fnlla-title-home="true"] .pc-hero-copy .pc-display-accent {
  color: #2cabe2;
}

html[data-fnlla-title-home="true"] .pc-hero-copy-text {
  max-width: 28rem;
  color: var(--pc-home-hero-ink-muted);
  font-size: clamp(1rem, 1.25vw, 1.14rem);
  line-height: 1.48;
}

html[data-fnlla-title-home="true"] .pc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.25rem;
  align-items: center;
  margin-top: 0.2rem;
}

html[data-fnlla-title-home="true"] .pc-hero-action {
  min-width: min(100%, 12.6rem);
}

html[data-fnlla-title-home="true"] .pc-hero-action-primary {
  background: #2cabe2;
  border-color: #2cabe2;
  color: #ffffff;
}

html[data-fnlla-title-home="true"] .pc-hero-action-primary:hover,
html[data-fnlla-title-home="true"] .pc-hero-action-primary:focus-visible {
  background: #004393;
  border-color: #004393;
  color: #ffffff;
}

html[data-fnlla-title-home="true"] .pc-hero-action-primary .pc-button-icon {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

html[data-fnlla-title-home="true"] .pc-hero-action-secondary {
  min-width: auto;
  padding-left: 0;
  border-color: transparent;
  background: transparent;
  color: #004393;
  box-shadow: none;
}

html[data-fnlla-title-home="true"] .pc-hero-action-secondary:hover,
html[data-fnlla-title-home="true"] .pc-hero-action-secondary:focus-visible {
  border-color: transparent;
  background: transparent;
  color: #2cabe2;
}

html[data-fnlla-title-home="true"] .pc-hero-action-secondary .pc-button-icon {
  background: rgba(44, 171, 226, 0.16);
  color: #004393;
}

html[data-fnlla-title-home="true"] .pc-hero-review-row {
  margin-top: 0.4rem;
  gap: 0.66rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #004393;
}

html[data-fnlla-title-home="true"] .pc-hero-star-group {
  color: #f6c84c;
}

html[data-fnlla-title-home="true"] .pc-hero-star {
  font-size: clamp(1rem, 1.25vw, 1.18rem);
}

html[data-fnlla-title-home="true"] .pc-hero-avatar {
  width: 2.28rem;
  height: 2.28rem;
  border-color: rgba(255, 255, 255, 0.18);
  background: #2aa7f1;
  color: #ffffff;
  box-shadow: none;
}

html[data-fnlla-title-home="true"] .pc-hero-rating-text {
  max-width: 24rem;
  margin: 0;
  color: #004393;
  font-size: 0.94rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .project-header {
  border-bottom-color: rgba(10, 44, 127, 0.1);
  background: rgba(234, 242, 247, 0.86);
}

html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .project-header .pc-brand-logo-image {
  filter: none;
}

html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .project-nav-link,
html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-navbar-toggle-label {
  color: #004393;
}

html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-header-button .pc-button-label {
  color: #ffffff;
}

html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-header-button {
  background: #2cabe2;
  border-color: #2cabe2;
  color: #ffffff;
}

html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-header-button .pc-button-icon {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-header-social-link {
  background: rgba(255, 255, 255, 0.66);
  border-color: rgba(44, 171, 226, 0.24);
  color: #004393;
}

html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-navbar .navbar-panel .project-nav-link:hover,
html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-navbar .navbar-panel .project-nav-link:focus-visible {
  color: #004393;
}

html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-navbar .navbar-panel .project-nav-link[aria-current="page"] {
  background: rgba(44, 171, 226, 0.12);
  border-color: rgba(44, 171, 226, 0.12);
  color: #004393;
}

@media (max-width: 68rem) {
  html[data-fnlla-title-home="true"] .pc-hero-shell {
    min-height: clamp(42rem, 105vw, 53rem);
  }

  html[data-fnlla-title-home="true"] .pc-hero-shell::before {
    background:
      linear-gradient(180deg, rgba(234, 242, 247, 0.98) 0%, rgba(234, 242, 247, 0.9) 50%, rgba(234, 242, 247, 0.52) 100%),
      linear-gradient(90deg, #eaf2f7 0%, rgba(234, 242, 247, 0.32) 100%);
  }

  html[data-fnlla-title-home="true"] .pc-hero-visual {
    top: auto;
    width: 100%;
    height: 48%;
    opacity: 0.55;
    background-position: center bottom;
  }

  html[data-fnlla-title-home="true"] .pc-hero-copy {
    padding-top: calc(var(--pc-home-header-offset) + 1.55rem);
    padding-bottom: clamp(9rem, 26vw, 12rem);
  }

  html[data-fnlla-title-home="true"] .pc-hero-main {
    max-width: min(100%, 35rem);
  }
}

@media (max-width: 55rem) {
  html[data-fnlla-title-home="true"] .pc-hero-shell {
    min-height: clamp(40rem, 138vw, 48rem);
  }

  html[data-fnlla-title-home="true"] .pc-hero-copy .pc-section-kicker {
    gap: 0.75rem;
    font-size: 0.84rem;
  }

  html[data-fnlla-title-home="true"] .pc-hero-copy .pc-section-kicker::before {
    width: 1.25rem;
  }

  html[data-fnlla-title-home="true"] .pc-hero-copy .pc-display-title {
    max-width: 11ch;
    font-size: clamp(3rem, 14vw, 4.45rem);
  }

  html[data-fnlla-title-home="true"] .pc-hero-copy-text {
    max-width: 29rem;
  }

  html[data-fnlla-title-home="true"] .pc-hero-review-row {
    width: fit-content;
    max-width: 100%;
  }

  html[data-fnlla-title-home="true"] .pc-hero-bubble-cloud {
    bottom: -1px;
    height: clamp(9.4rem, 31vw, 12rem);
  }
}

/* Homepage transparent pre-scroll header */
html[data-fnlla-title-home="true"] .pc-hero-stage {
  margin-top: calc(var(--pc-home-header-offset) * -1);
}

html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .project-header {
  background: transparent;
  border-bottom-color: transparent;
  backdrop-filter: none;
}

html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-header-shell {
  background: transparent;
  border-color: transparent;
  box-shadow: none !important;
  backdrop-filter: none;
}

html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .project-header .pc-brand-logo-image {
  filter: none;
}

html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-navbar .navbar-panel {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .project-nav-link,
html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .project-nav-link:hover,
html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .project-nav-link:focus-visible {
  background: transparent;
  border-color: transparent;
  color: rgba(0, 67, 147, 0.82);
}

html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .project-nav-link[aria-current="page"] {
  background: transparent;
  border-color: transparent;
  color: var(--brand-accent);
}

html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-header-social-link {
  background: rgba(44, 171, 226, 0.08);
  border-color: rgba(44, 171, 226, 0.18);
  color: #004393;
  backdrop-filter: none;
}

html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-header-social-link:hover,
html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-header-social-link:focus-visible {
  background: #2cabe2;
  border-color: rgba(44, 171, 226, 0.34);
  color: #ffffff;
}

html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-header-button {
  background: var(--brand-primary);
  border-color: var(--brand-primary);
  color: #ffffff;
  backdrop-filter: none;
}

html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-header-button:hover,
html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-header-button:focus-visible {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
  color: #ffffff;
}

html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-header-button .pc-button-label {
  color: #ffffff;
}

html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-header-button .pc-button-icon {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-navbar .navbar-toggle {
  background: #eef6ff;
  border-color: rgba(44, 171, 226, 0.22);
  color: var(--brand-accent);
}

@media (max-width: 68rem) {
  html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-navbar .navbar-panel {
    background: rgba(255, 255, 255, 0.98);
    border-color: rgba(44, 171, 226, 0.16);
    box-shadow: 0 24px 50px rgba(0, 67, 147, 0.12);
  }
}

/* Brand color for kickers on light public sections. */
body .pc-section-kicker {
  color: #004393;
}

body .pc-page-intro-title {
  color: #102536;
}

body .pc-page-intro-title .pc-display-accent {
  color: #2cabe2;
}

/* Conversion sections, visually aligned with the existing Perthshire layout. */
.pc-proof-stage,
.pc-trust-stage,
.pc-location-stage,
.pc-case-stage,
.pc-landing-proof-stage {
  background: #ffffff;
}

.pc-proof-shell,
.pc-trust-shell,
.pc-location-shell,
.pc-case-shell,
.pc-landing-proof-shell {
  width: min(100% - 2rem, var(--pc-container-width));
  margin-inline: auto;
}

.pc-proof-stage {
  padding-block: clamp(1.45rem, 3.2vw, 2.7rem);
  border-bottom: 1px solid rgba(44, 171, 226, 0.12);
}

.pc-proof-shell {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.9rem, 1.6vw, 1.35rem);
  overflow: visible;
  background: transparent;
}

.pc-proof-item {
  position: relative;
  display: grid;
  gap: 0.75rem;
  align-content: start;
  min-height: 100%;
  padding: clamp(1.25rem, 2vw, 1.65rem);
  border: 1px solid rgba(16, 37, 54, 0.1);
  border-radius: 1.45rem;
  background: #ffffff;
}

.pc-proof-item:first-child {
  padding-left: clamp(1.25rem, 2vw, 1.65rem);
  border-left: 1px solid rgba(16, 37, 54, 0.1);
}

.pc-trust-card-label,
.pc-case-label,
.pc-location-card-kicker {
  margin: 0;
  color: #004393;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pc-case-card-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15rem;
  height: 1.15rem;
  color: #2cabe2;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
}

.pc-proof-title,
.pc-trust-card-title,
.pc-case-card-title,
.pc-location-card strong {
  margin: 0;
  color: #102536;
  font-family: var(--pc-heading-font);
  font-weight: 900;
  line-height: 1.1;
}

.pc-proof-title {
  font-size: clamp(1.05rem, 1.35vw, 1.24rem);
}

.pc-proof-content {
  display: grid;
  gap: 0.6rem;
  padding-top: 0;
}

.pc-proof-copy,
.pc-trust-card-copy,
.pc-case-card-copy,
.pc-case-result,
.pc-location-card span:last-child,
.pc-landing-proof-shell p {
  margin: 0;
  color: rgba(16, 37, 54, 0.68);
  font-size: 0.92rem;
  line-height: 1.58;
}

.pc-trust-stage {
  border-block: 1px solid rgba(44, 171, 226, 0.12);
  background: #f3fbff;
}

.pc-trust-shell {
  display: grid;
  gap: clamp(1.6rem, 3vw, 2.35rem);
  align-items: start;
  padding-block: clamp(4.1rem, 7vw, 6.2rem);
}

.pc-case-heading {
  display: grid;
  gap: 0.9rem;
  max-width: 52rem;
}

.pc-case-title {
  max-width: 18em;
  color: #004393;
}

.pc-case-copy {
  max-width: 38rem;
}

.pc-trust-heading {
  display: grid;
  gap: 0.9rem;
  max-width: 54rem;
}

.pc-trust-title {
  max-width: 19em;
  color: #004393;
}

.pc-trust-copy {
  max-width: 48rem;
}

.pc-location-heading {
  display: grid;
  gap: 0.9rem;
  max-width: 52rem;
}

.pc-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.95rem, 1.6vw, 1.25rem);
  border-top: 0;
}

.pc-trust-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 0.75rem;
  min-height: 100%;
  padding: clamp(1.25rem, 2vw, 1.65rem);
  border: 1px solid rgba(16, 37, 54, 0.1);
  border-radius: 1.45rem;
  background: rgba(255, 255, 255, 0.72);
}

.pc-trust-card:nth-child(odd) {
  padding-right: clamp(1.25rem, 2vw, 1.65rem);
  border-right: 1px solid rgba(16, 37, 54, 0.1);
}

.pc-trust-card:nth-child(even) {
  padding-left: clamp(1.25rem, 2vw, 1.65rem);
}

.pc-case-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3.25rem;
}

.pc-case-card-number {
  color: rgba(16, 37, 54, 0.12);
  font-family: var(--pc-heading-font);
  font-size: clamp(2.9rem, 4.5vw, 3.9rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.82;
}

.pc-location-shell {
  display: grid;
  gap: clamp(1.45rem, 3vw, 2.35rem);
  align-items: start;
  padding-block: clamp(4rem, 6.2vw, 5.8rem);
}

.pc-home-page .pc-location-shell {
  gap: clamp(1.1rem, 2vw, 1.65rem);
  padding-block: clamp(2.35rem, 4vw, 3.35rem);
}

.pc-location-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.8rem, 1.35vw, 1.05rem);
}

.pc-location-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 0.62rem;
  min-height: 100%;
  padding: 1rem;
  border: 1px solid rgba(44, 171, 226, 0.16);
  border-radius: 0.72rem;
  background: #f8fcff;
  color: inherit;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.pc-location-card:hover,
.pc-location-card:focus-visible {
  border-color: rgba(0, 67, 147, 0.28);
  background: #ffffff;
  color: #004393;
}

.pc-location-card strong {
  font-size: 1.05rem;
}

.pc-case-stage {
  background: #ffffff;
}

.pc-case-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.55rem, 3vw, 2.4rem);
  align-items: start;
  padding-block: clamp(4rem, 6.5vw, 6rem);
  border-top: 1px solid rgba(44, 171, 226, 0.12);
}

.pc-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.95rem, 1.6vw, 1.25rem);
  border-top: 0;
}

.pc-case-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.72rem;
  align-content: start;
  min-height: 20rem;
  padding: clamp(1.25rem, 2vw, 1.65rem);
  border: 1px solid rgba(16, 37, 54, 0.1);
  border-radius: 1.45rem;
  background: #ffffff;
}

.pc-case-label {
  grid-row: auto;
}

.pc-case-card-title {
  font-size: clamp(1.05rem, 1.4vw, 1.24rem);
}

.pc-case-result {
  margin-top: 0.15rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(44, 171, 226, 0.16);
  color: #004393;
  font-weight: 900;
}

.pc-case-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.pc-service-landing-page .pc-landing-proof-stage {
  padding-block: clamp(1.4rem, 2.5vw, 2rem) clamp(1.5rem, 2.6vw, 2.2rem);
}

.pc-service-landing-page .pc-contact-shell {
  grid-template-columns: minmax(0, 1fr);
}

.pc-service-landing-page .pc-contact-copy {
  max-width: 52rem;
}

.pc-service-landing-page .pc-contact-form-card {
  scroll-margin-top: clamp(5.75rem, 8vw, 7rem);
}

.pc-service-landing-page .pc-contact-form-card .pc-contact-form-kicker,
.pc-service-landing-page .pc-contact-form-card .pc-contact-form-title,
.pc-service-landing-page .pc-contact-form-card .pc-contact-form-summary,
.pc-service-landing-page .pc-contact-form-card .pc-contact-form-note,
.pc-service-landing-page .pc-contact-form-card .label {
  color: #ffffff;
}

.pc-service-landing-page .pc-label-optional {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.pc-landing-proof-shell {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.65rem;
}

.pc-landing-proof-shell p {
  padding: 0.58rem 1rem;
  border: 1px solid rgba(44, 171, 226, 0.2);
  border-radius: 999px;
  background: #f3fbff;
  color: #004393;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1.25;
  text-align: left;
}

.pc-page-intro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.pc-page-intro-button {
  min-height: 3.65rem;
  padding: 0.86rem 0.92rem 0.86rem 1.45rem;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.pc-page-intro-button.pc-button-primary {
  background: #2cabe2;
  border-color: #2cabe2;
  color: #ffffff;
}

.pc-page-intro-button.pc-button-primary:hover,
.pc-page-intro-button.pc-button-primary:focus-visible {
  background: #1598d2;
  border-color: #1598d2;
  color: #ffffff;
}

.pc-page-intro-button.pc-button-primary .pc-button-icon {
  background: #ffffff;
  color: #2cabe2;
}

.pc-page-intro-button.pc-button-secondary {
  background: #ffffff;
  border-color: rgba(44, 171, 226, 0.32);
  color: #004393;
}

.pc-page-intro-button.pc-button-secondary:hover,
.pc-page-intro-button.pc-button-secondary:focus-visible {
  background: #f3fbff;
  border-color: rgba(0, 67, 147, 0.28);
  color: #004393;
}

.pc-public-quick-actions {
  position: fixed;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
  z-index: 80;
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
  padding: 0.45rem;
  border: 1px solid rgba(44, 171, 226, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 1rem 2.8rem rgba(0, 67, 147, 0.14);
}

.pc-public-quick-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.7rem 0.85rem;
  border-radius: 999px;
  color: #004393;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.pc-public-quick-actions a:last-child {
  background: #2cabe2;
  color: #ffffff;
}

.pc-section-title-merged {
  gap: clamp(1.15rem, 2.6vw, 2rem);
}

.pc-services-shell.pc-section-title-merged,
.pc-insights-shell.pc-section-title-merged,
.pc-faq-shell.pc-section-title-merged,
.pc-careers-shell.pc-section-title-merged {
  padding-top: clamp(2.2rem, 4.4vw, 3.5rem);
}

.pc-contact-page-shell.pc-section-title-merged {
  gap: clamp(1rem, 2.4vw, 1.85rem);
}

.pc-contact-page-copy-compact {
  padding-block: clamp(1.25rem, 2.7vw, 1.9rem) 0;
}

.pc-legal-shell.pc-section-title-merged {
  gap: clamp(1.4rem, 2.8vw, 2.15rem);
}

.pc-legal-header-compact {
  max-width: 66rem;
}

@media (max-width: 68rem) {
  .pc-proof-shell,
  .pc-trust-grid,
  .pc-case-grid,
  .pc-location-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pc-trust-shell,
  .pc-location-shell,
  .pc-case-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .pc-case-grid {
    align-items: stretch;
  }

  .pc-proof-item {
    border-top: 1px solid rgba(16, 37, 54, 0.1);
    border-left: 1px solid rgba(16, 37, 54, 0.1);
    padding: clamp(1.2rem, 2vw, 1.55rem);
  }

  .pc-proof-item:first-child {
    border-top: 1px solid rgba(16, 37, 54, 0.1);
  }

  .pc-trust-card:nth-child(odd) {
    padding-right: clamp(1.25rem, 2vw, 1.65rem);
    border-right: 1px solid rgba(16, 37, 54, 0.1);
  }

  .pc-trust-card:nth-child(even) {
    padding-left: clamp(1.25rem, 2vw, 1.65rem);
  }
}

@media (max-width: 48rem) {
  .pc-proof-shell,
  .pc-trust-grid,
  .pc-case-grid,
  .pc-location-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pc-case-card {
    min-height: 0;
  }

  .pc-proof-shell,
  .pc-trust-shell,
  .pc-location-shell,
  .pc-case-shell,
  .pc-landing-proof-shell {
    width: min(100% - 1rem, var(--pc-container-width));
  }

  .pc-public-quick-actions {
    display: grid;
  }
}

/* Public section rhythm: one vertical spacing system for content sections. */
.pc-page-shell {
  --pc-public-section-y: clamp(2.75rem, 4.4vw, 4rem);
  --pc-public-section-gap: clamp(1.35rem, 2.8vw, 2.15rem);
  --pc-public-section-border: 1px solid rgba(44, 171, 226, 0.12);
}

.pc-page-shell > .section {
  margin-block: 0;
}

.pc-page-shell > .section:not(.pc-hero-stage):not(.pc-inner-hero-stage) {
  padding-block: 0;
}

.pc-about-shell,
.pc-services-shell,
.pc-services-bridge-shell,
.pc-insights-shell,
.pc-faq-shell,
.pc-contact-shell,
.pc-contact-page-shell,
.pc-careers-shell,
.pc-careers-application-shell,
.pc-legal-shell,
.pc-testimonials-shell,
.pc-proof-shell,
.pc-trust-shell,
.pc-location-shell,
.pc-case-shell,
.pc-landing-proof-shell,
.pc-whatsapp-quote-shell,
.pc-article-detail-shell,
.pc-article-comments-shell {
  padding-block: var(--pc-public-section-y);
}

.pc-services-shell.pc-section-title-merged,
.pc-insights-shell.pc-section-title-merged,
.pc-faq-shell.pc-section-title-merged,
.pc-careers-shell.pc-section-title-merged,
.pc-contact-page-shell.pc-section-title-merged,
.pc-legal-shell.pc-section-title-merged,
.pc-home-page .pc-about-shell,
html[data-fnlla-title-home="true"] .pc-about-shell,
.pc-home-page .pc-location-shell {
  padding-block: var(--pc-public-section-y);
}

.pc-about-shell,
.pc-services-shell,
.pc-insights-shell,
.pc-faq-shell,
.pc-contact-shell,
.pc-contact-page-shell,
.pc-careers-shell,
.pc-careers-application-shell,
.pc-legal-shell,
.pc-testimonials-shell,
.pc-trust-shell,
.pc-location-shell,
.pc-case-shell,
.pc-whatsapp-quote-shell {
  gap: var(--pc-public-section-gap);
}

.pc-proof-stage,
.pc-trust-stage,
.pc-location-stage,
.pc-case-stage,
.pc-landing-proof-stage,
.pc-testimonials-stage,
.pc-services-bridge-stage,
.pc-whatsapp-quote-stage,
.pc-legal-stage {
  margin-block: 0;
  padding-block: 0;
  border-top: 0;
  border-bottom: 0;
  border-block: 0;
}

.pc-service-landing-page .pc-landing-proof-stage,
.pc-articles-page #insights,
.pc-article-page #related-articles {
  padding-block: 0;
}

.pc-about-shell,
.pc-services-shell,
.pc-testimonials-shell,
.pc-proof-stage,
.pc-trust-stage,
.pc-case-shell,
.pc-location-shell,
.pc-legal-shell,
.pc-article-detail-shell,
.pc-article-comments-shell {
  border-top: 0;
  border-bottom: 0;
  border-block: 0;
}

.pc-contact-page-copy,
.pc-contact-page-copy-compact {
  padding-block: 0;
}

@media (max-width: 48rem) {
  .pc-page-shell {
    --pc-public-section-y: clamp(2.2rem, 7vw, 3rem);
    --pc-public-section-gap: clamp(1rem, 4vw, 1.55rem);
  }
}

/* Final cascade lock for the PSC active-sites hero reference. */
html[data-fnlla-title-home="true"] {
  --pc-home-reference-blue: #004393;
  --pc-home-reference-cyan: #21aee4;
  --pc-home-reference-soft: #f3fbff;
  --pc-home-reference-copy: rgba(31, 48, 68, 0.74);
  --pc-glove-yellow: #f6c84c;
  --pc-glove-yellow-soft: rgba(246, 200, 76, 0.16);
}

html[data-fnlla-title-home="true"] .project-header {
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
}

html[data-fnlla-title-home="true"] .project-header-section {
  padding: clamp(1.05rem, 1.8vw, 1.95rem) clamp(1rem, 2.9vw, 3.05rem) 0;
}

html[data-fnlla-title-home="true"] .pc-header-band {
  width: min(100%, 99rem);
  margin-inline: auto;
}

html[data-fnlla-title-home="true"] .pc-header-shell {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none !important;
  backdrop-filter: none;
}

html[data-fnlla-title-home="true"] .pc-navbar {
  min-height: clamp(3.15rem, 4.2vw, 4.45rem);
}

html[data-fnlla-title-home="true"] .pc-brand-logo-image {
  width: clamp(10.9rem, 13.2vw, 13.1rem);
}

html[data-fnlla-title-home="true"] .pc-navbar .navbar-panel {
  gap: clamp(1.8rem, 3.1vw, 3rem);
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

html[data-fnlla-title-home="true"] .pc-navbar-menu {
  gap: clamp(1.05rem, 2vw, 1.85rem);
}

html[data-fnlla-title-home="true"] .project-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.72rem 1.08rem;
  border: 1px solid transparent;
  border-radius: 0.52rem;
  background: transparent;
  color: rgba(0, 67, 147, 0.92);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

html[data-fnlla-title-home="true"] .project-nav-link:hover,
html[data-fnlla-title-home="true"] .project-nav-link:focus-visible {
  background: rgba(211, 238, 251, 0.78);
  color: var(--pc-home-reference-blue);
}

html[data-fnlla-title-home="true"] .project-nav-link[aria-current="page"] {
  background: rgba(199, 231, 247, 0.96);
  border-color: rgba(199, 231, 247, 0.96);
  color: var(--pc-home-reference-blue);
  box-shadow: 0 0.55rem 1.25rem rgba(44, 171, 226, 0.1);
}

html[data-fnlla-title-home="true"] .pc-header-button {
  min-height: 3rem;
  padding: 0.58rem 0.58rem 0.58rem 1.55rem !important;
  border-radius: 999px !important;
  background: var(--pc-home-reference-cyan);
  border-color: var(--pc-home-reference-cyan);
  color: #ffffff;
  box-shadow: 0 0.9rem 1.8rem rgba(33, 174, 228, 0.22);
}

html[data-fnlla-title-home="true"] .pc-header-button .pc-button-label {
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

html[data-fnlla-title-home="true"] .pc-header-button .pc-button-icon {
  width: 2.08rem;
  height: 2.08rem;
  margin-left: 0.82rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1;
}

html[data-fnlla-title-home="true"] .pc-hero-stage {
  position: relative;
  z-index: 1;
  margin-top: calc(var(--pc-home-header-offset) * -1);
  background: #ffffff;
}

html[data-fnlla-title-home="true"] .pc-hero-shell {
  position: relative;
  min-height: clamp(48rem, 55.1vw, 58.2rem);
  overflow: hidden;
  background: var(--pc-home-reference-soft);
  box-shadow: none;
}

html[data-fnlla-title-home="true"] .pc-hero-visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  background:
    linear-gradient(90deg, rgba(247, 252, 255, 0.98) 0%, rgba(242, 250, 254, 0.95) 31%, rgba(242, 250, 254, 0.64) 48%, rgba(242, 250, 254, 0.18) 72%, rgba(242, 250, 254, 0) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.36) 0%, rgba(255, 255, 255, 0.08) 51%, rgba(255, 255, 255, 0.25) 100%),
    url("/assets/images/hero/psc-active-sites-hero-reference.png") center center / cover no-repeat;
  filter: saturate(1.05) contrast(1.02);
}

html[data-fnlla-title-home="true"] .pc-hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 42% 50%, rgba(255, 255, 255, 0.72) 0 0.74rem, transparent 0.82rem),
    radial-gradient(circle at 35% 56%, rgba(255, 255, 255, 0.72) 0 0.9rem, transparent 0.98rem),
    radial-gradient(circle at 84% 49%, rgba(255, 255, 255, 0.76) 0 0.95rem, transparent 1.06rem),
    radial-gradient(circle at 86% 61%, rgba(255, 255, 255, 0.78) 0 1.08rem, transparent 1.18rem);
  pointer-events: none;
}

html[data-fnlla-title-home="true"] .pc-hero-sparkles {
  display: none;
}

html[data-fnlla-title-home="true"] .pc-hero-bubble-cloud {
  position: absolute;
  right: 0;
  bottom: -0.05rem;
  left: 0;
  z-index: 3;
  height: clamp(8.7rem, 13vw, 12.2rem);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1688 205' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0 96 C32 76 70 75 100 98 C124 62 162 58 194 92 C242 48 330 38 390 90 C438 58 514 60 558 104 C605 34 709 18 760 92 C804 54 875 58 912 104 C952 63 1024 62 1063 100 C1102 52 1188 42 1238 96 C1282 67 1342 68 1378 106 C1428 56 1518 44 1570 100 C1608 82 1646 82 1688 100 L1688 205 L0 205 Z'/%3E%3C/svg%3E") bottom center / 100% 100% no-repeat;
  pointer-events: none;
}

html[data-fnlla-title-home="true"] .pc-hero-copy {
  position: relative;
  z-index: 4;
  width: min(100% - clamp(2rem, 5.7vw, 7.5rem), 92rem);
  margin-inline: auto;
  padding-top: calc(var(--pc-home-header-offset) + clamp(4.4rem, 6vw, 6.4rem));
  padding-bottom: clamp(12.5rem, 16vw, 15.7rem);
}

html[data-fnlla-title-home="true"] .pc-hero-layout {
  align-items: start;
  min-height: 0;
}

html[data-fnlla-title-home="true"] .pc-hero-main {
  max-width: min(100%, 45.8rem);
  min-height: 0;
  gap: clamp(1rem, 1.32vw, 1.28rem);
}

html[data-fnlla-title-home="true"] .pc-hero-copy .pc-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 1.22rem;
  margin: 0;
  color: var(--pc-home-reference-blue);
  font-family: var(--pc-heading-font);
  font-size: clamp(0.98rem, 1.1vw, 1.08rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
}

html[data-fnlla-title-home="true"] .pc-hero-copy .pc-section-kicker::before {
  content: "";
  display: inline-block;
  width: clamp(2.25rem, 3.4vw, 3.25rem);
  height: 0.15rem;
  border-radius: 999px;
  background: var(--pc-home-reference-cyan);
  transform: translateY(0.04rem);
}

html[data-fnlla-title-home="true"] .pc-hero-copy .pc-display-title {
  max-width: 9.6ch;
  margin: 0;
  color: var(--pc-home-reference-blue);
  font-family: var(--pc-heading-font);
  font-size: clamp(4.45rem, 6.55vw, 6.3rem);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: 0;
}

html[data-fnlla-title-home="true"] .pc-hero-copy .pc-display-accent {
  display: block;
  color: var(--pc-home-reference-cyan);
}

html[data-fnlla-title-home="true"] .pc-hero-copy-text {
  max-width: 29rem;
  margin: 0.25rem 0 0;
  color: var(--pc-home-reference-copy);
  font-size: clamp(1.04rem, 1.24vw, 1.24rem);
  font-weight: 500;
  line-height: 1.58;
}

html[data-fnlla-title-home="true"] .pc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(1.25rem, 2.7vw, 2.9rem);
  margin-top: 0.55rem;
}

html[data-fnlla-title-home="true"] .pc-hero-action {
  min-height: 3.55rem;
  border-radius: 999px;
  font-family: var(--pc-heading-font);
  font-size: 0.98rem;
  font-weight: 900;
  letter-spacing: 0.01em;
}

html[data-fnlla-title-home="true"] .pc-hero-action-primary {
  min-width: 13.25rem;
  padding: 0.72rem 0.65rem 0.72rem 1.95rem;
  background: var(--pc-home-reference-cyan);
  border-color: var(--pc-home-reference-cyan);
  color: #ffffff;
  box-shadow: 0 1.05rem 2.35rem rgba(33, 174, 228, 0.22);
}

html[data-fnlla-title-home="true"] .pc-hero-action-primary .pc-button-icon {
  width: 2.18rem;
  height: 2.18rem;
  margin-left: auto;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 1.65rem;
}

html[data-fnlla-title-home="true"] .pc-hero-action-secondary {
  min-width: 11rem;
  padding: 0.65rem 0;
  border-color: transparent;
  background: transparent;
  color: var(--pc-home-reference-blue);
  box-shadow: none;
}

html[data-fnlla-title-home="true"] .pc-hero-action-secondary .pc-button-icon {
  width: 2.12rem;
  height: 2.12rem;
  margin-left: 1rem;
  background: rgba(33, 174, 228, 0.18);
  color: var(--pc-home-reference-blue);
  font-size: 1.5rem;
}

html[data-fnlla-title-home="true"] .pc-proof-stage {
  position: relative;
  z-index: 5;
  margin-top: clamp(-8.4rem, -7.6vw, -6rem);
  margin-bottom: 0;
  padding: 0 clamp(1rem, 2.8vw, 3.05rem) clamp(1.7rem, 2.6vw, 2rem);
  border: 0;
  background: transparent;
}

html[data-fnlla-title-home="true"] .pc-proof-shell {
  width: min(100%, 88.8rem);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.35rem, 2.2vw, 2.3rem);
}

html[data-fnlla-title-home="true"] .pc-proof-item,
html[data-fnlla-title-home="true"] .pc-proof-item:first-child {
  min-height: clamp(10.5rem, 11.6vw, 11rem);
  padding: clamp(1.65rem, 2.4vw, 2.15rem) clamp(1.6rem, 2.4vw, 2.3rem);
  border: 1px solid rgba(0, 67, 147, 0.12);
  border-radius: 1.45rem;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 1.05rem 2.4rem rgba(0, 67, 147, 0.06);
  backdrop-filter: blur(10px);
}

html[data-fnlla-title-home="true"] .pc-proof-title {
  color: #001f50;
  font-size: clamp(1.02rem, 1.22vw, 1.18rem);
  line-height: 1.14;
}

html[data-fnlla-title-home="true"] .pc-proof-copy {
  color: rgba(31, 48, 68, 0.72);
  font-size: clamp(0.92rem, 1vw, 1rem);
  line-height: 1.58;
}

@media (max-width: 78rem) {
  html[data-fnlla-title-home="true"] .pc-navbar-menu {
    gap: 0.45rem;
  }

  html[data-fnlla-title-home="true"] .project-nav-link {
    padding-inline: 0.78rem;
    font-size: 0.68rem;
  }

  html[data-fnlla-title-home="true"] .pc-hero-shell {
    min-height: clamp(47rem, 70vw, 54rem);
  }

  html[data-fnlla-title-home="true"] .pc-hero-visual {
    background-position: 58% center;
  }

  html[data-fnlla-title-home="true"] .pc-hero-copy .pc-display-title {
    font-size: clamp(3.8rem, 7.8vw, 5.15rem);
  }

  html[data-fnlla-title-home="true"] .pc-proof-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 68rem) {
  html[data-fnlla-title-home="true"] .project-header-section {
    padding: 0.75rem 1rem 0;
  }

  html[data-fnlla-title-home="true"] .pc-navbar .navbar-toggle {
    background: rgba(230, 246, 253, 0.92);
    border-color: rgba(33, 174, 228, 0.26);
    color: var(--pc-home-reference-blue);
  }

  html[data-fnlla-title-home="true"] .pc-navbar .navbar-panel {
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(33, 174, 228, 0.18);
    box-shadow: 0 1.4rem 3rem rgba(0, 67, 147, 0.14);
  }

  html[data-fnlla-title-home="true"] .pc-navbar .project-nav-link {
    justify-content: space-between;
    width: 100%;
  }

  html[data-fnlla-title-home="true"] .pc-hero-shell {
    min-height: clamp(45rem, 118vw, 56rem);
  }

  html[data-fnlla-title-home="true"] .pc-hero-visual {
    background:
      linear-gradient(180deg, rgba(247, 252, 255, 0.98) 0%, rgba(247, 252, 255, 0.86) 46%, rgba(247, 252, 255, 0.42) 100%),
      url("/assets/images/hero/psc-active-sites-hero-reference.png") 68% bottom / cover no-repeat;
    opacity: 0.88;
  }

  html[data-fnlla-title-home="true"] .pc-hero-copy {
    width: min(100% - 2rem, 38rem);
    padding-top: calc(var(--pc-home-header-offset) + 2.8rem);
    padding-bottom: clamp(10rem, 28vw, 13rem);
  }

  html[data-fnlla-title-home="true"] .pc-hero-main {
    max-width: 32rem;
  }

  html[data-fnlla-title-home="true"] .pc-hero-copy .pc-section-kicker {
    font-size: 0.84rem;
  }

  html[data-fnlla-title-home="true"] .pc-hero-copy .pc-display-title {
    max-width: 9.2ch;
    font-size: clamp(3.2rem, 13.5vw, 4.4rem);
  }
}

@media (max-width: 40rem) {
  html[data-fnlla-title-home="true"] .pc-brand-logo-image {
    width: clamp(9.8rem, 42vw, 10.8rem);
  }

  html[data-fnlla-title-home="true"] .pc-hero-shell {
    min-height: clamp(43rem, 148vw, 51rem);
  }

  html[data-fnlla-title-home="true"] .pc-hero-visual {
    background-position: 71% bottom;
    opacity: 0.58;
  }

  html[data-fnlla-title-home="true"] .pc-hero-copy {
    padding-top: calc(var(--pc-home-header-offset) + 2.25rem);
  }

  html[data-fnlla-title-home="true"] .pc-hero-actions {
    gap: 0.8rem;
  }

  html[data-fnlla-title-home="true"] .pc-hero-action-primary,
  html[data-fnlla-title-home="true"] .pc-hero-action-secondary {
    min-width: min(100%, 12.75rem);
  }

  html[data-fnlla-title-home="true"] .pc-proof-stage {
    margin-top: -6.8rem;
    padding-inline: 1rem;
  }

  html[data-fnlla-title-home="true"] .pc-proof-shell {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.85rem;
  }

  html[data-fnlla-title-home="true"] .pc-proof-item,
  html[data-fnlla-title-home="true"] .pc-proof-item:first-child {
    min-height: 0;
    padding: 1.18rem 1.22rem;
    border-radius: 1.05rem;
  }
}

/* Active-sites reference final tuning after screenshot QA. */
html[data-fnlla-title-home="true"] .project-header-section {
  padding-top: clamp(0.55rem, 0.9vw, 0.95rem);
}

html[data-fnlla-title-home="true"] .pc-hero-shell {
  min-height: clamp(47rem, 48vw, 50.6rem);
}

html[data-fnlla-title-home="true"] .pc-hero-copy {
  padding-top: calc(var(--pc-home-header-offset) + clamp(2.6rem, 4vw, 4.6rem));
  padding-bottom: clamp(9.8rem, 13vw, 12.4rem);
}

html[data-fnlla-title-home="true"] .pc-proof-stage {
  margin-top: clamp(-5.55rem, -4.8vw, -4.7rem);
}

/* Active-sites reference EOF geometry lock. */
html[data-fnlla-title-home="true"] .pc-hero-copy {
  min-height: 0;
  height: auto;
  box-sizing: border-box;
  padding-bottom: clamp(4rem, 4.5vw, 5.4rem);
}

html[data-fnlla-title-home="true"] .pc-proof-shell {
  padding-block: 0;
}

/* Active-sites reference text-wrap and proof-position lock. */
html[data-fnlla-title-home="true"] .pc-hero-stage {
  padding-bottom: 0;
}

html[data-fnlla-title-home="true"] .pc-hero-copy .pc-display-title {
  max-width: 14ch;
}

/* Active-sites reference headline line-break lock. */
html[data-fnlla-title-home="true"] .pc-hero-copy .pc-display-title {
  max-width: 17.4ch;
}

html[data-fnlla-title-home="true"] .pc-hero-copy .pc-display-accent {
  max-width: 10.35ch;
}

/* Homepage hero rebuilt as real HTML/CSS instead of a single flattened concept image. */
html[data-fnlla-title-home="true"] .project-header {
  display: none;
}

html[data-fnlla-title-home="true"] body.pc-site-body,
html[data-fnlla-title-home="true"] .pc-site-body {
  padding-top: 0;
}

html[data-fnlla-title-home="true"] .pc-hero-stage {
  position: relative;
  margin: 0;
  padding: 0;
  background: #ffffff;
}

html[data-fnlla-title-home="true"] .pc-hero-shell {
  position: relative;
  width: 100%;
  min-height: 0;
  aspect-ratio: 1693 / 929;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(246, 252, 255, 0.99) 0%, rgba(240, 249, 254, 0.96) 34%, rgba(239, 248, 253, 0.52) 58%, rgba(239, 248, 253, 0.1) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(236, 248, 254, 0.54) 100%);
  box-shadow: none;
}

html[data-fnlla-title-home="true"] .pc-hero-visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background:
    radial-gradient(ellipse at 54% -4%, rgba(255, 255, 255, 0.96) 0 12%, transparent 28%),
    linear-gradient(115deg, transparent 0 58%, rgba(0, 67, 147, 0.08) 58.2% 58.6%, transparent 58.8%),
    linear-gradient(90deg, transparent 0 63%, rgba(255, 255, 255, 0.62) 63.1% 63.5%, transparent 63.7%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.34) 0 0.18rem, transparent 0.18rem 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.34) 0 0.18rem, transparent 0.18rem 100%);
  background-size: auto, auto, auto, 100% 8.5rem, 10.4rem 100%;
  filter: none;
  mask-image: none;
}

html[data-fnlla-title-home="true"] .pc-hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 42% 51%, rgba(255, 255, 255, 0.74) 0 0.78rem, transparent 0.86rem),
    radial-gradient(circle at 35.2% 55.4%, rgba(255, 255, 255, 0.74) 0 0.92rem, transparent 1rem),
    radial-gradient(circle at 84.2% 48.8%, rgba(255, 255, 255, 0.78) 0 0.96rem, transparent 1.06rem),
    radial-gradient(circle at 85.4% 60.2%, rgba(255, 255, 255, 0.8) 0 1.08rem, transparent 1.18rem);
  pointer-events: none;
}

html[data-fnlla-title-home="true"] .pc-hero-html-header {
  position: absolute;
  top: 3.05%;
  right: 2.1%;
  left: 2.9%;
  z-index: 7;
  display: grid;
  grid-template-columns: minmax(10rem, 13.1%) 1fr auto;
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
}

html[data-fnlla-title-home="true"] .pc-hero-brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}

html[data-fnlla-title-home="true"] .pc-hero-brand-image {
  display: block;
  width: clamp(10.8rem, 12.2vw, 13rem);
  height: auto;
}

html[data-fnlla-title-home="true"] .pc-hero-nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.95rem, 2.2vw, 2.6rem);
  transform: translateX(clamp(1.85rem, 2.85vw, 3rem));
}

html[data-fnlla-title-home="true"] .pc-hero-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.7rem;
  padding: 0.72rem 1.02rem;
  border-radius: 0.52rem;
  color: rgba(0, 67, 147, 0.93);
  font-family: var(--pc-heading-font);
  font-size: clamp(0.62rem, 0.74vw, 0.78rem);
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

html[data-fnlla-title-home="true"] .pc-hero-nav-link:not([aria-current="page"]) {
  background: rgba(239, 249, 254, 0.76);
  box-shadow: 0 0 0.55rem 0.35rem rgba(239, 249, 254, 0.72);
}

html[data-fnlla-title-home="true"] .pc-hero-nav-link[aria-current="page"] {
  background: rgba(199, 231, 247, 0.96);
  box-shadow: 0 0.55rem 1.25rem rgba(44, 171, 226, 0.1);
}

html[data-fnlla-title-home="true"] .pc-hero-nav-link:hover,
html[data-fnlla-title-home="true"] .pc-hero-nav-link:focus-visible {
  background: rgba(211, 238, 251, 0.86);
  color: var(--pc-home-reference-blue);
}

html[data-fnlla-title-home="true"] .pc-hero-header-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.58rem 0.58rem 0.58rem 1.55rem;
  border-radius: 999px;
  background: var(--pc-home-reference-cyan);
  color: #ffffff;
  box-shadow: 0 0.9rem 1.8rem rgba(33, 174, 228, 0.22);
  font-family: var(--pc-heading-font);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

html[data-fnlla-title-home="true"] .pc-hero-header-quote-icon {
  display: grid;
  width: 2.08rem;
  height: 2.08rem;
  margin-left: 0.82rem;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 1.5rem;
}

html[data-fnlla-title-home="true"] .pc-hero-scene {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

html[data-fnlla-title-home="true"] .pc-hero-office {
  position: absolute;
  top: 10%;
  right: -1%;
  bottom: 20%;
  width: 58%;
  background:
    linear-gradient(90deg, rgba(255,255,255,0) 0 10%, rgba(255,255,255,0.42) 10.2% 10.6%, transparent 10.8% 34%, rgba(255,255,255,0.48) 34.2% 34.6%, transparent 34.8%),
    linear-gradient(180deg, rgba(255,255,255,0.52), rgba(255,255,255,0.12)),
    linear-gradient(110deg, rgba(255,255,255,0.12) 0 53%, rgba(164, 205, 225, 0.34) 53.2% 53.7%, transparent 54%),
    linear-gradient(180deg, rgba(222, 239, 247, 0.42), rgba(255,255,255,0.04));
  border-left: 1px solid rgba(255,255,255,0.5);
}

html[data-fnlla-title-home="true"] .pc-hero-office-light,
html[data-fnlla-title-home="true"] .pc-hero-office-desk,
html[data-fnlla-title-home="true"] .pc-hero-office-plant,
html[data-fnlla-title-home="true"] .pc-hero-office-chair,
html[data-fnlla-title-home="true"] .pc-hero-office-shelf,
html[data-fnlla-title-home="true"] .pc-hero-office-seat {
  position: absolute;
  display: block;
}

html[data-fnlla-title-home="true"] .pc-hero-office-light {
  width: 11.5rem;
  height: 2.2rem;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.72);
  filter: blur(0.02rem);
}

html[data-fnlla-title-home="true"] .pc-hero-office-light-a {
  top: 10%;
  left: 7%;
  transform: skewX(-20deg);
}

html[data-fnlla-title-home="true"] .pc-hero-office-light-b {
  top: 2%;
  right: 4%;
  width: 13rem;
  transform: skewX(-19deg);
}

html[data-fnlla-title-home="true"] .pc-hero-office-desk-a {
  left: 5%;
  bottom: 15%;
  width: 21rem;
  height: 5.5rem;
  border-radius: 0.35rem;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 1.4rem 2.5rem rgba(0, 67, 147, 0.1);
}

html[data-fnlla-title-home="true"] .pc-hero-office-desk-b {
  right: 4%;
  bottom: 23%;
  width: 14rem;
  height: 8rem;
  border-radius: 0.3rem;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,0.7) 0 1.7rem, rgba(219, 235, 243, 0.62) 1.7rem 1.82rem),
    rgba(255,255,255,0.36);
}

html[data-fnlla-title-home="true"] .pc-hero-office-plant {
  left: 26%;
  bottom: 23%;
  width: 3.8rem;
  height: 5.6rem;
  border-radius: 50% 50% 42% 42%;
  background: radial-gradient(ellipse at 50% 36%, rgba(64, 132, 102, 0.72) 0 44%, transparent 45%);
}

html[data-fnlla-title-home="true"] .pc-hero-office-chair {
  left: 17%;
  bottom: 10%;
  width: 7rem;
  height: 9rem;
  border-radius: 46% 46% 0.8rem 0.8rem;
  background: rgba(74, 91, 108, 0.44);
  box-shadow: 0 4rem 0 -2.7rem rgba(42, 61, 79, 0.48);
}

html[data-fnlla-title-home="true"] .pc-hero-office-shelf {
  right: 7%;
  top: 28%;
  width: 11rem;
  height: 12rem;
  background:
    repeating-linear-gradient(0deg, rgba(0, 67, 147, 0.08) 0 0.15rem, transparent 0.15rem 3.4rem),
    repeating-linear-gradient(90deg, rgba(229, 178, 96, 0.34) 0 1.2rem, rgba(255,255,255,0.48) 1.2rem 2.2rem);
  opacity: 0.84;
}

html[data-fnlla-title-home="true"] .pc-hero-office-seat {
  right: 0.8%;
  bottom: 7%;
  width: 9rem;
  height: 7.2rem;
  border-radius: 48% 48% 0.8rem 0.8rem;
  background: #128ad4;
  box-shadow: 0 3.2rem 0 -2rem rgba(0, 67, 147, 0.22);
}

html[data-fnlla-title-home="true"] .pc-hero-worker {
  position: absolute;
  right: 17.6%;
  bottom: 23%;
  width: 22%;
  height: 68%;
}

html[data-fnlla-title-home="true"] .pc-hero-worker span {
  position: absolute;
  display: block;
}

html[data-fnlla-title-home="true"] .pc-hero-worker-head {
  top: 2%;
  left: 34%;
  width: 31%;
  height: 19%;
  border-radius: 48% 48% 44% 44%;
  background:
    radial-gradient(circle at 34% 43%, #f5f8fb 0 3%, transparent 4%),
    radial-gradient(circle at 66% 43%, #f5f8fb 0 3%, transparent 4%),
    radial-gradient(ellipse at 50% 77%, rgba(144, 88, 58, 0.28) 0 18%, transparent 19%),
    linear-gradient(#d19b76, #e1ac84 55%, #c58663);
  box-shadow: inset 0 1.1rem 0 rgba(84, 55, 42, 0.82);
}

html[data-fnlla-title-home="true"] .pc-hero-worker-neck {
  top: 18%;
  left: 45%;
  width: 10%;
  height: 8%;
  border-radius: 0 0 999px 999px;
  background: #c98d68;
}

html[data-fnlla-title-home="true"] .pc-hero-worker-body {
  top: 22%;
  left: 18%;
  width: 64%;
  height: 52%;
  border-radius: 28% 28% 10% 10%;
  background:
    radial-gradient(circle at 49% 29%, rgba(255,255,255,0.16) 0 0.35rem, transparent 0.42rem),
    radial-gradient(circle at 48% 36%, rgba(255,255,255,0.13) 0 0.32rem, transparent 0.39rem),
    linear-gradient(100deg, #087cca 0%, #18a7e4 52%, #0467b5 100%);
  box-shadow: inset -1.4rem 0 2.3rem rgba(0, 67, 147, 0.18);
}

html[data-fnlla-title-home="true"] .pc-hero-worker-collar {
  top: 22%;
  left: 37%;
  width: 26%;
  height: 9%;
  background:
    linear-gradient(135deg, transparent 0 44%, #0d64ac 45%),
    linear-gradient(225deg, transparent 0 44%, #0d64ac 45%);
  clip-path: polygon(0 0, 50% 100%, 100% 0, 82% 0, 50% 64%, 18% 0);
}

html[data-fnlla-title-home="true"] .pc-hero-worker-logo {
  top: 44%;
  left: 53%;
  color: #ffffff;
  font-size: clamp(0.42rem, 0.72vw, 0.78rem);
  font-style: italic;
  font-weight: 900;
  opacity: 0.94;
}

html[data-fnlla-title-home="true"] .pc-hero-worker-arm {
  top: 36%;
  width: 16%;
  height: 34%;
  border-radius: 999px;
  background: linear-gradient(#168fda, #0877c4);
}

html[data-fnlla-title-home="true"] .pc-hero-worker-arm-left {
  left: 13%;
  transform: rotate(16deg);
}

html[data-fnlla-title-home="true"] .pc-hero-worker-arm-right {
  right: 8%;
  transform: rotate(-24deg);
}

html[data-fnlla-title-home="true"] .pc-hero-worker-glove {
  width: 16%;
  height: 13%;
  border-radius: 999px 999px 55% 55%;
  background: #19aee7;
  box-shadow: inset -0.6rem -0.2rem 0 rgba(0, 67, 147, 0.12);
}

html[data-fnlla-title-home="true"] .pc-hero-worker-glove-left {
  left: 9%;
  bottom: 20%;
  transform: rotate(22deg);
}

html[data-fnlla-title-home="true"] .pc-hero-worker-glove-right {
  right: 14%;
  bottom: 25%;
  transform: rotate(-28deg);
}

html[data-fnlla-title-home="true"] .pc-hero-worker-spray {
  left: 15%;
  bottom: 7%;
  width: 15%;
  height: 28%;
  border-radius: 0.75rem 0.75rem 1.2rem 1.2rem;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.26), transparent 36%),
    linear-gradient(#37c5ee, #18aee7);
  transform: rotate(-9deg);
}

html[data-fnlla-title-home="true"] .pc-hero-worker-spray::before {
  content: "";
  position: absolute;
  top: -21%;
  left: 24%;
  width: 58%;
  height: 24%;
  border-radius: 0.4rem;
  background: #0877c4;
}

html[data-fnlla-title-home="true"] .pc-hero-worker-cloth {
  right: 11%;
  bottom: 4%;
  width: 30%;
  height: 22%;
  border-radius: 36% 44% 48% 36%;
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,0.35) 0 0.3rem, transparent 0.3rem 0.72rem),
    #b9effc;
  transform: rotate(24deg);
}

html[data-fnlla-title-home="true"] .pc-hero-sparkles {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  pointer-events: none;
}

html[data-fnlla-title-home="true"] .pc-hero-sparkles span,
html[data-fnlla-title-home="true"] .pc-hero-sparkles::before,
html[data-fnlla-title-home="true"] .pc-hero-sparkles::after {
  content: "";
  position: absolute;
  width: clamp(1rem, 1.65vw, 1.8rem);
  height: clamp(1rem, 1.65vw, 1.8rem);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
}

html[data-fnlla-title-home="true"] .pc-hero-sparkles::before {
  left: 41.5%;
  top: 49.5%;
}

html[data-fnlla-title-home="true"] .pc-hero-sparkles::after {
  right: 13.4%;
  top: 59.8%;
}

html[data-fnlla-title-home="true"] .pc-hero-sparkles span:nth-child(1) {
  left: 34.7%;
  top: 54.5%;
}

html[data-fnlla-title-home="true"] .pc-hero-sparkles span:nth-child(2) {
  right: 14.4%;
  top: 47.8%;
}

html[data-fnlla-title-home="true"] .pc-hero-sparkles span:nth-child(3) {
  display: none;
}

html[data-fnlla-title-home="true"] .pc-hero-bubble-cloud {
  position: absolute;
  right: 0;
  bottom: 19.6%;
  left: 0;
  z-index: 4;
  display: block;
  height: 14.8%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1688 205' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0 96 C32 76 70 75 100 98 C124 62 162 58 194 92 C242 48 330 38 390 90 C438 58 514 60 558 104 C605 34 709 18 760 92 C804 54 875 58 912 104 C952 63 1024 62 1063 100 C1102 52 1188 42 1238 96 C1282 67 1342 68 1378 106 C1428 56 1518 44 1570 100 C1608 82 1646 82 1688 100 L1688 205 L0 205 Z'/%3E%3C/svg%3E") bottom center / 100% 100% no-repeat;
  pointer-events: none;
}

html[data-fnlla-title-home="true"] .pc-hero-bubble-cloud::after {
  content: "";
  position: absolute;
  top: 66%;
  right: 0;
  left: 0;
  height: 220%;
  background: #ffffff;
}

html[data-fnlla-title-home="true"] .pc-hero-nav-link:not([aria-current="page"]) {
  background: transparent;
  box-shadow: none;
}

html[data-fnlla-title-home="true"] .pc-hero-copy {
  position: absolute;
  top: 16.8%;
  left: var(--pc-home-content-edge);
  z-index: 5;
  display: block;
  width: min(calc(100% - (var(--pc-home-content-edge) * 2)), 54%);
  min-height: 0;
  height: auto;
  margin: 0;
  padding: 0;
}

html[data-fnlla-title-home="true"] .pc-hero-layout {
  display: block;
  min-height: 0;
}

html[data-fnlla-title-home="true"] .pc-hero-main {
  display: grid;
  max-width: 52rem;
  gap: clamp(0.82rem, 1.24vw, 1.28rem);
}

html[data-fnlla-title-home="true"] .pc-hero-copy .pc-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 1.22rem;
  margin: 0;
  color: var(--pc-home-reference-blue);
  font-family: var(--pc-heading-font);
  font-size: clamp(0.94rem, 1.1vw, 1.1rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
}

html[data-fnlla-title-home="true"] .pc-hero-copy .pc-section-kicker::before {
  content: "";
  display: inline-block;
  width: clamp(2.25rem, 3.15vw, 3.25rem);
  height: 0.15rem;
  border-radius: 999px;
  background: var(--pc-home-reference-cyan);
}

html[data-fnlla-title-home="true"] .pc-hero-copy .pc-display-title {
  max-width: 17.4ch;
  margin: 0;
  color: var(--pc-home-reference-blue);
  font-family: var(--pc-heading-font);
  font-size: clamp(3.75rem, 5.62vw, 5.55rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.9;
}

html[data-fnlla-title-home="true"] .pc-hero-copy .pc-display-accent {
  display: block;
  max-width: 10.35ch;
  color: var(--pc-home-reference-cyan);
}

html[data-fnlla-title-home="true"] .pc-hero-copy-text {
  max-width: 28rem;
  margin: 0.1rem 0 0;
  color: var(--pc-home-reference-copy);
  font-size: clamp(1rem, 1.22vw, 1.2rem);
  font-weight: 500;
  line-height: 1.62;
}

html[data-fnlla-title-home="true"] .pc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(1.25rem, 2.65vw, 2.9rem);
  margin-top: 0.55rem;
}

html[data-fnlla-title-home="true"] .pc-hero-action {
  min-height: 3.55rem;
  border-radius: 999px;
  font-family: var(--pc-heading-font);
  font-size: 0.98rem;
  font-weight: 900;
  letter-spacing: 0.01em;
}

html[data-fnlla-title-home="true"] .pc-hero-action-primary {
  min-width: 13.25rem;
  padding: 0.72rem 0.65rem 0.72rem 1.95rem;
  background: var(--pc-home-reference-cyan);
  border-color: var(--pc-home-reference-cyan);
  color: #ffffff;
  box-shadow: 0 1.05rem 2.35rem rgba(33, 174, 228, 0.22);
}

html[data-fnlla-title-home="true"] .pc-hero-action-primary .pc-button-icon,
html[data-fnlla-title-home="true"] .pc-hero-action-secondary .pc-button-icon {
  display: grid;
  place-items: center;
  border-radius: 999px;
}

html[data-fnlla-title-home="true"] .pc-hero-action-primary .pc-button-icon {
  width: 2.18rem;
  height: 2.18rem;
  margin-left: auto;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 1.65rem;
}

html[data-fnlla-title-home="true"] .pc-hero-action-secondary {
  min-width: 11rem;
  padding: 0.65rem 0;
  border-color: transparent;
  background: transparent;
  color: var(--pc-home-reference-blue);
  box-shadow: none;
}

html[data-fnlla-title-home="true"] .pc-hero-action-secondary .pc-button-icon {
  width: 2.12rem;
  height: 2.12rem;
  margin-left: 1rem;
  background: rgba(33, 174, 228, 0.18);
  color: var(--pc-home-reference-blue);
  font-size: 1.5rem;
}

html[data-fnlla-title-home="true"] .pc-hero-proof-grid {
  position: absolute;
  right: var(--pc-home-content-edge);
  bottom: 3.1%;
  left: var(--pc-home-content-edge);
  z-index: 6;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.1rem, 2.25vw, 2.45rem);
}

html[data-fnlla-title-home="true"] .pc-hero-proof-card {
  min-height: clamp(9.4rem, 10.2vw, 10.6rem);
  padding: clamp(1.5rem, 2.1vw, 2.05rem) clamp(1.4rem, 2.2vw, 2.25rem);
  border: 1px solid rgba(0, 67, 147, 0.12);
  border-radius: 1.45rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1.05rem 2.4rem rgba(0, 67, 147, 0.06);
  backdrop-filter: blur(10px);
}

html[data-fnlla-title-home="true"] .pc-hero-proof-card h2 {
  margin: 0 0 0.9rem;
  color: #001f50;
  font-family: var(--pc-heading-font);
  font-size: clamp(1rem, 1.16vw, 1.18rem);
  font-weight: 900;
  line-height: 1.14;
}

html[data-fnlla-title-home="true"] .pc-hero-proof-card p {
  margin: 0;
  color: rgba(31, 48, 68, 0.72);
  font-size: clamp(0.9rem, 0.96vw, 1rem);
  line-height: 1.58;
}

html[data-fnlla-title-home="true"] .pc-hero-exact-hotspots {
  display: none;
}

html[data-fnlla-title-home="true"] .pc-proof-stage {
  display: none;
}

@media (max-width: 78rem) {
  html[data-fnlla-title-home="true"] .pc-hero-nav-links {
    gap: 0.4rem;
  }

  html[data-fnlla-title-home="true"] .pc-hero-nav-link {
    padding-inline: 0.65rem;
    font-size: 0.64rem;
  }

  html[data-fnlla-title-home="true"] .pc-hero-copy .pc-display-title {
    font-size: clamp(3.35rem, 7vw, 5rem);
  }

  html[data-fnlla-title-home="true"] .pc-hero-worker {
    right: 12%;
    width: 25%;
  }
}

@media (max-width: 68rem) {
  html[data-fnlla-title-home="true"] .pc-hero-visual {
    opacity: 0.62;
    background-size: auto 100%;
    background-position: 68% top;
  }

  html[data-fnlla-title-home="true"] .pc-hero-visual::after {
    inset: 0;
    width: 100%;
    background:
      linear-gradient(180deg, #f1fafe 0%, #f1fafe 8.2rem, rgba(241, 250, 254, 0.92) 52%, rgba(241, 250, 254, 0.28) 100%),
      linear-gradient(90deg, #f1fafe 0%, rgba(241, 250, 254, 0.98) 58%, rgba(241, 250, 254, 0.72) 78%, rgba(241, 250, 254, 0.42) 100%);
  }

  html[data-fnlla-title-home="true"] .pc-hero-shell {
    aspect-ratio: auto;
    min-height: 0;
    padding-bottom: 1rem;
  }

  html[data-fnlla-title-home="true"] .pc-hero-html-header {
    top: 1.2rem;
    right: 1rem;
    left: 1rem;
    grid-template-columns: 1fr auto;
  }

  html[data-fnlla-title-home="true"] .pc-hero-nav-links {
    display: none;
  }

  html[data-fnlla-title-home="true"] .pc-hero-copy {
    position: relative;
    top: auto;
    left: auto;
    width: min(100% - 2.5rem, 36rem);
    margin: 8.4rem 1.25rem 0;
  }

  html[data-fnlla-title-home="true"] .pc-hero-copy .pc-section-kicker {
    font-size: 0.86rem;
  }

  html[data-fnlla-title-home="true"] .pc-hero-copy .pc-display-title {
    font-size: clamp(3.2rem, 12vw, 4.55rem);
  }

  html[data-fnlla-title-home="true"] .pc-hero-scene {
    opacity: 0.38;
  }

  html[data-fnlla-title-home="true"] .pc-hero-worker {
    right: -1rem;
    bottom: 22rem;
    width: 16rem;
    height: 28rem;
  }

  html[data-fnlla-title-home="true"] .pc-hero-office {
    top: 21rem;
    right: -10rem;
    width: 40rem;
    bottom: 13rem;
  }

  html[data-fnlla-title-home="true"] .pc-hero-bubble-cloud {
    top: 33rem;
    bottom: auto;
    height: 7rem;
  }

  html[data-fnlla-title-home="true"] .pc-hero-proof-grid {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
    margin: 2.2rem 1rem 0;
  }

  html[data-fnlla-title-home="true"] .pc-hero-proof-card {
    min-height: 0;
    padding: 1.15rem 1.2rem;
    border-radius: 1.05rem;
  }
}

@media (max-width: 40rem) {
  html[data-fnlla-title-home="true"] .pc-hero-shell {
    min-height: 62rem;
  }

  html[data-fnlla-title-home="true"] .pc-hero-brand-image {
    width: clamp(9.8rem, 45vw, 11.2rem);
  }

  html[data-fnlla-title-home="true"] .pc-hero-header-quote {
    min-height: 2.7rem;
    padding-left: 1rem;
    font-size: 0.66rem;
    letter-spacing: 0.1em;
  }

  html[data-fnlla-title-home="true"] .pc-hero-header-quote-icon {
    width: 1.82rem;
    height: 1.82rem;
    margin-left: 0.5rem;
  }

  html[data-fnlla-title-home="true"] .pc-hero-copy {
    margin-top: 7rem;
  }

  html[data-fnlla-title-home="true"] .pc-hero-copy .pc-section-kicker {
    gap: 0.8rem;
    font-size: 0.8rem;
  }

  html[data-fnlla-title-home="true"] .pc-hero-copy .pc-section-kicker::before {
    width: 2rem;
  }

  html[data-fnlla-title-home="true"] .pc-hero-copy .pc-display-title {
    font-size: clamp(2.95rem, 15vw, 3.85rem);
  }

  html[data-fnlla-title-home="true"] .pc-hero-copy-text {
    max-width: 20rem;
    font-size: 1rem;
  }

  html[data-fnlla-title-home="true"] .pc-hero-actions {
    gap: 0.8rem;
  }

  html[data-fnlla-title-home="true"] .pc-hero-action-primary,
  html[data-fnlla-title-home="true"] .pc-hero-action-secondary {
    min-width: min(100%, 12.75rem);
  }

  html[data-fnlla-title-home="true"] .pc-hero-proof-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Clean hero image: no baked-in logo, menu, text, buttons, or proof cards. */
html[data-fnlla-title-home="true"] .pc-hero-visual {
  overflow: hidden;
  background: url("/assets/images/hero/psc-hero.png") center top / 100% 100% no-repeat;
}

html[data-fnlla-title-home="true"] .pc-hero-visual::before {
  content: "" !important;
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block !important;
  background:
    linear-gradient(
      90deg,
      rgba(239, 248, 253, 0) 0%,
      rgba(239, 248, 253, 0.06) 27%,
      rgba(239, 248, 253, 0.32) 39%,
      rgba(244, 250, 253, 0.42) 46%,
      rgba(244, 250, 253, 0.2) 54%,
      rgba(244, 250, 253, 0) 64%
    );
  pointer-events: none;
}

html[data-fnlla-title-home="true"] .pc-hero-visual::after,
html[data-fnlla-title-home="true"] .pc-hero-brand::before {
  display: none !important;
  content: none !important;
}

html[data-fnlla-title-home="true"] .pc-hero-scene,
html[data-fnlla-title-home="true"] .pc-hero-sparkles,
html[data-fnlla-title-home="true"] .pc-hero-shell::before {
  display: none !important;
}

html[data-fnlla-title-home="true"] .pc-hero-bubble-cloud {
  position: absolute;
  right: 0;
  bottom: 18.8%;
  left: 0;
  z-index: 4;
  display: block;
  height: 16.2%;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1688 230' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0 105 C26 86 72 84 103 111 C135 63 181 59 216 99 C270 45 348 39 411 93 C460 63 527 66 573 110 C628 27 728 20 790 97 C834 55 898 61 932 112 C984 58 1057 55 1104 103 C1153 51 1236 42 1290 103 C1336 76 1393 78 1432 116 C1482 58 1570 48 1626 104 C1646 89 1668 88 1688 98 L1688 230 L0 230 Z'/%3E%3C/svg%3E") bottom center / 100% 100% no-repeat;
  filter: drop-shadow(0 -0.55rem 1.1rem rgba(0, 67, 147, 0.05));
  pointer-events: none;
}

html[data-fnlla-title-home="true"] .pc-hero-bubble-cloud::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 13%;
  left: 0;
  height: 62%;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1688 150' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' fill-opacity='0.78' d='M0 88 C42 72 76 78 109 101 C145 53 205 48 248 91 C299 54 370 51 417 93 C461 67 513 72 553 106 C615 36 705 33 762 92 C817 55 879 59 925 101 C977 54 1056 50 1108 94 C1160 62 1225 65 1271 103 C1328 51 1414 50 1468 97 C1510 75 1573 76 1620 103 C1640 91 1664 90 1688 99 L1688 150 L0 150 Z'/%3E%3C/svg%3E") bottom center / 100% 100% no-repeat;
}

@media (max-width: 68rem) {
  html[data-fnlla-title-home="true"] .pc-hero-visual {
    opacity: 0.14;
    background-image: url("/assets/images/hero/psc-hero.png");
    background-size: auto 100%;
    background-position: 112% top;
  }

  html[data-fnlla-title-home="true"] .pc-hero-bubble-cloud {
    top: 33rem;
    bottom: auto;
    height: 7rem;
  }
}

/* Home uses the shared site header; only the hero content remains custom. */
html[data-fnlla-title-home="true"] body.pc-site-body,
html[data-fnlla-title-home="true"] .pc-site-body {
  padding-top: clamp(4.75rem, 7vw, 5.45rem);
}

html[data-fnlla-title-home="true"] .project-header {
  display: block;
  position: fixed;
  inset: 0 0 auto;
  z-index: 120;
  background: rgba(255, 255, 255, 0.94) !important;
  border-bottom: 0;
  backdrop-filter: none;
}

html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .project-header,
html.pc-home-chrome-scrolled[data-fnlla-title-home="true"] .project-header {
  background: rgba(255, 255, 255, 0.94) !important;
  border-bottom: 0;
  backdrop-filter: none;
}

html[data-fnlla-title-home="true"] .project-header-section {
  padding: 0;
}

html[data-fnlla-title-home="true"] .pc-header-band {
  width: 100%;
  margin-inline: 0;
}

html[data-fnlla-title-home="true"] .pc-header-shell {
  border-top: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 1px 0 rgba(44, 171, 226, 0.16) !important;
  backdrop-filter: blur(18px);
}

html[data-fnlla-title-home="true"] .pc-navbar {
  width: min(100% - 9.5rem, var(--pc-container-width));
  min-height: 4.75rem;
  margin-inline: auto;
  padding: 1rem 0.55rem;
  gap: 1rem 2rem;
}

html[data-fnlla-title-home="true"] .pc-brand-logo-image {
  width: clamp(10.2rem, 15vw, 13.5rem);
  filter: none;
}

html[data-fnlla-title-home="true"] .pc-navbar .navbar-panel {
  gap: 1.5rem;
  margin-left: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.99) !important;
  box-shadow: none;
  backdrop-filter: none;
}

html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-navbar .navbar-panel,
html.pc-home-chrome-scrolled[data-fnlla-title-home="true"] .pc-navbar .navbar-panel {
  background: rgba(255, 255, 255, 0.99) !important;
  box-shadow: none;
  backdrop-filter: none;
}

html[data-fnlla-title-home="true"] .pc-navbar-menu {
  gap: 1.2rem;
  align-items: center;
}

html[data-fnlla-title-home="true"] .project-nav-link {
  min-height: 44px;
  padding: 0.7rem 1rem;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: rgb(21, 48, 79) !important;
  box-shadow: none;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

html[data-fnlla-title-home="true"] .project-nav-link:hover,
html[data-fnlla-title-home="true"] .project-nav-link:focus-visible,
html[data-fnlla-title-home="true"] .project-nav-link[aria-current="page"] {
  border: 0;
  background: rgba(44, 171, 226, 0.16);
  color: rgb(21, 48, 79) !important;
  box-shadow: none;
}

html[data-fnlla-title-home="true"] .project-nav-link:not(:hover):not(:focus-visible):not([aria-current="page"]) {
  background: transparent !important;
}

html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .project-nav-link,
html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .project-nav-link:hover,
html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .project-nav-link:focus-visible,
html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .project-nav-link[aria-current="page"] {
  color: rgb(21, 48, 79) !important;
}

html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .project-nav-link[aria-current="page"] {
  background: rgba(44, 171, 226, 0.16) !important;
  border: 0;
  box-shadow: none;
}

html[data-fnlla-title-home="true"] .pc-header-button {
  min-height: 44px;
  padding: 0.35rem 1rem !important;
  border-radius: 999px !important;
  background: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
  color: #ffffff !important;
  box-shadow: none;
}

html[data-fnlla-title-home="true"] .pc-header-button .pc-button-label {
  color: #ffffff !important;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

html[data-fnlla-title-home="true"] .pc-header-button .pc-button-icon {
  width: 2.2rem;
  height: 2.2rem;
  margin-left: 0.9rem;
  border-radius: 999px;
  background: #ffffff !important;
  color: var(--brand-primary) !important;
  font-size: 1rem;
}

html[data-fnlla-title-home="true"] .pc-hero-html-header {
  display: none !important;
}

@media (max-width: 40rem) {
  html[data-fnlla-title-home="true"] .pc-brand-logo-image {
    width: 10.4rem;
  }
}

/* PSC glove-yellow micro accents: small proof cues only, never primary UI. */
.pc-testimonial-rating,
.pc-testimonials-carousel .pc-testimonial-rating {
  color: var(--pc-glove-yellow);
  text-shadow: 0 0.32rem 0.9rem rgba(246, 200, 76, 0.18);
}

.pc-process-dot::after {
  color: var(--pc-glove-yellow);
  text-shadow: 0 0.32rem 0.85rem rgba(246, 200, 76, 0.18);
}

.pc-testimonial-status {
  background: var(--pc-glove-yellow-soft);
  color: #004393;
}

.pc-proof-item,
html[data-fnlla-title-home="true"] .pc-hero-proof-card {
  position: relative;
  overflow: hidden;
}

.pc-proof-item::before,
html[data-fnlla-title-home="true"] .pc-hero-proof-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(1.2rem, 2vw, 1.8rem);
  width: clamp(2.2rem, 4vw, 3.2rem);
  height: 0.18rem;
  border-radius: 999px;
  background: var(--pc-glove-yellow);
  opacity: 0.78;
}

.pc-case-card-check {
  color: var(--pc-glove-yellow);
}

/* PSC identity mist: #dadfe6 used as a cool neutral system color across public pages. */
:root,
[data-fnlla-theme="default"] {
  --pc-color-mist: #dadfe6;
  --pc-color-mist-soft: rgba(218, 223, 230, 0.42);
  --pc-color-mist-wash: rgba(218, 223, 230, 0.22);
  --pc-color-mist-border: #dadfe6;
  --fnlla-color-bg-alt: #edf1f5;
  --fnlla-shell-bg-end: #edf1f5;
  --pc-color-surface-soft: #f2f5f8;
}

html:not([data-fnlla-title-home="true"]) body.pc-site-body {
  background:
    radial-gradient(circle at 88% 8%, rgba(44, 171, 226, 0.14), transparent 24rem),
    linear-gradient(180deg, #fbfdff 0%, #f7fbfd 42%, rgba(218, 223, 230, 0.74) 128%);
}

.pc-page-shell {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(218, 223, 230, 0.2) 42%, rgba(255, 255, 255, 0) 100%);
}

.pc-page-intro-shell,
.pc-inner-hero-stage {
  background:
    radial-gradient(circle at 82% 16%, rgba(44, 171, 226, 0.12), transparent 19rem),
    linear-gradient(135deg, #ffffff 0%, #f7fbfd 52%, rgba(218, 223, 230, 0.5) 100%);
}

.pc-section-shell-soft,
.pc-section-shell-muted,
.pc-trust-stage,
.pc-testimonials-shell,
.pc-legal-shell,
.pc-services-bridge-stage,
.pc-quotes-page #quote-request {
  background:
    linear-gradient(180deg, #f8fbfd 0%, rgba(218, 223, 230, 0.38) 100%);
}

.pc-proof-stage,
.pc-trust-stage,
.pc-location-stage,
.pc-case-stage,
.pc-landing-proof-stage,
.pc-testimonials-stage,
.pc-services-bridge-stage,
.pc-legal-stage,
.pc-article-page #related-articles,
.pc-articles-page #insights {
  border-color: var(--pc-color-mist-border);
}

.pc-proof-item,
.pc-trust-card,
.pc-location-card,
.pc-case-card,
.pc-media-card,
.pc-service-item,
.pc-process-card,
.pc-pricing-card,
.pc-article-card,
.pc-career-card,
.pc-contact-whatsapp-mini,
.pc-legal-card,
.pc-about-stats .pc-stat-card {
  border-color: var(--pc-color-mist-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(218, 223, 230, 0.2) 100%);
}

.pc-location-card:hover,
.pc-location-card:focus-visible,
.pc-service-item.is-open,
.pc-article-card:hover,
.pc-article-card:focus-within,
.pc-career-card:hover,
.pc-career-card:focus-within {
  border-color: rgba(44, 171, 226, 0.34);
  background:
    linear-gradient(180deg, #ffffff 0%, rgba(218, 223, 230, 0.12) 100%);
}

.pc-about-sector-rail,
.pc-about-action-card,
.pc-case-result,
.pc-testimonial-footer,
.pc-legal-card + .pc-legal-card {
  border-color: var(--pc-color-mist-border);
}

html[data-fnlla-title-home="true"] .pc-proof-stage,
html[data-fnlla-title-home="true"] .pc-about-shell,
html[data-fnlla-title-home="true"] .pc-location-shell {
  background:
    linear-gradient(180deg, #ffffff 0%, rgba(218, 223, 230, 0.18) 100%);
}

@media (min-width: 68.01rem) {
  html[data-fnlla-title-home="true"] .pc-testimonials-shell {
    padding-inline: var(--pc-home-shell-gutter);
  }

  html[data-fnlla-title-home="true"] .pc-testimonials-carousel {
    padding-inline: 0;
  }

  html[data-fnlla-title-home="true"] .pc-testimonials-carousel .pc-testimonial-copy,
  html[data-fnlla-title-home="true"] .pc-testimonials-carousel .pc-testimonial-card-featured .pc-testimonial-copy,
  html[data-fnlla-title-home="true"] .pc-testimonials-carousel .pc-testimonial-card-compact .pc-testimonial-copy {
    max-width: none;
  }
}

/* PSC flat-color pass: no color gradients on public pages. */
body,
body.pc-site-body,
.pc-site-body {
  background: #fbfdff !important;
  background-image: none !important;
}

.pc-page-shell {
  background: #ffffff !important;
  background-image: none !important;
}

.pc-page-intro-shell,
.pc-inner-hero-stage {
  background: #ffffff !important;
  background-image: none !important;
}

.pc-page-intro-shell {
  padding-top: clamp(0.7rem, 1.2vw, 1.05rem) !important;
}

.pc-hero-shell,
html[data-fnlla-title-home="true"] .pc-hero-shell {
  background: #f1fafe !important;
  background-image: none !important;
}

html[data-fnlla-title-home="true"] .pc-hero-visual::before {
  background: transparent !important;
  background-image: none !important;
}

.pc-section-shell-light,
.pc-proof-stage,
.pc-case-stage,
.pc-landing-proof-stage,
.pc-services-bridge-stage,
.pc-articles-page #insights,
.pc-article-page #related-articles {
  background: #ffffff !important;
  background-image: none !important;
}

.pc-section-shell-soft,
.pc-section-shell-muted,
.pc-location-stage,
.pc-trust-stage,
.pc-legal-stage,
.pc-legal-shell,
.pc-quotes-page #quote-request,
html[data-fnlla-title-home="true"] .pc-proof-stage,
html[data-fnlla-title-home="true"] .pc-about-shell,
html[data-fnlla-title-home="true"] .pc-location-shell {
  background: #f4f9fd !important;
  background-image: none !important;
}

.pc-about-shell.pc-section-title-merged {
  background: #f4f9fd !important;
  background-image: none !important;
}

.pc-testimonials-shell {
  background: #ffffff !important;
  background-image: none !important;
}

@media (min-width: 68.01rem) {
  html:not([data-fnlla-title-home="true"]) .pc-testimonials-shell {
    padding-inline: max(1rem, calc((100% - var(--pc-container-width)) / 2));
  }

  html:not([data-fnlla-title-home="true"]) .pc-testimonials-carousel {
    padding-inline: 0;
  }
}

.pc-services-shell,
.pc-final-cta-shell,
.pc-final-cta-stage {
  background: #2cabe2 !important;
  background-image: none !important;
}

.project-footer,
.project-footer > .section {
  background: #f6fbfe !important;
  background-image: none !important;
}

.pc-section-shell-dark,
.pc-pricing-card-featured {
  background: #004393 !important;
  background-image: none !important;
}

.pc-proof-item,
.pc-trust-card,
.pc-location-card,
.pc-case-card,
.pc-media-card,
.pc-service-item.is-open,
.pc-process-card,
.pc-pricing-card,
.pc-article-card,
.pc-career-card,
.pc-contact-whatsapp-mini,
.pc-legal-card,
.pc-about-stats .pc-stat-card,
.pc-testimonial-card,
.pc-testimonials-carousel .pc-testimonial-card,
.pc-contact-form-card,
.pc-hero-form-card,
.pc-contact-page-copy,
.pc-whatsapp-card,
.pc-crm-summary-card,
.pc-crm-record-card,
.pc-article-comment-form-card,
.pc-article-comment-card,
.pc-admin-article-comment-card {
  background: #ffffff !important;
  background-image: none !important;
}

.pc-contact-form-card,
.pc-hero-form-card {
  background: #2cabe2 !important;
  background-image: none !important;
  border-color: rgba(255, 255, 255, 0.42);
  color: #ffffff;
}

.pc-contact-form-card .pc-contact-form-kicker,
.pc-contact-form-card .pc-contact-form-title,
.pc-contact-form-card .pc-contact-form-summary,
.pc-contact-form-card .pc-contact-form-note,
.pc-contact-form-card .label,
.pc-hero-form-card .pc-hero-form-kicker,
.pc-hero-form-card .pc-hero-form-title,
.pc-hero-form-card .pc-hero-form-text,
.pc-hero-form-card .label {
  color: #ffffff !important;
}

.pc-contact-form-card .pc-contact-form-response,
.pc-contact-form-card .pc-contact-form-highlight,
.pc-hero-form-card .pc-hero-form-highlight {
  background: #f7fbff !important;
  background-image: none !important;
  border-color: rgba(255, 255, 255, 0.52);
  color: rgba(11, 30, 27, 0.8) !important;
}

.pc-location-card:hover,
.pc-location-card:focus-visible,
.pc-service-item.is-open,
.pc-article-card:hover,
.pc-article-card:focus-within,
.pc-career-card:hover,
.pc-career-card:focus-within {
  background: #ffffff !important;
  background-image: none !important;
}

.pc-service-item:not(.is-open) {
  background: transparent !important;
  background-image: none !important;
}

.pc-case-heading,
.pc-case-title,
.pc-case-copy {
  max-width: none !important;
  width: 100%;
}

.pc-case-title,
.pc-case-title .pc-inline-accent {
  color: #0b1e1b !important;
}

.pc-contact-page-shell.pc-section-title-merged {
  padding-top: 0 !important;
}

.pc-contact-page-copy-compact {
  padding-top: clamp(1rem, 1.8vw, 1.45rem) !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}

/* Use the homepage header as the reference grid for all pages. */
:root,
[data-fnlla-theme="default"] {
  --pc-header-reference-width: min(calc(100vw - 9.5rem), var(--pc-container-width));
}

.pc-navbar,
.pc-container,
.pc-logo-strip,
.project-header-section .container,
.pc-footer-shell,
.pc-page-intro-shell,
.pc-about-shell,
.pc-services-shell,
.pc-pricing-shell,
.pc-process-shell,
.pc-contact-shell,
.pc-testimonials-shell,
.pc-faq-shell,
.pc-insights-shell,
.pc-final-cta-shell {
  width: var(--pc-header-reference-width);
  margin-inline: auto;
}

html[data-fnlla-title-home="true"] .pc-navbar {
  width: var(--pc-header-reference-width);
}

.pc-page-intro-shell,
.pc-about-shell,
.pc-services-shell,
.pc-pricing-shell,
.pc-process-shell,
.pc-contact-shell,
.pc-testimonials-shell,
.pc-faq-shell,
.pc-insights-shell,
.pc-final-cta-shell {
  padding-inline: clamp(1rem, 1.55vw, 1.5rem);
}

@media (min-width: 68.01rem) {
  html[data-fnlla-title-home="true"] .pc-testimonials-shell,
  html:not([data-fnlla-title-home="true"]) .pc-testimonials-shell {
    padding-inline: clamp(1rem, 1.55vw, 1.5rem);
  }
}

.pc-footer-shell > * {
  width: 100%;
  max-width: none;
}

/* Keep content on the header grid, but let each homepage band own its full-width background. */
html[data-fnlla-title-home="true"] .pc-page-shell > .pc-home-section,
html[data-fnlla-title-home="true"] .pc-proof-stage,
html[data-fnlla-title-home="true"] .pc-location-stage,
html[data-fnlla-title-home="true"] .pc-testimonials-stage,
.pc-page-shell > #insights,
.pc-page-shell > #careers-application,
.pc-page-shell > #contact-message-form {
  width: 100%;
  max-width: none;
}

.pc-page-shell > #about,
html[data-fnlla-title-home="true"] .pc-page-shell > .pc-proof-stage,
.pc-page-shell > .pc-location-stage,
.pc-page-shell > #insights,
.pc-page-shell > #careers-application,
.pc-page-shell > #contact-message-form,
.pc-insights-shell.pc-section-title-merged,
.pc-careers-application-shell,
.pc-contact-page-shell.pc-section-title-merged,
.pc-contact-page-copy.pc-contact-page-copy-compact {
  background: #f4f9fd !important;
  background-image: none !important;
}

.pc-page-shell > #services,
.pc-services-shell.pc-section-title-merged {
  background: #2cabe2 !important;
  background-image: none !important;
}

.pc-page-shell > .pc-testimonials-stage {
  background: #ffffff !important;
  background-image: none !important;
}

html[data-fnlla-title-home="true"] .pc-hero-bubble-cloud,
html[data-fnlla-title-home="true"] .pc-hero-bubble-cloud::before,
html[data-fnlla-title-home="true"] .pc-hero-bubble-cloud::after,
html[data-fnlla-title-home="true"] .pc-hero-shell::before {
  display: none !important;
  content: none !important;
  background: transparent !important;
  background-image: none !important;
}

.pc-location-card:hover,
.pc-location-card:focus-visible {
  border-color: #f6c84c !important;
}

.pc-location-card-kicker {
  color: #2cabe2 !important;
}

html[data-fnlla-title-home="true"] .project-nav-link[aria-current="page"],
html[data-fnlla-title-home="true"] .pc-navbar .navbar-panel .project-nav-link[aria-current="page"],
html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .project-nav-link[aria-current="page"],
html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-navbar .navbar-panel .project-nav-link[aria-current="page"] {
  color: #2cabe2 !important;
}

.navbar-menu a:hover,
.navbar-menu a:focus-visible,
.navbar-menu a[aria-current="page"],
html[data-fnlla-title-home="true"] .navbar-menu a:hover,
html[data-fnlla-title-home="true"] .navbar-menu a:focus-visible,
html[data-fnlla-title-home="true"] .navbar-menu a[aria-current="page"],
html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .navbar-menu a:hover,
html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .navbar-menu a:focus-visible,
html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .navbar-menu a[aria-current="page"] {
  color: #2cabe2 !important;
}

.project-footer .pc-footer-highlight {
  background: #2cabe2 !important;
  background-image: none !important;
  padding-inline: 0 !important;
  box-shadow: 0 0 0 100vmax #2cabe2;
  clip-path: inset(0 -100vmax);
}

.pc-articles-page .pc-inner-hero-stage {
  padding-bottom: 0 !important;
}

.pc-articles-page {
  gap: 0 !important;
}

.pc-articles-page .pc-page-intro-shell {
  grid-template-columns: minmax(0, 1.45fr) auto !important;
  padding-inline: clamp(1rem, 1.55vw, 1.5rem) !important;
}

.pc-articles-page .pc-page-intro-title {
  max-width: 34ch !important;
}

.pc-articles-page .pc-page-intro-text {
  max-width: 42rem !important;
}

.pc-about-shell {
  padding-inline: 0 !important;
}

#services > .pc-container > .pc-services-shell {
  width: 100% !important;
  margin-inline: 0 !important;
}

/* Restore the FNLLA runtime layout contract: section > container > component. */
.project-header-section > .pc-header-container,
.project-footer > .section > .pc-footer-container,
.pc-page-shell > .section > .pc-container {
  width: var(--pc-header-reference-width);
  margin-inline: auto;
}

.pc-page-shell > .pc-hero-stage > .pc-hero-container {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

html[data-fnlla-title-home="true"] .pc-page-shell > .pc-hero-stage > .pc-hero-container,
html[data-fnlla-title-home="true"] .pc-page-shell > .pc-proof-stage > .pc-container {
  width: 100% !important;
  max-width: none;
  margin-inline: 0 !important;
}

html[data-fnlla-title-home="true"] .pc-page-shell > .pc-proof-stage > .pc-container > .pc-proof-shell {
  width: min(100%, 88.8rem) !important;
  margin-inline: auto !important;
}

.project-header-section > .pc-header-container > .pc-header-band,
.project-header-section > .pc-header-container .pc-header-shell,
.project-header-section > .pc-header-container .pc-navbar,
.project-footer > .section > .pc-footer-container > .pc-footer-shell,
.pc-page-shell > .section > .pc-container > .pc-page-intro-shell,
.pc-page-shell > .section > .pc-container > .pc-hero-shell,
.pc-page-shell > .section > .pc-container > .pc-logo-strip,
.pc-page-shell > .section > .pc-container > .pc-proof-shell,
.pc-page-shell > .section > .pc-container > .pc-about-shell,
.pc-page-shell > .section > .pc-container > .pc-services-shell,
.pc-page-shell > .section > .pc-container > .pc-services-bridge-shell,
.pc-page-shell > .section > .pc-container > .pc-pricing-shell,
.pc-page-shell > .section > .pc-container > .pc-process-shell,
.pc-page-shell > .section > .pc-container > .pc-insights-shell,
.pc-page-shell > .section > .pc-container > .pc-faq-shell,
.pc-page-shell > .section > .pc-container > .pc-contact-shell,
.pc-page-shell > .section > .pc-container > .pc-contact-page-shell,
.pc-page-shell > .section > .pc-container > .pc-careers-shell,
.pc-page-shell > .section > .pc-container > .pc-careers-application-shell,
.pc-page-shell > .section > .pc-container > .pc-legal-shell,
.pc-page-shell > .section > .pc-container > .pc-testimonials-shell,
.pc-page-shell > .section > .pc-container > .pc-trust-shell,
.pc-page-shell > .section > .pc-container > .pc-location-shell,
.pc-page-shell > .section > .pc-container > .pc-case-shell,
.pc-page-shell > .section > .pc-container > .pc-landing-proof-shell,
.pc-page-shell > .section > .pc-container > .pc-whatsapp-quote-shell,
.pc-page-shell > .section > .pc-container > .pc-article-detail-shell,
.pc-page-shell > .section > .pc-container > .pc-article-comments-shell,
.pc-page-shell > .section > .pc-container > .pc-final-cta-shell {
  width: 100% !important;
  max-width: none;
  margin-inline: 0 !important;
}

@media (max-width: 55rem) {
  :root,
  [data-fnlla-theme="default"] {
    --pc-header-reference-width: min(calc(100vw - 1rem), var(--pc-container-width));
  }

  .pc-navbar,
  .pc-container,
  .pc-logo-strip,
  .project-header-section .container,
  .pc-footer-shell,
  .pc-page-intro-shell,
  .pc-about-shell,
  .pc-services-shell,
  .pc-pricing-shell,
  .pc-process-shell,
  .pc-contact-shell,
  .pc-testimonials-shell,
  .pc-faq-shell,
  .pc-insights-shell,
  .pc-final-cta-shell {
    width: var(--pc-header-reference-width);
  }
}

/* Single public header: home and subpages must share one identical menu/header. */
html[data-fnlla-title-home="true"] body.pc-site-body,
html[data-fnlla-title-home="true"] .pc-site-body {
  padding-top: clamp(4.75rem, 7vw, 5.45rem) !important;
}

html[data-fnlla-title-home="true"] .project-header,
html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .project-header,
html.pc-home-chrome-scrolled[data-fnlla-title-home="true"] .project-header {
  display: block !important;
  position: fixed;
  inset: 0 0 auto;
  z-index: 120;
  background: rgba(255, 255, 255, 0.94) !important;
  border-bottom: 0;
  backdrop-filter: none;
}

html[data-fnlla-title-home="true"] .project-header-section {
  padding: 0 !important;
}

html[data-fnlla-title-home="true"] .project-header-section > .pc-header-container {
  width: var(--pc-header-reference-width) !important;
  margin-inline: auto !important;
  padding-inline: 0 !important;
}

html[data-fnlla-title-home="true"] .pc-header-band {
  width: 100% !important;
  margin-inline: 0 !important;
}

html[data-fnlla-title-home="true"] .pc-header-shell,
html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-header-shell,
html.pc-home-chrome-scrolled[data-fnlla-title-home="true"] .pc-header-shell {
  width: 100% !important;
  padding: 0 !important;
  border-top: 0 !important;
  border-right: 1px solid rgba(44, 171, 226, 0.16) !important;
  border-bottom: 0 !important;
  border-left: 1px solid rgba(44, 171, 226, 0.16) !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: none !important;
  backdrop-filter: blur(18px);
}

.pc-header-shell {
  border-bottom: 0 !important;
}

html[data-fnlla-title-home="true"] .pc-navbar {
  width: 100% !important;
  min-height: 4.75rem !important;
  margin-inline: 0 !important;
  padding: 1rem 0.55rem !important;
  gap: 1rem 2rem !important;
}

html[data-fnlla-title-home="true"] .pc-brand-logo-image {
  width: clamp(11.25rem, 15vw, 14rem) !important;
  filter: none;
}

html[data-fnlla-title-home="true"] .pc-navbar .navbar-panel,
html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-navbar .navbar-panel,
html.pc-home-chrome-scrolled[data-fnlla-title-home="true"] .pc-navbar .navbar-panel {
  gap: 1.5rem !important;
  margin-left: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.99) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

html[data-fnlla-title-home="true"] .pc-navbar-menu {
  gap: 1.2rem !important;
  align-items: center;
}

html[data-fnlla-title-home="true"] .project-nav-link,
html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .project-nav-link {
  min-height: 44px;
  padding: 0.7rem 1rem;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: rgb(21, 48, 79) !important;
  box-shadow: none;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

html[data-fnlla-title-home="true"] .project-nav-link:hover,
html[data-fnlla-title-home="true"] .project-nav-link:focus-visible,
html[data-fnlla-title-home="true"] .project-nav-link[aria-current="page"],
html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .project-nav-link:hover,
html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .project-nav-link:focus-visible,
html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .project-nav-link[aria-current="page"] {
  border: 0;
  background: rgba(44, 171, 226, 0.16) !important;
  color: #2cabe2 !important;
  box-shadow: none;
}

html[data-fnlla-title-home="true"] .project-nav-link:not(:hover):not(:focus-visible):not([aria-current="page"]) {
  background: transparent !important;
}

html[data-fnlla-title-home="true"] .pc-header-button {
  min-height: 44px !important;
  padding: 0.35rem 1rem !important;
  border-radius: 999px !important;
  background: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

html[data-fnlla-title-home="true"] .pc-header-button .pc-button-label {
  color: #ffffff !important;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

html[data-fnlla-title-home="true"] .pc-header-button .pc-button-icon {
  width: 2.2rem !important;
  height: 2.2rem !important;
  margin-left: 0 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: var(--brand-primary) !important;
  font-size: 1rem !important;
}

html[data-fnlla-title-home="true"] .pc-navbar .navbar-toggle {
  background: #eff8fd !important;
  color: var(--pc-brand-ink-strong) !important;
}

@media (max-width: 68rem) {
  html[data-fnlla-title-home="true"] body.pc-site-body,
  html[data-fnlla-title-home="true"] .pc-site-body {
    padding-top: 4.95rem !important;
  }
}

@media (max-width: 55rem) {
  html[data-fnlla-title-home="true"] body.pc-site-body,
  html[data-fnlla-title-home="true"] .pc-site-body {
    padding-top: 4.7rem !important;
  }

  html[data-fnlla-title-home="true"] .project-header-section > .pc-header-container {
    width: var(--pc-header-reference-width) !important;
    padding-inline: 1rem !important;
  }

  html[data-fnlla-title-home="true"] .pc-header-shell {
    padding: 0.16rem 0.22rem !important;
    border-radius: 0 !important;
  }

  html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-header-shell,
  html.pc-home-chrome-scrolled[data-fnlla-title-home="true"] .pc-header-shell {
    padding: 0.16rem 0.22rem !important;
    border-radius: 0 !important;
  }

  html[data-fnlla-title-home="true"] .pc-navbar,
  html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-navbar,
  html.pc-home-chrome-scrolled[data-fnlla-title-home="true"] .pc-navbar {
    min-height: 4.75rem !important;
    gap: 0.75rem !important;
  }

  html[data-fnlla-title-home="true"] .pc-brand-logo-image {
    width: 10.4rem !important;
  }

  html[data-fnlla-title-home="true"] .pc-navbar .navbar-toggle {
    display: inline-flex !important;
    min-width: 3rem !important;
    width: 3rem !important;
    height: 3rem !important;
    padding: 0 !important;
    margin-left: auto !important;
    border-radius: 0.95rem !important;
    background: #eff8fd !important;
    border-color: rgba(44, 171, 226, 0.22) !important;
    color: var(--pc-brand-ink-strong) !important;
  }

  html[data-fnlla-title-home="true"] .pc-navbar .navbar-panel,
  html[data-fnlla-title-home="true"]:not(.pc-home-chrome-scrolled) .pc-navbar .navbar-panel,
  html.pc-home-chrome-scrolled[data-fnlla-title-home="true"] .pc-navbar .navbar-panel {
    position: absolute;
    top: calc(100% + 0.7rem);
    left: 0;
    right: 0;
    z-index: 80;
    margin-top: 0;
    margin-left: 0 !important;
    gap: 1rem !important;
    padding: 0.75rem !important;
    border-radius: 1.1rem !important;
    border: 1px solid rgba(44, 171, 226, 0.18) !important;
    background: rgba(255, 255, 255, 0.99) !important;
    box-shadow: none !important;
  }

  html[data-fnlla-title-home="true"] .pc-navbar .navbar-menu,
  html[data-fnlla-title-home="true"] .pc-navbar .navbar-actions {
    display: grid;
    gap: 0.35rem !important;
    align-items: center !important;
  }

  html[data-fnlla-title-home="true"] .pc-navbar .navbar-menu > li,
  html[data-fnlla-title-home="true"] .pc-navbar .navbar-actions > * {
    width: 100%;
  }

  html[data-fnlla-title-home="true"] .pc-navbar .project-nav-link,
  html[data-fnlla-title-home="true"] .pc-navbar .navbar-actions .btn,
  html[data-fnlla-title-home="true"] .pc-navbar .navbar-actions .pc-button {
    justify-content: space-between !important;
    width: 100%;
  }
}

@media (max-width: 40rem) {
  html[data-fnlla-title-home="true"] .pc-navbar .navbar-menu,
  html[data-fnlla-title-home="true"] .pc-navbar .navbar-actions {
    align-items: stretch !important;
  }
}

/* Mobile refinements after shared header unification. */
@media (max-width: 55rem) {
  html[data-fnlla-title-home="true"] .pc-hero-shell,
  html[data-fnlla-title-home="true"] .pc-hero-visual {
    background: #dbdfe7 !important;
    background-image: none !important;
  }

  html[data-fnlla-title-home="true"] .pc-hero-visual {
    opacity: 1 !important;
    filter: none !important;
  }

  html[data-fnlla-title-home="true"] .pc-hero-visual::before,
  html[data-fnlla-title-home="true"] .pc-hero-visual::after {
    display: none !important;
    content: none !important;
  }

  .pc-footer-highlight {
    align-items: start !important;
    gap: 1.15rem !important;
  }

  .pc-footer-highlight-copy {
    max-width: none !important;
  }

  .pc-footer-highlight-actions {
    display: grid !important;
    width: 100% !important;
    padding-top: 0.65rem !important;
  }

  .pc-footer-highlight-button {
    width: 100% !important;
    justify-content: space-between !important;
  }

  .pc-footer-highlight-visual {
    grid-row: 2 !important;
    width: 100% !important;
    min-height: 12rem !important;
    margin-top: 0.35rem !important;
    padding-top: 0.5rem !important;
  }

  .pc-footer-highlight-wordmark-frame {
    position: relative !important;
    inset: auto !important;
    width: min(100%, 14rem) !important;
    transform: none !important;
  }

  .pc-navbar .pc-navbar-panel-static {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin-left: auto !important;
  }

  .pc-navbar .pc-navbar-panel-static .project-navbar-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-end !important;
    gap: 0.45rem !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  .pc-header-locale-switcher {
    position: static !important;
    top: auto !important;
    right: auto !important;
    z-index: auto !important;
    flex: 0 0 auto !important;
    order: 2 !important;
  }

  .pc-header-back-link {
    flex: 0 1 auto !important;
    order: 1 !important;
    max-width: min(100%, 9rem) !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
}
