html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  overflow-x: clip;
}

main,
.page-content,
.container {
  max-width: 100%;
  overflow-x: clip;
}

img,
svg,
video,
canvas {
  max-width: 100%;
  height: auto;
}

:focus-visible {
  outline: 2px solid #3b961a;
  outline-offset: 2px;
}

@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;
  }
}

.form-label,
.card-header h2,
.card-header h3,
.section-title {
  color: #2c3e50;
}

.card-header[style*='#3b961a'],
.card-header.text-white h2,
.card-header.text-white h3 {
  color: #fff !important;
}

.text-heizoel-green,
.section-title .accent,
.ho24-chart-title .accent {
  color: #3b961a;
}

.form-control,
.form-control:focus,
.input-group .form-control {
  max-width: 100%;
  min-width: 0;
}

.form-control:focus,
.input-group:focus-within {
  transform: none;
  box-shadow: 0 0 0 3px rgba(59, 150, 26, 0.15);
}

.input-group {
  max-width: 100%;
}

.row {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

@media (max-width: 768px) {
  .container,
  .page-content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .card-body {
    padding: 1rem;
  }

  .form-label {
    font-size: 0.9375rem;
    line-height: 1.35;
  }

  .calculator-form {
    height: auto !important;
    flex-direction: column !important;
    border-radius: 8px !important;
    overflow: visible !important;
  }

  .calculator-form > div,
  .calculator-form button,
  .calculator-label {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    border-radius: 4px !important;
    margin-bottom: 4px !important;
  }

  .calculator-label {
    justify-content: center !important;
    height: 52px !important;
  }

  .calculator-form button {
    height: 52px !important;
    min-height: 48px !important;
  }

  .title-banner {
    max-width: calc(100% - 24px) !important;
    white-space: normal !important;
    text-align: center !important;
  }

  .pricing {
    max-width: calc(100vw - 48px);
  }
}

.supplier-filter-row {
  flex-wrap: wrap !important;
}

@media (max-width: 768px) {
  .supplier-filter-row > div {
    flex: 1 1 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }
}

@media (max-width: 480px) {
  .phone-format-examples {
    word-break: break-word;
  }

  .phone-format-examples code {
    word-break: break-all;
  }
}

.page-skeleton {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3b961a;
  font-size: 1rem;
  padding: 24px;
}

.site-loading-screen {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  color: #3b961a;
  font-family: Roboto, sans-serif;
}

.site-loading-screen--fullscreen {
  position: fixed;
  inset: 0;
  z-index: 100000;
  min-height: 100vh;
  min-height: 100dvh;
}

.site-loading-screen__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px;
  text-align: center;
}

.site-loading-screen__spinner {
  width: 44px;
  height: 44px;
  border: 3px solid rgba(59, 150, 26, 0.2);
  border-top-color: #3b961a;
  border-radius: 50%;
  animation: site-loader-spin 0.8s linear infinite;
}

.site-loading-screen__text {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

@keyframes site-loader-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-loading-screen__spinner {
    animation: none;
    border-top-color: #3b961a;
  }
}

.heizoel-benefits-section {
  background: #f8f9fa;
  padding: 32px 16px 40px;
}

.heizoel-benefits-inner {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  padding: 24px 20px;
  border: 1px solid #e8ece8;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.heizoel-benefits-list {
  margin: 16px 0 0;
  padding-left: 1.25rem;
  color: #2c3e50;
  line-height: 1.6;
}

.heizoel-benefits-list li {
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .heizoel-benefits-section {
    padding: 20px 12px 28px;
  }

  .heizoel-benefits-inner {
    padding: 18px 14px;
  }
}
