﻿*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  min-height: 100vh;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  line-height: 1.6;
  color: #343a40;
  background-color: #fff;
  /* No padding-top needed - fixed header is out of document flow */
}
ul[role='list'],
ol[role='list'] {
  list-style: none;
  padding: 0;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: #1e5aa8;
}
a:not([class]):hover {
  text-decoration: underline;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}
input,
button,
textarea,
select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.wp-block-group__inner-container {
  max-width: none;
}
button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
}
:focus {
  outline: 2px solid rgba(0, 0, 0, 0);
  outline-offset: 2px;
}
:focus-visible {
  outline-color: #1e5aa8;
}
::selection {
  background-color: rgba(30, 90, 168, 0.2);
  color: #343a40;
}
::placeholder {
  color: #ced4da;
  opacity: 1;
}
[hidden] {
  display: none !important;
}
[disabled] {
  cursor: not-allowed !important;
  opacity: 0.6 !important;
}
@media print {
  *,
  *::before,
  *::after {
    background: rgba(0, 0, 0, 0) !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: ' (' attr(href) ')';
  }
  abbr[title]::after {
    content: ' (' attr(title) ')';
  }
  a[href^='#']::after,
  a[href^='javascript:']::after {
    content: '';
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  font-weight: 400;
  line-height: 1.6;
  color: #343a40;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: #343a40;
  margin-bottom: 0.5em;
}
h1,
.h1 {
  font-size: clamp(2.5rem, 1.8rem + 3.5vw, 4rem);
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: clamp(2rem, 1.5rem + 2.5vw, 3rem);
  }
}
h2,
.h2 {
  font-size: clamp(2rem, 1.5rem + 2.5vw, 3rem);
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: clamp(1.5rem, 1.3rem + 1vw, 2rem);
  }
}
h3,
.h3 {
  font-size: clamp(1.5rem, 1.3rem + 1vw, 2rem);
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem);
  }
}
h4,
.h4 {
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem);
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: clamp(1.125rem, 1rem + 0.625vw, 1.25rem);
  }
}
h5,
.h5 {
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.25rem);
}
h6,
.h6 {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  font-weight: 600;
}
p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}
.lead {
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.25rem);
  font-weight: 400;
  line-height: 1.75;
  color: #6c757d;
}
small,
.small {
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
}
strong,
b {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
a {
  color: #1e5aa8;
  text-decoration: none;
  transition: color 150ms ease;
}
a:hover {
  color: rgb(24, 72, 134.4);
  text-decoration: underline;
}
a:focus:focus {
  outline: none;
}
a:focus:focus-visible {
  outline: 2px solid #1e5aa8;
  outline-offset: 2px;
}
a:visited {
  color: rgb(27, 81, 151.2);
}
ul,
ol {
  margin-bottom: 1em;
  padding-left: 1.5em;
}
ul li,
ol li {
  margin-bottom: 0.25em;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
dl {
  margin-bottom: 1em;
}
dl dt {
  font-weight: 600;
  margin-bottom: 0.25em;
}
dl dd {
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}
blockquote {
  font-family: 'Merriweather', serif;
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.25rem);
  font-style: italic;
  color: #6c757d;
  border-left: 4px solid #1e5aa8;
  padding-left: 1.5em;
  margin: 1.5em 0;
}
blockquote cite {
  display: block;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  font-style: normal;
  margin-top: 0.5em;
}
blockquote cite::before {
  content: '— ';
}
code,
kbd,
pre,
samp {
  font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Fira Code', monospace;
}
code {
  background-color: #f1f3f5;
  border-radius: 4px;
  color: #343a40;
  font-size: 0.875em;
  padding: 0.125em 0.25em;
}
pre {
  background-color: #f1f3f5;
  border-radius: 8px;
  color: #343a40;
  display: block;
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  line-height: 1.5;
  margin: 1em 0;
  overflow-x: auto;
  padding: 1em;
}
pre code {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
}
hr {
  border: 0;
  border-top: 1px solid #f1f3f5;
  margin: 2em 0;
}
abbr[title] {
  border-bottom: 1px dotted currentColor;
  cursor: help;
  text-decoration: none;
}
mark {
  background-color: rgba(255, 107, 53, 0.2);
  color: #343a40;
  padding: 0.125em 0.25em;
}
.text-xs {
  font-size: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
}
.text-sm {
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
}
.text-base {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
}
.text-lg {
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.25rem);
}
.text-xl {
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem);
}
.text-2xl {
  font-size: clamp(1.5rem, 1.3rem + 1vw, 2rem);
}
.text-3xl {
  font-size: clamp(2rem, 1.5rem + 2.5vw, 3rem);
}
.text-4xl {
  font-size: clamp(2.5rem, 1.8rem + 3.5vw, 4rem);
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-primary {
  font-family: 'Montserrat', sans-serif;
}
.font-secondary {
  font-family: 'Merriweather', serif;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-primary {
  color: #1e5aa8;
}
.text-secondary {
  color: #4a90e2;
}
.text-accent {
  color: #ff6b35;
}
.text-dark {
  color: #343a40;
}
.text-light {
  color: #ced4da;
}
.text-white {
  color: #fff;
}
.line-height-tight {
  line-height: 1.25;
}
.line-height-normal {
  line-height: 1.6;
}
.line-height-relaxed {
  line-height: 1.75;
}
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
}
.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.alignwide {
  margin-left: calc(25% - 25vw);
  margin-right: calc(25% - 25vw);
  max-width: 100vw;
  width: auto;
}
.wp-caption {
  max-width: 100%;
  margin-bottom: 1em;
}
.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  color: #6c757d;
  text-align: center;
  margin-top: 0.5em;
}
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1em;
}
.gallery.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
@media (max-width: 767px) {
  .gallery[class*='gallery-columns-'] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .gallery[class*='gallery-columns-'] {
    grid-template-columns: 1fr;
  }
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-item img {
  display: block;
  width: 100%;
  height: auto;
}
.gallery-caption {
  display: block;
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  color: #6c757d;
  margin-top: 0.5em;
}
.wp-block-embed {
  margin-bottom: 1.5em;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus {
  background-color: #f1f3f5;
  clip: auto !important;
  clip-path: none;
  color: #343a40;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.sticky {
  position: relative;
}
.sticky::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 2px solid #1e5aa8;
  border-radius: 16px;
  pointer-events: none;
}
.post-navigation,
.posts-navigation,
.post-pagination {
  margin: 3em 0;
}
.post-navigation .nav-links,
.posts-navigation .nav-links,
.post-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1em;
}
.post-navigation .nav-previous,
.post-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-pagination .nav-previous,
.post-pagination .nav-next {
  flex: 1 1 auto;
}
.post-navigation a,
.posts-navigation a,
.post-pagination a {
  display: block;
  padding: 1em;
  background-color: #f1f3f5;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 300ms ease;
}
.post-navigation a:hover,
.posts-navigation a:hover,
.post-pagination a:hover {
  background-color: rgb(228.95, 230.85, 232.75);
}
.comment-list {
  list-style: none;
  padding: 0;
}
.comment-list .comment {
  margin-bottom: 2em;
}
.comment-list .comment .comment-body {
  display: flex;
  gap: 1em;
}
.comment-list .comment .comment-author .avatar {
  border-radius: 50%;
}
.comment-list .comment .comment-content {
  flex: 1;
}
.comment-list .comment .comment-metadata {
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  color: #6c757d;
  margin-bottom: 0.5em;
}
.comment-list .comment .comment-metadata a {
  color: inherit;
}
.comment-list .comment .comment-metadata a:hover {
  color: #1e5aa8;
}
.comment-list .children {
  list-style: none;
  margin-left: 2em;
  margin-top: 1em;
}
.search-form {
  display: flex;
  gap: 0.5em;
}
.search-form .search-field {
  flex: 1;
}
.widget {
  margin-bottom: 2em;
}
.widget .widget-title {
  margin-bottom: 1em;
}
.widget ul {
  list-style: none;
  padding: 0;
}
.widget ul li {
  padding: 0.25em 0;
}
.widget ul li a {
  color: #343a40;
}
.widget ul li a:hover {
  color: #1e5aa8;
}
/* Admin bar styles for sticky header moved to admin-bar-fix.css */
.has-printmax-blue-color {
  color: #1e5aa8;
}
.has-printmax-blue-background-color {
  background-color: #1e5aa8;
}
.has-printmax-light-blue-color {
  color: #4a90e2;
}
.has-printmax-light-blue-background-color {
  background-color: #4a90e2;
}
.has-printmax-orange-color {
  color: #ff6b35;
}
.has-printmax-orange-background-color {
  background-color: #ff6b35;
}
.has-white-color {
  color: #fff;
}
.has-white-background-color {
  background-color: #fff;
}
.has-black-color {
  color: #000;
}
.has-black-background-color {
  background-color: #000;
}
.has-gray-dark-color {
  color: #343a40;
}
.has-gray-dark-background-color {
  background-color: #343a40;
}
.has-gray-medium-color {
  color: #6c757d;
}
.has-gray-medium-background-color {
  background-color: #6c757d;
}
.has-gray-light-color {
  color: #ced4da;
}
.has-gray-light-background-color {
  background-color: #ced4da;
}
.has-gray-lighter-color {
  color: #f1f3f5;
}
.has-gray-lighter-background-color {
  background-color: #f1f3f5;
}
:root {
  /* Core Brand Colors */
  --primary-blue: #1e5aa8;
  --primary-red: #e31e24;
  --primary-dark: #164179;
  --white: #ffffff;

  /* CMYK Accent Colors (Print Industry Identity) */
  --cmyk-cyan: #00AEEF;
  --cmyk-magenta: #EC008C;
  --cmyk-yellow: #FFF200;
  --cmyk-key: #231F20;

  /* Neutral Scale */
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-800: #1f2937;
  --gray-900: #111827;
  --black: #000000;

  /* Solid backgrounds - Authentic Printmax (no soft gradients) */
  --gradient-brand: #1e5aa8;
  --gradient-hero: rgba(30, 90, 168, 0.92);
  --gradient-card: #ffffff;
  --gradient-red: #e31e24;
  --cmyk-stripe: linear-gradient(90deg, #00AEEF 0%, #00AEEF 25%, #EC008C 25%, #EC008C 50%, #FFF200 50%, #FFF200 75%, #231F20 75%, #231F20 100%);

  --font-sans: Montserrat, sans-serif;
  --font-serif: Merriweather, serif;

  /* Sharp corners - Professional print aesthetic */
  --radius-sm: 2px;
  --radius: 4px;
  --radius-lg: 6px;
  --radius-xl: 8px;
  --radius-full: 9999px;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.1);
  --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 20px rgba(0, 0, 0, 0.15);
  --shadow-xl: 0 20px 40px rgba(0, 0, 0, 0.2);
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --transition-fast: 150ms ease;
  --transition-normal: 300ms ease;
  --transition-slow: 500ms ease;
  --wp--preset--color--printmax-blue: #1e5aa8;
  --wp--preset--color--printmax-red: #e31e24;
  --wp--preset--color--printmax-dark: #0a2351;
  --wp--preset--color--primary: #1e5aa8;
  --wp--preset--color--secondary: #e31e24;
  --wp--preset--color--success: #16a34a;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--background: #ffffff;
  --wp--preset--color--surface: #f8f9fa;
  --wp--preset--color--foreground: #212529;
  --wp--preset--color--text-muted: #6c757d;
  --wp--preset--color--border: #dee2e6;
  --wp--preset--color--gray-50: #f8f9fa;
  --wp--preset--color--gray-100: #f1f3f5;
  --wp--preset--color--gray-200: #e9ecef;
  --wp--preset--color--gray-300: #dee2e6;
  --wp--preset--color--gray-400: #ced4da;
  --wp--preset--color--gray-500: #adb5bd;
  --wp--preset--color--gray-600: #6c757d;
  --wp--preset--color--gray-700: #495057;
  --wp--preset--color--gray-800: #343a40;
  --wp--preset--color--gray-900: #212529;
  --wp--preset--color--black: #000000;
  --wp--preset--gradient--printmax-brand: #1e5aa8;
  --wp--preset--gradient--hero-overlay: rgba(30, 90, 168, 0.92);
  --wp--preset--gradient--card-gradient: #ffffff;
  --wp--preset--gradient--red-solid: #e31e24;
  --wp--preset--gradient--cmyk-stripe: linear-gradient(90deg, #00AEEF 0%, #00AEEF 25%, #EC008C 25%, #EC008C 50%, #FFF200 50%, #FFF200 75%, #231F20 75%, #231F20 100%);
  --wp--preset--spacing--xs: 0.5rem;
  --wp--preset--spacing--sm: 1rem;
  --wp--preset--spacing--md: 1.5rem;
  --wp--preset--spacing--lg: 2rem;
  --wp--preset--spacing--xl: 3rem;
  --wp--preset--spacing--2xl: 4rem;
  --wp--preset--spacing--3xl: 6rem;
  --wp--preset--spacing--section: 5rem;
  --wp--preset--spacing--hero: clamp(3rem, 8vw, 5rem);
  --wp--preset--font-size--text-sm: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  --wp--preset--font-size--text-base: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  --wp--preset--font-size--text-lg: clamp(1.125rem, 1rem + 0.625vw, 1.25rem);
  --wp--preset--font-size--text-xl: clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem);
  --wp--preset--font-size--heading-6: 1rem;
  --wp--preset--font-size--heading-5: 1.25rem;
  --wp--preset--font-size--heading-4: 1.5rem;
  --wp--preset--font-size--heading-3: clamp(1.5rem, 1.3rem + 1vw, 2rem);
  --wp--preset--font-size--heading-2: clamp(2rem, 1.5rem + 2.5vw, 3rem);
  --wp--preset--font-size--heading-1: clamp(2.5rem, 1.8rem + 3.5vw, 4rem);
  --wp--preset--font-size--hero-heading: clamp(3rem, 2rem + 4vw, 4.5rem);
  --wp--preset--font-family--system:
    -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
  --wp--preset--font-family--sans: Montserrat, sans-serif;
  --wp--preset--font-family--serif: Merriweather, serif;
  --wp--preset--shadow--sm: 0 1px 3px rgba(0, 0, 0, 0.1);
  --wp--preset--shadow--default: 0 4px 6px rgba(0, 0, 0, 0.1);
  --wp--preset--shadow--md: 0 4px 6px rgba(0, 0, 0, 0.1);
  --wp--preset--shadow--lg: 0 10px 20px rgba(0, 0, 0, 0.15);
  --wp--preset--shadow--xl: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1rem, 2vw, 2rem);
  padding-right: clamp(1rem, 2vw, 2rem);
}
.container-fluid {
  width: 100%;
  padding-left: clamp(1rem, 2vw, 2rem);
  padding-right: clamp(1rem, 2vw, 2rem);
}
.grid {
  display: grid;
  gap: 2rem;
}
.grid.grid-cols-1 {
  grid-template-columns: repeat(1, 1fr);
}
.grid.grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid.grid-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid.grid-cols-5 {
  grid-template-columns: repeat(5, 1fr);
}
.grid.grid-cols-6 {
  grid-template-columns: repeat(6, 1fr);
}
@media (min-width: 640px) {
  .grid.sm\:grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid.sm\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.sm\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.sm\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) {
  .grid.md\:grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid.md\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.md\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.md\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.md\:grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid.md\:grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1024px) {
  .grid.lg\:grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid.lg\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.lg\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.lg\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.lg\:grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid.lg\:grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
.grid-auto {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
.grid-auto.grid-auto-sm {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}
.grid-auto.grid-auto-md {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
.grid-auto.grid-auto-lg {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
.grid-auto.grid-auto-xl {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}
.gap-0 {
  gap: 0;
}
.gap-xs {
  gap: 0.5rem;
}
.gap-sm {
  gap: 1rem;
}
.gap-md {
  gap: 1.5rem;
}
.gap-lg {
  gap: 2rem;
}
.gap-xl {
  gap: 3rem;
}
.gap-2xl {
  gap: 4rem;
}
.gap-x-0 {
  column-gap: 0;
}
.gap-x-xs {
  column-gap: 0.5rem;
}
.gap-x-sm {
  column-gap: 1rem;
}
.gap-x-md {
  column-gap: 1.5rem;
}
.gap-x-lg {
  column-gap: 2rem;
}
.gap-x-xl {
  column-gap: 3rem;
}
.gap-x-2xl {
  column-gap: 4rem;
}
.gap-y-0 {
  row-gap: 0;
}
.gap-y-xs {
  row-gap: 0.5rem;
}
.gap-y-sm {
  row-gap: 1rem;
}
.gap-y-md {
  row-gap: 1.5rem;
}
.gap-y-lg {
  row-gap: 2rem;
}
.gap-y-xl {
  row-gap: 3rem;
}
.gap-y-2xl {
  row-gap: 4rem;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-initial {
  flex: 0 1 auto;
}
.flex-none {
  flex: none;
}
.section {
  padding-top: clamp(3rem, 2rem + 5vw, 6rem);
  padding-bottom: clamp(3rem, 2rem + 5vw, 6rem);
}
.section.section-sm {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.section.section-lg {
  padding-top: calc(clamp(3rem, 2rem + 5vw, 6rem) * 1.5);
  padding-bottom: calc(clamp(3rem, 2rem + 5vw, 6rem) * 1.5);
}
.section.section-no-top {
  padding-top: 0;
}
.section.section-no-bottom {
  padding-bottom: 0;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
.row > * {
  padding-left: 1rem;
  padding-right: 1rem;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
@media (min-width: 640px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media (min-width: 1024px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
@media (min-width: 640px) {
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media (min-width: 1024px) {
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
@media (min-width: 640px) {
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1024px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
@media (min-width: 640px) {
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 1024px) {
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
@media (min-width: 640px) {
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media (min-width: 1024px) {
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 640px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
@media (min-width: 640px) {
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media (min-width: 768px) {
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media (min-width: 1024px) {
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
@media (min-width: 640px) {
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media (min-width: 1024px) {
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
@media (min-width: 640px) {
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 768px) {
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 1024px) {
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
@media (min-width: 640px) {
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media (min-width: 768px) {
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media (min-width: 1024px) {
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
@media (min-width: 640px) {
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
@media (min-width: 1024px) {
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 640px) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 639px) {
  .hide-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hide-desktop {
    display: none !important;
  }
}
@media (min-width: 640px) and (max-width: 1024px) {
  .hide-tablet {
    display: none !important;
  }
}
#masthead {
  width: 100%;
  position: relative;
}
.header-inner {
  max-width: var(--wp--style--global--wide-size);
  margin: 0 auto;
  padding: 0 var(--wp--preset--spacing--medium);
}
.header-layout {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: var(--wp--preset--spacing--large);
}
@media (max-width: 768px) {
  .header-layout {
    grid-template-columns: 1fr auto;
    gap: var(--wp--preset--spacing--medium);
  }
}
.header-logo-area {
  grid-column: 1;
}
.header-nav-area {
  grid-column: 2;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .header-nav-area {
    display: none;
  }
}
.header-actions-area {
  grid-column: 3;
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--small);
}
@media (max-width: 768px) {
  .header-actions-area {
    grid-column: 2;
  }
}
.header-transparent #masthead {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0);
}
.header-transparent #masthead .site-header {
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}
.header-transparent #masthead .site-title a,
.header-transparent #masthead .main-navigation a {
  color: var(--wp--preset--color--white);
}
.header-transparent #masthead .menu-toggle {
  background: hsla(0, 0%, 100%, 0.1);
  border: 1px solid hsla(0, 0%, 100%, 0.3);
}
/* Admin bar styles for body padding moved to admin-bar-fix.css */
#colophon {
  width: 100%;
  margin-top: auto;
}
.footer-inner {
  max-width: var(--wp--style--global--wide-size);
  margin: 0 auto;
  padding: 0 var(--wp--preset--spacing--medium);
}
.footer-widgets {
  padding: var(--wp--preset--spacing--3xl) 0 var(--wp--preset--spacing--2xl);
}
.footer-info {
  padding: var(--wp--preset--spacing--large) 0;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}
.footer-widget-areas {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: var(--wp--preset--spacing--xl);
}
@media (max-width: 1024px) {
  .footer-widget-areas {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .footer-widget-areas {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .footer-widget-area:first-child {
    grid-column: span 2;
  }
}
@media (max-width: 768px) {
  .footer-widget-area:first-child {
    grid-column: span 1;
  }
}
.footer-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--wp--preset--spacing--large);
}
@media (max-width: 768px) {
  .footer-navigation {
    flex-direction: column;
    gap: var(--wp--preset--spacing--medium);
  }
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--medium);
}
@media (max-width: 768px) {
  .footer-bottom {
    justify-content: center;
    text-align: center;
  }
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  /* No padding-top needed - fixed header is out of document flow */
}
body #page {
  flex: 1 0 auto;
}
body #colophon {
  flex-shrink: 0;
}
.menu-item {
  list-style: none;
}
.wp-block-button__link {
  text-decoration: none;
  display: inline-block;
}
.gform_wrapper {
  margin: 0;
}
.gform_wrapper .gform_body .gfield {
  margin-bottom: 1.5rem;
}
.gform_wrapper .gform_button {
  display: inline-block;
  padding: 12px 32px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: var(--radius);
  cursor: pointer;
  transition: all var(--transition-normal);
  font-family: var(--font-sans);
  background-color: var(--primary-red);
  color: var(--white);
}
.gform_wrapper .gform_button:hover {
  background-color: #c41e22;
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.wp-block-group,
.wp-block-columns,
.wp-block-column {
  padding: 0;
  margin: 0;
}
.alignleft {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}
.alignright {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}
.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.alignwide {
  max-width: var(--wp--style--global--wide-size, 1200px);
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption img {
  display: block;
  margin: 0;
  max-width: 100%;
  height: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  color: var(--gray-600);
  text-align: center;
}
.screen-reader-text,
.sr-only {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}
.btn,
.wp-block-button__link,
.wp-element-button {
  display: inline-block;
  padding: 12px 32px;
  font-family: var(--wp--preset--font-family--sans);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border: none;
  border-radius: var(--wp--custom--border-radius--default, 6px);
  cursor: pointer;
  transition: all var(--wp--custom--transition--normal, 300ms ease);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn:focus,
.wp-block-button__link:focus,
.wp-element-button:focus {
  outline: 3px solid rgba(30, 90, 168, 0.5);
  outline-offset: 2px;
}
.btn:disabled,
.btn.disabled,
.wp-block-button__link:disabled,
.wp-block-button__link.disabled,
.wp-element-button:disabled,
.wp-element-button.disabled {
  cursor: not-allowed;
  opacity: 0.6;
  transform: none !important;
  box-shadow: none !important;
}
/* Default primary button styles - BLUE background for light/white backgrounds */
.btn-primary,
.gform_wrapper .gform_footer input[type='submit'],
.gform_wrapper .gform_button,
.gform_wrapper .button,
.wp-block-button__link,
.wp-element-button,
a.btn-primary,
button.btn-primary,
input[type='submit'].btn-primary {
  background: var(--wp--preset--color--printmax-blue) !important;
  background-image: none !important;
  color: var(--wp--preset--color--white) !important;
  border: 2px solid var(--wp--preset--color--printmax-blue) !important;
}
.btn-primary::before,
.gform_wrapper .gform_footer input[type='submit']::before,
.gform_wrapper .gform_button::before,
.gform_wrapper .button::before,
.wp-block-button__link::before,
.wp-element-button::before,
a.btn-primary::before,
button.btn-primary::before,
input[type='submit'].btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #164179;
  opacity: 0;
  z-index: -1;
  transition: opacity var(--wp--custom--transition--normal, 300ms ease);
}
.btn-primary:hover,
.gform_wrapper .gform_footer input[type='submit']:hover,
.gform_wrapper .gform_button:hover,
.gform_wrapper .button:hover,
.wp-block-button__link:hover,
.wp-element-button:hover,
a.btn-primary:hover,
button.btn-primary:hover,
input[type='submit'].btn-primary:hover {
  background: #c41e22 !important;
  background-image: none !important;
  transform: translateY(-2px);
  box-shadow:
    0 10px 25px -5px rgba(30, 90, 168, 0.3),
    0 5px 15px -3px rgba(227, 30, 36, 0.2) !important;
}
.btn-primary:hover::before,
.gform_wrapper .gform_footer input[type='submit']:hover::before,
.gform_wrapper .gform_button:hover::before,
.gform_wrapper .button:hover::before,
.wp-block-button__link:hover::before,
.wp-element-button:hover::before,
a.btn-primary:hover::before,
button.btn-primary:hover::before,
input[type='submit'].btn-primary:hover::before {
  opacity: 0;
}
.btn-primary:active,
.gform_wrapper .gform_footer input[type='submit']:active,
.gform_wrapper .gform_button:active,
.gform_wrapper .button:active,
.wp-block-button__link:active,
.wp-element-button:active,
a.btn-primary:active,
button.btn-primary:active,
input[type='submit'].btn-primary:active {
  transform: translateY(0);
  box-shadow:
    0 5px 10px -3px rgba(30, 90, 168, 0.2),
    0 2px 5px -2px rgba(227, 30, 36, 0.15) !important;
}
.btn-primary:disabled,
.gform_wrapper .gform_footer input[type='submit']:disabled,
.gform_wrapper .gform_button:disabled,
.gform_wrapper .button:disabled,
.btn-primary.disabled,
.gform_wrapper .gform_footer input.disabled[type='submit'],
.gform_wrapper .disabled.gform_button,
.gform_wrapper .disabled.button,
.wp-block-button__link:disabled,
.wp-block-button__link.disabled,
.wp-element-button:disabled,
.wp-element-button.disabled,
a.btn-primary:disabled,
a.btn-primary.disabled,
button.btn-primary:disabled,
button.btn-primary.disabled,
input[type='submit'].btn-primary:disabled,
input[type='submit'].btn-primary.disabled {
  background: linear-gradient(135deg, #9ca3af 0%, #d1d5db 100%) !important;
}
.btn-primary:disabled:hover::before,
.gform_wrapper .gform_footer input[type='submit']:disabled:hover::before,
.gform_wrapper .gform_button:disabled:hover::before,
.gform_wrapper .button:disabled:hover::before,
.btn-primary.disabled:hover::before,
.gform_wrapper .gform_footer input.disabled[type='submit']:hover::before,
.gform_wrapper .disabled.gform_button:hover::before,
.gform_wrapper .disabled.button:hover::before,
.wp-block-button__link:disabled:hover::before,
.wp-block-button__link.disabled:hover::before,
.wp-element-button:disabled:hover::before,
.wp-element-button.disabled:hover::before,
a.btn-primary:disabled:hover::before,
a.btn-primary.disabled:hover::before,
button.btn-primary:disabled:hover::before,
button.btn-primary.disabled:hover::before,
input[type='submit'].btn-primary:disabled:hover::before,
input[type='submit'].btn-primary.disabled:hover::before {
  opacity: 0;
}
.gform_wrapper .gform_footer input[type='submit'],
.gform_wrapper .gform_button,
.gform_wrapper .button {
  width: auto;
  min-width: 160px;
}
/* Primary buttons on gradient backgrounds (hero, CTA sections) - WHITE with BLUE text */
.hero-content .btn-primary,
.hero-content .wp-block-button__link,
.hero-content .wp-element-button,
.hero-content a.btn-primary,
.hero-content button.btn-primary,
.hero-content input[type='submit'].btn-primary,
.hero-content .gform_wrapper .gform_footer input[type='submit'],
.gform_wrapper .gform_footer .hero-content input[type='submit'],
.hero-content .gform_wrapper .gform_button,
.gform_wrapper .hero-content .gform_button,
.hero-content .gform_wrapper .button,
.gform_wrapper .hero-content .button,
.cta-section .btn-primary,
.cta-section .wp-block-button__link,
.cta-section .wp-element-button,
.cta-section a.btn-primary,
.cta-section button.btn-primary,
.cta-section input[type='submit'].btn-primary,
.cta-section .gform_wrapper .gform_footer input[type='submit'],
.gform_wrapper .gform_footer .cta-section input[type='submit'],
.cta-section .gform_wrapper .gform_button,
.gform_wrapper .cta-section .gform_button,
.cta-section .gform_wrapper .button,
.gform_wrapper .cta-section .button,
[class*='cta'] .btn-primary,
[class*='cta'] .wp-block-button__link,
[class*='cta'] .wp-element-button,
[class*='cta'] a.btn-primary,
[class*='cta'] button.btn-primary,
[class*='cta'] input[type='submit'].btn-primary,
[class*='cta'] .gform_wrapper .gform_footer input[type='submit'],
.gform_wrapper .gform_footer [class*='cta'] input[type='submit'],
[class*='cta'] .gform_wrapper .gform_button,
.gform_wrapper [class*='cta'] .gform_button,
[class*='cta'] .gform_wrapper .button,
.gform_wrapper [class*='cta'] .button {
  background: var(--wp--preset--color--white) !important;
  background-image: none !important;
  color: var(--wp--preset--color--printmax-blue) !important;
  border: 2px solid var(--wp--preset--color--white) !important;
}

/* Primary button hover on gradient backgrounds - RED with WHITE text */
.hero-content .btn-primary:hover,
.hero-content .wp-block-button__link:hover,
.hero-content .wp-element-button:hover,
.hero-content a.btn-primary:hover,
.hero-content button.btn-primary:hover,
.hero-content input[type='submit'].btn-primary:hover,
.hero-content .gform_wrapper .gform_footer input[type='submit']:hover,
.gform_wrapper .gform_footer .hero-content input[type='submit']:hover,
.hero-content .gform_wrapper .gform_button:hover,
.gform_wrapper .hero-content .gform_button:hover,
.hero-content .gform_wrapper .button:hover,
.gform_wrapper .hero-content .button:hover,
.cta-section .btn-primary:hover,
.cta-section .wp-block-button__link:hover,
.cta-section .wp-element-button:hover,
.cta-section a.btn-primary:hover,
.cta-section button.btn-primary:hover,
.cta-section input[type='submit'].btn-primary:hover,
.cta-section .gform_wrapper .gform_footer input[type='submit']:hover,
.gform_wrapper .gform_footer .cta-section input[type='submit']:hover,
.cta-section .gform_wrapper .gform_button:hover,
.gform_wrapper .cta-section .gform_button:hover,
.cta-section .gform_wrapper .button:hover,
.gform_wrapper .cta-section .button:hover,
[class*='cta'] .btn-primary:hover,
[class*='cta'] .wp-block-button__link:hover,
[class*='cta'] .wp-element-button:hover,
[class*='cta'] a.btn-primary:hover,
[class*='cta'] button.btn-primary:hover,
[class*='cta'] input[type='submit'].btn-primary:hover,
[class*='cta'] .gform_wrapper .gform_footer input[type='submit']:hover,
.gform_wrapper .gform_footer [class*='cta'] input[type='submit']:hover,
[class*='cta'] .gform_wrapper .gform_button:hover,
.gform_wrapper [class*='cta'] .gform_button:hover,
[class*='cta'] .gform_wrapper .button:hover,
.gform_wrapper [class*='cta'] .button:hover {
  background: #c41e22 !important;
  background-image: none !important;
  color: var(--wp--preset--color--white) !important;
  border-color: #c41e22 !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(227, 30, 36, 0.3) !important;
}

/* Service cards keep blue background for primary buttons (on white/light backgrounds) */
.service-card .btn-primary,
.service-card .gform_wrapper .gform_footer input[type='submit'],
.gform_wrapper .gform_footer .service-card input[type='submit'],
.service-card .gform_wrapper .gform_button,
.gform_wrapper .service-card .gform_button,
.service-card .gform_wrapper .button,
.gform_wrapper .service-card .button {
  background: var(--wp--preset--color--printmax-blue) !important;
  background-image: none !important;
  color: var(--wp--preset--color--white) !important;
  border: 2px solid var(--wp--preset--color--printmax-blue) !important;
}

/* Header buttons on white/light background - RED background with RED border */
nav .btn-primary,
nav a.btn-primary,
nav button.btn-primary {
  background: var(--wp--preset--color--secondary) !important;
  background-image: none !important;
  color: var(--wp--preset--color--white) !important;
  border: 2px solid var(--wp--preset--color--secondary) !important;
}

nav .btn-primary:hover,
nav a.btn-primary:hover,
nav button.btn-primary:hover {
  background: var(--wp--preset--color--secondary-dark);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(227, 30, 36, 0.3);
}

/* ========================================================================
   CONTEXT-AWARE BUTTON STYLING (WordPress Block Editor)
   
   This system automatically adapts button colors based on their background:
   - Light/white backgrounds: Blue borders/text for outline buttons
   - Gradient backgrounds: White borders/text for outline buttons  
   - Dark backgrounds: White borders/text for outline buttons
   
   All styles use WordPress-generated CSS variables from theme.json:
   - --wp--preset--color--primary (blue)
   - --wp--preset--color--secondary (red)  
   - --wp--preset--color--white
   
   Supports both:
   - .wp-block-button__link (Block Editor buttons)
   - .wp-element-button (Theme buttons)
   ======================================================================== */

/* WordPress Block Buttons - Default styles for light/white backgrounds */
.wp-block-button.is-style-outline .wp-block-button__link,
.wp-element-button.is-style-outline {
  background: transparent !important;
  color: var(--wp--preset--color--primary) !important;
  border: 2px solid var(--wp--preset--color--primary) !important;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-element-button.is-style-outline:hover {
  background: var(--wp--preset--color--primary) !important;
  color: var(--wp--preset--color--white) !important;
  border-color: var(--wp--preset--color--primary) !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(30, 90, 168, 0.3);
}

/* Context-Aware: Buttons on gradient backgrounds - WHITE borders/text */
.has-gradient-background .wp-block-button.is-style-outline .wp-block-button__link,
.has-brand-gradient-background-color .wp-block-button.is-style-outline .wp-block-button__link,
.has-primary-gradient-background-color .wp-block-button.is-style-outline .wp-block-button__link,
.has-secondary-gradient-background-color .wp-block-button.is-style-outline .wp-block-button__link,
.has-hero-overlay-gradient-background-color .wp-block-button.is-style-outline .wp-block-button__link,
.has-gradient-background .wp-element-button.is-style-outline,
.has-brand-gradient-background-color .wp-element-button.is-style-outline,
.has-primary-gradient-background-color .wp-element-button.is-style-outline,
.has-secondary-gradient-background-color .wp-element-button.is-style-outline,
.has-hero-overlay-gradient-background-color .wp-element-button.is-style-outline {
  background: transparent !important;
  color: var(--wp--preset--color--white) !important;
  border: 2px solid var(--wp--preset--color--white) !important;
}

.has-gradient-background .wp-block-button.is-style-outline .wp-block-button__link:hover,
.has-brand-gradient-background-color .wp-block-button.is-style-outline .wp-block-button__link:hover,
.has-primary-gradient-background-color .wp-block-button.is-style-outline .wp-block-button__link:hover,
.has-secondary-gradient-background-color .wp-block-button.is-style-outline .wp-block-button__link:hover,
.has-hero-overlay-gradient-background-color .wp-block-button.is-style-outline .wp-block-button__link:hover,
.has-gradient-background .wp-element-button.is-style-outline:hover,
.has-brand-gradient-background-color .wp-element-button.is-style-outline:hover,
.has-primary-gradient-background-color .wp-element-button.is-style-outline:hover,
.has-secondary-gradient-background-color .wp-element-button.is-style-outline:hover,
.has-hero-overlay-gradient-background-color .wp-element-button.is-style-outline:hover {
  background: var(--wp--preset--color--white) !important;
  color: var(--wp--preset--color--primary) !important;
  border-color: var(--wp--preset--color--white) !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}

/* Primary buttons on gradient backgrounds */
.has-gradient-background .wp-block-button__link,
.has-brand-gradient-background-color .wp-block-button__link,
.has-primary-gradient-background-color .wp-block-button__link,
.has-secondary-gradient-background-color .wp-block-button__link,
.has-hero-overlay-gradient-background-color .wp-block-button__link,
.has-gradient-background .wp-element-button:not(.is-style-outline),
.has-brand-gradient-background-color .wp-element-button:not(.is-style-outline),
.has-primary-gradient-background-color .wp-element-button:not(.is-style-outline),
.has-secondary-gradient-background-color .wp-element-button:not(.is-style-outline),
.has-hero-overlay-gradient-background-color .wp-element-button:not(.is-style-outline) {
  background: var(--wp--preset--color--white) !important;
  background-image: none !important;
  color: var(--wp--preset--color--primary) !important;
  border: 2px solid var(--wp--preset--color--white) !important;
}

.has-gradient-background .wp-block-button__link:hover,
.has-brand-gradient-background-color .wp-block-button__link:hover,
.has-primary-gradient-background-color .wp-block-button__link:hover,
.has-secondary-gradient-background-color .wp-block-button__link:hover,
.has-hero-overlay-gradient-background-color .wp-block-button__link:hover,
.has-gradient-background .wp-element-button:not(.is-style-outline):hover,
.has-brand-gradient-background-color .wp-element-button:not(.is-style-outline):hover,
.has-primary-gradient-background-color .wp-element-button:not(.is-style-outline):hover,
.has-secondary-gradient-background-color .wp-element-button:not(.is-style-outline):hover,
.has-hero-overlay-gradient-background-color .wp-element-button:not(.is-style-outline):hover {
  background: var(--wp--preset--color--secondary) !important;
  background-image: none !important;
  color: var(--wp--preset--color--white) !important;
  border-color: var(--wp--preset--color--secondary) !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(227, 30, 36, 0.3);
}

/* Context-Aware: Buttons on dark backgrounds - WHITE borders/text */
.has-primary-background-color .wp-block-button.is-style-outline .wp-block-button__link,
.has-secondary-background-color .wp-block-button.is-style-outline .wp-block-button__link,
.has-gray-900-background-color .wp-block-button.is-style-outline .wp-block-button__link,
.has-gray-800-background-color .wp-block-button.is-style-outline .wp-block-button__link,
.has-black-background-color .wp-block-button.is-style-outline .wp-block-button__link,
.has-primary-background-color .wp-element-button.is-style-outline,
.has-secondary-background-color .wp-element-button.is-style-outline,
.has-gray-900-background-color .wp-element-button.is-style-outline,
.has-gray-800-background-color .wp-element-button.is-style-outline,
.has-black-background-color .wp-element-button.is-style-outline {
  background: transparent !important;
  color: var(--wp--preset--color--white) !important;
  border: 2px solid var(--wp--preset--color--white) !important;
}

.has-primary-background-color .wp-block-button.is-style-outline .wp-block-button__link:hover,
.has-secondary-background-color .wp-block-button.is-style-outline .wp-block-button__link:hover,
.has-gray-900-background-color .wp-block-button.is-style-outline .wp-block-button__link:hover,
.has-gray-800-background-color .wp-block-button.is-style-outline .wp-block-button__link:hover,
.has-black-background-color .wp-block-button.is-style-outline .wp-block-button__link:hover,
.has-primary-background-color .wp-element-button.is-style-outline:hover,
.has-secondary-background-color .wp-element-button.is-style-outline:hover,
.has-gray-900-background-color .wp-element-button.is-style-outline:hover,
.has-gray-800-background-color .wp-element-button.is-style-outline:hover,
.has-black-background-color .wp-element-button.is-style-outline:hover {
  background: var(--wp--preset--color--white) !important;
  color: var(--wp--preset--color--primary) !important;
  border-color: var(--wp--preset--color--white) !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}

/* ========================================================================
   LEGACY CONTEXT-AWARE STYLES (Compatibility)
   ======================================================================== */

/* Keep existing styles for custom class-based context */
.btn-secondary,
.btn-outline,
.btn-outline-primary {
  background: rgba(0, 0, 0, 0) !important;
  color: var(--wp--preset--color--printmax-blue) !important;
  border: 2px solid var(--wp--preset--color--printmax-blue) !important;
  position: relative;
  z-index: 0;
}
.btn-secondary.gradient-border::before,
.btn-outline.gradient-border::before,
.btn-outline-primary.gradient-border::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px;
  background: var(--wp--preset--gradient--printmax-brand);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: var(--wp--custom--border-radius--default, 6px);
  z-index: -1;
}
.btn-secondary:hover,
.btn-outline:hover,
.btn-outline-primary:hover {
  background: var(--wp--preset--color--printmax-blue) !important;
  color: var(--wp--preset--color--white) !important;
  transform: translateY(-2px);
}
.service-card .btn-outline-primary {
  background: rgba(0, 0, 0, 0) !important;
  color: var(--wp--preset--color--printmax-blue) !important;
  border: 2px solid var(--wp--preset--color--printmax-blue) !important;
}
.service-card .btn-outline-primary:hover {
  background: var(--wp--preset--color--printmax-blue) !important;
  color: var(--wp--preset--color--white) !important;
  border-color: var(--wp--preset--color--printmax-blue) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(30, 90, 168, 0.15);
}

/* CONTEXT-AWARE: Override button styles on gradient backgrounds - Higher specificity for CTA buttons */
.wp-block-acf-cta .cta-button.btn-outline,
.cta-block .cta-button.btn-outline,
.wp-block-acf-cta .cta-button.btn-secondary,
.cta-block .cta-button.btn-secondary,
.wp-block-acf-cta .btn-outline,
.cta-block .btn-outline,
.wp-block-acf-cta .btn-secondary,
.cta-block .btn-secondary {
  background: rgba(0, 0, 0, 0) !important;
  color: var(--wp--preset--color--white) !important;
  border: 2px solid var(--wp--preset--color--white) !important;
}

.wp-block-acf-cta .cta-button.btn-outline:hover,
.cta-block .cta-button.btn-outline:hover,
.wp-block-acf-cta .cta-button.btn-secondary:hover,
.cta-block .cta-button.btn-secondary:hover,
.wp-block-acf-cta .btn-outline:hover,
.cta-block .btn-outline:hover,
.wp-block-acf-cta .btn-secondary:hover,
.cta-block .btn-secondary:hover {
  background: var(--wp--preset--color--white) !important;
  color: var(--wp--preset--color--primary) !important;
  border-color: var(--wp--preset--color--white) !important;
}

.btn-gradient-subtle {
  background: linear-gradient(
    135deg,
    rgba(30, 90, 168, 0.1) 0%,
    rgba(227, 30, 36, 0.1) 100%
  ) !important;
  color: var(--wp--preset--color--printmax-blue) !important;
  border: 1px solid rgba(30, 90, 168, 0.2) !important;
}
.btn-gradient-subtle:hover {
  background: var(--wp--preset--gradient--printmax-brand) !important;
  color: var(--wp--preset--color--white) !important;
  border-color: rgba(0, 0, 0, 0) !important;
  transform: translateY(-2px);
  box-shadow:
    0 10px 25px -5px rgba(30, 90, 168, 0.3),
    0 5px 15px -3px rgba(227, 30, 36, 0.2) !important;
}
.btn-sm {
  padding: 8px 24px;
  font-size: 0.875rem;
}
.btn-lg {
  padding: 16px 40px;
  font-size: 1.125rem;
}
.btn-block {
  display: block;
  width: 100%;
  text-align: center;
}
.btn-group {
  display: inline-flex;
  gap: 0.5rem;
}
.btn-group .btn {
  margin: 0;
}
.btn-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.btn-icon svg,
.btn-icon i {
  width: 1em;
  height: 1em;
}
.btn-loading {
  position: relative;
  color: rgba(0, 0, 0, 0) !important;
  pointer-events: none;
}
.btn-loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  margin: -0.5rem 0 0 -0.5rem;
  border: 2px solid hsla(0, 0%, 100%, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: btn-spinner 0.6s linear infinite;
}
@keyframes btn-spinner {
  to {
    transform: rotate(360deg);
  }
}
.card,
.pricing-card,
.portfolio-card,
.team-card,
.testimonial-card,
.service-card {
  background-color: var(--wp--preset--color--white);
  border-radius: var(--wp--custom--border-radius--large, 8px);
  box-shadow: var(--wp--preset--shadow--default);
  overflow: hidden;
  transition: all var(--wp--custom--transition--normal, 300ms ease);
}
.card:hover,
.pricing-card:hover,
.portfolio-card:hover,
.team-card:hover,
.testimonial-card:hover,
.service-card:hover {
  box-shadow: var(--wp--preset--shadow--lg);
  transform: translateY(-4px);
}
.card-header {
  padding: var(--wp--preset--spacing--medium) var(--wp--preset--spacing--large);
  border-bottom: 1px solid var(--wp--preset--color--border);
}
.card-header.has-background {
  border-bottom: none;
}
.card-body {
  padding: var(--wp--preset--spacing--large);
}
.card-footer {
  padding: var(--wp--preset--spacing--medium) var(--wp--preset--spacing--large);
  border-top: 1px solid var(--wp--preset--color--border);
  background-color: var(--wp--preset--color--surface);
}
.card-image {
  position: relative;
  overflow: hidden;
}
.card-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform var(--wp--custom--transition--slow, 500ms ease);
}
.card:hover .card-image img,
.pricing-card:hover .card-image img,
.portfolio-card:hover .card-image img,
.team-card:hover .card-image img,
.testimonial-card:hover .card-image img,
.service-card:hover .card-image img {
  transform: scale(1.05);
}
.card-title {
  font-size: var(--wp--preset--font-size--large);
  font-weight: 600;
  margin-bottom: var(--wp--preset--spacing--small);
  color: var(--wp--preset--color--foreground);
}
.card-title a {
  color: inherit;
  text-decoration: none;
}
.card-title a:hover {
  color: var(--wp--preset--color--primary);
}
.card-subtitle {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--text-muted);
  margin-bottom: var(--wp--preset--spacing--small);
}
.card-text {
  color: var(--wp--preset--color--text-muted);
  line-height: 1.6;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-meta {
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--medium);
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--text-muted);
}
.card-meta .meta-item {
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--xs);
}
.card-meta .meta-item svg,
.card-meta .meta-item i {
  width: 1em;
  height: 1em;
}
.card-horizontal {
  display: flex;
  flex-direction: row;
}
.card-horizontal .card-image {
  flex: 0 0 40%;
  max-width: 40%;
}
.card-horizontal .card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .card-horizontal {
    flex-direction: column;
  }
  .card-horizontal .card-image {
    flex: none;
    max-width: 100%;
  }
}
.service-card {
  text-align: center;
  padding: var(--wp--preset--spacing--xl);
}
.service-card .service-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto var(--wp--preset--spacing--large);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--wp--preset--color--gray-100);
  border-radius: 50%;
  color: var(--wp--preset--color--primary);
  font-size: 2rem;
  transition: all var(--wp--custom--transition--normal, 300ms ease);
}
.service-card .service-icon svg,
.service-card .service-icon i {
  width: 40px;
  height: 40px;
}
.service-card:hover .service-icon {
  transform: scale(1.1) rotate(5deg);
}
.service-card .service-title {
  font-size: var(--wp--preset--font-size--x-large);
  margin-bottom: var(--wp--preset--spacing--medium);
}
.service-card .service-description {
  color: var(--wp--preset--color--text-muted);
  margin-bottom: var(--wp--preset--spacing--large);
}
.testimonial-card {
  padding: var(--wp--preset--spacing--xl);
  text-align: center;
}
.testimonial-card .testimonial-quote {
  font-size: var(--wp--preset--font-size--large);
  font-style: italic;
  color: var(--wp--preset--color--text-muted);
  margin-bottom: var(--wp--preset--spacing--large);
  position: relative;
}
.testimonial-card .testimonial-quote::before,
.testimonial-card .testimonial-quote::after {
  content: '"';
  font-size: 3rem;
  color: var(--wp--preset--color--printmax-blue);
  opacity: 0.3;
  position: absolute;
}
.testimonial-card .testimonial-quote::before {
  top: -10px;
  left: -20px;
}
.testimonial-card .testimonial-quote::after {
  bottom: -30px;
  right: -20px;
}
.testimonial-card .testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--wp--preset--spacing--medium);
}
.testimonial-card .testimonial-author .author-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-card .testimonial-author .author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-card .testimonial-author .author-info {
  text-align: left;
}
.testimonial-card .testimonial-author .author-info .author-name {
  font-weight: 600;
  color: var(--wp--preset--color--foreground);
}
.testimonial-card .testimonial-author .author-info .author-title {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--text-muted);
}
.team-card {
  text-align: center;
}
.team-card .team-image {
  position: relative;
  overflow: hidden;
}
.team-card .team-image img {
  width: 100%;
  height: auto;
  display: block;
}
.team-card .team-image .team-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--wp--preset--gradient--hero-overlay);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity var(--wp--custom--transition--normal, 300ms ease);
}
.team-card .team-image .team-overlay .social-links {
  display: flex;
  gap: var(--wp--preset--spacing--small);
}
.team-card .team-image .team-overlay .social-links a {
  width: 40px;
  height: 40px;
  background: var(--wp--preset--color--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--wp--preset--color--printmax-blue);
  transform: translateY(20px);
  transition: all var(--wp--custom--transition--normal, 300ms ease);
}
.team-card .team-image .team-overlay .social-links a:hover {
  background: var(--wp--preset--color--printmax-blue);
  color: var(--wp--preset--color--white);
}
.team-card:hover .team-overlay {
  opacity: 1;
}
.team-card:hover .team-overlay .social-links a {
  transform: translateY(0);
}
.team-card:hover .team-overlay .social-links a:nth-child(1) {
  transition-delay: 0.1s;
}
.team-card:hover .team-overlay .social-links a:nth-child(2) {
  transition-delay: 0.2s;
}
.team-card:hover .team-overlay .social-links a:nth-child(3) {
  transition-delay: 0.3s;
}
.team-card:hover .team-overlay .social-links a:nth-child(4) {
  transition-delay: 0.4s;
}
.team-card .team-info {
  padding: var(--wp--preset--spacing--large);
}
.team-card .team-info .team-name {
  font-size: var(--wp--preset--font-size--large);
  font-weight: 600;
  margin-bottom: var(--wp--preset--spacing--xs);
}
.team-card .team-info .team-role {
  color: var(--wp--preset--color--printmax-blue);
  font-size: var(--wp--preset--font-size--small);
  margin-bottom: var(--wp--preset--spacing--small);
}
.team-card .team-info .team-bio {
  color: var(--wp--preset--color--text-muted);
  font-size: var(--wp--preset--font-size--small);
}
.portfolio-card {
  position: relative;
  overflow: hidden;
}
.portfolio-card .portfolio-image {
  position: relative;
  padding-bottom: 75%;
}
.portfolio-card .portfolio-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio-card .portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--wp--preset--gradient--hero-overlay);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--wp--preset--spacing--large);
  opacity: 0;
  transform: translateY(100%);
  transition: all var(--wp--custom--transition--normal, 300ms ease);
}
.portfolio-card .portfolio-overlay .portfolio-title {
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--x-large);
  font-weight: 600;
  margin-bottom: var(--wp--preset--spacing--small);
  transform: translateY(20px);
  transition: transform var(--wp--custom--transition--normal, 300ms ease);
}
.portfolio-card .portfolio-overlay .portfolio-category {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: var(--wp--preset--font-size--small);
  margin-bottom: var(--wp--preset--spacing--medium);
  transform: translateY(20px);
  transition: transform var(--wp--custom--transition--normal, 300ms ease) 0.1s;
}
.portfolio-card .portfolio-overlay .portfolio-link {
  transform: translateY(20px);
  transition: transform var(--wp--custom--transition--normal, 300ms ease) 0.2s;
}
.portfolio-card:hover .portfolio-overlay {
  opacity: 1;
  transform: translateY(0);
}
.portfolio-card:hover .portfolio-overlay .portfolio-title,
.portfolio-card:hover .portfolio-overlay .portfolio-category,
.portfolio-card:hover .portfolio-overlay .portfolio-link {
  transform: translateY(0);
}
.pricing-card {
  text-align: center;
  position: relative;
}
.pricing-card.featured {
  transform: scale(1.05);
}
.pricing-card.featured .pricing-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--wp--preset--color--printmax-red);
  color: var(--wp--preset--color--white);
  padding: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--small);
  border-radius: var(--wp--custom--border-radius--full);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
}
.pricing-card .pricing-header {
  padding: var(--wp--preset--spacing--xl) var(--wp--preset--spacing--large)
    var(--wp--preset--spacing--large);
}
.pricing-card .pricing-header .pricing-title {
  font-size: var(--wp--preset--font-size--x-large);
  margin-bottom: var(--wp--preset--spacing--small);
}
.pricing-card .pricing-header .pricing-price {
  font-size: var(--wp--preset--font-size--3xl);
  font-weight: 700;
  color: var(--wp--preset--color--printmax-blue);
}
.pricing-card .pricing-header .pricing-price .currency {
  font-size: var(--wp--preset--font-size--large);
  vertical-align: super;
}
.pricing-card .pricing-header .pricing-price .period {
  font-size: var(--wp--preset--font-size--base);
  color: var(--wp--preset--color--text-muted);
  font-weight: 400;
}
.pricing-card .pricing-features {
  padding: var(--wp--preset--spacing--large);
  border-top: 1px solid var(--wp--preset--color--border);
}
.pricing-card .pricing-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pricing-card .pricing-features ul li {
  padding: var(--wp--preset--spacing--small) 0;
  color: var(--wp--preset--color--text-muted);
}
.pricing-card .pricing-features ul li::before {
  content: '✓';
  color: var(--wp--preset--color--success);
  font-weight: 600;
  margin-right: var(--wp--preset--spacing--small);
}
.pricing-card .pricing-features ul li.disabled {
  opacity: 0.5;
  text-decoration: line-through;
}
.pricing-card .pricing-features ul li.disabled::before {
  content: '×';
  color: var(--wp--preset--color--text-muted);
}
.pricing-card .pricing-footer {
  padding: var(--wp--preset--spacing--large);
}
.cta-block,
.wp-block-acf-cta {
  position: relative;
  overflow: hidden;
  transition: all var(--wp--custom--transition--normal, 300ms ease);
  background: var(--wp--preset--gradient--printmax-brand);
  color: var(--wp--preset--color--white);
  padding: var(--wp--preset--spacing--section) 0;
}
.cta-block *,
.wp-block-acf-cta * {
  color: var(--wp--preset--color--white);
}
.cta-layout-centered {
  text-align: center !important;
}
.cta-layout-centered * {
  text-align: inherit;
}
.cta-layout-centered .cta-buttons {
  justify-content: center;
}
.cta-layout-centered .cta-description {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.cta-layout-left {
  text-align: left;
}
.cta-layout-left .cta-buttons {
  justify-content: flex-start;
}
.cta-layout-right {
  text-align: right;
}
.cta-layout-right .cta-buttons {
  justify-content: flex-end;
}
.cta-inner {
  position: relative;
  z-index: 2;
  max-width: var(--wp--style--global--wide-size);
  margin: 0 auto;
  padding: 0 var(--wp--preset--spacing--medium);
}
.cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.cta-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  z-index: 1;
}
.pattern-dots .cta-pattern {
  background-image: radial-gradient(circle, currentColor 1px, transparent 1px);
  background-size: 20px 20px;
}
.pattern-lines .cta-pattern {
  background-image: repeating-linear-gradient(
    45deg,
    currentColor,
    currentColor 1px,
    transparent 1px,
    transparent 15px
  );
}
.pattern-waves .cta-pattern {
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%23ffffff' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.pattern-geometric .cta-pattern {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.1' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
}
.cta-subtitle {
  display: inline-block;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: var(--wp--preset--spacing--small);
  color: var(--wp--preset--color--white) !important;
  opacity: 0.9;
}
.cta-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  margin-bottom: var(--wp--preset--spacing--medium);
  line-height: 1.2;
  color: var(--wp--preset--color--white) !important;
}
.cta-description {
  font-size: var(--wp--preset--font-size--large);
  line-height: 1.6;
  margin-bottom: var(--wp--preset--spacing--large);
  opacity: 0.95;
  color: var(--wp--preset--color--white) !important;
}
.cta-buttons {
  display: flex;
  gap: var(--wp--preset--spacing--medium);
  flex-wrap: wrap;
  margin-top: var(--wp--preset--spacing--large);
}
.cta-buttons .rr-btn,
.cta-buttons .wp-block-button__link,
.cta-buttons .wp-element-button {
  padding: 12px 32px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: var(--wp--custom--border-radius--default, 4px);
  transition: all var(--wp--custom--transition--normal, 300ms ease);
  text-decoration: none;
  display: inline-block;
  border: 2px solid rgba(0, 0, 0, 0);
  line-height: 1.5;
  cursor: pointer;
}
.cta-buttons .rr-btn.btn-white,
.cta-buttons .wp-block-button__link.btn-white,
.cta-buttons .wp-element-button.btn-white {
  background-color: var(--wp--preset--color--white) !important;
  color: var(--wp--preset--color--printmax-blue) !important;
}
.cta-buttons .rr-btn.btn-white:hover,
.cta-buttons .wp-block-button__link.btn-white:hover,
.cta-buttons .wp-element-button.btn-white:hover {
  transform: translateY(-2px);
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.cta-buttons .rr-btn.btn-outline-white,
.cta-buttons .wp-block-button__link.btn-outline-white,
.cta-buttons .wp-element-button.btn-outline-white {
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: var(--wp--preset--color--white) !important;
  color: var(--wp--preset--color--white) !important;
}
.cta-buttons .rr-btn.btn-outline-white:hover,
.cta-buttons .wp-block-button__link.btn-outline-white:hover,
.cta-buttons .wp-element-button.btn-outline-white:hover {
  background-color: var(--wp--preset--color--white) !important;
  color: var(--wp--preset--color--printmax-blue) !important;
  transform: translateY(-2px);
}
.cta-buttons .rr-btn:focus,
.cta-buttons .wp-block-button__link:focus,
.cta-buttons .wp-element-button:focus {
  outline: 3px solid hsla(0, 0%, 100%, 0.5);
  outline-offset: 2px;
}
.cta-size-small {
  padding: var(--wp--preset--spacing--xl) 0;
}
.cta-size-small .cta-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
}
.cta-size-small .cta-description {
  font-size: var(--wp--preset--font-size--base);
}
.cta-size-small .cta-buttons .rr-btn {
  padding: 12px 32px;
  font-size: 1rem;
}
.cta-size-large {
  padding: calc(var(--wp--preset--spacing--section) * 1.25) 0;
}
.cta-size-large .cta-title {
  font-size: clamp(2rem, 5vw, 3rem);
}
.cta-size-large .cta-description {
  font-size: 1.375rem;
}
.cta-size-large .cta-buttons .rr-btn {
  padding: 12px 32px;
  font-size: 1rem;
}
.cta-size-xlarge {
  padding: calc(var(--wp--preset--spacing--section) * 1.5) 0;
}
.cta-size-xlarge .cta-title {
  font-size: clamp(2.25rem, 6vw, 3.5rem);
}
.cta-size-xlarge .cta-description {
  font-size: 1.5rem;
}
.cta-size-xlarge .cta-buttons .rr-btn {
  padding: 12px 32px;
  font-size: 1rem;
}
.cta-layout-split .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cta-layout-split {
    text-align: center;
  }
  .cta-layout-split .text-lg-end {
    text-align: center !important;
  }
  .cta-layout-split .cta-buttons {
    justify-content: center;
  }
}
.cta-layout-stacked .cta-buttons {
  max-width: 400px;
}
.cta-layout-stacked.cta-layout-centered .cta-buttons {
  margin-left: auto;
  margin-right: auto;
}
.cta-block.has-animation {
  opacity: 0;
  transform: translateY(30px);
}
.cta-block.has-animation.in-view {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s ease;
}
.cta-block.has-animation.animation-slide-up.in-view {
  animation: ctaSlideUp 0.8s ease forwards;
}
.cta-block.has-animation.animation-zoom.in-view {
  animation: ctaZoomIn 0.8s ease forwards;
}
.cta-block.has-animation.animation-bounce.in-view {
  animation: ctaBounce 1s ease forwards;
}
@keyframes ctaSlideUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes ctaZoomIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes ctaBounce {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 991px) {
  .cta-title {
    font-size: clamp(1.5rem, 5vw, 2rem);
  }
  .cta-description {
    font-size: 1.125rem;
  }
  .cta-buttons .rr-btn {
    padding: 12px 32px;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .cta-block {
    padding: var(--wp--preset--spacing--xl) 0;
  }
  .cta-title {
    font-size: clamp(1.375rem, 6vw, 1.75rem);
  }
  .cta-description {
    font-size: 1rem;
  }
  .cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }
  .cta-buttons .rr-btn {
    width: 100%;
    text-align: center;
    padding: 12px 32px;
  }
}
@media (prefers-color-scheme: dark) {
  .cta-block {
    color: var(--wp--preset--color--white);
  }
}
.site-header {
  background: var(--wp--preset--color--background);
  border-bottom: 1px solid var(--wp--preset--color--border);
  padding: var(--wp--preset--spacing--medium) 0;
  position: relative;
  z-index: 100;
}
.site-branding {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--wp--style--global--wide-size);
  margin: 0 auto;
  padding: 0 var(--wp--preset--spacing--medium);
}
@media (max-width: 768px) {
  .site-branding {
    flex-direction: column;
    gap: var(--wp--preset--spacing--small);
  }
}
.site-title {
  margin: 0;
  font-size: var(--wp--preset--font-size--x-large);
  font-weight: 700;
  font-family: var(--wp--preset--font-family--sans);
}
.site-title a {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  transition: color var(--wp--custom--transition--normal, 300ms ease);
}
.site-title a:hover {
  color: var(--wp--preset--color--printmax-red);
}
.site-description {
  margin: 0;
  color: var(--wp--preset--color--text-muted);
  font-size: var(--wp--preset--font-size--small);
  font-family: var(--wp--preset--font-family--sans);
}
.custom-logo-link {
  display: inline-block;
  line-height: 0;
}
.custom-logo-link img {
  height: 60px;
  width: auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  .custom-logo-link img {
    height: 50px;
  }
}
.header-navigation {
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--medium);
}
.menu-toggle {
  display: none;
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  border: none;
  padding: var(--wp--preset--spacing--small);
  border-radius: var(--wp--custom--border-radius--default, 4px);
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
  transition: all var(--wp--custom--transition--normal, 300ms ease);
}
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }
}
.menu-toggle:hover {
  background: var(--wp--preset--color--printmax-red);
  transform: translateY(-2px);
}
.menu-toggle:focus {
  outline: 3px solid rgba(30, 90, 168, 0.5);
  outline-offset: 2px;
}
.menu-toggle .menu-icon {
  display: block;
  width: 24px;
  height: 20px;
  position: relative;
}
.menu-toggle .menu-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: currentColor;
  border-radius: 2px;
  left: 0;
  transition: all 0.3s ease;
}
.menu-toggle .menu-icon span:first-child {
  top: 0;
}
.menu-toggle .menu-icon span:nth-child(2) {
  top: 8px;
}
.menu-toggle .menu-icon span:last-child {
  bottom: 0;
}
.menu-toggle[aria-expanded='true'] .menu-icon span:first-child {
  transform: rotate(45deg);
  top: 8px;
}
.menu-toggle[aria-expanded='true'] .menu-icon span:nth-child(2) {
  opacity: 0;
}
.menu-toggle[aria-expanded='true'] .menu-icon span:last-child {
  transform: rotate(-45deg);
  bottom: 9px;
}
.search-toggle {
  background: rgba(0, 0, 0, 0);
  border: none;
  color: var(--wp--preset--color--foreground);
  padding: var(--wp--preset--spacing--small);
  cursor: pointer;
  transition: all var(--wp--custom--transition--normal, 300ms ease);
}
.search-toggle svg {
  width: 20px;
  height: 20px;
}
.search-toggle:hover {
  color: var(--wp--preset--color--primary);
  transform: scale(1.1);
}
.search-toggle:focus {
  outline: 3px solid rgba(30, 90, 168, 0.5);
  outline-offset: 2px;
}
.header-search {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--wp--preset--color--white);
  border-top: 1px solid var(--wp--preset--color--border);
  box-shadow: var(--wp--preset--shadow--default);
  padding: var(--wp--preset--spacing--medium);
  display: none;
}
.header-search.is-open {
  display: block;
}
.header-search .search-form {
  max-width: var(--wp--style--global--content-size);
  margin: 0 auto;
}
.site-header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: var(--wp--preset--shadow--default);
  animation: slideDown 0.3s ease;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
/* Admin bar styles for sticky site-header moved to admin-bar-fix.css */
.footer-before-area {
  background-color: var(--wp--preset--color--white);
}
.site-footer {
  background-color: var(--wp--preset--color--gray-900, #1a202c) !important;
  color: var(--wp--preset--color--gray-400, #a0aec0);
  padding: 0;
  position: relative;
}
.site-footer::before {
  content: '';
  display: block;
  height: 4px;
  background: var(--wp--preset--gradient--printmax-brand);
  width: 100%;
}
.site-footer .container {
  padding: 4rem 0 0;
}
.site-footer h3 {
  color: var(--wp--preset--color--white, #ffffff) !important;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: var(--wp--preset--font-family--sans);
}
.site-footer p {
  color: var(--wp--preset--color--gray-400, #a0aec0);
  line-height: 1.6;
}
.site-footer a {
  color: var(--wp--preset--color--gray-400, #a0aec0);
  text-decoration: none;
  transition: color var(--wp--custom--transition--normal, 300ms ease);
}
.site-footer a:hover {
  color: var(--wp--preset--color--white, #ffffff);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
  gap: 3rem;
  padding: 0 0 3rem;
}
@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.footer-column {
  padding: 0;
  color: var(--wp--preset--color--gray-400, #a0aec0);
}
@media (max-width: 768px) {
  .footer-column {
    text-align: center;
  }
}
.footer-heading {
  color: var(--wp--preset--color--white, #ffffff) !important;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-family: var(--wp--preset--font-family--sans);
}
@media (max-width: 480px) {
  .footer-heading {
    font-size: 1rem;
  }
}
.footer-column-about {
  grid-column: span 1;
}
@media (max-width: 1024px) {
  .footer-column-about {
    grid-column: span 2;
  }
}
@media (max-width: 768px) {
  .footer-column-about {
    grid-column: span 1;
    text-align: center;
  }
}
.footer-logo {
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .footer-logo {
    display: flex;
    justify-content: center;
  }
}
.footer-logo-img {
  height: 40px;
  width: auto;
  filter: brightness(0) invert(1);
}
.footer-description {
  color: var(--wp--preset--color--gray-400, #a0aec0);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}
.social-links,
.footer-social-links .social-links-menu {
  display: flex;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .social-links,
  .footer-social-links .social-links-menu {
    justify-content: center;
  }
}
.social-links a,
.footer-social-links .social-links-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--wp--preset--color--gray-700, #2d3748);
  border-radius: 50%;
  color: var(--wp--preset--color--gray-400, #a0aec0);
  transition: all var(--wp--custom--transition--normal, 300ms ease);
}
.social-links a:hover,
.footer-social-links .social-links-menu a:hover {
  background-color: var(--wp--preset--color--printmax-blue);
  color: var(--wp--preset--color--white, #ffffff);
  transform: translateY(-3px);
}
.social-links svg,
.social-links i,
.footer-social-links .social-links-menu svg,
.footer-social-links .social-links-menu i {
  width: 20px;
  height: 20px;
  font-size: 18px;
}
.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .footer-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer-menu li {
  margin-bottom: 0.75rem;
}
.footer-menu a {
  color: var(--wp--preset--color--gray-400, #a0aec0) !important;
  font-size: 0.95rem;
  display: inline-block;
  position: relative;
}
@media (max-width: 480px) {
  .footer-menu a {
    font-size: 0.8125rem;
  }
}
.footer-menu a:hover {
  color: var(--wp--preset--color--white, #ffffff) !important;
  transform: translateX(5px);
}
@media (max-width: 768px) {
  .footer-contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer-contact-info p {
  margin-bottom: 0.75rem;
  color: var(--wp--preset--color--gray-400, #a0aec0);
  font-size: 0.95rem;
  line-height: 1.6;
}
@media (max-width: 480px) {
  .footer-contact-info p {
    font-size: 0.8125rem;
  }
}
.footer-contact-info a {
  color: var(--wp--preset--color--gray-400, #a0aec0);
}
.footer-contact-info a:hover {
  color: var(--wp--preset--color--white, #ffffff);
}
.footer-address {
  margin-bottom: 1rem;
  line-height: 1.6;
}
.footer-bottom-block-area {
  padding: 2rem 0;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}
.footer-bottom {
  padding: 2rem 0;
  text-align: center;
  background-color: var(--wp--preset--color--gray-900, #1a202c);
}
.footer-copyright {
  color: var(--wp--preset--color--gray-400);
  font-size: 0.875rem;
  margin: 0;
}
@media (max-width: 480px) {
  .footer-copyright {
    font-size: 0.8125rem;
    padding: 0 1rem;
  }
}
.editor-styles-wrapper .footer-grid {
  max-width: 1200px;
  margin: 0 auto;
}
.section {
  padding: var(--wp--preset--spacing--section) 0;
  position: relative;
}
.section.section-small {
  padding: var(--wp--preset--spacing--xl) 0;
}
.section.section-large {
  padding: calc(var(--wp--preset--spacing--section) * 1.5) 0;
}
.section.section-no-padding {
  padding: 0;
}
.section.section-no-top {
  padding-top: 0;
}
.section.section-no-bottom {
  padding-bottom: 0;
}
.section-container {
  max-width: var(--wp--style--global--wide-size);
  margin: 0 auto;
  padding: 0 var(--wp--preset--spacing--medium);
}
.section-container.container-narrow {
  max-width: var(--wp--style--global--content-size);
}
.section-container.container-full {
  max-width: 100%;
  padding: 0;
}
.section-header {
  text-align: center;
  margin-bottom: var(--wp--preset--spacing--3xl);
}
.section-header.text-left {
  text-align: left;
}
.section-header.text-right {
  text-align: right;
}
.section-header .section-subtitle {
  display: inline-block;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--wp--preset--color--printmax-blue);
  margin-bottom: var(--wp--preset--spacing--small);
}
.section-header .section-subtitle::before,
.section-header .section-subtitle::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 2px;
  background: currentColor;
  vertical-align: middle;
  margin: 0 var(--wp--preset--spacing--small);
}
.section-header .section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--wp--preset--color--foreground);
  margin-bottom: var(--wp--preset--spacing--medium);
}
.section-header .section-title .highlight {
  color: var(--wp--preset--color--printmax-blue);
  position: relative;
}
.section-header .section-title .highlight::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--wp--preset--gradient--printmax-brand);
  border-radius: 2px;
}
.section-header .section-description {
  font-size: var(--wp--preset--font-size--large);
  color: var(--wp--preset--color--text-muted);
  max-width: 600px;
  margin: 0 auto;
}
.section-bg-gray {
  background-color: var(--wp--preset--color--surface);
}
.section-bg-dark {
  background-color: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--white);
}
.section-bg-dark .section-title,
.section-bg-dark h1,
.section-bg-dark h2,
.section-bg-dark h3,
.section-bg-dark h4,
.section-bg-dark h5,
.section-bg-dark h6 {
  color: var(--wp--preset--color--white);
}
.section-bg-dark .section-description {
  color: hsla(0, 0%, 100%, 0.8);
}
.section-bg-gradient {
  background: var(--wp--preset--gradient--printmax-brand);
  color: var(--wp--preset--color--white);
}
.section-bg-gradient .section-title,
.section-bg-gradient h1,
.section-bg-gradient h2,
.section-bg-gradient h3,
.section-bg-gradient h4,
.section-bg-gradient h5,
.section-bg-gradient h6 {
  color: var(--wp--preset--color--white);
}
.section-bg-gradient .section-description {
  color: hsla(0, 0%, 100%, 0.9);
}
.section-bg-image {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-bg-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.section-bg-image > * {
  position: relative;
  z-index: 2;
}
.section-bg-image.overlay-light::before {
  background: hsla(0, 0%, 100%, 0.9);
}
.section-bg-image.overlay-gradient::before {
  background: var(--wp--preset--gradient--hero-overlay);
}
.hero-section {
  min-height: 70vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero-section.hero-full {
  min-height: 100vh;
}
.hero-section.hero-large {
  min-height: 85vh;
}
.hero-section .hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.hero-section .hero-content .hero-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  margin-bottom: var(--wp--preset--spacing--large);
}
@media (max-width: 768px) {
  .hero-section .hero-content .hero-title {
    font-size: clamp(2rem, 6vw, 2.5rem);
  }
}
.hero-section .hero-content .hero-subtitle {
  font-size: var(--wp--preset--font-size--x-large);
  margin-bottom: var(--wp--preset--spacing--xl);
  opacity: 0.9;
}
.hero-section .hero-content .hero-buttons {
  display: flex;
  gap: var(--wp--preset--spacing--medium);
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .hero-section .hero-content .hero-buttons {
    justify-content: center;
  }
}
.hero-section .hero-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero-section .hero-media video,
.hero-section .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta-section {
  background: var(--wp--preset--gradient--printmax-brand);
  color: var(--wp--preset--color--white);
  text-align: center;
  padding: var(--wp--preset--spacing--3xl) 0;
  border-radius: var(--wp--custom--border-radius--large);
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 300px;
  height: 300px;
  background: hsla(0, 0%, 100%, 0.1);
  border-radius: 50%;
}
.cta-section::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 200px;
  height: 200px;
  background: hsla(0, 0%, 100%, 0.05);
  border-radius: 50%;
}
.cta-section .cta-content {
  position: relative;
  z-index: 2;
}
.cta-section .cta-content .cta-title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  margin-bottom: var(--wp--preset--spacing--medium);
}
.cta-section .cta-content .cta-description {
  font-size: var(--wp--preset--font-size--large);
  margin-bottom: var(--wp--preset--spacing--large);
  opacity: 0.95;
}
.cta-section .cta-content .cta-buttons {
  display: flex;
  gap: var(--wp--preset--spacing--medium);
  justify-content: center;
  flex-wrap: wrap;
}
.features-section .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--wp--preset--spacing--xl);
}
@media (max-width: 768px) {
  .features-section .features-grid {
    grid-template-columns: 1fr;
  }
}
.features-section .feature-item {
  text-align: center;
}
.features-section .feature-item .feature-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto var(--wp--preset--spacing--medium);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--wp--preset--color--surface);
  border-radius: 50%;
  color: var(--wp--preset--color--printmax-blue);
  font-size: 2rem;
  transition: all var(--wp--custom--transition--normal);
}
.features-section .feature-item .feature-icon:hover {
  background: var(--wp--preset--gradient--printmax-brand);
  color: var(--wp--preset--color--white);
  transform: scale(1.1);
}
.features-section .feature-item .feature-title {
  font-size: var(--wp--preset--font-size--large);
  margin-bottom: var(--wp--preset--spacing--small);
}
.features-section .feature-item .feature-description {
  color: var(--wp--preset--color--text-muted);
}
.stats-section .stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--wp--preset--spacing--xl);
  text-align: center;
}
.stats-section .stat-item .stat-number {
  font-size: var(--wp--preset--font-size--4xl);
  font-weight: 700;
  color: var(--wp--preset--color--printmax-blue);
  margin-bottom: var(--wp--preset--spacing--xs);
}
.stats-section .stat-item .stat-number .stat-suffix {
  font-size: var(--wp--preset--font-size--2xl);
}
.stats-section .stat-item .stat-label {
  font-size: var(--wp--preset--font-size--large);
  color: var(--wp--preset--color--text-muted);
}
.content-section .content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--wp--preset--spacing--3xl);
  align-items: center;
}
@media (max-width: 1024px) {
  .content-section .content-grid {
    grid-template-columns: 1fr;
    gap: var(--wp--preset--spacing--xl);
  }
}
.content-section .content-text .content-subtitle {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--wp--preset--color--printmax-blue);
  margin-bottom: var(--wp--preset--spacing--small);
}
.content-section .content-text .content-title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  margin-bottom: var(--wp--preset--spacing--medium);
}
.content-section .content-text .content-description {
  color: var(--wp--preset--color--text-muted);
  margin-bottom: var(--wp--preset--spacing--large);
}
.content-section .content-text .content-features {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--wp--preset--spacing--large);
}
.content-section .content-text .content-features li {
  display: flex;
  align-items: flex-start;
  gap: var(--wp--preset--spacing--small);
  margin-bottom: var(--wp--preset--spacing--small);
}
.content-section .content-text .content-features li::before {
  content: '✓';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: var(--wp--preset--color--success);
  color: var(--wp--preset--color--white);
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  flex-shrink: 0;
  margin-top: 2px;
}
.content-section .content-image {
  position: relative;
}
.content-section .content-image img {
  width: 100%;
  height: auto;
  border-radius: var(--wp--custom--border-radius--large);
  box-shadow: var(--wp--preset--shadow--lg);
}
.content-section .content-image.has-decoration::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  right: 20px;
  bottom: 20px;
  background: var(--wp--preset--gradient--printmax-brand);
  border-radius: var(--wp--custom--border-radius--large);
  z-index: -1;
  opacity: 0.1;
}
.content-section.content-reverse .content-grid {
  direction: rtl;
}
.content-section.content-reverse .content-grid .content-text,
.content-section.content-reverse .content-grid .content-image {
  direction: ltr;
}
.acf-block-preview .hero-video,
.acf-block-preview .services-grid,
.acf-block-preview .client-logos {
  min-height: 200px;
  position: relative;
}
.acf-block-preview .hero-video::before,
.acf-block-preview .services-grid::before,
.acf-block-preview .client-logos::before {
  content: attr(data-block-name);
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
  z-index: 10;
}
.block-editor-block-list__layout .wp-block {
  margin-top: 0;
  margin-bottom: 0;
}
.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.block-editor-block-list__block.is-selected {
  outline: 2px solid var(--primary-blue);
  outline-offset: 2px;
}
.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.hero .hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: var(--wp--preset--spacing--large, 2rem);
}
.hero .hero-content h1 {
  font-size: var(--wp--preset--font-size--hero-heading, clamp(3rem, 2rem + 4vw, 4.5rem));
  font-weight: 700;
  margin-bottom: var(--wp--preset--spacing--medium, 1.5rem);
  color: #fff;
}
.hero .hero-content p {
  font-size: var(--wp--preset--font-size--text-xl, clamp(1.25rem, 1.1rem + 0.75vw, 1.5rem));
  margin-bottom: var(--wp--preset--spacing--medium, 1.5rem);
  opacity: 0.95;
  line-height: 1.6;
}
.hero .hero-content .flex {
  display: flex;
}
.hero .hero-content .flex.items-center {
  align-items: center;
}
.hero .hero-content .flex.justify-center {
  justify-content: center;
}
.hero .hero-content .flex.gap-4 {
  gap: 1rem;
}
.hero .hero-content .flex.gap-2 {
  gap: 0.5rem;
}
.hero .hero-content .flex.mt-4 {
  margin-top: 1rem;
}
.hero .hero-content .flex.items-center.justify-center.gap-4 {
  flex-wrap: wrap;
  margin-top: 2rem;
}
.hero .hero-content .flex.items-center.justify-center.gap-4 > div {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.125rem;
  font-weight: 600;
  background: hsla(0, 0%, 100%, 0.1);
  padding: 0.75rem 1.25rem;
  border-radius: 8px;
  backdrop-filter: blur(10px);
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  transition: all 0.3s ease;
}
.hero .hero-content .flex.items-center.justify-center.gap-4 > div:hover {
  background: hsla(0, 0%, 100%, 0.15);
  transform: translateY(-2px);
}
.hero .hero-content .flex.items-center.justify-center.gap-4 > div .material-icons,
.hero .hero-content .flex.items-center.justify-center.gap-4 > div img {
  font-size: 1.5rem;
  width: 24px;
  height: 24px;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .hero .hero-content .flex.items-center.justify-center.gap-4 > div {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    gap: 0.5rem;
  }
  .hero .hero-content .flex.items-center.justify-center.gap-4 > div .material-icons,
  .hero .hero-content .flex.items-center.justify-center.gap-4 > div img {
    font-size: 1.25rem;
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 768px) {
  .hero .hero-content .flex.items-center.justify-center.gap-4 {
    gap: 1rem;
    justify-content: center;
    margin-top: 1.5rem;
  }
}
@media (max-width: 768px) {
  .hero .hero-content {
    padding: var(--wp--preset--spacing--medium, 1.5rem);
  }
  .hero .hero-content .flex.items-center.justify-center.gap-4 > div {
    flex-direction: column;
    text-align: center;
    gap: 0.25rem;
  }
  .hero .hero-content .flex.items-center.justify-center.gap-4 > div .material-icons {
    font-size: 1.2rem;
  }
}
.portfolio-gallery-block {
  padding: 80px 0;
}
.portfolio-gallery-block.alignfull {
  padding: 100px 0;
}
.portfolio-gallery-block__header {
  text-align: center;
  margin-bottom: 60px;
}
.portfolio-gallery-block__title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-dark, #212121);
}
.portfolio-gallery-block__subtitle {
  font-size: 18px;
  color: var(--color-text-light, #666);
  max-width: 600px;
  margin: 0 auto;
}
.portfolio-gallery-block__filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0;
  padding: 2rem 0;
  background: var(--gray-50, #f8f9fa);
  position: sticky;
  top: 70px;
  z-index: 40;
  border-bottom: 1px solid var(--gray-200, #dee2e6);
}
.portfolio-gallery-block__filters .filter-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1.5 !important;
  padding: 0.875rem 1.75rem !important;
  border-radius: var(--radius, 6px);
  border: 2px solid var(--gray-200, #e9ecef);
  background: #fff;
  color: var(--gray-700, #495057);
  font-weight: 600;
  transition: all var(--transition-fast, 0.2s ease);
  cursor: pointer;
  font-size: 1rem !important;
  position: relative;
  overflow: hidden;
  min-height: 48px;
  vertical-align: middle;
}
.portfolio-gallery-block__filters .filter-btn:hover {
  transform: scale(1.05);
  border-color: var(--primary-blue, #1e5aa8);
  color: var(--primary-blue, #1e5aa8);
}
.portfolio-gallery-block__filters .filter-btn.active {
  background: var(--primary-blue, #1e5aa8);
  color: #fff;
  border-color: var(--primary-blue, #1e5aa8);
}
@media (max-width: 768px) {
  .portfolio-gallery-block__filters {
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 1.5rem 0;
  }
  .portfolio-gallery-block__filters .filter-btn {
    padding: 0.625rem 1.25rem !important;
    font-size: 0.875rem !important;
    line-height: 1.4 !important;
    min-height: 44px;
  }
}
.portfolio-gallery-block__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
.portfolio-gallery-block__grid--2-cols {
  grid-template-columns: repeat(2, 1fr);
}
.portfolio-gallery-block__grid--3-cols {
  grid-template-columns: repeat(3, 1fr);
}
.portfolio-gallery-block__grid--4-cols {
  grid-template-columns: repeat(4, 1fr);
}
.portfolio-gallery-block__grid--auto-cols {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
@media (max-width: 1024px) {
  .portfolio-gallery-block__grid--4-cols {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .portfolio-gallery-block__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .portfolio-gallery-block__grid--3-cols,
  .portfolio-gallery-block__grid--4-cols {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .portfolio-gallery-block__grid--2-cols,
  .portfolio-gallery-block__grid--3-cols,
  .portfolio-gallery-block__grid--4-cols {
    grid-template-columns: 1fr;
  }
}
.portfolio-gallery-block__item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
}
.portfolio-gallery-block__item.fade-out {
  opacity: 0;
  transform: scale(0.95);
}
.portfolio-gallery-block__item.hidden {
  display: none;
}
.portfolio-gallery-block__item-inner {
  position: relative;
  height: 100%;
}
.portfolio-gallery-block__item-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.portfolio-gallery-block__item-link {
  display: block;
  position: relative;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.portfolio-gallery-block__item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.portfolio-gallery-block__item-image[data-bg-image] {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.portfolio-gallery-block__item-image[data-bg-image] img {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.portfolio-gallery-block__item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(30, 90, 168, 0.92);
  opacity: 0;
  transition: all var(--transition-normal);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.portfolio-gallery-block__item-overlay-content {
  text-align: center;
  color: #fff;
  transform: translateY(20px);
  transition: all var(--transition-normal);
}
.portfolio-gallery-block__item:hover .portfolio-gallery__item-image {
  transform: scale(1.05);
}
.portfolio-gallery-block__item:hover .portfolio-gallery__item-overlay {
  opacity: 1;
}
.portfolio-gallery-block__item:hover .portfolio-gallery__item-overlay-content {
  transform: translateY(0);
}
.portfolio-gallery-block__item:hover .portfolio-gallery__item-title,
.portfolio-gallery-block__item:hover .portfolio-gallery__item-categories {
  transform: translateY(0);
}
.portfolio-gallery-block__item-info {
  color: #fff;
}
.portfolio-gallery-block__item-title {
  color: #fff;
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  transform: translateY(20px);
  transition: all var(--transition-normal);
}
.portfolio-gallery-block__item-categories {
  color: #fff;
  font-size: 0.875rem;
  opacity: 0.9;
  transform: translateY(20px);
  transition: all var(--transition-normal);
  margin-bottom: 0.5rem;
}
.portfolio-gallery-block__item-excerpt {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.9;
  color: #fff;
  margin-top: 1rem;
}
.portfolio-gallery-block__item-meta {
  margin-top: 15px;
  font-size: 13px;
  opacity: 0.8;
  color: #fff;
}
.portfolio-gallery-block__item-meta span {
  display: block;
  margin-bottom: 5px;
}
.portfolio-gallery-block__item-actions {
  position: absolute;
  top: 20px;
  right: 20px;
}
.portfolio-gallery-block__item-actions .action-icon {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-dark, #212121);
  font-size: 16px;
  transition: all 0.3s ease;
}
.portfolio-gallery-block__item-actions .action-icon:hover {
  transform: scale(1.1);
}
.portfolio-gallery-block[data-hover-effect='slide-up'] .portfolio-gallery__item-overlay {
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  display: flex;
  align-items: flex-end;
  transform: translateY(100%);
  opacity: 1;
  transition: transform var(--transition-normal);
}
.portfolio-gallery-block[data-hover-effect='slide-up'] .portfolio-gallery__item-overlay-content {
  transform: translateY(0);
}
.portfolio-gallery-block[data-hover-effect='slide-up']
  .portfolio-gallery__item-overlay
  .portfolio-gallery__item-title,
.portfolio-gallery-block[data-hover-effect='slide-up']
  .portfolio-gallery__item-overlay
  .portfolio-gallery__item-categories {
  transform: translateY(20px);
}
.portfolio-gallery-block[data-hover-effect='slide-up']
  .portfolio-gallery__item:hover
  .portfolio-gallery__item-overlay {
  transform: translateY(0);
}
.portfolio-gallery-block[data-hover-effect='slide-up']
  .portfolio-gallery__item:hover
  .portfolio-gallery__item-overlay
  .portfolio-gallery__item-title,
.portfolio-gallery-block[data-hover-effect='slide-up']
  .portfolio-gallery__item:hover
  .portfolio-gallery__item-overlay
  .portfolio-gallery__item-categories {
  transform: translateY(0);
}
.portfolio-gallery-block[data-hover-effect='zoom']
  .portfolio-gallery__item:hover
  .portfolio-gallery__item-image {
  transform: scale(1.2);
}
.portfolio-gallery-block__pagination {
  text-align: center;
  margin-top: 60px;
}
.portfolio-gallery-block__pagination .load-more-btn {
  padding: 15px 40px;
  background: var(--color-primary, #0066cc);
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.portfolio-gallery-block__pagination .load-more-btn:hover {
  background: var(--color-primary-dark, #0052a3);
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(0, 102, 204, 0.3);
}
.portfolio-gallery-block__pagination .load-more-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.portfolio-gallery-block__empty {
  text-align: center;
  padding: 60px 0;
  color: var(--color-text-light, #666);
}
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
}
.stagger-1 {
  animation-delay: 0.1s !important;
}
.stagger-2 {
  animation-delay: 0.2s !important;
}
.stagger-3 {
  animation-delay: 0.3s !important;
}
.stagger-4 {
  animation-delay: 0.4s !important;
}
.stagger-5 {
  animation-delay: 0.5s !important;
}
.stagger-6 {
  animation-delay: 0.6s !important;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.portfolio-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  aspect-ratio: 1;
}
.portfolio-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.portfolio-item:hover img {
  transform: scale(1.05);
}
.portfolio-item:hover .portfolio-overlay {
  opacity: 1;
}
.portfolio-item:hover .portfolio-title,
.portfolio-item:hover .portfolio-category {
  transform: translateY(0);
}
.portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  transition: all var(--transition-normal, 0.3s);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 2rem;
}
.portfolio-overlay .text-center {
  text-align: center;
  width: 100%;
}
.portfolio-title {
  color: #fff;
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  transform: translateY(20px);
  transition: all var(--transition-normal, 0.3s);
}
.portfolio-category {
  color: #fff;
  font-size: 0.875rem;
  opacity: 0.9;
  transform: translateY(20px);
  transition: all var(--transition-normal, 0.3s);
}
.portfolio-gallery__filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0;
  padding: 2rem 0;
  background: var(--gray-50, #f8f9fa);
  position: sticky;
  top: 70px;
  z-index: 40;
  border-bottom: 1px solid var(--gray-200, #dee2e6);
}
.portfolio-gallery__filters .filter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius, 6px);
  border: 2px solid var(--gray-200, #e9ecef);
  background: #fff;
  color: var(--gray-700, #495057);
  font-weight: 600;
  transition: all var(--transition-fast, 0.2s ease);
  cursor: pointer;
  font-size: 1rem;
  position: relative;
  overflow: hidden;
}
.portfolio-gallery__filters .filter-btn:hover {
  transform: scale(1.05);
  border-color: var(--primary-blue, #1e5aa8);
  color: var(--primary-blue, #1e5aa8);
}
.portfolio-gallery__filters .filter-btn.active {
  background: var(--primary-blue, #1e5aa8);
  color: #fff;
  border-color: var(--primary-blue, #1e5aa8);
}
@media (max-width: 768px) {
  .portfolio-gallery__filters {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .portfolio-gallery__filters .filter-btn {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    line-height: 1;
  }
}
.filter-section {
  background: var(--gray-50, #f9fafb);
  padding: 2rem 0;
  position: sticky;
  top: 70px;
  z-index: 40;
}
.filter-section .container {
  display: flex;
  justify-content: center;
}
.filter-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.filter-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1.5 !important;
  padding: 0.875rem 1.75rem !important;
  border-radius: var(--radius, 6px);
  border: 2px solid var(--gray-200, #e9ecef);
  background: #fff;
  color: var(--gray-700, #495057);
  font-weight: 600;
  transition: all var(--transition-fast, 0.2s ease);
  cursor: pointer;
  font-size: 1rem !important;
  text-decoration: none;
  min-height: 48px;
  vertical-align: middle;
}
.filter-btn:hover {
  transform: scale(1.05);
  border-color: var(--primary-blue, #1e5aa8);
  color: var(--primary-blue, #1e5aa8);
  text-decoration: none;
}
.filter-btn.active {
  background: var(--primary-blue, #1e5aa8);
  color: #fff;
  border-color: var(--primary-blue, #1e5aa8);
}
.filter-btn:focus {
  outline: 2px solid var(--primary-blue, #1e5aa8);
  outline-offset: 2px;
}
@media (max-width: 768px) {
  .filter-btn {
    padding: 0.625rem 1.25rem !important;
    font-size: 0.875rem !important;
    line-height: 1.4 !important;
    min-height: 44px;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 2rem;
}
.modal.active {
  display: flex;
}
.modal-content {
  background: #fff;
  border-radius: 12px;
  max-width: 90vw;
  max-height: 90vh;
  overflow: hidden;
  position: relative;
  animation: modalSlideIn 0.3s ease-out;
}
@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: scale(0.95) translateY(20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.modal-image {
  width: 100%;
  height: 60vh;
  object-fit: cover;
}
.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.modal-close:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: scale(1.1);
}
.portfolio-gallery__more {
  text-align: center;
  margin-top: 60px;
}
.portfolio-gallery__more .btn {
  display: inline-block;
  padding: 15px 40px;
  background: var(--color-primary, #0066cc);
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.portfolio-gallery__more .btn:hover {
  background: var(--color-primary-dark, #0052a3);
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(0, 102, 204, 0.3);
}
body .portfolio-gallery__filters .filter-btn,
body .filter-buttons .filter-btn,
body .filter-btn {
  padding: 0.875rem 1.75rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  min-height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
@media (max-width: 768px) {
  body .portfolio-gallery__filters .filter-btn,
  body .filter-buttons .filter-btn,
  body .filter-btn {
    padding: 0.625rem 1.25rem !important;
    font-size: 0.875rem !important;
    line-height: 1.4 !important;
    min-height: 44px !important;
  }
}
nav {
  background: var(--white);
  padding: 1rem 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all var(--transition-normal);
}
.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo,
.custom-logo {
  height: 50px;
  width: auto;
  transition: transform var(--transition-fast);
}
.nav-logo:hover,
.custom-logo:hover {
  transform: scale(1.05);
}
.logo-animate {
  animation: logoFadeIn 0.8s var(--ease-out-quint) forwards;
  opacity: 0;
}
@keyframes logoFadeIn {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.nav-menu {
  display: flex;
  list-style: none;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.nav-menu li {
  position: relative;
}
.nav-menu a {
  color: var(--gray-700);
  font-weight: 500;
  text-decoration: none;
  transition: color var(--transition-fast);
  position: relative;
  padding: 0.5rem 0;
  display: block;
  border: none !important;
  border-bottom: none !important;
}
.nav-menu a:hover {
  color: var(--primary-red);
  text-decoration: none;
  border: none !important;
  border-bottom: none !important;
}
.nav-underline {
  display: none !important;
}
.nav-item-animate {
  opacity: 0;
  animation: navItemFadeIn 0.6s var(--ease-out-quint) forwards;
}
@keyframes navItemFadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.current-menu-item > a,
.current-menu-ancestor > a,
.current_page_item > a,
.current_page_ancestor > a {
  color: var(--primary-blue) !important;
  border: none !important;
  border-bottom: none !important;
}
.current-menu-item > a::after,
.current-menu-ancestor > a::after,
.current_page_item > a::after,
.current_page_ancestor > a::after {
  display: none !important;
}

/* Fix: Prevent double underline on active menu items when hovering */
.current-menu-item > a .nav-underline,
.current-menu-ancestor > a .nav-underline,
.current_page_item > a .nav-underline,
.current_page_ancestor > a .nav-underline {
  display: none !important;
}

/* Hover state for current/active items should remain red */
.current-menu-item > a:hover,
.current-menu-ancestor > a:hover,
.current_page_item > a:hover,
.current_page_ancestor > a:hover {
  color: var(--primary-red) !important;
  border: none !important;
  border-bottom: none !important;
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--white);
  min-width: 200px;
  list-style: none;
  padding: 1rem;
  margin: 0;
  box-shadow: var(--shadow-lg);
  border-radius: var(--radius);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all var(--transition-fast);
}
.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.sub-menu a {
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  text-decoration: none;
  border: none !important;
  border-bottom: none !important;
  border-radius: var(--radius-sm);
  margin: 0.25rem 0;
  display: block;
}
.sub-menu a:hover {
  background-color: var(--gray-50);
  text-decoration: none;
  color: var(--primary-red);
  border: none !important;
  border-bottom: none !important;
}
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--gray-700);
  padding: 0.5rem;
  margin-right: 0.5rem;
  transition: all var(--transition-fast);
}
.mobile-menu-toggle:hover {
  color: var(--primary-blue);
}
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition-normal);
  z-index: 999;
}
.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}
body.menu-open {
  overflow: hidden;
}
nav.nav-scrolled {
  box-shadow: var(--shadow-md);
  background: hsla(0, 0%, 100%, 0.98);
  backdrop-filter: blur(10px);
}
nav.nav-hidden {
  transform: translateY(-100%);
}
/* Admin bar styles moved to admin-bar-fix.css for better organization */
.screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.skip-link {
  position: absolute;
  left: -9999px;
}
.skip-link:focus {
  position: absolute;
  left: 6px;
  top: 7px;
  z-index: 999999;
  padding: 8px 16px;
  background: var(--primary-blue);
  color: #fff;
  text-decoration: none;
  border-radius: var(--radius);
}
@media (max-width: 768px) {
  .nav-menu {
    position: fixed;
    top: 70px;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: calc(100vh - 70px);
    background: var(--white);
    flex-direction: column;
    padding: 2rem;
    gap: 1rem;
    transition: right var(--transition-normal);
    z-index: 1000;
    box-shadow: var(--shadow-xl);
    overflow-y: auto;
  }
  .nav-menu.active {
    right: 0;
  }
  .nav-menu a {
    padding: 0.75rem 0;
    border-bottom: none !important;
    border: none !important;
    text-decoration: none !important;
  }
  .nav-menu a:hover {
    color: var(--primary-red) !important;
    border: none !important;
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .mobile-menu-toggle {
    display: block;
  }
  .nav-container .btn {
    display: none;
  }
  .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: var(--gray-50);
    margin-top: 0.5rem;
    display: none;
    padding: 1rem;
  }
  .sub-menu a {
    padding: 0.75rem 1rem !important;
    border: none !important;
    border-bottom: none !important;
    text-decoration: none !important;
    margin: 0.25rem 0 !important;
    border-radius: var(--radius-sm);
  }
  .sub-menu a:hover {
    background-color: var(--white);
    color: var(--primary-red) !important;
    border: none !important;
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .menu-item-has-children.active > .sub-menu {
    display: block;
  }
  .menu-item-has-children > a::after {
    content: '+';
    float: right;
    transition: transform var(--transition-fast);
    border: none !important;
    text-decoration: none !important;
  }
  .menu-item-has-children.active > a::after {
    transform: rotate(45deg);
    border: none !important;
    text-decoration: none !important;
  }
}

/* COMPREHENSIVE NAVIGATION OVERRIDES - Remove ALL underlines and borders */
.nav-menu a,
.nav-menu a:hover,
.nav-menu a:focus,
.nav-menu a:active,
.nav-menu a:visited,
.sub-menu a,
.sub-menu a:hover,
.sub-menu a:focus,
.sub-menu a:active,
.sub-menu a:visited,
.current-menu-item > a,
.current-menu-ancestor > a,
.current_page_item > a,
.current_page_ancestor > a {
  text-decoration: none !important;
  border: none !important;
  border-bottom: none !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  outline: none;
}

/* Remove any ::after or ::before pseudo-elements that create lines */
.nav-menu a::after,
.nav-menu a::before,
.sub-menu a::after,
.sub-menu a::before {
  display: none !important;
  content: none !important;
  border: none !important;
  background: none !important;
}

/* Navigation color states - clear and distinct with higher specificity */
nav .nav-menu li a {
  color: var(--gray-700) !important;
  transition: color var(--transition-fast);
}

nav .nav-menu li a:hover {
  color: var(--primary-red) !important;
}

nav .nav-menu li.current-menu-item > a,
nav .nav-menu li.current-menu-ancestor > a,
nav .nav-menu li.current_page_item > a,
nav .nav-menu li.current_page_ancestor > a {
  color: var(--primary-blue) !important;
}

nav .nav-menu li.current-menu-item > a:hover,
nav .nav-menu li.current-menu-ancestor > a:hover,
nav .nav-menu li.current_page_item > a:hover,
nav .nav-menu li.current_page_ancestor > a:hover {
  color: var(--primary-red) !important;
}

@media (max-width: 480px) {
  .nav-logo,
  .custom-logo {
    height: 40px;
  }
  nav {
    padding: 0.75rem 0;
  }
}
.nav-cta .btn {
  position: relative;
  overflow: hidden;
  transition: all 0.3s var(--ease-out-quint);
}
.cta-animate {
  animation: ctaFadeIn 0.8s 0.4s var(--ease-out-quint) both;
  opacity: 0;
}
@keyframes ctaFadeIn {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.submenu-animate .submenu-item-animate {
  opacity: 0;
  animation: submenuItemFadeIn 0.4s var(--ease-out-quint) forwards;
}
@keyframes submenuItemFadeIn {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.gform_wrapper {
  margin: 0;
  max-width: 100%;
}
.gform_wrapper.gravity-theme {
  font-family: var(--font-sans);
}
.printmax-form--request-a-quote {
  max-width: 800px;
  margin: 0 auto;
}
.printmax-form--contact-us {
  max-width: 600px;
}
.printmax-form--newsletter-signup {
  max-width: 500px;
}
.printmax-form--newsletter-signup .gform_body {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.printmax-form--newsletter-signup .gfield {
  flex: 1;
  margin-bottom: 0;
}
.printmax-form--newsletter-signup .gform_footer {
  margin: 0;
}
.printmax-form--upload-print-files {
  max-width: 700px;
  margin: 0 auto;
}
.gform_title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.gform_description {
  font-size: 1rem;
  color: var(--gray-600);
  margin-bottom: 2rem;
}
.gsection {
  border: none;
  border-top: 2px solid var(--gray-200);
  margin: 2.5rem 0 1.5rem;
  padding-top: 1.5rem;
}
.gsection .gsection_title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}
.gsection .gsection_description {
  font-size: 0.875rem;
  color: var(--gray-600);
}
.gfield {
  margin-bottom: 1.5rem;
}
.gfield.gfield_error {
  position: relative;
}
.gfield.gfield_error::before {
  content: '';
  position: absolute;
  left: -0.5rem;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--primary-red);
}
.gfield_label {
  display: block;
  font-weight: 600;
  color: var(--gray-700);
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
.gfield_label .gfield_required {
  color: var(--primary-red);
  font-weight: normal;
  margin-left: 0.25rem;
}
.ginput_container input[type='text'],
.ginput_container input[type='email'],
.ginput_container input[type='tel'],
.ginput_container input[type='number'],
.ginput_container input[type='url'],
.ginput_container input[type='date'],
.ginput_container select,
.ginput_container textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-family: var(--font-sans);
  border: 1px solid var(--gray-300);
  border-radius: var(--radius);
  background-color: var(--white);
  transition: all var(--transition-fast);
}
.ginput_container input[type='text']:focus,
.ginput_container input[type='email']:focus,
.ginput_container input[type='tel']:focus,
.ginput_container input[type='number']:focus,
.ginput_container input[type='url']:focus,
.ginput_container input[type='date']:focus,
.ginput_container select:focus,
.ginput_container textarea:focus {
  outline: none;
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 3px rgba(30, 90, 168, 0.1);
}
.ginput_container input[type='text']::placeholder,
.ginput_container input[type='email']::placeholder,
.ginput_container input[type='tel']::placeholder,
.ginput_container input[type='number']::placeholder,
.ginput_container input[type='url']::placeholder,
.ginput_container input[type='date']::placeholder,
.ginput_container select::placeholder,
.ginput_container textarea::placeholder {
  color: var(--gray-400);
}
.ginput_container textarea {
  resize: vertical;
  min-height: 120px;
}
.gfield_error .ginput_container input,
.gfield_error .ginput_container select,
.gfield_error .ginput_container textarea {
  border-color: var(--primary-red);
}
.gfield_error .ginput_container input:focus,
.gfield_error .ginput_container select:focus,
.gfield_error .ginput_container textarea:focus {
  box-shadow: 0 0 0 3px rgba(227, 30, 36, 0.1);
}
.ginput_complex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.ginput_complex.ginput_container_name .name_first input,
.ginput_complex.ginput_container_name .name_last input {
  width: 100%;
}
@media (max-width: 768px) {
  .ginput_complex {
    grid-template-columns: 1fr;
  }
}
.gfield_select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 12px;
  padding-right: 2.5rem;
}
.gfield_checkbox li,
.gfield_radio li {
  margin-bottom: 0.75rem;
}
.gfield_checkbox li label,
.gfield_radio li label {
  display: flex;
  align-items: center;
  font-weight: normal;
  cursor: pointer;
}
.gfield_checkbox li label input[type='checkbox'],
.gfield_checkbox li label input[type='radio'],
.gfield_radio li label input[type='checkbox'],
.gfield_radio li label input[type='radio'] {
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.ginput_container_fileupload .gform_drop_area {
  border: 2px dashed var(--gray-300);
  border-radius: var(--radius);
  padding: 2rem;
  text-align: center;
  background-color: var(--gray-50);
  transition: all var(--transition-fast);
}
.ginput_container_fileupload .gform_drop_area:hover {
  border-color: var(--primary-blue);
  background-color: rgba(30, 90, 168, 0.05);
}
.ginput_container_fileupload .gform_drop_area .gform_drop_instructions {
  color: var(--gray-600);
  margin-bottom: 1rem;
}
.ginput_container_fileupload .gform_preview {
  margin-top: 1rem;
}
.ginput_container_fileupload .gform_preview .gform_preview_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem;
  background-color: var(--gray-50);
  border-radius: var(--radius);
  margin-bottom: 0.5rem;
}
.ginput_container_fileupload .gform_preview .gform_preview_item .gform_preview_file_name {
  flex: 1;
  margin-right: 1rem;
}
.ginput_container_fileupload .gform_preview .gform_preview_item .gform_delete {
  color: var(--primary-red);
  cursor: pointer;
}
.ginput_container_fileupload .gform_preview .gform_preview_item .gform_delete:hover {
  text-decoration: underline;
}
.ginput_container_consent .gfield_consent_label {
  display: flex;
  align-items: flex-start;
}
.ginput_container_consent .gfield_consent_label input[type='checkbox'] {
  margin-right: 0.5rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
}
.ginput_container_consent .gfield_consent_description {
  font-size: 0.875rem;
  color: var(--gray-600);
  margin-top: 0.5rem;
}
.gfield_description {
  font-size: 0.875rem;
  color: var(--gray-600);
  margin-top: 0.25rem;
}
.validation_message {
  display: block;
  color: var(--primary-red);
  font-size: 0.875rem;
  margin-top: 0.25rem;
  font-weight: 500;
}
.gform_footer {
  margin-top: 2rem;
}
.gform_footer .gform_button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.gform_footer .gform_ajax_spinner {
  margin-left: 1rem;
  vertical-align: middle;
}
.gform-confirmation-wrapper {
  padding: 2rem;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  border-radius: var(--radius);
  color: #155724;
}
.gform-confirmation-wrapper h3,
.gform-confirmation-wrapper h4 {
  color: #155724;
  margin-top: 0;
  margin-bottom: 1rem;
}
.gform-confirmation-wrapper p {
  margin-bottom: 1rem;
}
.gform-confirmation-wrapper p:last-child {
  margin-bottom: 0;
}
.gform-confirmation-wrapper ul {
  margin: 1rem 0;
  padding-left: 1.5rem;
}
.gform-confirmation-wrapper a {
  color: #0c5460;
  font-weight: 600;
}
.gform-confirmation-wrapper a:hover {
  text-decoration: underline;
}
.gform-confirmation-wrapper.newsletter-success {
  background-color: var(--primary-blue);
  border-color: var(--primary-blue);
  color: var(--white);
}
.gform-confirmation-wrapper.newsletter-success h4,
.gform-confirmation-wrapper.newsletter-success p {
  color: var(--white);
}
.validation_error {
  padding: 1rem 1.5rem;
  margin-bottom: 2rem;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: var(--radius);
  color: #721c24;
}
.validation_error .alert {
  margin: 0;
}
.form-required-legend {
  font-size: 0.875rem;
  color: var(--gray-600);
  margin-bottom: 1.5rem;
}
.form-required-legend .required-indicator {
  color: var(--primary-red);
}
.gf_progressbar_wrapper {
  margin-bottom: 2rem;
}
.gf_progressbar_wrapper .gf_progressbar {
  height: 8px;
  background-color: var(--gray-200);
  border-radius: 4px;
  overflow: hidden;
}
.gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
  height: 100%;
  background-color: var(--primary-blue);
  transition: width var(--transition-normal);
  position: relative;
}
.gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage::after {
  content: attr(data-percentage);
  position: absolute;
  right: -2rem;
  top: -2rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--primary-blue);
}
.gform_page_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--gray-200);
}
.gform_validation_container {
  display: none !important;
  position: absolute;
  left: -9999px;
}
.gform_wrapper .screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.gform_wrapper *:focus {
  outline-offset: 2px;
}
@media (prefers-color-scheme: dark) {
  .gform_wrapper input[type='text'],
  .gform_wrapper input[type='email'],
  .gform_wrapper input[type='tel'],
  .gform_wrapper input[type='number'],
  .gform_wrapper input[type='url'],
  .gform_wrapper input[type='date'],
  .gform_wrapper select,
  .gform_wrapper textarea {
    background-color: var(--gray-800);
    border-color: var(--gray-600);
    color: var(--white);
  }
  .gform_wrapper input[type='text']::placeholder,
  .gform_wrapper input[type='email']::placeholder,
  .gform_wrapper input[type='tel']::placeholder,
  .gform_wrapper input[type='number']::placeholder,
  .gform_wrapper input[type='url']::placeholder,
  .gform_wrapper input[type='date']::placeholder,
  .gform_wrapper select::placeholder,
  .gform_wrapper textarea::placeholder {
    color: var(--gray-400);
  }
}
@media print {
  .gform_wrapper .gform_footer,
  .gform_wrapper .gform_page_footer,
  .gform_wrapper .validation_error,
  .gform_wrapper .gform-confirmation-wrapper {
    display: none;
  }
}
.btn,
.ginput_container_fileupload .gform_drop_area .gform_button_select_files,
.gform_footer .gform_button,
.gform_page_footer .gform_previous_button,
.gform_page_footer .gform_next_button,
.gform_page_footer .gform_button {
  display: inline-block;
  padding: 12px 32px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: var(--radius);
  cursor: pointer;
  transition: all var(--transition-normal);
  font-family: var(--font-sans);
}
.btn:hover,
.ginput_container_fileupload .gform_drop_area .gform_button_select_files:hover,
.gform_footer .gform_button:hover,
.gform_page_footer .gform_previous_button:hover,
.gform_page_footer .gform_next_button:hover,
.gform_page_footer .gform_button:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.btn:active,
.ginput_container_fileupload .gform_drop_area .gform_button_select_files:active,
.gform_footer .gform_button:active,
.gform_page_footer .gform_previous_button:active,
.gform_page_footer .gform_next_button:active,
.gform_page_footer .gform_button:active {
  transform: translateY(0);
}
.btn-primary,
.ginput_container_fileupload .gform_drop_area .gform_button_select_files,
.gform_footer .gform_button,
.gform_page_footer .gform_next_button,
.gform_page_footer .gform_button {
  background-color: var(--primary-red);
  color: var(--white);
}
.btn-primary:hover,
.ginput_container_fileupload .gform_drop_area .gform_button_select_files:hover,
.gform_footer .gform_button:hover,
.gform_page_footer .gform_next_button:hover,
.gform_page_footer .gform_button:hover {
  background-color: #c41e22;
}
.btn-secondary,
.gform_page_footer .gform_previous_button {
  background-color: rgba(0, 0, 0, 0);
  color: var(--primary-blue);
  border: 2px solid var(--primary-blue);
}
.btn-secondary:hover,
.gform_page_footer .gform_previous_button:hover {
  background-color: var(--primary-blue);
  color: var(--white);
}
.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form input[type='url'],
.comment-form textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--gray-300);
  border-radius: var(--radius);
  font-family: var(--font-sans);
  transition: border-color var(--transition-fast);
}
.comment-form input[type='text']:focus,
.comment-form input[type='email']:focus,
.comment-form input[type='url']:focus,
.comment-form textarea:focus {
  outline: none;
  border-color: var(--primary-blue);
}
.comment-form input[type='submit'] {
  display: inline-block;
  padding: 12px 32px;
  font-size: 1rem;
  font-weight: 600;
  background-color: var(--primary-red);
  color: var(--white);
  border: none;
  border-radius: var(--radius);
  cursor: pointer;
  transition: all var(--transition-normal);
}
.comment-form input[type='submit']:hover {
  background-color: #c41e22;
  transform: translateY(-2px);
}
.search-form {
  display: flex;
}
.search-form .search-field {
  flex: 1;
  padding: 0.75rem 1rem;
  border: 1px solid var(--gray-300);
  border-radius: var(--radius);
  font-family: var(--font-sans);
}
.search-form .search-submit {
  padding: 12px 32px;
  font-size: 1rem;
  font-weight: 600;
  background-color: var(--primary-red);
  color: var(--white);
  border: none;
  border-radius: var(--radius);
  cursor: pointer;
  margin-left: 0.5rem;
}
:root {
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out-quint: cubic-bezier(0.86, 0, 0.07, 1);
  --ease-in-out-expo: cubic-bezier(0.87, 0, 0.13, 1);
  --spring: cubic-bezier(0.43, 0.195, 0.02, 1.2);
}
.will-animate {
  will-change: transform, opacity;
}
.reveal.reveal-hidden,
[data-reveal].reveal-hidden {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s var(--ease-out-quint);
}
.reveal.revealed,
[data-reveal].revealed {
  opacity: 1;
  transform: translateY(0);
}
.fade-in {
  opacity: 0;
  animation: fadeIn 0.6s var(--ease-out-quint) forwards;
}
.fade-in-up {
  opacity: 0;
  animation: fadeInUp 0.8s var(--ease-out-quint) forwards;
}
.fade-in-down {
  opacity: 0;
  animation: fadeInDown 0.8s var(--ease-out-quint) forwards;
}
.fade-in-left {
  opacity: 0;
  animation: fadeInLeft 0.8s var(--ease-out-quint) forwards;
}
.fade-in-right {
  opacity: 0;
  animation: fadeInRight 0.8s var(--ease-out-quint) forwards;
}
.scale-in {
  animation: scaleIn 0.6s var(--ease-out-quint) forwards;
}
.zoom-in {
  animation: zoomIn 0.8s var(--ease-out-expo) forwards;
}
.rotate-in {
  animation: rotateIn 0.8s var(--ease-out-quint) forwards;
}
.bounce-in {
  animation: bounceIn 0.8s var(--spring) forwards;
}
.slide-in-bottom {
  animation: slideInBottom 0.8s var(--ease-out-quint) forwards;
}
.stagger-fade > * {
  opacity: 0;
  animation: fadeInUp 0.6s var(--ease-out-quint) forwards;
}
.stagger-fade > *:nth-child(1) {
  animation-delay: 0.05s;
}
.stagger-fade > *:nth-child(2) {
  animation-delay: 0.1s;
}
.stagger-fade > *:nth-child(3) {
  animation-delay: 0.15s;
}
.stagger-fade > *:nth-child(4) {
  animation-delay: 0.2s;
}
.stagger-fade > *:nth-child(5) {
  animation-delay: 0.25s;
}
.stagger-fade > *:nth-child(6) {
  animation-delay: 0.3s;
}
.stagger-fade > *:nth-child(7) {
  animation-delay: 0.35s;
}
.stagger-fade > *:nth-child(8) {
  animation-delay: 0.4s;
}
.stagger-fade > *:nth-child(9) {
  animation-delay: 0.45s;
}
.stagger-fade > *:nth-child(10) {
  animation-delay: 0.5s;
}
.stagger-fade > *:nth-child(11) {
  animation-delay: 0.55s;
}
.stagger-fade > *:nth-child(12) {
  animation-delay: 0.6s;
}
.stagger-fade > *:nth-child(13) {
  animation-delay: 0.65s;
}
.stagger-fade > *:nth-child(14) {
  animation-delay: 0.7s;
}
.stagger-fade > *:nth-child(15) {
  animation-delay: 0.75s;
}
.stagger-fade > *:nth-child(16) {
  animation-delay: 0.8s;
}
.stagger-fade > *:nth-child(17) {
  animation-delay: 0.85s;
}
.stagger-fade > *:nth-child(18) {
  animation-delay: 0.9s;
}
.stagger-fade > *:nth-child(19) {
  animation-delay: 0.95s;
}
.stagger-fade > *:nth-child(20) {
  animation-delay: 1s;
}
.nav-item-animate {
  opacity: 0;
  animation: navItemFadeIn 0.6s var(--ease-out-quint) forwards;
}
.nav-item-animate:nth-child(1) {
  animation-delay: 0s;
}
.nav-item-animate:nth-child(2) {
  animation-delay: 0.05s;
}
.nav-item-animate:nth-child(3) {
  animation-delay: 0.1s;
}
.nav-item-animate:nth-child(4) {
  animation-delay: 0.15s;
}
.nav-item-animate:nth-child(5) {
  animation-delay: 0.2s;
}
.nav-item-animate:nth-child(6) {
  animation-delay: 0.25s;
}
.nav-item-animate:nth-child(7) {
  animation-delay: 0.3s;
}
.nav-item-animate:nth-child(8) {
  animation-delay: 0.35s;
}
.nav-item-animate:nth-child(9) {
  animation-delay: 0.4s;
}
.nav-item-animate:nth-child(10) {
  animation-delay: 0.45s;
}
.submenu-item-animate {
  opacity: 0;
  animation: submenuItemFadeIn 0.4s var(--ease-out-quint) forwards;
}
.submenu-item-animate:nth-child(1) {
  animation-delay: 0s;
}
.submenu-item-animate:nth-child(2) {
  animation-delay: 0.05s;
}
.submenu-item-animate:nth-child(3) {
  animation-delay: 0.1s;
}
.submenu-item-animate:nth-child(4) {
  animation-delay: 0.15s;
}
.submenu-item-animate:nth-child(5) {
  animation-delay: 0.2s;
}
.submenu-item-animate:nth-child(6) {
  animation-delay: 0.25s;
}
.submenu-item-animate:nth-child(7) {
  animation-delay: 0.3s;
}
.submenu-item-animate:nth-child(8) {
  animation-delay: 0.35s;
}
.submenu-item-animate:nth-child(9) {
  animation-delay: 0.4s;
}
.submenu-item-animate:nth-child(10) {
  animation-delay: 0.45s;
}
.logo-animate {
  opacity: 0;
  animation: logoFadeIn 0.8s var(--ease-out-expo) forwards;
}
.cta-animate {
  opacity: 0;
  animation: ctaFadeIn 0.8s var(--ease-out-quint) 0.3s forwards;
}
.delay-0 {
  animation-delay: 0s !important;
}
.delay-50 {
  animation-delay: 0.05s !important;
}
.delay-100 {
  animation-delay: 0.1s !important;
}
.delay-150 {
  animation-delay: 0.15s !important;
}
.delay-200 {
  animation-delay: 0.2s !important;
}
.delay-250 {
  animation-delay: 0.25s !important;
}
.delay-300 {
  animation-delay: 0.3s !important;
}
.delay-350 {
  animation-delay: 0.35s !important;
}
.delay-400 {
  animation-delay: 0.4s !important;
}
.delay-450 {
  animation-delay: 0.45s !important;
}
.delay-500 {
  animation-delay: 0.5s !important;
}
.delay-550 {
  animation-delay: 0.55s !important;
}
.delay-600 {
  animation-delay: 0.6s !important;
}
.delay-650 {
  animation-delay: 0.65s !important;
}
.delay-700 {
  animation-delay: 0.7s !important;
}
.delay-750 {
  animation-delay: 0.75s !important;
}
.delay-800 {
  animation-delay: 0.8s !important;
}
.delay-850 {
  animation-delay: 0.85s !important;
}
.delay-900 {
  animation-delay: 0.9s !important;
}
.delay-950 {
  animation-delay: 0.95s !important;
}
.delay-1000 {
  animation-delay: 1s !important;
}
.stagger-children > *:nth-child(1) {
  animation-delay: 0s;
}
.stagger-children > *:nth-child(2) {
  animation-delay: 0.1s;
}
.stagger-children > *:nth-child(3) {
  animation-delay: 0.2s;
}
.stagger-children > *:nth-child(4) {
  animation-delay: 0.3s;
}
.stagger-children > *:nth-child(5) {
  animation-delay: 0.4s;
}
.stagger-children > *:nth-child(6) {
  animation-delay: 0.5s;
}
.stagger-children > *:nth-child(7) {
  animation-delay: 0.6s;
}
.stagger-children > *:nth-child(8) {
  animation-delay: 0.7s;
}
.stagger-children > *:nth-child(9) {
  animation-delay: 0.8s;
}
.stagger-children > *:nth-child(10) {
  animation-delay: 0.9s;
}
.stagger-children > *:nth-child(11) {
  animation-delay: 1s;
}
.stagger-children > *:nth-child(12) {
  animation-delay: 1.1s;
}
.stagger-children > *:nth-child(13) {
  animation-delay: 1.2s;
}
.stagger-children > *:nth-child(14) {
  animation-delay: 1.3s;
}
.stagger-children > *:nth-child(15) {
  animation-delay: 1.4s;
}
.stagger-children > *:nth-child(16) {
  animation-delay: 1.5s;
}
.stagger-children > *:nth-child(17) {
  animation-delay: 1.6s;
}
.stagger-children > *:nth-child(18) {
  animation-delay: 1.7s;
}
.stagger-children > *:nth-child(19) {
  animation-delay: 1.8s;
}
.stagger-children > *:nth-child(20) {
  animation-delay: 1.9s;
}
.stagger-children-fast > *:nth-child(1) {
  animation-delay: 0s;
}
.stagger-children-fast > *:nth-child(2) {
  animation-delay: 0.05s;
}
.stagger-children-fast > *:nth-child(3) {
  animation-delay: 0.1s;
}
.stagger-children-fast > *:nth-child(4) {
  animation-delay: 0.15s;
}
.stagger-children-fast > *:nth-child(5) {
  animation-delay: 0.2s;
}
.stagger-children-fast > *:nth-child(6) {
  animation-delay: 0.25s;
}
.stagger-children-fast > *:nth-child(7) {
  animation-delay: 0.3s;
}
.stagger-children-fast > *:nth-child(8) {
  animation-delay: 0.35s;
}
.stagger-children-fast > *:nth-child(9) {
  animation-delay: 0.4s;
}
.stagger-children-fast > *:nth-child(10) {
  animation-delay: 0.45s;
}
.stagger-children-fast > *:nth-child(11) {
  animation-delay: 0.5s;
}
.stagger-children-fast > *:nth-child(12) {
  animation-delay: 0.55s;
}
.stagger-children-fast > *:nth-child(13) {
  animation-delay: 0.6s;
}
.stagger-children-fast > *:nth-child(14) {
  animation-delay: 0.65s;
}
.stagger-children-fast > *:nth-child(15) {
  animation-delay: 0.7s;
}
.stagger-children-fast > *:nth-child(16) {
  animation-delay: 0.75s;
}
.stagger-children-fast > *:nth-child(17) {
  animation-delay: 0.8s;
}
.stagger-children-fast > *:nth-child(18) {
  animation-delay: 0.85s;
}
.stagger-children-fast > *:nth-child(19) {
  animation-delay: 0.9s;
}
.stagger-children-fast > *:nth-child(20) {
  animation-delay: 0.95s;
}
.stagger-children-slow > *:nth-child(1) {
  animation-delay: 0s;
}
.stagger-children-slow > *:nth-child(2) {
  animation-delay: 0.15s;
}
.stagger-children-slow > *:nth-child(3) {
  animation-delay: 0.3s;
}
.stagger-children-slow > *:nth-child(4) {
  animation-delay: 0.45s;
}
.stagger-children-slow > *:nth-child(5) {
  animation-delay: 0.6s;
}
.stagger-children-slow > *:nth-child(6) {
  animation-delay: 0.75s;
}
.stagger-children-slow > *:nth-child(7) {
  animation-delay: 0.9s;
}
.stagger-children-slow > *:nth-child(8) {
  animation-delay: 1.05s;
}
.stagger-children-slow > *:nth-child(9) {
  animation-delay: 1.2s;
}
.stagger-children-slow > *:nth-child(10) {
  animation-delay: 1.35s;
}
.stagger-children-slow > *:nth-child(11) {
  animation-delay: 1.5s;
}
.stagger-children-slow > *:nth-child(12) {
  animation-delay: 1.65s;
}
.stagger-children-slow > *:nth-child(13) {
  animation-delay: 1.8s;
}
.stagger-children-slow > *:nth-child(14) {
  animation-delay: 1.95s;
}
.stagger-children-slow > *:nth-child(15) {
  animation-delay: 2.1s;
}
.stagger-children-slow > *:nth-child(16) {
  animation-delay: 2.25s;
}
.stagger-children-slow > *:nth-child(17) {
  animation-delay: 2.4s;
}
.stagger-children-slow > *:nth-child(18) {
  animation-delay: 2.55s;
}
.stagger-children-slow > *:nth-child(19) {
  animation-delay: 2.7s;
}
.stagger-children-slow > *:nth-child(20) {
  animation-delay: 2.85s;
}
[data-parallax] {
  will-change: transform;
  transform: translateZ(0);
}
.hover-lift {
  transition:
    transform 0.3s var(--ease-out-quint),
    box-shadow 0.3s ease;
}
.hover-lift:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.hover-grow {
  transition: transform 0.3s var(--ease-out-quint);
}
.hover-grow:hover {
  transform: scale(1.05);
}
.btn-hover-slide {
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
}
.btn-hover-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--primary-color, #1e5aa8);
  transition: left 0.3s var(--ease-out-quint);
  z-index: -1;
}
.btn-hover-slide:hover {
  color: #fff;
}
.btn-hover-slide:hover::before {
  left: 0;
}
.text-reveal {
  overflow: hidden;
}
.text-reveal > * {
  display: inline-block;
  transform: translateY(100%);
  animation: textReveal 0.8s var(--ease-out-quint) forwards;
}
.skeleton-loading {
  position: relative;
  overflow: hidden;
  background: #f0f0f0;
}
.skeleton-loading::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: skeleton 1.5s infinite;
}
.pulse {
  animation: pulse 2s infinite;
}
.shake {
  animation: shake 0.5s;
}
.custom-cursor {
  width: 20px;
  height: 20px;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: difference;
}
.custom-cursor .cursor-dot {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s ease;
}
.custom-cursor.cursor-hover .cursor-dot {
  transform: scale(2.5);
  background: hsla(0, 0%, 100%, 0.5);
}
.custom-cursor.cursor-text .cursor-dot {
  transform: scale(1.5) scaleX(2);
  border-radius: 0;
}
@media (hover: none) {
  .custom-cursor {
    display: none;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.3);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes rotateIn {
  from {
    opacity: 0;
    transform: rotate(-45deg) scale(0.9);
  }
  to {
    opacity: 1;
    transform: rotate(0) scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slideInBottom {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes textReveal {
  to {
    transform: translateY(0);
  }
}
@keyframes skeleton {
  to {
    left: 100%;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-5px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(5px);
  }
}
@keyframes navItemFadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes submenuItemFadeIn {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes logoFadeIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes ctaFadeIn {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.animations-loaded [data-reveal],
.animations-loaded .reveal,
.animations-loaded .will-animate {
  transition-duration: 0.8s;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .custom-cursor {
    display: none;
  }
  [data-parallax] {
    transform: none !important;
  }
}
*:focus {
  outline: none;
}
:focus-visible {
  outline: 2px solid var(--primary-blue);
  outline-offset: 2px;
  position: relative;
  z-index: 1;
}
a:focus-visible {
  outline: 2px solid var(--primary-blue);
  outline-offset: 2px;
  text-decoration: underline;
}
button:focus-visible,
.btn:focus-visible,
input[type='submit']:focus-visible {
  outline: 2px solid var(--primary-blue);
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(30, 90, 168, 0.2);
}
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid var(--primary-blue);
  outline-offset: 2px;
  border-color: var(--primary-blue);
}
.nav-menu a:focus-visible {
  outline: 2px solid var(--primary-blue);
  outline-offset: 4px;
  background-color: rgba(30, 90, 168, 0.05);
  border-radius: var(--radius-sm);
}
.mobile-menu-toggle:focus-visible {
  outline: 2px solid var(--primary-blue);
  outline-offset: 2px;
  border-radius: var(--radius-sm);
}
.skip-link:focus {
  outline: 2px solid var(--white);
  outline-offset: 2px;
  position: absolute;
  left: 6px;
  top: 7px;
  z-index: 999999;
  padding: 8px 16px;
  background: var(--primary-blue);
  color: var(--white);
  text-decoration: none;
  border-radius: var(--radius);
}
.service-card:focus-within,
.portfolio-gallery__item:focus-within,
.testimonial-card:focus-within {
  outline: 2px solid var(--primary-blue);
  outline-offset: 2px;
}
.social-links a:focus-visible {
  outline: 2px solid var(--primary-blue);
  outline-offset: 2px;
  transform: translateY(-2px);
}
.hero :focus-visible,
.footer :focus-visible,
[class*='bg-dark'] :focus-visible {
  outline-color: var(--white);
}
@media (prefers-contrast: high) {
  :focus-visible {
    outline-width: 3px;
    outline-style: solid;
  }
}
@media (prefers-reduced-motion: reduce) {
  *:focus-visible {
    transition: none !important;
  }
}
.btn,
button,
a.btn,
input[type='submit'],
input[type='button'] {
  min-height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .nav-menu a {
    min-height: 48px;
    display: flex;
    align-items: center;
  }
  .social-links a {
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.screen-reader-text,
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.screen-reader-text:focus,
.sr-only:focus {
  position: absolute !important;
  width: auto !important;
  height: auto !important;
  padding: 8px 16px !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
  background: var(--primary-blue);
  color: var(--white);
  text-decoration: none;
  border-radius: var(--radius);
  z-index: 999999;
  left: 6px;
  top: 7px;
}
.focus-trap:focus {
  position: absolute;
  left: -9999px;
}
.keyboard-navigation *:focus {
  outline: 2px solid var(--primary-blue);
  outline-offset: 2px;
}
body.keyboard-nav :focus {
  outline: 2px solid var(--primary-blue);
  outline-offset: 2px;
}
.testimonials-block {
  --testimonials-bg-color: #f8f9fa;
  --testimonials-text-color: #333333;
  --testimonials-accent-color: #ff4d4f;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.testimonials-block .section-header {
  margin-bottom: 60px;
}
.testimonials-block .section-subtitle {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: var(--testimonials-accent-color);
}
.testimonials-block .section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
.testimonials-block .section-description {
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;
  opacity: 0.8;
}
.testimonials-block .testimonial-item {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
}
.testimonials-block .testimonial-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
}
.testimonials-block .testimonial-content {
  position: relative;
}
.testimonials-block .quote-icon {
  position: absolute;
  top: -20px;
  right: 30px;
  opacity: 0.2;
  font-size: 60px;
  line-height: 1;
  color: var(--testimonials-accent-color);
}
.testimonials-block .quote-icon svg {
  width: 40px;
  height: 40px;
  fill: currentColor;
}
.testimonials-block .testimonial-rating {
  display: flex;
  gap: 4px;
  font-size: 18px;
  margin-bottom: 15px;
}
.testimonials-block .testimonial-rating .star {
  display: inline-block;
}
.testimonials-block .testimonial-rating .star.filled,
.testimonials-block .testimonial-rating .star.half {
  color: var(--testimonials-accent-color);
}
.testimonials-block .testimonial-rating .star.empty {
  opacity: 0.3;
}
.testimonials-block .testimonial-text {
  font-size: 16px;
  line-height: 1.8;
  margin: 20px 0;
  position: relative;
  z-index: 1;
}
.testimonials-block .testimonial-text p {
  margin-bottom: 0;
}
.testimonials-block .testimonial-author {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 20px;
  margin-top: 30px;
}
.testimonials-block .author-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.testimonials-block .author-image img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.testimonials-block .author-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.testimonials-block .author-position {
  font-size: 14px;
  opacity: 0.7;
}
.testimonials-block .company-logo {
  margin-top: 15px;
}
.testimonials-block .company-logo img {
  max-height: 40px;
  width: auto;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.testimonials-block .company-logo img:hover {
  opacity: 1;
}
.testimonials-block.testimonials-slider .swiper-slide {
  height: auto;
}
.testimonials-block.testimonials-slider .swiper-pagination {
  margin-top: 40px;
  position: relative;
}
.testimonials-block.testimonials-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
  transition: all 0.3s ease;
}
.testimonials-block.testimonials-slider .swiper-pagination-bullet-active {
  background: var(--testimonials-accent-color);
  width: 30px;
  border-radius: 6px;
}
.testimonials-block.testimonials-slider .swiper-button-next,
.testimonials-block.testimonials-slider .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.testimonials-block.testimonials-slider .swiper-button-next:hover,
.testimonials-block.testimonials-slider .swiper-button-prev:hover {
  background: var(--testimonials-accent-color);
}
.testimonials-block.testimonials-slider .swiper-button-next:hover:after,
.testimonials-block.testimonials-slider .swiper-button-prev:hover:after {
  color: #fff;
}
.testimonials-block.testimonials-slider .swiper-button-next:after,
.testimonials-block.testimonials-slider .swiper-button-prev:after {
  font-size: 20px;
  color: #333;
  transition: color 0.3s ease;
}
.testimonials-block.testimonials-grid .testimonial-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.testimonials-block.testimonials-grid .testimonial-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.testimonials-block.testimonials-grid .testimonial-author {
  margin-top: auto;
}
.testimonials-block.testimonials-masonry .testimonials-grid {
  display: flex;
  flex-wrap: wrap;
}
.testimonials-block.testimonials-masonry .testimonial-text {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .testimonials-block {
    padding: 60px 0;
  }
  .testimonials-block .section-title {
    font-size: 30px;
  }
  .testimonials-block .testimonial-item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .testimonials-block {
    padding: 40px 0;
  }
  .testimonials-block .section-title {
    font-size: 24px;
  }
  .testimonials-block .testimonial-item {
    padding: 25px;
  }
  .testimonials-block .quote-icon {
    font-size: 40px;
    top: -10px;
    right: 20px;
  }
  .testimonials-block .quote-icon svg {
    width: 30px;
    height: 30px;
  }
  .testimonials-block .author-image img {
    width: 50px;
    height: 50px;
  }
  .testimonials-block.testimonials-slider .swiper-button-next,
  .testimonials-block.testimonials-slider .swiper-button-prev {
    display: none;
  }
}
@media (prefers-color-scheme: dark) {
  .testimonials-block .testimonial-item {
    background: #1a1a1a;
    color: #fff;
  }
  .testimonials-block .testimonial-author {
    border-top-color: hsla(0, 0%, 100%, 0.1);
  }
  .testimonials-block.testimonials-slider .swiper-button-next,
  .testimonials-block.testimonials-slider .swiper-button-prev {
    background: #2a2a2a;
  }
  .testimonials-block.testimonials-slider .swiper-button-next:after,
  .testimonials-block.testimonials-slider .swiper-button-prev:after {
    color: #fff;
  }
}
.contact-block {
  --contact-bg-color: #f8f9fa;
  --contact-text-color: #333333;
  --contact-accent-color: #ff4d4f;
  --contact-map-height: 400px;
  padding: 80px 0;
  position: relative;
  background-color: var(--contact-bg-color);
  color: var(--contact-text-color);
}
.contact-block .section-header {
  margin-bottom: 60px;
}
.contact-block .section-subtitle {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: var(--contact-accent-color);
}
.contact-block .section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
.contact-block .section-description {
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;
  opacity: 0.8;
}
.contact-block .contact-info-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}
.contact-block .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.contact-block .contact-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: color-mix(in srgb, var(--contact-accent-color) 10%, transparent);
  border-radius: 50%;
  color: var(--contact-accent-color);
}
.contact-block .contact-icon svg {
  width: 24px;
  height: 24px;
}
.contact-block .contact-content h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-block .contact-content p {
  margin-bottom: 5px;
  opacity: 0.8;
}
.contact-block .contact-content a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}
.contact-block .contact-content a:hover {
  color: var(--contact-accent-color);
}
.contact-block .contact-form-wrapper {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}
.contact-block .form-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.contact-block .form-description {
  font-size: 16px;
  opacity: 0.8;
  margin-bottom: 30px;
}
.contact-block .form-group label {
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}
.contact-block .form-control {
  width: 100%;
  padding: 12px 20px;
  font-size: 16px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: #fff;
  transition: all 0.3s ease;
}
.contact-block .form-control:focus {
  outline: none;
  border-color: var(--contact-accent-color);
  box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--contact-accent-color) 20%, transparent);
}
.contact-block textarea.form-control {
  resize: vertical;
}
.contact-block .rr-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: var(--contact-accent-color);
  border: 2px solid var(--contact-accent-color);
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.contact-block .rr-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px color-mix(in srgb, var(--contact-accent-color) 30%, transparent);
  background-color: color-mix(in srgb, var(--contact-accent-color) 90%, black);
  border-color: color-mix(in srgb, var(--contact-accent-color) 90%, black);
}
.contact-block .rr-btn .btn-icon {
  transition: transform 0.3s ease;
}
.contact-block .rr-btn:hover .btn-icon {
  transform: translateX(5px);
}
.contact-block .form-message {
  display: none;
  padding: 15px;
  border-radius: 4px;
  font-size: 14px;
}
.contact-block .form-message.success {
  display: block;
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
}
.contact-block .form-message.error {
  display: block;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
}
.contact-block .contact-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.contact-block .contact-card:hover {
  transform: translateY(-5px);
}
.contact-block .contact-card-icon {
  margin-bottom: 20px;
}
.contact-block .contact-card-icon svg {
  width: 48px;
  height: 48px;
  color: var(--contact-accent-color);
}
.contact-block .contact-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.contact-block .contact-card p {
  margin-bottom: 10px;
  opacity: 0.8;
}
.contact-block .contact-card a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.contact-block .contact-card a:hover {
  color: var(--contact-accent-color);
}
.contact-block.contact-cards-flat .contact-card {
  box-shadow: none;
  border: 1px solid #e0e0e0;
}
.contact-block.contact-cards-shadow .contact-card {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}
.contact-block.contact-cards-shadow .contact-card:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
}
.contact-block.contact-cards-bordered .contact-card {
  border: 2px solid var(--contact-accent-color);
}
.contact-block .contact-map {
  width: 100%;
  height: var(--contact-map-height);
  border-radius: 8px;
  overflow: hidden;
}
.contact-block .contact-map-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 100%;
}
.contact-block .contact-map-background .contact-map {
  height: 100%;
}
.contact-block .contact-map-background .map-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.contact-block .position-relative {
  position: relative;
}
.contact-block .z-index-1 {
  z-index: 1;
}
.contact-block.contact-layout-split .contact-form-wrapper,
.contact-block.contact-layout-split-reverse .contact-form-wrapper {
  height: 100%;
}
.contact-block.contact-layout-stacked .contact-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}
.contact-block.contact-layout-stacked .contact-info-title {
  grid-column: 1/-1;
}
.contact-block .mb-50 {
  margin-bottom: 50px;
}
.contact-block .mt-50 {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .contact-block {
    padding: 60px 0;
  }
  .contact-block .section-title {
    font-size: 30px;
  }
  .contact-block .contact-form-wrapper {
    padding: 30px;
  }
  .contact-block.contact-layout-split .col-lg-5,
  .contact-block.contact-layout-split .col-lg-7,
  .contact-block.contact-layout-split-reverse .col-lg-5,
  .contact-block.contact-layout-split-reverse .col-lg-7 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .contact-block {
    padding: 40px 0;
  }
  .contact-block .section-title {
    font-size: 24px;
  }
  .contact-block .contact-form-wrapper {
    padding: 25px;
  }
  .contact-block .contact-info-title {
    font-size: 24px;
  }
  .contact-block .contact-item {
    flex-direction: column;
    text-align: center;
  }
  .contact-block .contact-card {
    padding: 30px 20px;
  }
}
@media (prefers-color-scheme: dark) {
  .contact-block .contact-form-wrapper {
    background: #1a1a1a;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
  }
  .contact-block .form-control {
    background: #2a2a2a;
    border-color: #3a3a3a;
    color: #fff;
  }
  .contact-block .form-control:focus {
    border-color: var(--contact-accent-color);
    background: #2a2a2a;
  }
  .contact-block .contact-card {
    background: #1a1a1a;
  }
  .contact-block.contact-cards-flat .contact-card {
    border-color: #3a3a3a;
  }
}
.alignleft {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
.alignright {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}
.alignwide {
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto;
  margin-right: auto;
}
.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.wp-caption {
  max-width: 100%;
}
.wp-caption img {
  display: block;
  width: 100%;
  height: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.875rem;
  color: var(--gray-600);
  text-align: center;
  margin-top: 0.5rem;
}
.wp-block-gallery {
  display: grid;
  gap: 1rem;
}
.wp-block-gallery.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.wp-block-gallery.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.wp-block-gallery.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .wp-block-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.wp-block-embed {
  margin-bottom: 2rem;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mb-4 {
  margin-bottom: 1rem;
}
.screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
  word-wrap: normal !important;
}
@media print {
  .site-header,
  .site-footer,
  .skip-link,
  .back-to-top,
  .wp-block-button,
  .social-links,
  .share-buttons,
  #wpadminbar {
    display: none !important;
  }
  body {
    background: #fff;
    color: #000;
  }
  .site-main,
  .container {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  body {
    font-size: 12pt;
    line-height: 1.5;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  p,
  blockquote,
  ul,
  ol {
    orphans: 3;
    widows: 3;
  }
  a {
    color: #000;
    text-decoration: underline;
  }
  a[href^='http']:after {
    content: ' (' attr(href) ')';
    font-size: 0.8em;
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  table {
    border-collapse: collapse;
    width: 100%;
  }
  th,
  td {
    border: 1px solid #ddd;
    padding: 8px;
  }
}

/* Portfolio Filter Button Fix - Direct CSS Override */
.portfolio-gallery__filters .filter-btn,
.filter-buttons .filter-btn,
.filter-btn {
  padding: 0.875rem 1.75rem \!important;
  font-size: 1rem \!important;
  line-height: 1.5 \!important;
  min-height: 48px \!important;
  display: inline-flex \!important;
  align-items: center \!important;
  justify-content: center \!important;
  background-color: #f8f9fa \!important;
  border: 1px solid #dee2e6 \!important;
  border-radius: 8px \!important;
  color: #495057 \!important;
  font-weight: 500 \!important;
  transition: all 0.3s ease \!important;
  cursor: pointer \!important;
  white-space: nowrap \!important;
}

.portfolio-gallery__filters .filter-btn:hover,
.filter-buttons .filter-btn:hover,
.filter-btn:hover {
  background-color: #e9ecef \!important;
  border-color: #adb5bd \!important;
  color: #212529 \!important;
}

.portfolio-gallery__filters .filter-btn.active,
.filter-buttons .filter-btn.active,
.filter-btn.active {
  background-color: #1e5aa8 \!important;
  border-color: #1e5aa8 \!important;
  color: #ffffff \!important;
}

@media (max-width: 768px) {
  .portfolio-gallery__filters .filter-btn,
  .filter-buttons .filter-btn,
  .filter-btn {
    padding: 0.625rem 1.25rem \!important;
    font-size: 0.875rem \!important;
    line-height: 1.4 \!important;
    min-height: 44px \!important;
  }
}

/* Hero Section Typography Fix */
.universal-hero__title {
  font-size: clamp(2.5rem, 2rem + 2.5vw, 4rem) \!important;
  font-weight: 700 \!important;
  margin-bottom: 1rem \!important;
}

.universal-hero__subtitle {
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.5rem) \!important;
  font-weight: 400 \!important;
  opacity: 0.9 \!important;
}

/* ==========================================================================
   CRITICAL FIX: Hero Content Spacing (2025-08-03)
   Issue: Negative margins causing hero content to overlap with navigation
   ========================================================================== */

/* Remove all negative margins from hero-content */
.hero-content {
  margin-top: 0 \!important;
  margin-bottom: 0 \!important;
  margin-left: auto \!important;
  margin-right: auto \!important;
}

/* Ensure proper spacing for all hero section variants */
.hero,
.hero-section,
.printmax-hero,
.universal-hero,
.hero-video-section {
  margin-top: 0 \!important;
}

/* Fix any inherited negative margins on hero children */
.hero-content > *,
.printmax-hero__content > * {
  margin-top: 0;
}

/* Ensure first element in hero content has no negative margin */
.hero-content > *:first-child,
.printmax-hero__content > *:first-child {
  margin-top: 0 \!important;
}

/* Reset any conflicting margin utilities */
.hero .mt-n1,
.hero .mt-n2,
.hero .mt-n3,
.hero .mt-n4,
.hero .mt-n5,
.hero-section .mt-n1,
.hero-section .mt-n2,
.hero-section .mt-n3,
.hero-section .mt-n4,
.hero-section .mt-n5 {
  margin-top: 0 \!important;
}

/* Ensure hero maintains proper min-height without negative margins */
.hero,
.hero-section {
  min-height: calc(100vh - 80px); /* Account for sticky nav height */
}

@media (max-width: 768px) {
  .hero,
  .hero-section {
    min-height: calc(100vh - 70px); /* Smaller nav on mobile */
  }
}
EOF < /dev/null