/* Pompy Ciepła – Page Specific Styles */

.pompy-ciepla-page {
  --heatpump-primary: #0a6b45;
  --heatpump-secondary: #3cb5c0;
  --heatpump-accent: #f4fdf8;
  --heatpump-dark: #102327;
  --heatpump-muted: #5a6b75;
  --heatpump-border: rgba(10, 107, 69, 0.12);
  --primary-color: var(--heatpump-primary);
  --accent-color: var(--heatpump-secondary);
  --light-color: #ffffff;
  background: linear-gradient(180deg, #f5f8fb 0%, #ffffff 22%, #f4fdf8 100%);
  color: #1a242b;
  overflow-x: hidden;
}


.pompy-ciepla-page .container {
  position: relative;
  z-index: 1;
}

.pompy-ciepla-hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(640px, 90vh, 860px);
  color: #fff;
}

.pompy-ciepla-hero .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.pompy-ciepla-hero .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8);
}

.pompy-ciepla-hero .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.75) 100%);
  z-index: 1;
}

.pompy-ciepla-hero .hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.pompy-ciepla-hero .hero-text {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.pompy-ciepla-hero .eyebrow-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.18);
  color: #f6fffc;
  border-radius: 999px;
  padding: 10px 20px;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
  margin-bottom: 24px;
}

.pompy-ciepla-hero h1 {
  font-size: clamp(2.8rem, 4.8vw, 4rem);
  margin-bottom: 24px;
}

.pompy-ciepla-hero .hero-subtitle {
  font-size: 1.3rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 32px;
}

.pompy-ciepla-hero .hero-benefits {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.pompy-ciepla-hero .benefit-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(10px);
  font-weight: 500;
}

.pompy-ciepla-hero .hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}

.pompy-ciepla-hero .btn-primary {
  background: var(--heatpump-secondary);
  color: #05221f;
  box-shadow: 0 18px 38px rgba(23, 188, 218, 0.28);
  border-radius: 10px;
  padding: 14px 36px;
}

.pompy-ciepla-hero .btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  padding: 12px 30px;
  background: transparent;
  color: #fff;
  font-weight: 600;
  transition: background 0.25s ease, color 0.25s ease;
}

.pompy-ciepla-hero .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.pompy-ciepla-hero .hero-assurance {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 24px;
}

.pompy-ciepla-hero .hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 32px;
  color: rgba(255, 255, 255, 0.82);
  justify-content: center;
}

.pompy-ciepla-hero .trust-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.98rem;
}
.breadcrumb li {
  color: #24333c;
  float: left;
  margin-right: 10px;
}
ol[itemtype*="BreadcrumbList"] li:not(:last-child)::after {
  content: " / ";
  padding: 0 8px;
  color: #666;
}
.pompy-ciepla-hero .trust-item i {
  color: var(--heatpump-secondary);
  font-size: 1rem;
}

.pompy-ciepla-page .breadcrumb {
  background: transparent;
  margin: 0;
  padding: 32px 0 0;
  color: var(--heatpump-muted);
  font-size: 0.95rem;
}

.pompy-ciepla-page .breadcrumb a {
  color: var(--heatpump-primary);
  text-decoration: none;
  font-weight: 600;
}

.section-heading {
  font-size: clamp(2rem, 4vw, 2.75rem);
  margin-bottom: 36px;
  color: var(--heatpump-dark);
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

.section-heading::after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 4px;
  border-radius: 999px;
  background: var(--heatpump-primary);
}

.section-subheading {
  max-width: 720px;
  margin-bottom: 36px;
}

.section-subheading h3 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  margin-bottom: 16px;
  color: var(--heatpump-dark);
}

.section-subheading p {
  color: var(--heatpump-muted);
  margin-bottom: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--heatpump-primary);
  font-weight: 600;
  background: rgba(10, 107, 69, 0.12);
  padding: 6px 14px;
  border-radius: 999px;
}

.heatpump-about {
  position: relative;
  margin-top: -161px;
  padding-top: 161px;
}

.heatpump-about::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(23, 188, 218, 0.12), transparent 55%);
  z-index: 0;
}

.heatpump-intro-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 48px;
}

.heatpump-intro-copy p {
  font-size: 1.05rem;
  color: #24333c;
}

.heatpump-highlight-box {
  margin-top: clamp(24px, 4vw, 40px);
  position: relative;
  padding: clamp(28px, 3.4vw, 44px) 0;
  /* Gradient przejściowy: biały → jasny szary → szary (płynne przejście między sekcjami) */
  background: linear-gradient(to bottom, #FFFFFF 0%, #F5F8F9 50%, #E8EEEF 100%);
  overflow: hidden;
  /* Full-width: expand beyond container */
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

.heatpump-highlight-box h3 {
  margin-bottom: clamp(18px, 2vw, 28px);
  font-size: clamp(1.75rem, 2.5vw, 2.2rem);
  font-weight: 700;
  color: #1B5E3F;
  display: block;
  position: relative;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(20px, 4vw, 48px);
  padding-right: clamp(20px, 4vw, 48px);
}

/* Pionowa zielona kreska po lewej stronie tytułu */
.heatpump-highlight-box h3::before {
  content: '';
  position: absolute;
  left: clamp(20px, 4vw, 48px);
  top: 50%;
  transform: translateY(-50%) translateX(-20px);
  width: 8px;
  height: 48px;
  background: #2D8659;
  border-radius: 4px;
}

.heatpump-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(24px, 2.5vw, 32px);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(20px, 4vw, 48px);
  padding-right: clamp(20px, 4vw, 48px);
}

.heatpump-types {
  position: relative;
}

.heatpump-types::before {
  content: '';
  position: absolute;
  inset: -120px -120px 0;
  background: radial-gradient(circle at 15% 10%, rgba(23, 188, 218, 0.08), transparent 55%),
              radial-gradient(circle at 90% 20%, rgba(10, 107, 69, 0.08), transparent 60%);
  z-index: 0;
}

.heatpump-types .container {
  position: relative;
  z-index: 1;
}

.heatpump-type-stack {
  display: flex;
  flex-direction: column;
  gap: 42px;
  margin-top: 48px;
}

.heatpump-type-card {
  background: #ffffff;
  border-radius: 32px;
  border: 1px solid rgba(10, 107, 69, 0.08);
  box-shadow: 0 32px 60px rgba(12, 46, 29, 0.12);
  overflow: hidden;
  position: relative;
  padding: clamp(28px, 3vw, 40px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  isolation: isolate;
}

.heatpump-type-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(140deg, rgba(23, 188, 218, 0.08), rgba(10, 107, 69, 0.06));
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.heatpump-type-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 44px 90px rgba(12, 46, 29, 0.16);
}

.heatpump-type-card:hover::after {
  opacity: 1;
}

.type-header {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
}

.type-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  overflow: hidden;
  flex: 0 1 320px;
  max-width: 100%;
  box-shadow: 0 18px 46px rgba(12, 46, 29, 0.18);
  background: radial-gradient(circle at top, rgba(23, 188, 218, 0.2), rgba(10, 107, 69, 0.05) 60%, rgba(255, 255, 255, 0.6));
}

.type-media img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.type-chip {
  position: absolute;
  top: 18px;
  left: 18px;
  background: rgba(10, 107, 69, 0.9);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 999px;
  letter-spacing: 0.05em;
  backdrop-filter: blur(8px);
  box-shadow: 0 16px 30px rgba(7, 33, 25, 0.25);
}

.type-chip--premium {
  background: linear-gradient(135deg, #0a6b45, #0c8861);
}

.type-chip--aqua {
  background: linear-gradient(135deg, #0a6b45, #3baaac);
}

.type-summary {
  flex: 1 1 340px;
  min-width: 260px;
}

.type-summary h3 {
  font-size: clamp(1.6rem, 2.6vw, 2rem);
  margin-bottom: 12px;
  color: var(--heatpump-dark);
}

.type-summary .type-lead {
  color: rgba(26, 47, 54, 0.9);
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.65;
}

.type-highlights {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.type-highlights li {
  background: rgba(10, 107, 69, 0.08);
  color: var(--heatpump-dark);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(10, 107, 69, 0.14);
  line-height: 1.4;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.type-panels {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 10px;
  margin-top: 36px;
}

.type-panel {
  background: linear-gradient(145deg, rgba(244, 253, 248, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
  border: 1px solid rgba(10, 107, 69, 0.12);
  border-radius: 22px;
  padding: 22px 24px;
  box-shadow: 0 18px 40px rgba(12, 46, 29, 0.12);
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  border-left: 6px solid rgba(23, 188, 218, 0.35);
  color: rgba(20, 40, 36, 0.92);
  height: 100%;
}

.type-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(23, 188, 218, 0.12), transparent 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.type-panel:hover::before {
  opacity: 1;
}

.type-panel-heading {
  display: flex;
  align-items: center;
  gap: 12px;
}

.type-panel-heading h4 {
  font-size: 1.05rem;
  color: var(--heatpump-dark);
  margin: 0;
}

.type-panel-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(10, 107, 69, 0.16);
  color: var(--heatpump-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.type-panel-icon i {
  color: inherit;
}

.type-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: grid;
  gap: 8px;
  color: rgba(21, 46, 40, 0.92);
  font-size: 14px;
  line-height: 1.55;
}

.type-list.check li {
  position: relative;
  padding-left: 26px;
}

.type-list.check li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 4px;
  color: #0a6b45;
  font-weight: 700;
  font-size: 0.85rem;
}

.type-list.icon-list li {
  padding-left: 42px;
  position: relative;
  min-height: 32px;
}

.type-list.icon-list .list-icon {
  position: absolute;
  left: 0;
  top: 4px;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(23, 188, 218, 0.18);
  color: #0a6b45;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
}

.type-price-strip {
  background: linear-gradient(120deg, rgba(10, 107, 69, 0.12), rgba(23, 188, 218, 0.18));
  border: 1px solid rgba(10, 107, 69, 0.2);
  border-radius: 22px;
  padding: 22px 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  box-shadow: 0 18px 40px rgba(12, 46, 29, 0.12);
}

.type-price-strip .price-primary {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 160px;
}

.type-price-strip .label {
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(7, 33, 25, 0.72);
  font-weight: 600;
}

.type-price-strip .value {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--heatpump-primary);
}

.type-price-strip .price-meta {
  font-size: 0.97rem;
  color: rgba(7, 33, 25, 0.78);
  line-height: 1.55;
}

.type-price-strip .price-meta p {
  margin: 0;
}

.type-cta {
  margin-top: auto;
  align-self: stretch;
  display: inline-flex;
  justify-content: center;
  padding: 14px 0;
  font-size: 1rem;
  box-shadow: 0 18px 30px rgba(23, 188, 218, 0.22);
}

.heatpump-type-comparison {
  margin-top: 72px;
  background: #ffffff;
  border-radius: 28px;
  border: 1px solid var(--heatpump-border);
  box-shadow: 0 24px 70px rgba(12, 46, 29, 0.14);
  padding: 36px;
}

.heatpump-type-comparison .comparison-headline {
  margin-bottom: 22px;
}

.comparison-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.heatpump-comparison-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
}

.heatpump-comparison-table th,
.heatpump-comparison-table td {
  padding: 16px 18px;
  text-align: left;
  border-bottom: 1px solid rgba(10, 107, 69, 0.12);
}

.heatpump-comparison-table th {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.9rem;
  color: var(--heatpump-muted);
}

.heatpump-comparison-table td {
  font-size: 1.02rem;
  color: var(--heatpump-dark);
}

.heatpump-comparison-table td.best {
  font-weight: 600;
  color: var(--heatpump-primary);
}

.heatpump-choice-guides {
  margin-top: 60px;
}

.heatpump-choice-guides .align-start {
  margin-bottom: 26px;
}

.guide-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.guide-card {
  background: linear-gradient(135deg, rgba(10, 107, 69, 0.1), rgba(23, 188, 218, 0.12));
  border-radius: 24px;
  padding: 26px;
  border: 1px solid rgba(10, 107, 69, 0.12);
  box-shadow: 0 18px 60px rgba(12, 46, 29, 0.12);
}

.guide-card h4 {
  font-size: 1.05rem;
  margin-bottom: 12px;
  color: var(--heatpump-dark);
}

.guide-card p {
  margin: 0;
  color: var(--heatpump-muted);
}

.consultation-note {
  margin-top: 24px;
  color: var(--heatpump-muted);
}

.consultation-note a {
  color: var(--heatpump-primary);
  font-weight: 600;
}

@media (min-width: 768px) {
  .heatpump-benefits-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.heatpump-benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(12px, 1.5vw, 16px);
  padding: 40px 24px;
  /* Glassmorphism effect */
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  border: 1px solid rgba(45, 134, 89, 0.2);
  transition: all 0.3s ease;
  position: relative;
}

.heatpump-benefit:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-color: rgba(45, 134, 89, 0.8);
}

/* Minimalistyczne ikony - tylko outline z kreską pod spodem */
.benefit-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2D8659;
  flex-shrink: 0;
  position: relative;
  transition: all 0.3s ease;
  /* Brak tła - czysta ikona */
  background: none;
  box-shadow: none;
}

/* Kreska pod ikoną */
.benefit-icon::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 3px;
  background: #2D8659;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.benefit-icon svg {
  width: 48px;
  height: 48px;
  stroke-width: 2.5;
  transition: all 0.3s ease;
}

/* Hover: ikona ciemniejsza + kreska się wydłuża */
.heatpump-benefit:hover .benefit-icon {
  color: #1B5E3F;
}

.heatpump-benefit:hover .benefit-icon::after {
  width: 48px;
  background: #1B5E3F;
}

.benefit-copy {
  flex: 1;
  text-align: center;
}

.benefit-copy h4 {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  font-weight: 700;
  color: #1B5E3F;
  margin: 0 0 12px 0;
  transition: color 0.3s ease;
  line-height: 1.3;
}

.benefit-copy p {
  font-size: clamp(0.95rem, 1.5vw, 1rem);
  line-height: 1.6;
  color: #5F6368;
  margin: 0;
}

.heatpump-benefit:hover .benefit-copy h4 {
  color: #0F3A25;
}



.heatpump-highlight-box ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.heatpump-highlight-box li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  color: var(--heatpump-dark);
}
.heatpump-intro-media {
  position: relative;
}

.heatpump-intro-media::after {
  content: '';
  position: absolute;
  inset: 18px;
  border-radius: 24px;
  border: 1px solid rgba(10, 107, 69, 0.18);
  pointer-events: none;
}

.heatpump-intro-media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 26px;
  box-shadow: 0 32px 70px rgba(12, 46, 29, 0.2);
}

.heatpump-how-it-works {
  background: linear-gradient(150deg, rgba(10, 107, 69, 0.08) 0%, rgba(23, 188, 218, 0.14) 100%);
  padding: clamp(48px, 6vw, 64px) clamp(28px, 6vw, 56px);
  border-radius: 36px;
  border: 1px solid rgba(23, 188, 218, 0.2);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  margin-bottom: 13vh;
}

.heatpump-how-it-works::before,
.heatpump-how-it-works::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.65;
  z-index: 0;
}

.heatpump-how-it-works::before {
  width: clamp(320px, 52vw, 520px);
  height: clamp(320px, 52vw, 520px);
  bottom: -32%;
  right: -18%;
  background: radial-gradient(circle, rgba(23, 188, 218, 0.3) 0%, transparent 70%);
}

.heatpump-how-it-works::after {
  width: clamp(280px, 40vw, 420px);
  height: clamp(280px, 40vw, 420px);
  top: -26%;
  left: -20%;
  background: radial-gradient(circle, rgba(10, 76, 5, 0.28) 0%, transparent 70%);
}

.heatpump-how-it-works .section-subheading {
  position: relative;
  z-index: 1;
}

.heatpump-cycle {
  position: relative;
  z-index: 1;
  margin-top: clamp(32px, 5vw, 44px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 48px);
  align-items: center;
}

.heatpump-cycle__diagram {
  position: relative;
  width: min(360px, 100%);
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  display: grid;
  place-items: center;
  filter: drop-shadow(0 24px 45px rgba(12, 46, 29, 0.16));
}

.heatpump-cycle__ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: linear-gradient(145deg, rgba(244, 253, 248, 0.35), rgba(23, 188, 218, 0.12));
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.heatpump-cycle__ring--outer {
  inset: 6%;
}

.heatpump-cycle__ring--inner {
  inset: 22%;
  background: linear-gradient(150deg, rgba(23, 188, 218, 0.32), rgba(10, 76, 5, 0.18));
}

.heatpump-cycle__core {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 6px;
  padding: 26px 28px;
  border-radius: 24px;
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 22px 52px rgba(12, 46, 29, 0.2);
}

.heatpump-cycle__core-title {
  font-size: clamp(1.05rem, 2.6vw, 1.3rem);
  font-weight: 700;
  color: rgba(16, 35, 39, 0.95);
  letter-spacing: -0.01em;
}

.heatpump-cycle__core-subtitle {
  font-size: 0.9rem;
  color: rgba(16, 35, 39, 0.75);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.heatpump-cycle__label {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(244, 253, 248, 0.18);
  color: rgba(244, 253, 248, 0.95);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  z-index: 2;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: inset 0 0 0 1px rgba(244, 253, 248, 0.25);
}

.heatpump-cycle__label-number {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.heatpump-cycle__label--01 {
  top: -12%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.heatpump-cycle__label--02 {
  top: 50%;
  right: -16%;
  transform: translate(50%, -50%);
}

.heatpump-cycle__label--03 {
  bottom: -12%;
  left: 50%;
  transform: translate(-50%, 50%);
}

.heatpump-cycle__label--04 {
  top: 50%;
  left: -16%;
  transform: translate(-50%, -50%);
}

.heatpump-cycle__steps {
  position: relative;
  list-style: none;
  padding: clamp(14px, 2vw, 20px);
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(20px, 3vw, 28px);
}

.heatpump-cycle__steps::before {
  content: '';
  position: absolute;
  top: clamp(44px, 6vw, 52px);
  left: clamp(36px, 5vw, 52px);
  right: clamp(36px, 5vw, 52px);
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(23, 188, 218, 0.25), rgba(10, 76, 5, 0.4));
  pointer-events: none;
}

.heatpump-cycle__step {
  position: relative;
  padding: clamp(26px, 3.6vw, 32px);
  padding-top: clamp(50px, 4vw, 56px);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.64);
  box-shadow: 0 24px 54px rgba(12, 46, 29, 0.14);
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 2vw, 14px);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.heatpump-cycle__step:hover {
  transform: translateY(-6px);
  border-color: rgba(23, 188, 218, 0.45);
  box-shadow: 0 30px 70px rgba(12, 46, 29, 0.2);
}

.heatpump-cycle__step-number {
  position: absolute;
  top: calc(clamp(26px, 3.6vw, 32px) * -0.5);
  left: clamp(22px, 3vw, 30px);
  width: clamp(44px, 8vw, 52px);
  height: clamp(44px, 8vw, 52px);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(23, 188, 218, 0.85), rgba(10, 76, 5, 0.82));
  color: #f4fdf8;
  font-weight: 700;
  font-size: clamp(0.85rem, 1.8vw, 1rem);
  display: grid;
  place-items: center;
  box-shadow: 0 18px 36px rgba(12, 46, 29, 0.24);
}

.heatpump-cycle__step h3 {
  margin: 0;
  font-size: clamp(1.12rem, 2.4vw, 1.28rem);
  color: rgba(16, 35, 39, 0.95);
  letter-spacing: -0.005em;
}

.heatpump-cycle__step p {
  margin: 0;
  color: rgba(16, 35, 39, 0.75);
  font-size: clamp(0.95rem, 2.2vw, 1.05rem);
  line-height: 1.7;
}

.heatpump-cycle__step:hover .heatpump-cycle__step-number {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(12, 46, 29, 0.28);
}

@media (max-width: 1199px) {
  .heatpump-cycle {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

@media (max-width: 1023px) {
  .heatpump-cycle {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .heatpump-cycle__diagram {
    width: min(320px, 70vw);
  }

  .heatpump-cycle__label--02,
  .heatpump-cycle__label--04 {
    display: none;
  }

  .heatpump-cycle__steps::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .heatpump-how-it-works {
    padding: clamp(40px, 10vw, 52px) clamp(20px, 8vw, 32px);
  }

  .heatpump-cycle__diagram {
    width: min(280px, 80vw);
  }

  .heatpump-cycle__label {
    display: none;
  }

  .heatpump-cycle__steps {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .heatpump-cycle__step {
    padding: clamp(22px, 7vw, 28px);
    padding-top: clamp(44px, 9vw, 52px);
  }

  .heatpump-cycle__step-number {
    left: clamp(18px, 7vw, 24px);
  }
}

@media (prefers-contrast: more) {
  .heatpump-how-it-works {
    background: #0a4c05;
    border: 2px solid #3baaac;
  }

  .heatpump-cycle__diagram,
  .heatpump-cycle__step {
    box-shadow: none;
    border: 2px solid #3baaac;
  }

  .heatpump-cycle__step-number {
    background: #3baaac;
    color: #0a4c05;
    box-shadow: none;
  }
}

.heatpump-efficiency {
  margin-top: 72px;
}

.heatpump-efficiency .comparison-table {
  background: #ffffff;
  border-radius: 28px;
  border: 1px solid var(--heatpump-border);
  box-shadow: 0 22px 60px rgba(15, 39, 42, 0.1);
  overflow: hidden;
}

.heatpump-efficiency table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

.heatpump-efficiency thead {
  background: rgba(10, 107, 69, 0.08);
}

.heatpump-efficiency th {
  padding: 18px 24px;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--heatpump-muted);
  text-align: left;
  font-weight: 600;
}

.heatpump-efficiency tbody tr {
  border-bottom: 1px solid rgba(10, 107, 69, 0.08);
}

.heatpump-efficiency td {
  padding: 20px 24px;
  font-size: 1.05rem;
  color: var(--heatpump-dark);
}

.heatpump-efficiency td.savings {
  font-weight: 600;
  color: var(--heatpump-primary);
}

.heatpump-efficiency tbody tr:nth-child(2n) {
  background: rgba(10, 107, 69, 0.03);
}

.heatpump-efficiency tbody tr:first-child {
  background: rgba(23, 188, 218, 0.08);
  font-size: 1.05rem;
  font-weight: 600;
}

.heatpump-efficiency tbody tr:first-child td {
  padding-top: 24px;
  padding-bottom: 24px;
}

@media (max-width: 1199px) {
  .guide-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .type-header {
    align-items: flex-start;
  }

  .heatpump-intro-grid {
    gap: 36px;
  }
}

@media (max-width: 991px) {
  .heatpump-benefits-grid {
    grid-template-columns: 1fr;
  }

  .guide-card-grid {
    grid-template-columns: 1fr;
  }

  .heatpump-type-card {
    padding: 24px 26px 32px;
  }

  .type-header {
    flex-direction: column;
    align-items: stretch;
  }

  .type-media {
    width: 100%;
    flex-basis: auto;
  }

  .type-summary {
    width: 100%;
  }

  .type-highlights {
    gap: 10px;
  }

  .type-highlights li {
    width: 100%;
    text-align: center;
  }

  .type-panels {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .pompy-ciepla-page .content-section {
    padding: 72px 0;
  }

  .pompy-ciepla-hero {
    min-height: auto;
  }

  .pompy-ciepla-hero .hero-content {
    padding: 80px 16px 60px;
  }

  .type-price-strip {
    flex-direction: column;
    align-items: flex-start;
  }

  .type-price-strip .price-primary {
    min-width: 0;
  }

  .type-cta {
    width: 100%;
  }

  .heatpump-intro-grid {
    grid-template-columns: 1fr;
  }

  .heatpump-intro-media {
    max-width: 520px;
    margin: 0 auto;
  }

}

@media (max-width: 767px) {
  .heatpump-type-card {
    padding: 22px 20px 26px;
  }

  .type-highlights li {
    width: 100%;
  }

  .type-panel {
    padding: 18px;
  }

  .type-panel-heading h4 {
    font-size: 1rem;
  }

  .type-list {
    font-size: 0.96rem;
  }

  .type-price-strip {
    padding: 20px;
  }

  .heatpump-type-comparison {
    padding: 28px;
  }

  .pompy-ciepla-hero .hero-benefits {
    gap: 12px;
  }

  .pompy-ciepla-hero .benefit-chip {
    width: 100%;
  }

  .pompy-ciepla-hero .hero-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .pompy-ciepla-hero .hero-trust {
    flex-direction: column;
    gap: 12px;
  }

  .type-cta {
    padding: 14px;
  }

  .heatpump-efficiency .comparison-table {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
/* ============================================
   SEKCJA KLUCZOWE KORZYŚCI - Enhanced UX/UI
   ============================================ */

.benefits-section {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #f8fdfb 100%);
  padding: 80px 0;
}

.benefits-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--heatpump-primary), var(--heatpump-secondary));
}

/* Nagłówek z separatorem */
.benefits-section h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--heatpump-dark);
  text-align: center;
  position: relative;
  padding-bottom: 28px;
}

.benefits-section h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--heatpump-secondary);
  border-radius: 2px;
}

.benefits-section .section-intro {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  color: rgba(16, 35, 39, 0.85);
  font-size: 20px;
  line-height: 1.6;
}

.benefits-section__container {
  display: flex;
  flex-direction: column;
  gap: clamp(44px, 6vw, 64px);
}

.benefits-section__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  align-items: center;
}

/* Grid układ 3+3+2 (desktop) */
.benefits-grid {
  display: grid;
  gap: clamp(24px, 3vw, 32px);
  max-width: 1200px;
  margin: 0 auto;
}

.benefits-grid--compact {
  gap: clamp(20px, 3vw, 28px);
}

/* Karty - glassmorphism z zielonym akcentem na górze */
.benefit-card {
  position: relative;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(10, 107, 69, 0.15);
  border-top: 3px solid var(--heatpump-primary);
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(10, 107, 69, 0.08);
  padding: clamp(32px, 4vw, 40px) clamp(24px, 3vw, 32px);
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  animation: fadeInUp 0.6s ease-out backwards;
  will-change: transform, box-shadow;
  text-align: left;
}

/* Animacja wejścia - stagger effect */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.benefit-card:nth-child(1) { animation-delay: 0.1s; }
.benefit-card:nth-child(2) { animation-delay: 0.2s; }
.benefit-card:nth-child(3) { animation-delay: 0.3s; }
.benefit-card:nth-child(4) { animation-delay: 0.4s; }
.benefit-card:nth-child(5) { animation-delay: 0.5s; }
.benefit-card:nth-child(6) { animation-delay: 0.6s; }
.benefit-card:nth-child(7) { animation-delay: 0.7s; }
.benefit-card:nth-child(8) { animation-delay: 0.8s; }

/* Enhanced hover effect - refined */
.benefit-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 12px 32px rgba(10, 107, 69, 0.12);
  border-color: rgba(10, 107, 69, 0.25);
}

.benefit-card:hover .benefit-card__icon {
  transform: scale(1.08);
  box-shadow: 0 10px 28px rgba(23, 188, 218, 0.3);
}

/* Kolorowe gradientowe ikony (okrągłe 56px) */
.benefit-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(23, 188, 218, 0.2), rgba(10, 107, 69, 0.15));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(23, 188, 218, 0.2);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
}

.benefit-card__icon i {
  color: inherit;
  font-size: 1.45rem;
}

/* Specyficzne kolory dla różnych kart */
.benefit-card--costs .benefit-card__icon {
  background: linear-gradient(135deg, #ffc239, #ff9500);
}

.benefit-card--eco .benefit-card__icon {
  background: linear-gradient(135deg, #3baaac, #0a6b45);
}

.benefit-card--comfort .benefit-card__icon {
  background: linear-gradient(135deg, #0a6b45, #0c8861);
}

.benefit-card--efficiency .benefit-card__icon {
  background: linear-gradient(135deg, #3baaac, #138fb8);
}

.benefit-card--safe .benefit-card__icon {
  background: linear-gradient(135deg, #6dd5ed, #2193b0);
}

.benefit-card--funding .benefit-card__icon {
  background: linear-gradient(135deg, #84fab0, #3baaac);
}

.benefit-card--service .benefit-card__icon {
  background: linear-gradient(135deg, #0c8861, #0a6b45);
}

.benefit-card--value .benefit-card__icon {
  background: linear-gradient(135deg, #ffc239, #ff6b35);
}

/* Body i header kart */
.benefit-card__body {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.benefit-card__header {
  display: flex;
  align-items: center;
  gap: 20px;
}

.benefit-card__heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

.benefit-card__title {
  font-size: clamp(1.28rem, 1.35vw, 1.45rem);
  margin: 0;
  color: var(--heatpump-dark);
  font-weight: 600;
}

/* Większe i bardziej wyraziste tagi */
.benefit-card__tag {
  align-self: flex-start;
  background: rgba(10, 107, 69, 0.12);
  color: var(--heatpump-primary);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 8px 18px;
  border-radius: 999px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.benefit-card__footer {
  background: rgba(10, 107, 69, 0.06);
  border-radius: 18px;
  padding: 16px 18px;
  font-size: 0.97rem;
  line-height: 1.55;
  color: rgba(16, 35, 39, 0.9);
}

/* Specyficzne style dla tagów */
.benefit-card--funding .benefit-card__tag {
  background: rgba(23, 188, 218, 0.16);
}

.benefit-card--value .benefit-card__tag {
  background: rgba(255, 194, 57, 0.18);
  color: #d98400;
}

.benefit-card__description {
  margin: 0;
  color: rgba(16, 35, 39, 0.85);
  line-height: 1.65;
}

/* Typografia */
.benefit-card p {
  margin: 0;
  color: rgba(16, 35, 39, 0.85);
  line-height: 1.65;
}

/* Wyróżnienie kluczowych danych liczbowych */
.benefit-card strong {
  color: var(--heatpump-primary);
  font-weight: 700;
  font-size: 1.08em;
}

/* Prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .benefit-card {
    animation: none;
  }

  .benefit-card:hover {
    transform: none;
  }

  .benefit-card:hover .benefit-card__icon {
    transform: none;
  }
}

/* ============================================
   RESPONSYWNOŚĆ - Tablet & Mobile
   ============================================ */

/* Tablet (768px - 991px): Grid 2 kolumny */
@media (max-width: 991px) {
  .benefits-section {
    padding: 60px 0;
  }

  .benefits-section__header {
    max-width: 640px;
    margin: 0 auto;
  }

  .benefits-section h2 {
    font-size: 40px;
  }

  .benefits-section .section-intro {
    font-size: 18px;
    margin: 0;
  }

  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  /* Resetuj wyśrodkowanie */
  .benefit-card:nth-child(7),
  .benefit-card:nth-child(8) {
    grid-column: span 1;
    margin: 0;
  }

  .benefit-card {
    padding: 32px 28px;
  }

  .benefit-card__header {
    gap: 16px;
  }

  .benefit-card__icon {
    width: 52px;
    height: 52px;
    font-size: 1.625rem;
  }
}

/* Mobile (≤767px): Grid 1 kolumna */
@media (max-width: 767px) {
  .benefits-section {
    padding: 48px 0;
  }

  .benefits-section__container {
    gap: 40px;
  }

  .benefits-section__header {
    gap: 12px;
  }

  .benefits-section h2 {
    font-size: 32px;
    padding-bottom: 24px;
  }

  .benefits-section h2::after {
    width: 60px;
    height: 3px;
  }

  .benefits-section .section-intro {
    font-size: 16px;
    margin-bottom: 36px;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .benefit-card {
    padding: 28px 24px;
    border-top-width: 3px;
    animation-delay: 0s !important; /* Mobile: bez stagger */
  }

  .benefit-card__header {
    align-items: flex-start;
    gap: 14px;
  }

  .benefit-card__icon {
    width: 48px;
    height: 48px;
    font-size: 1.5rem;
  }

  .benefit-card__footer {
    font-size: 0.94rem;
  }
}

.long-term-benefits {
  position: relative;
  margin-top: clamp(60px, 8vw, 90px);
  padding: clamp(48px, 7vw, 72px);
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(244, 253, 248, 0.92) 0%, rgba(255, 255, 255, 0.97) 100%);
  border: 1px solid rgba(10, 76, 5, 0.1);
  box-shadow: 0 28px 70px rgba(10, 76, 5, 0.1);
  overflow: hidden;
  isolation: isolate;
}

.long-term-benefits::before,
.long-term-benefits::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.long-term-benefits::before {
  width: 420px;
  height: 420px;
  top: -260px;
  right: -220px;
  background: radial-gradient(circle, rgba(23, 188, 218, 0.22) 0%, rgba(23, 188, 218, 0) 70%);
}

.long-term-benefits::after {
  width: 360px;
  height: 360px;
  bottom: -180px;
  left: -160px;
  background: radial-gradient(circle, rgba(10, 107, 69, 0.18) 0%, rgba(10, 107, 69, 0) 72%);
}

.long-term-benefits h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  text-align: center;
  font-size: clamp(2rem, 4vw, 2.7rem);
  font-weight: 700;
  color: var(--heatpump-dark);
  background: linear-gradient(120deg, var(--heatpump-primary) 0%, rgba(23, 188, 218, 0.8) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .long-term-benefits h3 {
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}

.long-term-intro {
  position: relative;
  z-index: 1;
  margin: 0 auto clamp(36px, 4.5vw, 52px);
  max-width: 720px;
  text-align: center;
  font-size: clamp(1rem, 2.2vw, 1.1rem);
  line-height: 1.7;
  color: rgba(16, 35, 39, 0.78);
}

.timeline-cards {
  position: relative;
  z-index: 1;
  --timeline-badge-size: clamp(68px, 12vw, 88px);
  display: grid;
  gap: clamp(22px, 3.6vw, 28px);
}

.timeline-card {
  position: relative;
  padding: calc(var(--timeline-badge-size) * 0.5 + 32px) clamp(24px, 4.5vw, 32px) clamp(28px, 4vw, 36px);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(10, 76, 5, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 22px 60px rgba(10, 76, 5, 0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  overflow: hidden;
}

.timeline-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(18px, 3vw, 28px);
  right: clamp(18px, 3vw, 28px);
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(10, 76, 5, 0.18), rgba(23, 188, 218, 0.35));
  opacity: 0;
  transition: opacity 0.35s ease;
}

.timeline-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 82px rgba(10, 76, 5, 0.16);
  border-color: rgba(10, 76, 5, 0.22);
}

.timeline-card:hover::before {
  opacity: 1;
}

.timeline-card__badge {
  position: absolute;
  top: calc(var(--timeline-badge-size) * -0.5);
  left: 50%;
  transform: translateX(-50%);
  width: var(--timeline-badge-size);
  height: var(--timeline-badge-size);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(244, 253, 248, 0.92) 100%);
  border: 2px solid rgba(23, 188, 218, 0.55);
  color: var(--heatpump-primary);
  font-weight: 700;
  font-size: clamp(0.85rem, 2.5vw, 1rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 18px 40px rgba(23, 188, 218, 0.25);
}

.timeline-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.timeline-card__body h4 {
  margin: 0;
  font-size: clamp(1.1rem, 2.5vw, 1.25rem);
  font-weight: 600;
  color: var(--heatpump-dark);
}

.timeline-card__body p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(16, 35, 39, 0.75);
}

@media (min-width: 768px) {
  .timeline-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(22px, 3vw, 28px);
  }
}

@media (min-width: 992px) {
  .timeline-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-top: calc(var(--timeline-badge-size) * 0.5 + 28px);
  }

  .timeline-cards::before {
    content: "";
    position: absolute;
    top: 28px;
    left: clamp(40px, 6vw, 64px);
    right: clamp(40px, 6vw, 64px);
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(10, 76, 5, 0.18), rgba(23, 188, 218, 0.35));
  }

  .timeline-card__badge {
    top: calc(var(--timeline-badge-size) * -0.5 - 28px);
  }
}

@media (max-width: 575px) {
  .timeline-card {
    padding: calc(var(--timeline-badge-size) * 0.5 + 28px) 22px 26px;
  }

  .timeline-card__body h4 {
    font-size: 1.05rem;
  }
}

.environmental-impact {
  margin-top: clamp(48px, 7vw, 72px);
}

.environmental-impact h3 {
  font-size: clamp(1.6rem, 2.6vw, 1.9rem);
  margin-bottom: 24px;
}

.impact-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.impact-card {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid rgba(10, 107, 69, 0.1);
  padding: 28px 24px;
  text-align: center;
  box-shadow: 0 18px 46px rgba(12, 46, 29, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.impact-card__icon {
  font-size: 1.6rem;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(23, 188, 218, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
}

.impact-value {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--heatpump-primary);
}

.impact-label {
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(16, 35, 39, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.impact-card p {
  margin: 0;
  color: rgba(16, 35, 39, 0.75);
  font-size: 0.95rem;
}

.impact-note {
  margin-top: 28px;
  color: rgba(16, 35, 39, 0.75);
  font-size: 0.97rem;
  max-width: 720px;
}

.service-process {
  position: relative;
  margin-top: clamp(60px, 8vw, 90px);
  padding: clamp(44px, 7vw, 64px);
  border-radius: 36px;
  background: linear-gradient(145deg, rgba(244, 253, 248, 0.88) 0%, rgba(255, 255, 255, 0.95) 55%, rgba(206, 245, 230, 0.65) 100%);
  border: 1px solid rgba(23, 188, 218, 0.18);
  box-shadow: 0 36px 90px rgba(12, 46, 29, 0.12);
  overflow: hidden;
  isolation: isolate;
}

.service-process::before,
.service-process::after {
  content: "";
  position: absolute;
  width: clamp(280px, 48vw, 420px);
  height: clamp(280px, 48vw, 420px);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.45;
  mix-blend-mode: screen;
  z-index: 0;
}

.service-process::before {
  top: clamp(-160px, -10vw, -100px);
  right: clamp(-140px, -8vw, -80px);
  background: radial-gradient(circle at center, rgba(23, 188, 218, 0.32) 0%, rgba(23, 188, 218, 0) 70%);
}

.service-process::after {
  bottom: clamp(-200px, -12vw, -120px);
  left: clamp(-160px, -9vw, -90px);
  background: radial-gradient(circle at center, rgba(10, 76, 5, 0.28) 0%, rgba(10, 76, 5, 0) 70%);
}

.process-header {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto clamp(36px, 6vw, 52px);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 2vw, 18px);
}

.process-kicker {
  display: inline-flex;
  align-self: center;
  align-items: center;
  gap: 8px;
  padding: 6px 18px;
  border-radius: 999px;
  background: rgba(23, 188, 218, 0.18);
  color: rgba(16, 35, 39, 0.78);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.process-header h2 {
  margin: 0;
  font-size: clamp(1.9rem, 4vw, 2.4rem);
  color: rgba(16, 35, 39, 0.95);
  letter-spacing: -0.01em;
}

.process-header p {
  margin: 0;
  color: rgba(16, 35, 39, 0.7);
  font-size: clamp(1rem, 2.2vw, 1.1rem);
  line-height: 1.7;
}

.process-flow {
  position: relative;
  z-index: 1;
}

.process-track {
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: clamp(38px, 8vw, 52px);
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(23, 188, 218, 0.55), rgba(10, 76, 5, 0.35));
}

.process-cards {
  display: grid;
  gap: clamp(18px, 3vw, 24px);
  padding-left: clamp(28px, 8vw, 64px);
}

.process-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(18px, 3vw, 24px);
  padding: clamp(24px, 4vw, 30px);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(23, 188, 218, 0.18);
  box-shadow: 0 22px 50px rgba(12, 46, 29, 0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.process-card:hover {
  transform: translateY(-6px);
  border-color: rgba(23, 188, 218, 0.35);
  box-shadow: 0 28px 65px rgba(12, 46, 29, 0.17);
}

.process-card__indicator {
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(46px, 8vw, 58px);
  aspect-ratio: 1 / 1;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(23, 188, 218, 0.22), rgba(10, 76, 5, 0.28));
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 20px 45px rgba(12, 46, 29, 0.18);
  overflow: hidden;
}

.process-card__halo {
  position: absolute;
  inset: -18%;
  background: radial-gradient(circle at center, rgba(244, 253, 248, 0.4) 0%, rgba(244, 253, 248, 0) 70%);
  opacity: 0.8;
}

.process-card__number {
  position: relative;
  font-size: clamp(0.85rem, 1.6vw, 1rem);
  font-weight: 700;
  color: #052f1f;
  letter-spacing: 0.08em;
}

.process-card__content {
  display: flex;
  flex-direction: column;
  gap: clamp(6px, 1.6vw, 12px);
  justify-content: center;
}

.process-card h3 {
  margin: 0;
  font-size: clamp(1.08rem, 2.4vw, 1.25rem);
  color: rgba(16, 35, 39, 0.95);
  letter-spacing: -0.005em;
}

.process-card p {
  margin: 0;
  color: rgba(16, 35, 39, 0.75);
  font-size: clamp(0.95rem, 2.2vw, 1.02rem);
  line-height: 1.7;
}

.process-card:hover .process-card__indicator {
  transform: translateY(-2px);
  box-shadow: 0 28px 60px rgba(12, 46, 29, 0.22);
}

@media (min-width: 1100px) {
  .process-track {
    display: none;
  }

  .process-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(22px, 3vw, 28px);
    padding-left: 0;
  }

  .process-card {
    grid-template-columns: 1fr;
    text-align: center;
    padding: clamp(26px, 3.2vw, 34px);
  }

  .process-card__indicator {
    margin: 0 auto;
    border-radius: 26px;
  }

  .process-card__content {
    align-items: center;
  }
}

@media (max-width: 575px) {
  .process-track {
    left: clamp(28px, 7vw, 34px);
  }

  .process-card {
    grid-template-columns: auto 1fr;
    padding: 22px 22px 22px clamp(26px, 12vw, 30px);
    border-radius: 22px;
  }

  .process-card__indicator {
    width: 46px;
  }
}

.partners-section {
  position: relative;
  margin-top: clamp(48px, 7vw, 80px);
  padding: clamp(32px, 5vw, 48px);
  background: linear-gradient(135deg, rgba(244, 253, 248, 0.85), rgba(255, 255, 255, 0.95));
  border-radius: 32px;
  border: 1px solid rgba(10, 107, 69, 0.1);
  box-shadow: 0 26px 70px rgba(12, 46, 29, 0.1);
  overflow: hidden;
}

.partners-header {
  max-width: 620px;
  margin-bottom: 28px;
}

.partners-header h3 {
  margin: 12px 0 10px;
  font-size: clamp(1.6rem, 2.4vw, 1.9rem);
}

.partners-header p {
  margin: 0;
  color: rgba(16, 35, 39, 0.7);
  font-size: 0.98rem;
}

.partners-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(23, 188, 218, 0.16);
  color: var(--heatpump-primary);
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.partners-slider {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 22px;
  align-items: center;
}

.partner-card {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(10, 107, 69, 0.08);
  box-shadow: 0 16px 36px rgba(12, 46, 29, 0.12);
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.partner-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 60px rgba(12, 46, 29, 0.18);
}

.partner-card img {
  max-width: 100%;
  max-height: 56px;
  object-fit: contain;
  filter: grayscale(0.1);
  transition: filter 0.25s ease, transform 0.25s ease;
}

.partner-card:hover img {
  filter: grayscale(0);
  transform: scale(1.03);
}

.partners-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 40px rgba(12, 46, 29, 0.16);
  color: var(--heatpump-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.partners-nav:hover {
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 22px 52px rgba(12, 46, 29, 0.22);
}

.partners-nav--prev {
  left: 18px;
}

.partners-nav--next {
  right: 18px;
}

@media (max-width: 991px) {
  .partners-slider {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }

  .partners-nav {
    display: none;
  }
}

@media (max-width: 575px) {
  .partner-card {
    height: 100px;
    padding: 16px 18px;
  }

  .partner-card img {
    max-height: 48px;
  }
}


.testimonials {
  margin-top: clamp(48px, 7vw, 90px);
  padding: clamp(56px, 8vw, 80px) 0;
  background: linear-gradient(180deg, rgba(244, 253, 248, 0.8) 0%, rgba(255, 255, 255, 0.95) 100%);
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  isolation: isolate;
}

.testimonials::before,
.testimonials::after {
  content: '';
  position: absolute;
  width: clamp(320px, 55vw, 560px);
  height: clamp(320px, 55vw, 560px);
  border-radius: 50%;
  mix-blend-mode: screen;
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
}

.testimonials::before {
  top: -28%;
  right: -18%;
  background: radial-gradient(circle, rgba(23, 188, 218, 0.3) 0%, transparent 70%);
}

.testimonials::after {
  bottom: -30%;
  left: -20%;
  background: radial-gradient(circle, rgba(10, 76, 5, 0.28) 0%, transparent 70%);
}

.testimonials-header {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: clamp(32px, 5vw, 44px);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 clamp(24px, 4vw, 48px);
}

.testimonials-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(23, 188, 218, 0.18);
  color: rgba(16, 35, 39, 0.8);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.testimonials-header h3 {
  margin: 0;
  font-size: clamp(1.85rem, 3.2vw, 2.35rem);
  font-weight: 700;
  color: rgba(16, 35, 39, 0.95);
  letter-spacing: -0.01em;
}

.testimonials-header p {
  margin: 0;
  color: rgba(16, 35, 39, 0.7);
  font-size: clamp(0.98rem, 2.4vw, 1.08rem);
  line-height: 1.7;
}

.testimonials-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 320px) 1fr;
  gap: clamp(24px, 4vw, 32px);
  padding: 0 clamp(24px, 4vw, 48px);
  align-items: stretch;
}

.testimonials-wrapper {
  position: relative;
  display: flex;
  gap: clamp(20px, 3vw, 28px);
  overflow-x: auto;
  padding: 12px 0 24px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none; /* Hide scrollbar for Firefox */
  mask-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.85) 6%, rgba(0, 0, 0, 0.85) 94%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.85) 6%, rgba(0, 0, 0, 0.85) 94%, transparent);
}

.testimonials-wrapper::before,
.testimonials-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(32px, 6vw, 60px);
  pointer-events: none;
  z-index: 2;
}

.testimonials-wrapper::before {
  left: 0;
  background: linear-gradient(to right, rgba(244, 253, 248, 0.95), rgba(244, 253, 248, 0));
}

.testimonials-wrapper::after {
  right: 0;
  background: linear-gradient(to left, rgba(244, 253, 248, 0.95), rgba(244, 253, 248, 0));
}

.testimonials-wrapper::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome, Safari, and Opera */
}

.testimonial-card {
  position: relative;
  flex: 0 0 clamp(280px, 30vw, 380px);
  scroll-snap-align: start;
  border-radius: 28px;
  padding: 1px;
  background: linear-gradient(155deg, rgba(23, 188, 218, 0.45), rgba(10, 76, 5, 0.35));
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 26px 60px rgba(12, 46, 29, 0.14);
  overflow: hidden;
}

.testimonial-card, .thermo {
  background: transparent;
}
.testimonial-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at top, rgba(244, 253, 248, 0.35), rgba(244, 253, 248, 0));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 34px 80px rgba(12, 46, 29, 0.18);
}

.testimonial-card:hover::before {
  opacity: 1;
}

.testimonial-card__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 3vw, 22px);
  padding: clamp(26px, 3.6vw, 32px);
  border-radius: calc(28px - 2px);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  height: 100%;
  z-index: 1;
}

.testimonial-card__header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.testimonial-avatar {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(23, 188, 218, 0.78), rgba(10, 76, 5, 0.85));
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 1.12rem;
  color: #f4fdf8;
  box-shadow: 0 14px 32px rgba(12, 46, 29, 0.22);
}

.testimonial-meta h4 {
  margin: 0 0 3px 0;
  font-size: 1.08rem;
  font-weight: 600;
  color: rgba(16, 35, 39, 0.95);
}

.testimonial-meta span {
  font-size: 0.85rem;
  color: rgba(16, 35, 39, 0.58);
}

.testimonial-source {
  margin-left: auto;
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(10, 107, 69, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: rgba(23, 188, 218, 0.16);
  padding: 4px 12px;
  border-radius: 999px;
}

.testimonial-card__content {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 2vw, 16px);
  align-items: flex-start;
}

.testimonial-rating {
  font-size: 1.15rem;
  letter-spacing: 3px;
  color: #ffb800;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.testimonial-rating .verified {
  font-size: 0.82rem;
  color: rgba(10, 107, 69, 0.9);
  background: rgba(23, 188, 218, 0.15);
  border-radius: 999px;
  padding: 2px 8px;
  letter-spacing: 0;
}

.testimonial-text {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.75;
  color: rgba(16, 35, 39, 0.76);
}

.testimonials-nav {
  position: relative;
  z-index: 1;
  margin-top: clamp(28px, 4vw, 36px);
  display: flex;
  justify-content: center;
  gap: 18px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 clamp(24px, 4vw, 48px);
}

.testimonials-arrow {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  border: 1px solid rgba(23, 188, 218, 0.28);
  background: rgba(255, 255, 255, 0.92);
  color: rgba(10, 107, 69, 0.85);
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  box-shadow: 0 14px 32px rgba(12, 46, 29, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.testimonials-arrow:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, rgba(23, 188, 218, 0.85), rgba(10, 76, 5, 0.85));
  color: #f4fdf8;
  box-shadow: 0 22px 46px rgba(12, 46, 29, 0.22);
}

.testimonials-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 999px;
  border: none;
  color: #f4fdf8;
  background: linear-gradient(135deg, rgba(23, 188, 218, 0.85), rgba(10, 76, 5, 0.85));
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  box-shadow: 0 16px 36px rgba(12, 46, 29, 0.2);
}

.testimonials-btn:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, rgba(10, 76, 5, 0.9), rgba(23, 188, 218, 0.9));
  box-shadow: 0 24px 48px rgba(12, 46, 29, 0.24);
}

.testimonial-card--brand {
  position: sticky;
  top: clamp(24px, 4vw, 32px);
  align-self: start;
  flex: none;
  width: 100%;
}

.testimonial-card--brand .testimonial-card__inner {
  background: rgba(255, 255, 255, 0.94);
  align-items: flex-start;
  gap: clamp(16px, 3vw, 22px);
}

.testimonial-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(14px, 3vw, 20px);
  width: 100%;
}

.testimonial-brand img {
  max-width: 150px;
  height: auto;
  filter: drop-shadow(0 12px 24px rgba(12, 46, 29, 0.16));
}

.testimonial-brand h4 {
  margin: 0;
  font-size: 1.14rem;
  font-weight: 700;
  color: rgba(16, 35, 39, 0.95);
}

.brand-rating {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.95rem;
  color: rgba(16, 35, 39, 0.7);
}

.brand-rating span {
  font-size: 1.16rem;
  letter-spacing: 3px;
  color: #ffb800;
}

.brand-rating strong {
  font-weight: 600;
  color: rgba(16, 35, 39, 0.9);
}

.testimonial-brand .testimonials-btn {
  align-self: flex-start;
}

.testimonial-rating .verified {
  font-size: 0.78rem;
}

@media (max-width: 1199px) {
  .testimonials {
    padding: clamp(48px, 8vw, 68px) 0;
  }

  .testimonials-layout {
    grid-template-columns: minmax(240px, 300px) 1fr;
  }

  .testimonials-wrapper {
    gap: 20px;
  }

  .testimonial-card {
    flex: 0 0 clamp(260px, 42vw, 320px);
  }

  .testimonial-card--brand {
    position: static;
  }
}

@media (max-width: 991px) {
  .testimonials-header {
    padding: 0 clamp(18px, 4vw, 32px);
  }

  .testimonials-layout {
    grid-template-columns: 1fr;
  }

  .testimonials-wrapper {
    padding: 10px 0 20px;
    mask-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.85) 8%, rgba(0, 0, 0, 0.85) 92%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.85) 8%, rgba(0, 0, 0, 0.85) 92%, transparent);
  }

  .testimonials-nav {
    padding: 0 clamp(18px, 4vw, 32px);
  }
}

@media (max-width: 767px) {
  .testimonials {
    padding: clamp(40px, 12vw, 52px) 0;
  }

  .testimonials-header {
    gap: 10px;
  }

  .testimonials-wrapper {
    mask-image: none;
    -webkit-mask-image: none;
    padding: 8px 0 18px;
  }

  .testimonials-wrapper::before,
  .testimonials-wrapper::after {
    display: none;
  }

  .testimonial-card {
    flex: 0 0 260px;
  }

  .testimonial-card__inner {
    padding: clamp(22px, 7vw, 28px);
  }

  .testimonial-card__header {
    gap: 12px;
  }

  .testimonial-avatar {
    width: 46px;
    height: 46px;
    font-size: 1.02rem;
  }

  .testimonials-arrow {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 575px) {
  .testimonial-card {
    flex: 0 0 240px;
  }

  .testimonial-card__content {
    gap: 10px;
  }
}

.testimonial-card--brand .testimonial-rating,
.testimonial-card--brand .testimonial-text {
  color: rgba(16, 35, 39, 0.82);
}
/* ========================================================================
   BRANDS SECTION - Glassmorphism Design
   ======================================================================== */

.brands-section {
  position: relative;
  padding: clamp(72px, 8vw, 120px) 0;
  background: linear-gradient(180deg, rgba(10, 76, 5, 0.04) 0%, rgba(23, 188, 218, 0.08) 100%);
  overflow: hidden;
  isolation: isolate;
}

.brands-section::before,
.brands-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.brands-section::before {
  width: 420px;
  height: 420px;
  top: -160px;
  right: -140px;
  background: radial-gradient(circle at center, rgba(23, 188, 218, 0.28) 0%, rgba(23, 188, 218, 0) 65%);
}

.brands-section::after {
  width: 520px;
  height: 520px;
  bottom: -240px;
  left: -180px;
  background: radial-gradient(circle at center, rgba(10, 107, 69, 0.22) 0%, rgba(10, 107, 69, 0) 70%);
}

.brands-section .container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 36px);
}

.brands-section .section-title {
  font-size: clamp(2.1rem, 4vw, 3rem);
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: clamp(16px, 2.8vw, 32px);
  color: var(--heatpump-dark);
  background: linear-gradient(120deg, var(--heatpump-primary) 0%, rgba(23, 188, 218, 0.9) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .brands-section .section-title {
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}

.brands-section .section-intro {
  max-width: 760px;
  margin: 0 auto clamp(44px, 5vw, 60px);
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  line-height: 1.65;
  color: rgba(16, 35, 39, 0.72);
}

.brands-section .brands-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(24px, 4vw, 32px);
  align-items: stretch;
}

.brands-section .brand-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 3vw, 24px);
  padding: clamp(32px, 4.5vw, 48px);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(10, 76, 5, 0.1);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 26px 60px rgba(10, 76, 5, 0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  overflow: hidden;
  isolation: isolate;
}

.brands-section .brand-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(23, 188, 218, 0.12), rgba(10, 76, 5, 0.08));
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 0;
}

.brands-section .brand-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 84px rgba(10, 76, 5, 0.16);
  border-color: rgba(10, 76, 5, 0.22);
}

.brands-section .brand-card:hover::before {
  opacity: 1;
}

.brands-section .brand-card > * {
  position: relative;
  z-index: 1;
}

.brands-section .brand-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brands-section .brand-logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 3vw, 22px) clamp(20px, 4vw, 32px);
  border-radius: 18px;
  background: rgba(10, 107, 69, 0.08);
  min-height: 92px;
  flex: 1;
}

.brands-section .brand-logo-text {
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--heatpump-primary);
}

.brands-section .brand-logo-container img {
  max-width: clamp(120px, 16vw, 160px);
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 28px rgba(10, 76, 5, 0.12));
}

.brands-section .brand-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 16px;
  border-radius: 999px;
  background: rgba(10, 107, 69, 0.12);
  border: 1px solid rgba(10, 107, 69, 0.16);
  color: var(--heatpump-primary);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.brands-section .brand-title {
  font-size: clamp(1.35rem, 2.6vw, 1.65rem);
  font-weight: 700;
  color: var(--heatpump-dark);
  margin: 0;
}

.brands-section .brand-lead {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(16, 35, 39, 0.78);
}

.brands-section .brand-features-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--heatpump-primary);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.brands-section .brand-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.brands-section .brand-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 18px;
  border-radius: 14px;
  background: rgba(10, 76, 5, 0.07);
  color: rgba(16, 35, 39, 0.85);
  font-size: 0.95rem;
  line-height: 1.6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transition: background 0.3s ease, transform 0.3s ease;
}

.brands-section .brand-features li::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(10, 76, 5, 0.12);
  color: var(--heatpump-primary);
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 2px;
}

.brands-section .brand-card:hover .brand-features li {
  background: rgba(23, 188, 218, 0.14);
  transform: translateX(2px);
}

.brands-section .brand-product {
  border-radius: 18px;
  padding: 22px 24px;
  background: linear-gradient(135deg, rgba(23, 188, 218, 0.1), rgba(10, 76, 5, 0.08));
  border: 1px solid rgba(23, 188, 218, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.brands-section .brand-product .product-title,
.brands-section .brand-product h5 {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--heatpump-primary);
  margin: 0 0 10px 0;
}

.brands-section .brand-product p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(16, 35, 39, 0.78);
}

.brands-section .brand-cta-wrap {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid rgba(10, 76, 5, 0.12);
  display: grid;
  gap: 16px;
}

.brands-section .brand-cta-wrap .cta-text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(16, 35, 39, 0.7);
}

.brands-section .brand-card .brand-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--heatpump-primary), var(--heatpump-primary-light));
  color: #f4fdf8;
  font-weight: 600;
  text-decoration: none;
  border: none;
  box-shadow: 0 16px 36px rgba(10, 76, 5, 0.24);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.brands-section .brand-card .brand-cta:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, var(--heatpump-primary-light), #0fb070);
  box-shadow: 0 22px 42px rgba(10, 76, 5, 0.32);
}

.brands-section .brand-card .brand-cta:focus-visible {
  outline: 2px solid var(--heatpump-secondary);
  outline-offset: 3px;
}

/* Responsive adjustments */
@media (max-width: 1199px) {
  .brands-section {
    padding: clamp(64px, 10vw, 96px) 0;
  }

  .brands-section .brand-header {
    align-items: flex-start;
  }
}

@media (max-width: 991px) {
  .brands-section .brand-card {
    padding: clamp(28px, 7vw, 36px);
  }

  .brands-section .brand-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .brands-section .brand-badge {
    align-self: flex-start;
  }
}

@media (max-width: 767px) {
  .brands-section::before,
  .brands-section::after {
    opacity: 0.6;
  }

  .brands-section::before {
    width: 300px;
    height: 300px;
    top: -140px;
    right: -160px;
  }

  .brands-section::after {
    width: 360px;
    height: 360px;
    bottom: -200px;
    left: -200px;
  }

  .brands-section .brand-card {
    padding: 26px;
    border-radius: 20px;
  }

  .brands-section .brand-card .brand-cta {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brands-section .brand-card,
  .brands-section .brand-card::before,
  .brands-section .brand-card .brand-cta,
  .brands-section .brand-features li,
  .timeline-card,
  .timeline-card::before,
  .timeline-card__badge,
  .funding-card,
  .funding-card::before,
  .funding-card::after {
    transition: none;
  }

  .brands-section .brand-card:hover {
    transform: none;
  }

  .brands-section .brand-card:hover .brand-features li {
    transform: none;
  }

  .timeline-card:hover {
    transform: none;
  }

  .funding-card:hover {
    transform: none;
  }
}

@media (prefers-contrast: more) {
  .brands-section .section-title {
    background: none;
    color: var(--heatpump-dark);
  }

  .brands-section .brand-card {
    border-color: rgba(10, 76, 5, 0.3);
    box-shadow: none;
  }

  .brands-section .brand-card .brand-cta {
    box-shadow: none;
  }

  .funding-section .section-title {
    background: none;
    color: var(--heatpump-dark);
  }

  .funding-card::before,
  .funding-card::after {
    opacity: 0;
  }

  .funding-card {
    background: #fff;
    border-color: rgba(10, 76, 5, 0.4);
    box-shadow: none;
  }

  .funding-card .funding-badge {
    background: var(--heatpump-dark);
    color: #fff;
    box-shadow: none;
  }

  .long-term-benefits h3 {
    background: none;
    color: var(--heatpump-dark);
  }

  .timeline-card {
    border-color: rgba(10, 76, 5, 0.28);
    box-shadow: none;
  }
}

/* ========================================================================
   FUNDING SECTION - Glassmorphism Assistance Grid
   ======================================================================== */

.funding-section {
  position: relative;
  padding: clamp(72px, 8vw, 120px) 0;
  background: linear-gradient(180deg, rgba(10, 76, 5, 0.05) 0%, rgba(23, 188, 218, 0.08) 100%);
  overflow: hidden;
  isolation: isolate;
}

.funding-section::before,
.funding-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.funding-section::before {
  width: 540px;
  height: 540px;
  top: -240px;
  right: -220px;
  background: radial-gradient(circle, rgba(23, 188, 218, 0.28) 0%, rgba(23, 188, 218, 0) 70%);
}

.funding-section::after {
  width: 460px;
  height: 460px;
  bottom: -180px;
  left: -160px;
  background: radial-gradient(circle, rgba(10, 107, 69, 0.22) 0%, rgba(10, 107, 69, 0) 75%);
}

.funding-section .container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 36px);
}

.funding-section .section-title {
  font-size: clamp(2.1rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: clamp(16px, 2.5vw, 28px);
  color: var(--heatpump-dark);
  background: linear-gradient(120deg, var(--heatpump-primary) 0%, rgba(23, 188, 218, 0.9) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .funding-section .section-title {
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}

.funding-section .section-subtitle,
.funding-section .section-intro {
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
}

.funding-section .section-subtitle {
  font-size: clamp(1rem, 2.4vw, 1.25rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(16, 35, 39, 0.72);
  margin-bottom: clamp(16px, 3vw, 24px);
}

.funding-section .section-intro {
  font-size: clamp(0.95rem, 2.1vw, 1.05rem);
  line-height: 1.7;
  color: rgba(16, 35, 39, 0.7);
  margin-bottom: clamp(40px, 5vw, 56px);
}

.funding-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(20px, 3.5vw, 32px);
}

.funding-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto 1fr;
  grid-template-areas:
    "icon title"
    "amount amount"
    "body body";
  gap: clamp(14px, 2.8vw, 18px);
  row-gap: clamp(18px, 3.2vw, 22px);
  padding: clamp(32px, 5vw, 40px);
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(246, 253, 248, 0.78) 100%);
  border: 1px solid rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  box-shadow: 0 30px 70px rgba(16, 35, 39, 0.12), 0 14px 36px rgba(27, 94, 63, 0.16);
  transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease, background 0.45s ease;
  overflow: hidden;
  isolation: isolate;
}

.funding-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(150deg, rgba(23, 188, 218, 0.18) 0%, rgba(10, 76, 5, 0.12) 45%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.8;
  transition: opacity 0.45s ease;
  z-index: 0;
  pointer-events: none;
}

.funding-card::after {
  content: "";
  position: absolute;
  width: clamp(210px, 32vw, 260px);
  height: clamp(210px, 32vw, 260px);
  top: clamp(-130px, -12vw, -90px);
  right: clamp(-150px, -14vw, -100px);
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(23, 188, 218, 0.36) 0%, rgba(23, 188, 218, 0) 70%);
  opacity: 0.55;
  transition: transform 0.45s ease, opacity 0.45s ease;
  z-index: 0;
  pointer-events: none;
}

.funding-card:hover {
  transform: translateY(-10px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(244, 252, 247, 0.88) 100%);
  border-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 36px 92px rgba(16, 35, 39, 0.18), 0 20px 44px rgba(23, 188, 218, 0.18);
}

.funding-card:hover::before {
  opacity: 1;
}

.funding-card:hover::after {
  transform: translate3d(12px, 18px, 0) scale(1.08);
  opacity: 0.75;
}

.funding-card > * {
  position: relative;
  z-index: 2;
}

.funding-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  grid-area: icon;
  isolation: isolate;
}

.funding-icon::before {
  content: "";
  position: absolute;
  inset: -18px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(23, 188, 218, 0.28) 0%, rgba(23, 188, 218, 0) 70%);
  opacity: 0.45;
  transition: opacity 0.45s ease, transform 0.45s ease;
  z-index: 0;
}

.funding-icon i {
  position: relative;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 22px;
  background: linear-gradient(140deg, rgba(23, 188, 218, 0.24) 0%, rgba(10, 76, 5, 0.28) 100%);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 18px 42px rgba(16, 35, 39, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  font-size: 24px;
  color: #0b5d38;
  transition: transform 0.45s ease, box-shadow 0.45s ease, background 0.45s ease, color 0.45s ease;
}

.funding-program {
  margin: 0;
  font-size: clamp(1.12rem, 2.6vw, 1.35rem);
  align-self: center;
  font-weight: 700;
  color: rgba(16, 35, 39, 0.92);
  letter-spacing: -0.01em;
  line-height: 1.32;
  text-align: left;
  grid-area: title;
}

.funding-amount {
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  font-weight: 800;
  color: #1B5E3F;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0;
  text-align: left;
  grid-area: amount;
  align-self: start;
  background: linear-gradient(120deg, #0a4c05 0%, #3baaac 85%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 10px 24px rgba(23, 188, 218, 0.12));
}

.funding-description {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.75;
  color: rgba(16, 35, 39, 0.74);
  max-width: 100%;
  text-align: left;
  grid-area: body;
}

.funding-description strong {
  color: var(--heatpump-primary);
}

.funding-card .funding-badge {
  position: absolute;
  top: 24px;
  right: 28px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(23, 188, 218, 0.9) 0%, rgba(10, 76, 5, 0.75) 100%);
  color: #f4fdf8;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(23, 188, 218, 0.25);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  text-shadow: 0 4px 12px rgba(10, 76, 5, 0.25);
  z-index: 10;
}

.funding-card .funding-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
}

.funding-card.funding-card-featured {
  border-color: rgba(23, 188, 218, 0.6);
  box-shadow: 0 42px 110px rgba(23, 188, 218, 0.25), 0 20px 48px rgba(10, 76, 5, 0.18);
}

.funding-card.funding-card-featured::before {
  background: linear-gradient(150deg, rgba(23, 188, 218, 0.3) 0%, rgba(10, 76, 5, 0.2) 45%, rgba(255, 255, 255, 0.05) 100%);
}

.funding-card.funding-card-featured::after {
  opacity: 0.65;
}

.funding-card:hover .funding-icon::before {
  opacity: 0.72;
  transform: scale(1.05);
}

.funding-card:hover .funding-icon i {
  background: linear-gradient(140deg, rgba(23, 188, 218, 0.32) 0%, rgba(10, 76, 5, 0.35) 100%);
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 22px 48px rgba(16, 35, 39, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.65);
  color: #064f2f;
}

/* Funding CTA */
.funding-cta {
  text-align: center;
  margin-top: 40px;
}

.funding-cta-text i {
  color: #f59e0b;
  font-size: 1.25rem;
  margin-right: 6px;
  vertical-align: middle;
}

.funding-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 40px;
  background: linear-gradient(135deg, var(--heatpump-primary), var(--heatpump-primary-light));
  color: #f4fdf8;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 14px 32px rgba(10, 76, 5, 0.22);
}

.funding-cta-button:hover {
  background: linear-gradient(135deg, var(--heatpump-primary-light), #0fb070);
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(10, 76, 5, 0.3);
}

.funding-cta-button:focus {
  outline: 2px solid #3baaac;
  outline-offset: 2px;
}

/* ========================================================================
   RESPONSIVE BREAKPOINTS
   ======================================================================== */

/* Tablet: 768px - 1199px */
@media (max-width: 1199px) {
  /* Brands Section */
  .brands-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .brand-card {
    padding: 32px;
  }

  /* Funding Section */
  .funding-section {
    padding: clamp(64px, 10vw, 96px) 0;
  }

  .funding-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: clamp(18px, 4vw, 24px);
  }

  .funding-card {
    padding: clamp(28px, 6vw, 36px);
    border-radius: 30px;
    gap: clamp(12px, 3vw, 18px);
    row-gap: clamp(16px, 3.5vw, 22px);
    grid-template-columns: auto 1fr;
  }
}

/* Mobile: <768px */
@media (max-width: 767px) {
  /* Brands Section */
  .brands-section {
    padding: 60px 0;
  }

  .brands-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .brand-card {
    padding: 28px;
  }

  .brand-logo-container {
    height: 100px;
  }

  .brand-logo-text {
    font-size: 28px;
  }

  .brand-title {
    font-size: 20px;
  }

  .brand-features li {
    font-size: 15px;
  }

  /* Funding Section */
  .funding-section {
    padding: clamp(56px, 16vw, 72px) 0;
  }

  .funding-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .funding-card {
    padding: clamp(26px, 9vw, 32px);
    border-radius: 26px;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto 1fr;
    grid-template-areas:
      "icon title"
      "amount amount"
      "body body";
    gap: 12px;
    row-gap: 16px;
  }

  .funding-icon i {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    font-size: 22px;
  }

  .funding-program {
    font-size: 1.12rem;
    align-self: center;
  }

  .funding-card .funding-badge {
    top: 18px;
    right: 18px;
    padding: 6px 16px;
    font-size: 0.66rem;
  }

  .funding-amount {
    margin-top: 6px;
  }

  .funding-description {
    font-size: 0.95rem;
  }
}

/* Extra Small Mobile: <480px */
@media (max-width: 479px) {
  .brand-card,
  .funding-card {
    padding: 24px;
  }

  .brands-section .section-header,
  .funding-section .section-header {
    margin-bottom: 40px;
  }

  .funding-cta-button {
    padding: 14px 32px;
    font-size: 15px;
  }
}

/* ========================================================================
   ACCESSIBILITY & MOTION
   ======================================================================== */

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .brand-card,
  .funding-card {
    border: 2px solid #1B5E3F;
  }

  .brand-cta,
  .funding-cta-button {
    border: 2px solid currentColor;
  }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  .brand-card,
  .brand-card::before,
  .funding-card,
  .funding-card::before,
  .funding-card::after,
  .brand-logo-text,
  .funding-icon,
  .funding-icon::before,
  .brand-cta,
  .funding-cta-button,
  .brand-badge,
  .brand-features li::before {
    transition: none;
  }

  .brand-card:hover,
  .funding-card:hover {
    transform: none;
  }

  .brand-card:hover .brand-logo-text,
  .funding-card:hover .funding-icon i,
  .brand-cta:hover,
  .funding-cta-button:hover {
    transform: none;
  }
}

/* Focus Visible for Keyboard Navigation */
.brand-card:focus-visible,
.funding-card:focus-visible {
  outline: 2px solid #3baaac;
  outline-offset: 2px;
}

/* Print Styles */
@media print {
  .brand-card,
  .funding-card {
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .brand-cta,
  .funding-cta-button {
    display: none;
  }
}
/* ========================================
   POMPY CIEPŁA - UX/UI IMPROVEMENTS
   Phase 1-4: Complete Enhancement Package
   ======================================== */

/* ========================================
   DESIGN SYSTEM TOKENS
   ======================================== */

:root {
  /* Enhanced Color Palette */
  --heatpump-primary: #0a6b45;
  --heatpump-primary-dark: #085739;
  --heatpump-primary-light: #0c8558;
  --heatpump-secondary: #3baaac;
  --heatpump-secondary-dark: #129fb8;
  --heatpump-secondary-light: #3dcae6;
  --heatpump-accent: #f4fdf8;
  --heatpump-dark: #102327;
  --heatpump-muted: #5a6b75;
  --heatpump-border: rgba(10, 107, 69, 0.12);

  /* Gray Scale System */
  --gray-50: #F8F9FA;
  --gray-100: #E9ECEF;
  --gray-200: #DEE2E6;
  --gray-300: #CED4DA;
  --gray-400: #ADB5BD;
  --gray-500: #6C757D;
  --gray-600: #495057;
  --gray-700: #343A40;
  --gray-800: #212529;

  /* Spacing Scale (8px grid) */
  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 24px;
  --space-lg: 32px;
  --space-xl: 48px;
  --space-2xl: 64px;
  --space-3xl: 96px;

  /* Border Radius */
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --radius-full: 9999px;

  /* Shadows */
  --shadow-sm: 0 2px 4px rgba(0,0,0,0.06);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.08);
  --shadow-lg: 0 12px 24px rgba(0,0,0,0.12);
  --shadow-xl: 0 20px 40px rgba(0,0,0,0.16);

  /* Transitions */
  --transition-fast: 150ms ease;
  --transition-base: 250ms ease;
  --transition-slow: 350ms ease;
}

/* ========================================
   PHASE 1: CRITICAL FIXES
   ======================================== */

/* Button System - Unified Across Page */
.pompy-ciepla-page .btn,
.pompy-ciepla-page .btn-primary,
.pompy-ciepla-page .btn-secondary,
.pompy-ciepla-page .btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-xs);
  padding: 14px var(--space-lg);
  border-radius: var(--radius-md);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
  transition: all var(--transition-base);
  cursor: pointer;
  border: 2px solid transparent;
  min-height: 48px; /* Accessibility: touch target */
}

.pompy-ciepla-page .btn-primary {
  background: var(--heatpump-secondary);
  color: #05221f;
  border-color: var(--heatpump-secondary);
  box-shadow: 0 8px 24px rgba(23, 188, 218, 0.32);
}

.pompy-ciepla-page .btn-primary:hover {
  background: var(--heatpump-secondary-light);
  border-color: var(--heatpump-secondary-light);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(23, 188, 218, 0.4);
  color: #041a18;
}

.pompy-ciepla-page .btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 4px 16px rgba(23, 188, 218, 0.28);
}

.pompy-ciepla-page .btn-secondary {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.75);
}

.pompy-ciepla-page .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.2);
}

.pompy-ciepla-page .btn-outline {
  background: transparent;
  color: var(--heatpump-primary);
  border-color: var(--heatpump-primary);
}

.pompy-ciepla-page .btn-outline:hover {
  background: var(--heatpump-primary);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

/* Focus States for Accessibility */
.pompy-ciepla-page .btn:focus-visible,
.pompy-ciepla-page a:focus-visible,
.pompy-ciepla-page button:focus-visible {
  outline: 3px solid var(--heatpump-secondary);
  outline-offset: 2px;
}

/* Typography System */
.pompy-ciepla-page h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: var(--space-md);
  letter-spacing: -0.02em;
}

.pompy-ciepla-page h2 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: var(--space-md);
  letter-spacing: -0.01em;
}

.pompy-ciepla-page h3 {
  font-size: clamp(1.2rem, 2vw, 1rem);
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: var(--space-sm);
}

.pompy-ciepla-page h4 {
  font-size: clamp(1.2rem, 2vw, 1rem);
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: var(--space-sm);
}

.pompy-ciepla-page p {
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: var(--space-sm);
}

/* Spacing System Implementation */


@media (max-width: 991px) {
  .pompy-ciepla-page .content-section {
    padding: var(--space-2xl) 0;
  }
}

@media (max-width: 767px) {
  .pompy-ciepla-page .content-section {
    padding: var(--space-xl) 0;
  }
}

/* ========================================
   PHASE 2: VISUAL POLISH
   ======================================== */

/* Icon System - SVG-ready styles */
.pompy-ciepla-page .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  background: rgba(23, 188, 218, 0.12);
  color: var(--heatpump-primary);
  font-size: 1.5rem;
  transition: all var(--transition-base);
}

.pompy-ciepla-page .icon--lg {
  width: 64px;
  height: 64px;
  font-size: 2rem;
  border-radius: var(--radius-lg);
}

.pompy-ciepla-page .icon--xl {
  width: 80px;
  height: 80px;
  font-size: 2.5rem;
  border-radius: var(--radius-lg);
}

/* Enhanced Card Shadows */
.pompy-ciepla-page .card {
  box-shadow: var(--shadow-md);
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.pompy-ciepla-page .card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

/* Benefit Cards - Enhanced */
.pompy-ciepla-page .benefit-card,
.pompy-ciepla-page .heatpump-benefit {
  box-shadow: var(--shadow-md);
}

.pompy-ciepla-page .benefit-card:hover,
.pompy-ciepla-page .heatpump-benefit:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
}

/* Product Type Cards - Ensure proper text visibility for ALL list items */
.pompy-ciepla-page .heatpump-type-card .type-list li {
  color: #102327 !important; /* Dark text for readability - applies to ALL li in type-list */
}

.pompy-ciepla-page .heatpump-type-card .type-list.check li::before {
  color: #0a6b45 !important; /* Green checkmark */
}

/* Hide icons in "Parametry techniczne" section */
.pompy-ciepla-page .heatpump-type-card .type-panel .type-list.icon-list .list-icon {
  display: none !important; /* Remove emoji icons from technical parameters */
}

/* Adjust padding since icons are removed */
.pompy-ciepla-page .heatpump-type-card .type-panel .type-list.icon-list li {
  padding-left: 0 !important; /* Remove icon padding */
}

/* Image Optimization */
.pompy-ciepla-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Hover States - Comprehensive */
.pompy-ciepla-page a:not(.btn) {
  transition: color var(--transition-fast);
}

.pompy-ciepla-page a:not(.btn):hover {
  color: var(--heatpump-secondary);
}

/* ========================================
   PHASE 3: RESPONSIVE REFINEMENTS
   ======================================== */

/* Table Responsiveness */
.pompy-ciepla-page .comparison-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.pompy-ciepla-page table {
  min-width: 600px;
}

@media (max-width: 767px) {
  .pompy-ciepla-page table {
    font-size: 0.9rem;
  }

  .pompy-ciepla-page th,
  .pompy-ciepla-page td {
    padding: var(--space-sm) var(--space-xs);
  }
}

/* Touch Targets - Mobile Optimization */
@media (max-width: 767px) {
  .pompy-ciepla-page .btn,
  .pompy-ciepla-page button,
  .pompy-ciepla-page a[role="button"] {
    min-height: 44px;
    padding: var(--space-sm) var(--space-md);
  }
}

/* Grid Improvements */
.pompy-ciepla-page .guide-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-md);
}

/* NOTE: .benefits-grid styling moved to pompy-ciepla.css for better control */

@media (min-width: 992px) {
  .pompy-ciepla-page .guide-card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ========================================
   PHASE 4: ACCESSIBILITY
   ======================================== */

/* Color Contrast Improvements */
.pompy-ciepla-page .text-muted {
  color: var(--gray-600); /* Improved contrast */
}

.pompy-ciepla-page .text-light-muted {
  color: rgba(255, 255, 255, 0.85); /* Better readability on dark */
}

/* Skip to Content Link */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: var(--heatpump-primary);
  color: white;
  padding: var(--space-xs) var(--space-sm);
  text-decoration: none;
  z-index: 9999;
}

.skip-link:focus {
  top: 0;
}

/* ARIA Labels & Screen Reader Only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* Focus Indicators */
.pompy-ciepla-page *:focus-visible {
  outline: 3px solid var(--heatpump-secondary);
  outline-offset: 2px;
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  .pompy-ciepla-page * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ========================================
   SPECIFIC COMPONENT IMPROVEMENTS
   ======================================== */

/* ========================================
   HERO SECTION LAYOUT FIXES
   ======================================== */

/* Hero Section - Fix overflow and positioning */
.pompy-ciepla-hero {
  position: relative;
  overflow: hidden; /* Required for background image visibility */
}

.pompy-ciepla-hero .hero-content {
  position: relative;
  z-index: 10; /* Ensure hero content is above everything */
}

/* Hero CTA - Fix button container alignment */
.pompy-ciepla-hero .hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin: 30px 0 24px;
  width: 100%;
}

/* Hero CTA Buttons - Enhanced Template Match */
.pompy-ciepla-hero .hero-cta .btn-primary {
  background: linear-gradient(135deg, #0a4c05 0%, #2D8659 100%);
  color: #ffffff;
  padding: 16px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  box-shadow: 0 8px 20px rgba(10, 76, 5, 0.25);
  transition: all 0.3s ease;
  text-transform: none;
  letter-spacing: 0.3px;
  flex-shrink: 0;
}

.pompy-ciepla-hero .hero-cta .btn-primary:hover {
  background: linear-gradient(135deg, #2D8659 0%, #0a4c05 100%);
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(10, 76, 5, 0.35);
}

.pompy-ciepla-hero .hero-cta .btn-secondary {
  background: transparent;
  color: #ffffff;
  padding: 16px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 50px;
  transition: all 0.3s ease;
  text-transform: none;
  letter-spacing: 0.3px;
  flex-shrink: 0;
}

.pompy-ciepla-hero .hero-cta .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.9);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.2);
}

/* Hero benefits chips - ensure proper spacing */
.pompy-ciepla-hero .hero-benefits {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.pompy-ciepla-hero .benefit-chip {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  flex-shrink: 0;
}

/* Wave Divider - Fix z-index stacking */
.wave-divider {
  position: relative;
  z-index: 5; /* Between hero content (10) and metrics (8) */
  pointer-events: none;
}

/* Hero Metrics - Fix positioning and z-index */
.hero-metrics {
  position: relative;
  z-index: 8; /* Below wave divider but above page content */
  margin-top: -60px;
  margin-bottom: 60px;
}

/* Hero Scroll Button - Ensure proper positioning */
.pompy-ciepla-hero .hero-scroll {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11; /* Above hero content to be clickable */
  color: #ffffff;
  font-size: 2rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hero assurance and trust - proper spacing */
.pompy-ciepla-hero .hero-assurance {
  margin-top: 0;
  margin-bottom: 24px;
  padding: 0 20px;
}

.pompy-ciepla-hero .hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 32px;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .pompy-ciepla-hero .hero-cta {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .pompy-ciepla-hero .hero-cta .btn-primary,
  .pompy-ciepla-hero .hero-cta .btn-secondary {
    width: 100%;
    text-align: center;
    max-width: 100%;
  }

  .pompy-ciepla-hero .hero-benefits {
    gap: 12px;
  }

  .pompy-ciepla-hero .hero-assurance,
  .pompy-ciepla-hero .hero-trust {
    padding: 0 16px;
  }
}

@media (max-width: 576px) {
  .hero-metrics {
    margin-top: -40px;
  }

  .pompy-ciepla-hero .hero-cta {
    gap: 12px;
  }
}

/* Stats Bar Improvements */
.stats-bar {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--space-md);
  margin: var(--space-xl) 0;
}

.stat-card {
  text-align: center;
  padding: var(--space-md);
  background: white;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  transition: all var(--transition-base);
}

.stat-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.stat-value {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--heatpump-primary);
  line-height: 1.2;
  margin-bottom: var(--space-xs);
}

.stat-label {
  font-size: 0.95rem;
  color: var(--gray-600);
  font-weight: 500;
}

/* FAQ Section - Restored original styling from base CSS */
.pompy-ciepla-page .faq-item {
  background: #ffffff;
  border-radius: 16px;
  margin-bottom: 20px;
  padding: 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: box-shadow var(--transition-base);
}

.pompy-ciepla-page .faq-item:hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.pompy-ciepla-page .faq-question {
  padding: 25px 50px 25px 30px;
  cursor: pointer;
  position: relative;
  font-weight: 600;
  color: var(--heatpump-dark);
  transition: color var(--transition-fast);
}

.pompy-ciepla-page .faq-question:hover {
  color: var(--heatpump-primary);
}

.faq-answer li {
  color: var(--text-medium) !important;
}

/* Partner Logos - Standardized */
.partner-card img {
  max-width: 140px;
  max-height: 60px;
  object-fit: contain;
  filter: grayscale(0.3) opacity(0.8);
  transition: all var(--transition-base);
}

.partner-card:hover img {
  filter: grayscale(0) opacity(1);
  transform: scale(1.05);
}

/* Testimonial Cards Polish */
.testimonial-card {
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.testimonial-avatar {
  box-shadow: var(--shadow-sm);
}

/* CTA Section - Glass Gradient Experience */
.cta-section {
  position: relative;
  padding: clamp(88px, 9vw, 120px) 0;
  background: linear-gradient(135deg, rgba(10, 76, 5, 0.08) 0%, rgba(23, 188, 218, 0.12) 100%);
  overflow: hidden;
  isolation: isolate;
}

.cta-section::before,
.cta-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(0);
  pointer-events: none;
  opacity: 0.55;
  mix-blend-mode: screen;
}

.cta-section::before {
  width: clamp(320px, 45vw, 520px);
  height: clamp(320px, 45vw, 520px);
  top: clamp(-180px, -12vw, -120px);
  right: clamp(-160px, -10vw, -80px);
  background: radial-gradient(circle at center, rgba(23, 188, 218, 0.4) 0%, rgba(23, 188, 218, 0.05) 70%);
}

.cta-section::after {
  width: clamp(360px, 52vw, 580px);
  height: clamp(360px, 52vw, 580px);
  bottom: clamp(-220px, -14vw, -140px);
  left: clamp(-180px, -12vw, -100px);
  background: radial-gradient(circle at center, rgba(10, 76, 5, 0.28) 0%, rgba(10, 76, 5, 0.05) 70%);
}

.cta-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(32px, 6vw, 48px);
  padding: clamp(40px, 5vw, 56px);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow:
    0 30px 70px rgba(16, 35, 39, 0.16),
    0 14px 38px rgba(23, 188, 218, 0.18);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  color: rgba(16, 35, 39, 0.9);
  z-index: 1;
}

.cta-copy {
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 3vw, 28px);
}

.cta-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(23, 188, 218, 0.18);
  color: rgba(16, 35, 39, 0.8);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cta-section h2 {
  margin: 0;
  font-size: clamp(1.85rem, 4.2vw, 2.4rem);
  color: rgba(16, 35, 39, 0.95);
  line-height: 1.25;
}

.cta-subtitle {
  margin: 0;
  font-size: clamp(1rem, 2.3vw, 1.15rem);
  color: rgba(16, 35, 39, 0.75);
  line-height: 1.65;
}

.cta-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(12px, 2.6vw, 18px);
}

.cta-benefit {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(23, 188, 218, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  font-weight: 500;
  color: rgba(16, 35, 39, 0.85);
}

.benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(23, 188, 218, 0.28) 0%, rgba(10, 76, 5, 0.32) 100%);
  color: #0b5d38;
  box-shadow: 0 6px 16px rgba(16, 35, 39, 0.16);
}

.benefit-icon i {
  font-size: 1.05rem;
}

.cta-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 28px);
  padding: clamp(32px, 4.5vw, 44px);
  border-radius: 28px;
  background: linear-gradient(160deg, rgba(10, 76, 5, 0.92) 0%, rgba(23, 188, 218, 0.78) 100%);
  color: #f4fdf8;
  box-shadow:
    0 26px 65px rgba(10, 76, 5, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  overflow: hidden;
  isolation: isolate;
}

.cta-card::before {
  content: "";
  position: absolute;
  inset: -80px -120px auto auto;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(244, 253, 248, 0.35) 0%, transparent 70%);
  opacity: 0.65;
}

.cta-card-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cta-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(244, 253, 248, 0.15);
  color: rgba(244, 253, 248, 0.92);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.cta-card-badge i {
  font-size: 0.95rem;
}

.cta-card-lead {
  margin: 0;
  font-size: clamp(1rem, 2.2vw, 1.125rem);
  line-height: 1.6;
  color: rgba(244, 253, 248, 0.9);
}

.cta-buttons {
  display: grid;
  gap: 14px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 26px;
  border-radius: 18px;
  text-decoration: none;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 600;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  min-height: 60px;
  letter-spacing: 0.01em;
}

.cta-button-primary {
  background: linear-gradient(135deg, rgba(244, 253, 248, 0.95) 0%, rgba(206, 245, 230, 0.82) 100%);
  color: #084730;
  box-shadow: 0 18px 36px rgba(8, 71, 48, 0.28);
}

.cta-button-secondary {
  background: rgba(244, 253, 248, 0.12);
  color: rgba(244, 253, 248, 0.95);
  border: 1px solid rgba(244, 253, 248, 0.35);
  box-shadow: 0 14px 32px rgba(8, 71, 48, 0.22);
}

.cta-button:hover {
  transform: translateY(-3px);
}

.cta-button-primary:hover {
  box-shadow: 0 22px 48px rgba(8, 71, 48, 0.32);
  background: linear-gradient(135deg, rgba(244, 253, 248, 0.98) 0%, rgba(206, 245, 230, 0.9) 100%);
}

.cta-button-secondary:hover {
  background: rgba(244, 253, 248, 0.2);
  box-shadow: 0 18px 44px rgba(8, 71, 48, 0.28);
}

.cta-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: rgba(8, 71, 48, 0.12);
  color: currentColor;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.cta-card-footer {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 10px;
  border-top: 1px solid rgba(244, 253, 248, 0.18);
}

.cta-service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background: rgba(244, 253, 248, 0.12);
  color: rgba(244, 253, 248, 0.95);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.cta-note {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(244, 253, 248, 0.9);
}

.cta-section .cta-note a {
  color: inherit;
  text-decoration: underline;
}

@media (max-width: 1199px) {
  .cta-shell {
    grid-template-columns: 1fr;
  }

  .cta-card {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .cta-section {
    padding: clamp(72px, 18vw, 92px) 0;
    margin: clamp(48px, 12vw, 72px) 0;
  }

  .cta-shell {
    padding: clamp(32px, 12vw, 40px);
    border-radius: 28px;
  }

  .cta-benefits {
    grid-template-columns: 1fr;
  }

  .cta-benefit {
    padding: 12px 16px;
  }

  .cta-card {
    padding: clamp(28px, 10vw, 36px);
    border-radius: 24px;
  }

  .cta-button {
    font-size: 1rem;
    min-height: 56px;
  }
}

@media (prefers-contrast: more) {
  .cta-section {
    background: #0a4c05;
    color: #0a4c05;
  }

  .cta-shell {
    background: #ffffff;
    border: 2px solid #0a4c05;
    box-shadow: none;
  }

  .cta-section::before,
  .cta-section::after {
    display: none;
  }

  .cta-benefit {
    background: #ffffff;
    border: 2px solid #0a4c05;
    color: #0a4c05;
  }

  .benefit-icon {
    background: #0a4c05;
    color: #ffffff;
    box-shadow: none;
  }

  .cta-card {
    background: #0a4c05;
    border: 2px solid #3baaac;
    box-shadow: none;
    color: #ffffff;
  }

  .cta-card-badge,
  .cta-card-lead,
  .cta-note {
    color: #ffffff;
  }

  .cta-button-primary {
    background: #ffffff;
    color: #0a4c05;
    box-shadow: none;
  }

  .cta-button-secondary {
    background: transparent;
    border: 2px solid #3baaac;
    color: #ffffff;
    box-shadow: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cta-section,
  .cta-section::before,
  .cta-section::after,
  .cta-shell,
  .cta-benefit,
  .cta-button,
  .cta-card,
  .cta-card::before {
    transition: none;
  }

  .cta-button:hover {
    transform: none;
  }
}

/* ========================================
   WAVE DIVIDERS
   ======================================== */

.wave-divider {
    width: 100%;
    height: 80px;
    color: #0a4c05;
    margin: -1px 0;
    position: relative;
    z-index: 1;
}

.wave-divider svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* ========================================
   UTILITY CLASSES
   ======================================== */

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.mb-xs { margin-bottom: var(--space-xs); }
.mb-sm { margin-bottom: var(--space-sm); }
.mb-md { margin-bottom: var(--space-md); }
.mb-lg { margin-bottom: var(--space-lg); }
.mb-xl { margin-bottom: var(--space-xl); }

.mt-xs { margin-top: var(--space-xs); }
.mt-sm { margin-top: var(--space-sm); }
.mt-md { margin-top: var(--space-md); }
.mt-lg { margin-top: var(--space-lg); }
.mt-xl { margin-top: var(--space-xl); }

.gap-xs { gap: var(--space-xs); }
.gap-sm { gap: var(--space-sm); }
.gap-md { gap: var(--space-md); }
.gap-lg { gap: var(--space-lg); }

/* ========================================
   PRINT STYLES
   ======================================== */

@media print {
  .pompy-ciepla-page .hero-section,
  .pompy-ciepla-page .cta-section,
  .pompy-ciepla-page button,
  .pompy-ciepla-page .btn {
    display: none;
  }

  .pompy-ciepla-page {
    background: white;
  }

  .pompy-ciepla-page * {
    box-shadow: none !important;
  }
}

/* ============================================
   BENEFITS SECTION - Enhanced Cards Pattern
   (zgodnie z THERMOGREEN Style Guide)
   ============================================ */

.benefits-section {
  margin-top: 40px;
}

.benefits-grid {
  display: grid;

  gap: clamp(24px, 3vw, 40px);
  margin-top: 40px;
}

.benefit-card-enhanced {
  background: linear-gradient(145deg, #ffffff 0%, #fafbfa 100%);
  border: 2px solid rgba(10, 76, 5, 0.08);
  border-radius: 20px;
  padding: 45px 35px;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow:
    0 8px 25px rgba(0, 0, 0, 0.08),
    0 3px 10px rgba(10, 76, 5, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  will-change: transform, box-shadow;
  text-align: center;
}

.benefit-card-enhanced:hover {
  transform: translateY(-18px) scale(1.02);
  box-shadow:
    0 25px 50px rgba(10, 76, 5, 0.18),
    0 15px 35px rgba(0, 0, 0, 0.12),
    0 5px 15px rgba(10, 76, 5, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.benefit-icon-wrapper {
  margin-bottom: 25px;
}

.benefit-icon {
  width: 85px;
  height: 85px;
  margin: 0 auto;
  background: linear-gradient(135deg, rgba(10, 76, 5, 0.1) 0%, rgba(23, 188, 218, 0.1) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #0a4c05;
  transition: all 0.4s ease;
  box-shadow: 0 8px 20px rgba(10, 76, 5, 0.12);
}

.benefit-card-enhanced:hover .benefit-icon {
  transform: scale(1.1) rotate(5deg);
  background: linear-gradient(135deg, rgba(10, 76, 5, 0.15) 0%, rgba(23, 188, 218, 0.15) 100%);
  box-shadow: 0 12px 30px rgba(10, 76, 5, 0.2);
}

.benefit-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: #0a4c05;
  margin-bottom: 15px;
  transition: color 0.3s ease;
  font-family: 'Poppins', sans-serif;
}

.benefit-card-enhanced:hover .benefit-title {
  color: #3baaac;
}

.benefit-description {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #555;
  font-family: 'Inter', sans-serif;
}

/* ============================================
   PROCESS SECTION - Process Cards Pattern
   (zgodnie z THERMOGREEN Style Guide)
   ============================================ */

.process-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px 24px;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  text-align: left;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.process-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, #0a4c05, #3baaac);
  transition: all 0.3s ease;
  z-index: -1;
}

.process-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.process-card:hover::before {
  width: 100%;
  opacity: 0.05;
}

.process-number {
  font-size: 2.625rem;
  font-weight: 700;
  color: rgba(10, 76, 5, 0.16);
  line-height: 1;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.08em;
}

.process-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, rgba(10, 76, 5, 0.1), rgba(23, 188, 218, 0.1));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #0a4c05;
  transition: all 0.4s ease;
  box-shadow: 0 8px 18px rgba(10, 76, 5, 0.12);
}

.process-card:hover .process-icon {
  transform: scale(1.08) rotate(4deg);
  background: linear-gradient(135deg, rgba(10, 76, 5, 0.15), rgba(23, 188, 218, 0.15));
}

.process-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0a4c05;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  line-height: 1.35;
}

.process-description {
  font-size: 0.9rem;
  line-height: 1.75;
  color: #4a5a52;
  margin: 0;
  font-family: 'Inter', sans-serif;
  max-width: 42ch;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .benefit-card-enhanced {
    padding: 35px 25px;
  }

  .benefit-icon {
    width: 70px;
    height: 70px;
    font-size: 30px;
  }

  .process-card {
    padding: 26px 20px;
    gap: 16px;
  }

  .process-number {
    font-size: 2.4rem;
    letter-spacing: 0.06em;
  }

  .process-icon {
    width: 56px;
    height: 56px;
    font-size: 24px;
  }

  .process-title {
    font-size: 1.05rem;
  }

  .process-description {
    font-size: 0.88rem;
  }
}

@media (max-width: 576px) {
  .process-card {
    padding: 24px 18px;
  }

  .process-number {
    font-size: 2.2rem;
  }

  .process-description {
    line-height: 1.7;
  }
}

/* ============================================
   BENEFITS SECTION - Full-Width Horizontal Single Row Override
   Agent 5: Benefits Full-Width Layout Specialist
   ============================================ */

/* Benefits Section - Full-Width Horizontal Single Row Override */
.benefits-section {
    width: 100%;
    max-width: 100%;
    padding: 60px 20px;
    background: linear-gradient(180deg, #fafbfa 0%, #ffffff 100%);
}

.benefits-section .section-title {
    text-align: center;
    font-size: 2rem;
    color: #0a4c05;
    margin-bottom: 40px;
    font-weight: 700;
}

.benefits-section .benefits-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 16px;
    max-width: 1400px;
    margin: 0 auto;
}

.benefits-section .benefit-card-enhanced {
    flex: 1 1 calc(20% - 16px);
    min-width: 160px;
    max-width: 220px;
    padding: 24px 16px;
    background: linear-gradient(145deg, #ffffff 0%, #fafbfa 100%);
    border: 2px solid rgba(10, 76, 5, 0.08);
    border-radius: 16px;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    text-align: center;
}

.benefits-section .benefit-card-enhanced:hover {
    transform: translateY(-12px) scale(1.01);
    box-shadow: 0 18px 40px rgba(10, 76, 5, 0.15);
    border-color: rgba(10, 76, 5, 0.15);
}

.benefits-section .benefit-icon-wrapper {
    margin-bottom: 16px;
}

.benefits-section .benefit-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, rgba(10, 76, 5, 0.1) 0%, rgba(23, 188, 218, 0.1) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 24px;
    color: #0a4c05;
    transition: all 0.3s ease;
}

.benefits-section .benefit-card-enhanced:hover .benefit-icon {
    background: linear-gradient(135deg, rgba(10, 76, 5, 0.15) 0%, rgba(23, 188, 218, 0.15) 100%);
    transform: rotate(360deg) scale(1.1);
}

.benefits-section .benefit-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #0a4c05;
    margin-bottom: 8px;
    line-height: 1.3;
}

.benefits-section .benefit-description {
    font-size: 0.8rem;
    color: #555;
    line-height: 1.5;
    margin: 0;
}

/* Responsive adjustments for Benefits Section */
@media (max-width: 1200px) {
    .benefits-section .benefits-grid {
        gap: 12px;
    }

    .benefits-section .benefit-card-enhanced {
        min-width: 140px;
        padding: 20px 12px;
    }

    .benefits-section .benefit-icon {
        width: 42px;
        height: 42px;
        font-size: 21px;
    }

    .benefits-section .benefit-title {
        font-size: 0.875rem;
    }

    .benefits-section .benefit-description {
        font-size: 0.75rem;
    }
}

@media (max-width: 1024px) {
    .benefits-section .benefits-grid {
        max-width: 100%;
        padding: 0 16px;
        gap: 14px;
    }

    .benefits-section .benefit-card-enhanced {
        flex: 1 1 auto;
        min-width: 150px;
        max-width: 190px;
    }
}

@media (max-width: 768px) {
    .benefits-section .benefits-grid {
        flex-direction: column;
        gap: 16px;
    }

    .benefits-section .benefit-card-enhanced {
        flex: 1 1 100%;
        max-width: 100%;
        padding: 24px 20px;
    }

    .benefits-section .benefit-icon {
        width: 56px;
        height: 56px;
        font-size: 28px;
    }

    .benefits-section .benefit-title {
        font-size: 1rem;
    }

    .benefits-section .benefit-description {
        font-size: 0.875rem;
    }
}

/* ============================================
   BRAND CARDS SECTION - Color Inheritance Fix
   (Brands: Daikin, Panasonic, Samsung, etc.)
   ============================================ */

/* Brand Card Base Styling */
.brand-card {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 2px solid rgba(10, 76, 5, 0.08);
  border-radius: 20px;
  padding: 30px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.brand-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(10, 76, 5, 0.12);
}

/* Brand Features List */
.brand-card .brand-features {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.brand-card .brand-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #102327;
}

.brand-card .brand-features li::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(10, 76, 5, 0.12);
  color: var(--heatpump-primary);
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 2px;
}

/* Brand Card Elements */
.brand-card .brand-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.brand-card .brand-logo-text {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--heatpump-primary);
}

.brand-card .brand-logo-container img {
  max-width: 150px;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(10, 76, 5, 0.1));
}

.brand-card .brand-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 16px;
  border-radius: 999px;
  background: rgba(10, 107, 69, 0.12);
  border: 1px solid rgba(10, 107, 69, 0.16);
  color: var(--heatpump-primary);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-card .brand-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--heatpump-dark);
  margin-bottom: 15px;
}

.brand-card .brand-lead {
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(16, 35, 39, 0.85);
  margin-bottom: 20px;
}

.brand-card .brand-features-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--heatpump-primary);
  margin-bottom: 15px;
}

.brand-card .brand-product {
  background: rgba(10, 107, 69, 0.05);
  border-left: 3px solid var(--heatpump-primary);
  padding: 20px;
  border-radius: 8px;
  margin: 20px 0;
}

.brand-card .brand-product .product-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--heatpump-primary);
  margin-bottom: 10px;
}

.brand-card .brand-product p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(16, 35, 39, 0.85);
  margin: 0;
}

.brand-card .brand-cta-wrap {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid rgba(10, 76, 5, 0.1);
}

.brand-card .brand-cta-wrap .cta-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(16, 35, 39, 0.75);
  margin-bottom: 15px;
}

.brand-card .brand-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  background: linear-gradient(135deg, var(--heatpump-primary), var(--heatpump-primary-light));
  color: #f4fdf8;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 12px 28px rgba(10, 76, 5, 0.22);
}

.brand-card .brand-cta:hover {
  background: linear-gradient(135deg, var(--heatpump-primary-light), #0fb070);
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(10, 76, 5, 0.28);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .brand-card {
    padding: 25px 20px;
  }

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

  .brand-card .brand-logo-text {
    font-size: 1.3rem;
  }
}

/* ============================================
   WHY CHOOSE HEAT PUMP SECTION - Dedicated Styles
   Section: "Dlaczego warto wybrać pompę ciepła?"
   Layout: 4 cards per row on desktop (8 cards total = 2 rows)
   ============================================ */

.why-choose-section {
  padding: 80px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
}

.why-choose-section .container {
  max-width: 1400px;
  margin: 0 auto;
}

.why-choose-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #0a4c05;
  margin-bottom: 16px;
  line-height: 1.2;
}

.why-choose-intro {
  text-align: center;
  font-size: 1.125rem;
  color: rgba(16, 35, 39, 0.75);
  margin-bottom: 50px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Grid: 4 columns on desktop */
.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 60px;
}

/* Card Styling */
.why-choose-card {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 2px solid rgba(10, 76, 5, 0.08);
  border-radius: 20px;
  padding: 30px 24px;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.why-choose-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(10, 76, 5, 0.12);
  border-color: rgba(10, 76, 5, 0.15);
}

/* Card Icon */
.why-choose-card__icon {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.why-choose-card__icon i {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(10, 107, 69, 0.12) 0%, rgba(23, 188, 218, 0.12) 100%);
  border-radius: 50%;
  font-size: 28px;
  color: #0a6b45;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 6px 20px rgba(10, 107, 69, 0.1);
}

.why-choose-card:hover .why-choose-card__icon i {
  background: linear-gradient(135deg, rgba(10, 107, 69, 0.18) 0%, rgba(23, 188, 218, 0.18) 100%);
  transform: scale(1.1);
  box-shadow: 0 10px 28px rgba(10, 107, 69, 0.15);
  color: #085a38;
}

/* Card Body */
.why-choose-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Card Header */
.why-choose-card__header {
  margin-bottom: 16px;
}

.why-choose-card__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0a4c05;
  margin-bottom: 10px;
  line-height: 1.3;
}

.why-choose-card__tag {
  display: inline-block;
  background: rgba(45, 134, 89, 0.1);
  color: #2D8659;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 0.8125rem;
  font-weight: 600;
}

/* Card Content */
.why-choose-card__body > p {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #4a5a52;
  margin-bottom: 16px;
  flex: 1;
}

/* Card Footer */
.why-choose-card__footer {
  background: rgba(10, 107, 69, 0.05);
  border-left: 3px solid #2D8659;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(16, 35, 39, 0.85);
  margin-top: auto;
}

.why-choose-card__footer strong {
  color: #0a4c05;
  font-weight: 600;
}

/* Responsive Breakpoints */

/* Large Desktop (1200px - 1600px) */
@media (max-width: 1600px) and (min-width: 1200px) {
  .why-choose-grid {
    gap: 20px;
  }
  
  .why-choose-card {
    padding: 28px 22px;
  }
}

/* Tablet Landscape (992px - 1199px): 3 columns */
@media (max-width: 1199px) and (min-width: 992px) {
  .why-choose-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  
  .why-choose-card {
    padding: 26px 20px;
  }

  .why-choose-card__icon i {
    width: 52px;
    height: 52px;
    font-size: 26px;
  }
  
  .why-choose-title {
    font-size: 2.25rem;
  }
}

/* Tablet Portrait (768px - 991px): 2 columns */
@media (max-width: 991px) and (min-width: 768px) {
  .why-choose-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .why-choose-card {
    padding: 28px 24px;
  }

  .why-choose-card__icon i {
    width: 52px;
    height: 52px;
    font-size: 26px;
  }

  .why-choose-title {
    font-size: 2rem;
  }
  
  .why-choose-intro {
    font-size: 1rem;
  }
}

/* Mobile (< 768px): 1 column */
@media (max-width: 767px) {
  .why-choose-section {
    padding: 60px 16px;
  }
  
  .why-choose-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .why-choose-card {
    padding: 28px 24px;
  }

  .why-choose-card__icon i {
    width: 56px;
    height: 56px;
    font-size: 28px;
  }

  .why-choose-title {
    font-size: 1.75rem;
  }
  
  .why-choose-intro {
    font-size: 0.9375rem;
    margin-bottom: 40px;
  }
}
.why-choose-us-section li{
  color:black;
}

/* Read More Button for Long Testimonials */
.testimonial-text {
  position: relative;
  max-height: none;
  overflow: visible;
  transition: max-height 0.3s ease;
}

.testimonial-text.collapsed {
  max-height: 120px;
  overflow: hidden;
}

.testimonial-text.collapsed::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(to bottom, transparent, rgba(244, 253, 248, 0.98));
  pointer-events: none;
}

.read-more-btn {
  display: inline-block;
  margin-top: 8px;
  padding: 6px 14px;
  background: rgba(23, 188, 218, 0.12);
  color: rgba(10, 76, 5, 0.85);
  border: 1px solid rgba(23, 188, 218, 0.25);
  border-radius: 16px;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.read-more-btn:hover {
  background: rgba(23, 188, 218, 0.22);
  border-color: rgba(23, 188, 218, 0.4);
  transform: translateY(-1px);
}

.read-more-btn:active {
  transform: translateY(0);
}

/* Testimonial Source Icon */
.testimonial-source-icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
}
