:root {
  --floating-cta-bottom: 24px;
  --floating-cta-side: 24px;
  --pd-color-accent: #E0843B;
  --pd-color-border: #dddddd;
  --pd-color-muted: #666666;
  --pd-color-muted-bg: #eeeeee;
  --pd-color-on-dark: #ffffff;
  --pd-color-on-secondary: #ffffff;
  --pd-color-overlay-scrim: rgba(0, 0, 0, 0.52);
  --pd-color-primary: #1F4E5F;
  --pd-color-secondary: #13262F;
  --pd-color-surface: #ffffff;
  --pd-color-surface-alt: #f5f5f5;
  --pd-color-testimonial-card-bg: var(--pd-color-surface-alt);
  --pd-color-text: #1a1a1a;
  --pd-color-text-muted: #6b7280;
  --pd-container-inline-padding: 1rem;
  --pd-container-max-width: 72rem;
  --pd-eyebrow-color: var(--pd-color-accent);
  --pd-eyebrow-font-size: 0.8125rem;
  --pd-eyebrow-font-weight: 600;
  --pd-eyebrow-letter-spacing: 0.08em;
  --pd-eyebrow-line-height: 1.2;
  --pd-font-body: system-ui, sans-serif;
  --pd-font-heading: system-ui, sans-serif;
  --pd-header-logo-max-height: 2.5rem;
  --pd-hero-font-heading: var(--pd-font-heading);
  --pd-hero-height: clamp(20rem, 40vw, 36rem);
  --pd-hero-overlay-opacity: 0.45;
  --pd-radius-lg: 1rem;
  --pd-radius-md: 0.75rem;
  --pd-radius-sm: 0.5rem;
  --pd-section-bg-image: none;
  --pd-section-bg-overlay-opacity: 0;
  --pd-section-heading-color: var(--pd-color-text);
  --pd-section-heading-font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  --pd-section-heading-font-weight: 700;
  --pd-section-heading-line-height: 1.15;
  --pd-section-intro-color: var(--pd-color-muted);
  --pd-section-intro-font-size: 1.0625rem;
  --pd-section-intro-font-weight: 400;
  --pd-section-intro-line-height: 1.55;
  --pd-section-intro-max-width: 42rem;
  --pd-section-padding-block: var(--pd-space-8);
  --pd-shadow-lg: 0 24px 48px -20px rgb(15 23 42 / 28%);
  --pd-shadow-md: 0 16px 28px -16px rgb(15 23 42 / 22%);
  --pd-shadow-sm: 0 8px 24px rgb(0 0 0 / 8%);
  --pd-space-12: 3rem;
  --pd-space-16: 4rem;
  --pd-space-2: 0.5rem;
  --pd-space-3: 0.75rem;
  --pd-space-4: 1rem;
  --pd-space-5: 1.25rem;
  --pd-space-6: 1.5rem;
  --pd-space-8: 2rem;
}
