/* ========================================
   CashPro Login - Complete Stylesheet
   Domain: cacedpron.cc
   Optimized for: Performance & SEO
   Version: 2.0
   Last Updated: 2025-10-10
   ======================================== */

/* === RESET & BASE === */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border: 0;
}

a {
  text-decoration: none;
  color: #0b5bd7;
  transition: color 0.3s ease;
  background-color: transparent;
}

a:hover,
a:focus {
  color: #0947a8;
  outline: 0;
}

button {
  cursor: pointer;
  border: none;
  font-family: inherit;
  overflow: visible;
}

button:focus {
  outline: 2px solid #0b5bd7;
  outline-offset: 2px;
}

ul {
  list-style: none;
}

/* === ACCESSIBILITY === */
.screen-reader-only,
.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-width: 0 !important;
}

.hidden {
  display: none !important;
}

/* Focus visible for keyboard navigation */
*:focus-visible {
  outline: 2px solid #0b5bd7;
  outline-offset: 2px;
}

/* === CONTAINERS === */
.container-max-width,
.container-wrapper,
.container-layout,
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 100%;
}

/* === HEADER & NAVIGATION === */
.navbar-banner {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  will-change: transform;
}

.header-background-wrapper {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.full-width-stack-lg-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}

.content-divider-lg-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.align-center-flex {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.margin-right-small {
  margin-right: 0.75rem;
}

.small-image-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.md-large-text-grey {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
}

.mobile-menu-button {
  display: none;
  background: transparent;
  padding: 0.5rem;
}

.icon-small-size {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.responsive-navbar-container {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.centered-nav-links {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  list-style: none;
}

.nav-link-style,
.nav-link {
  color: #4b5563;
  font-weight: 500;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  transition: all 0.3s ease;
  display: block;
}

.nav-link-style:hover,
.nav-link:hover,
.nav-link-style:focus,
.nav-link:focus {
  color: #0b5bd7;
  background: #f3f4f6;
}

/* Navigation structure */
.light-navbar-theme {
  background: transparent;
}

.navbar {
  padding: 1rem 0;
  width: 100%;
}

.navbar-expand-lg {
  width: 100%;
}

.transparent {
  background: transparent;
}

.horizontal-align-xl-lg {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.full-width {
  width: 100%;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.responsive-text-style {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
}

.navbar-collapse {
  display: flex;
  align-items: center;
}

/* Mobile menu */
.offcanvas {
  position: fixed;
  top: 0;
  left: -100%;
  width: 280px;
  height: 100vh;
  background: white;
  transition: left 0.3s ease;
  z-index: 9999;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
}

.offcanvas.show {
  left: 0;
}

.offcanvas-nav {
  overflow-y: auto;
}

.offcanvas-start {
  left: -100%;
}

.mobile-menu-header,
.offcanvas-header {
  padding: 1rem;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  justify-content: flex-end;
}

.button-style {
  background: transparent;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
}

.icon-size-small {
  width: 24px;
  height: 24px;
}

.offcanvas-position-xl-lg,
.offcanvas-body {
  padding: 1rem 0;
}

.navbar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.nav-item {
  width: 100%;
}

.full-flex-auto-margin {
  margin-left: auto;
}

.navbar-other {
  display: flex;
  align-items: center;
}

.center-aligned-flex-row {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.responsive-hidden-large {
  display: none;
}

.hamburger {
  background: transparent;
  border: none;
  width: 32px;
  height: 32px;
  position: relative;
  cursor: pointer;
  padding: 0;
}

.hamburger span,
.hamburger span::before,
.hamburger span::after {
  display: block;
  width: 24px;
  height: 2px;
  background: #1f2937;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}

.hamburger span {
  top: 50%;
  transform: translate(-50%, -50%);
}

.hamburger span::before {
  content: '';
  top: -8px;
}

.hamburger span::after {
  content: '';
  top: 8px;
}

/* === BUTTONS === */
.primary-button-style,
.button-primary,
.primary-button,
.primary-action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #0b5bd7;
  color: white;
  padding: 0.875rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  text-align: center;
}

.primary-button-style:hover,
.button-primary:hover,
.primary-button:hover,
.primary-action-button:hover {
  background: #0947a8;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(11, 91, 215, 0.3);
  color: white;
}

.secondary-button-style,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #0b5bd7;
  padding: 0.875rem 1.5rem;
  border: 2px solid #0b5bd7;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
}

.secondary-button-style:hover,
.secondary-button:hover {
  background: #0b5bd7;
  color: white;
}

.action-button-group,
.actions-group {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.btn {
  padding: 0.875rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-primary {
  background: #0b5bd7;
  color: white;
  border: none;
}

/* === TYPOGRAPHY === */
.headline-large-bold,
.responsive-main-heading,
.headline-style-large {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #111827;
  margin-bottom: 1rem;
}

.subtext-paragraph {
  font-size: 1.125rem;
  color: #6b7280;
  line-height: 1.7;
}

.title-xl-light {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.5rem;
}

.title-text {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
}

.subheading-title-gray {
  font-size: 1.125rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.5rem;
}

.large-text {
  font-size: 1.75rem;
  font-weight: 700;
  color: #111827;
  margin: 2rem 0 1rem 0;
  line-height: 1.3;
}

h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.2;
}

h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
}

h4 {
  font-size: 1.125rem;
  font-weight: 600;
}

p {
  color: #4b5563;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.lead {
  font-size: 1.25rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

/* === SECTIONS === */
.section-spacing,
.vertical-padding-large,
.section-spacing-top-bottom,
.vertical-padding-container {
  padding: 4rem 0;
}

.section-bottom-padding {
  padding-bottom: 4rem;
}

.content-wrapper,
.section-padding-y {
  padding: 0 1.5rem;
}

.hero-section {
  background: linear-gradient(135deg, #f6f9fb 0%, #ffffff 100%);
}

.white-background,
.section-white-bg {
  background: #ffffff;
}

.light-blue-background,
.background-light-blue {
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  padding: 3rem 0;
}

.responsive-padding-centered,
.block-padding-centered {
  padding: 2rem 1.5rem;
}

/* === GRID LAYOUTS === */
.feature-grid-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.feature-column-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.gallery-display-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.responsive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.full-width-grid-layout {
  display: grid;
  gap: 1.5rem;
}

.flex-container-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.responsive-content-box,
.content-area-max-width {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.wide-responsive-column {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.center-aligned-panel {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

/* === CARDS === */
.card-base-layout,
.card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.card-base-layout:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.card-content-overlay,
.card-body {
  padding: 1.5rem;
}

.adaptive-content-padding,
.centered-padding-card {
  padding: 2rem;
}

.card-box {
  background: white;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.card-box:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.light-theme-card {
  background: #f9fafb;
}

.soft-blue-card {
  background: #eff6ff;
}

.muted-card-style {
  background: #f3f4f6;
}

.card-img-top {
  width: 100%;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}

/* === IMAGES === */
.responsive-image-cover {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
}

.responsive-image-fit {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.full-image-cover {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}

.full-width-image {
  width: 100%;
  height: auto;
  display: block;
}

.flex-element-order-control {
  order: 2;
}

.centered-flex-image-wrapper {
  display: flex;
  align-items: center;
  order: 1;
}

.display-block {
  display: block;
}

/* === STATISTICS === */
.highlighted-statistics {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0b5bd7;
  margin-bottom: 0.25rem;
}

.stats-description {
  color: #6b7280;
  font-size: 0.875rem;
}

.statistic-section-layout {
  display: flex;
  gap: 2rem;
  margin-top: 1.5rem;
}

.emphasized-metric {
  font-size: 2rem;
  font-weight: 700;
  color: #0b5bd7;
  margin-bottom: 0.5rem;
}

.subdued-label {
  color: #6b7280;
  font-size: 0.875rem;
}

.flex-responsive-structure {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.info-card-container {
  background: white;
  padding: 1.5rem;
  border-radius: 12px;
  min-width: 180px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  text-align: center;
}

/* === ICON & NUMBER BOXES === */
.icon-text-combination {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.icon-number-box {
  width: 48px;
  height: 48px;
  background: #0b5bd7;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bold-number-text {
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
}

.collapsible-content {
  margin-left: 64px;
}

/* === TESTIMONIALS === */
.testimonial-item {
  height: 100%;
}

.testimonial-quote {
  font-style: normal;
}

.testimonial-quote p {
  margin-bottom: 1rem;
  color: #374151;
  line-height: 1.7;
}

.testimonial-quote footer {
  color: #6b7280;
  font-size: 0.875rem;
  font-weight: 600;
}

/* === FORMS === */
.form-structure {
  margin-top: 1.5rem;
}

.left-aligned-text {
  text-align: left;
}

.form-element-spacing {
  margin-bottom: 1.25rem;
}

.form-floating {
  position: relative;
}

.input-field-design,
.input-basic-style,
.form-control {
  width: 100%;
  padding: 1rem;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
  font-family: inherit;
}

.input-field-design:focus,
.input-basic-style:focus,
.form-control:focus {
  outline: none;
  border-color: #0b5bd7;
  box-shadow: 0 0 0 3px rgba(11, 91, 215, 0.1);
}

textarea.input-field-design,
textarea.input-basic-style {
  resize: vertical;
  min-height: 120px;
}

.form-label-styling {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  color: #6b7280;
  font-size: 1rem;
  pointer-events: none;
  transition: all 0.3s ease;
  background: white;
  padding: 0 0.25rem;
}

.input-basic-style:focus + .form-label-styling,
.input-basic-style:not(:placeholder-shown) + .form-label-styling {
  top: 0;
  font-size: 0.75rem;
  color: #0b5bd7;
}

.instruction-text-block {
  text-align: center;
  color: #6b7280;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.alert {
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.alert-success {
  background: #d1fae5;
  color: #065f46;
  border: 1px solid #6ee7b7;
}

/* === POST/BLOG CONTENT === */
.small-bottom-margin {
  margin-bottom: 1rem;
}

.post-header {
  margin-bottom: 2rem;
}

.header-label-details {
  display: inline-block;
  background: #0b5bd7;
  color: white;
  padding: 0.375rem 0.875rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.compact-list-styles {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.element-inline-display {
  display: inline-block;
  color: #6b7280;
  font-size: 0.875rem;
}

.muted-caption-inline {
  color: #6b7280;
  font-size: 1.125rem;
  margin-top: 0.5rem;
}

.negative-top-margin {
  margin-top: -3rem;
}

.blog {
  width: 100%;
}

.single {
  width: 100%;
}

.medium-bottom-gap {
  margin-bottom: 2rem;
}

.post {
  color: #4b5563;
  line-height: 1.8;
}

.positioned-element {
  position: relative;
}

.post p {
  margin-bottom: 1.25rem;
  color: #4b5563;
  line-height: 1.8;
}

.post ol,
.post ul {
  margin: 1.5rem 0;
  padding-left: 2rem;
  list-style: disc;
}

.post ol {
  list-style: decimal;
}

.post li {
  margin-bottom: 0.75rem;
  line-height: 1.7;
  color: #4b5563;
}

/* === FOOTER === */
.full-width-banner {
  background: #1f2937;
  color: #d1d5db;
  padding: 3rem 0 2rem;
}

.vertical-spacing {
  margin-bottom: 2rem;
}

.section-divider {
  padding-top: 2rem;
  border-top: 1px solid #374151;
}

.navigation-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.link-default {
  color: #d1d5db;
  transition: color 0.3s ease;
}

.link-default:hover,
.link-default:focus {
  color: #ffffff;
}

.muted-text,
.text-muted {
  color: #9ca3af;
  font-size: 0.875rem;
}

.contact-information {
  color: #d1d5db;
  font-size: 0.875rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex-wrap: wrap;
}

.separator-line {
  color: #6b7280;
  margin: 0 0.25rem;
}

.flexible-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

/* === POPUP === */
.popup-banner {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  max-width: 400px;
  background: white;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  animation: slideInUp 0.4s ease-out;
}

@keyframes slideInUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.heading-large {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.5rem;
}

.body-small {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.6;
}

.text-underline {
  text-decoration: underline;
}

/* === TRUST SECTION === */
.trust-section {
  background: #f6f9fb;
  padding: 3rem 0;
}

.logo-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.logo-row img {
  max-height: 40px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
  filter: grayscale(100%);
}

.logo-row img:hover {
  opacity: 1;
  filter: grayscale(0%);
}

/* === CTA SECTION === */
.cta-section {
  background: linear-gradient(135deg, #0b5bd7 0%, #0947a8 100%);
  color: white;
  padding: 4rem 0;
}

.cta-section h2 {
  color: white;
}

.cta-section p {
  color: rgba(255, 255, 255, 0.9);
}

/* === SHARE SECTION === */
.share-section {
  background: #f0f4ff;
  padding: 2rem 0;
  text-align: center;
}

.share-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.share-buttons a {
  padding: 0.75rem 1.25rem;
  background: white;
  border-radius: 8px;
  color: #0b5bd7;
  font-weight: 600;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.share-buttons a:hover,
.share-buttons a:focus {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  color: #0b5bd7;
}

/* === FAQ SECTION === */
.centered-info-box {
  background: white;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.supporting-paragraph-text {
  color: #6b7280;
  line-height: 1.7;
}

/* === RESPONSIVE DESIGN === */
@media (min-width: 1024px) {
  .offcanvas {
    position: static;
    left: 0;
    width: auto;
    height: auto;
    background: transparent;
    box-shadow: none;
  }

  .mobile-menu-header,
  .offcanvas-header {
    display: none;
  }

  .navbar-nav {
    flex-direction: row;
    gap: 1.5rem;
  }

  .nav-item {
    width: auto;
  }

  .nav-link,
  .nav-link-style {
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
  }

  .responsive-hidden-large {
    display: none !important;
  }

  .offcanvas-body {
    padding: 0;
  }
}

@media (max-width: 1023px) {
  .responsive-hidden-large {
    display: block;
  }

  .navbar-collapse:not(.show) {
    display: none;
  }
}

@media (max-width: 1024px) {
  .feature-grid-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .flex-element-order-control {
    order: 1;
  }
  
  .centered-flex-image-wrapper {
    order: 2;
  }
}

@media (max-width: 768px) {
  .mobile-menu-button {
    display: block;
  }
  
  .responsive-navbar-container {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    padding: 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .responsive-navbar-container.flex {
    display: flex;
  }
  
  .responsive-navbar-container.flex-col {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .centered-nav-links {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
  
  .nav-link-style,
  .nav-link {
    display: block;
    width: 100%;
    padding: 0.75rem 1rem;
  }
  
  .headline-large-bold,
  .responsive-main-heading,
  .headline-style-large {
    font-size: 2rem;
  }

  h1 {
    font-size: 2rem;
  }
  
  h2 {
    font-size: 1.75rem;
  }
  
  .action-button-group,
  .actions-group {
    flex-direction: column;
  }
  
  .action-button-group a,
  .actions-group a,
  .action-button-group button,
  .actions-group button {
    width: 100%;
    justify-content: center;
    margin-left: 0 !important;
  }
  
  .statistic-section-layout {
    flex-direction: column;
    gap: 1rem;
  }
  
  .collapsible-content {
    margin-left: 0;
  }
  
  .popup-banner {
    left: 1rem;
    max-width: calc(100% - 2rem);
  }
  
  .section-divider,
  .flexible-layout {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  
  .contact-information {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }
  
  .separator-line {
    display: none;
  }

  .navigation-links {
    flex-direction: column;
    gap: 0.75rem;
  }
}

@media (max-width: 480px) {
  .headline-large-bold,
  .responsive-main-heading,
  .headline-style-large {
    font-size: 1.75rem;
  }

  h1 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 1.5rem;
  }
  
  .container-max-width,
  .container-wrapper,
  .container-layout,
  .container {
    padding: 0 1rem;
  }
  
  .section-spacing,
  .vertical-padding-large,
  .section-spacing-top-bottom,
  .vertical-padding-container {
    padding: 2rem 0;
  }
  
  .feature-column-group {
    grid-template-columns: 1fr;
  }
  
  .gallery-display-grid {
    grid-template-columns: 1fr;
  }

  .responsive-grid {
    grid-template-columns: 1fr;
  }

  .card-content-overlay,
  .card-body,
  .adaptive-content-padding,
  .centered-padding-card {
    padding: 1rem;
  }

  .info-card-container {
    min-width: 100%;
  }
}

/* === PRINT STYLES === */
@media print {
  .navbar-banner,
  .header-background-wrapper,
  .popup-banner,
  .share-section,
  .hamburger,
  .mobile-menu-button {
    display: none !important;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
    color: #000;
    background: #fff;
  }

  a {
    color: #000;
    text-decoration: underline;
  }

  .container-max-width,
  .container-wrapper,
  .container {
    max-width: 100%;
    padding: 0;
  }
}

/* === PERFORMANCE OPTIMIZATIONS === */
@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;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  button,
  a {
    outline: 2px solid currentColor;
    outline-offset: 2px;
  }
}

/* Dark mode support (optional) */
@media (prefers-color-scheme: dark) {
  /* Uncomment to enable dark mode
  body {
    background: #111827;
    color: #f3f4f6;
  }
  */
}

/* === END OF STYLESHEET === */