.elementor-111672 .elementor-element.elementor-element-7f9e558{--display:flex;}.elementor-111672 .elementor-element.elementor-element-f0bb12c > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-f0bb12c *//* ===== RESET & VARS ===== */
.rcc-widget *, .rcc-widget *::before, .rcc-widget *::after { box-sizing: border-box; margin: 0; padding: 0; }
.rcc-widget {
  --rcc-red: #ED1C1A;
  --rcc-red-dark: #C41614;
  --rcc-red-bg: #FEF2F2;
  --rcc-dark: #1A1A1A;
  --rcc-gray-900: #202124;
  --rcc-gray-700: #5f6368;
  --rcc-gray-500: #80868b;
  --rcc-gray-300: #dadce0;
  --rcc-gray-200: #e8eaed;
  --rcc-gray-100: #f8f9fa;
  --rcc-white: #FFF;
  --rcc-radius-lg: 24px;
  --rcc-radius: 16px;
  --rcc-radius-sm: 8px;
  --rcc-shadow-dialog: 0 12px 36px rgba(0,0,0,0.15);
  --rcc-shadow-card: 0 2px 8px rgba(0,0,0,0.05);
  --rcc-font-body: 'Google Sans', 'Open Sans', -apple-system, sans-serif;
  --rcc-font-heading: 'Google Sans', 'Open Sans', -apple-system, sans-serif;
  font-family: var(--rcc-font-body);
  color: var(--rcc-gray-900);
  background: var(--rcc-white);
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* ===== BACKGROUND RESULTS ===== */
.rcc-results-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 24px 24px;
  flex-wrap: wrap;
  gap: 16px;
  transition: opacity 0.3s;
}
.rcc-results-header {
  font-weight: 700;
  color: var(--rcc-gray-900);
  font-size: 16px;
}
.rcc-toolbar-controls {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.rcc-toolbar-controls select {
  padding: 8px 36px 8px 16px;
  border-radius: 20px;
  border: 1px solid var(--rcc-gray-300);
  background: var(--rcc-white) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%235f6368'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right 12px center;
  background-size: 16px;
  font-family: var(--rcc-font-body);
  font-size: 13px;
  color: var(--rcc-gray-700);
  cursor: pointer;
  outline: none;
  transition: border-color 0.2s, color 0.2s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.rcc-toolbar-controls select:focus, .rcc-toolbar-controls select:hover {
  border-color: var(--rcc-gray-500);
  color: var(--rcc-gray-900);
}

.rcc-bg-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 24px;
  padding: 0 24px 140px;
  max-width: 1400px;
  margin: 0 auto;
  transition: opacity 0.3s ease;
}
.rcc-prod-card {
  /* background: linear-gradient(to right, #ffffff 0%, #ffffff 55%, #f8f9fa 100%); */
  background: var(--rcc-white);
  border-radius: var(--rcc-radius);
  padding: 20px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  box-shadow: var(--rcc-shadow-card);
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid var(--rcc-gray-200);
  position: relative;
}
.rcc-prod-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transform: translateY(-4px);
}
.rcc-prod-card-img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  margin-bottom: 16px;
  min-height: 150px;
}
.rcc-prod-card-name {
  font-weight: 700;
  font-size: 16px;
  color: var(--rcc-gray-900);
  margin-bottom: 4px;
}
.rcc-prod-card-type {
  font-size: 13px;
  color: var(--rcc-gray-500);
}
.rcc-prod-card-power {
  font-size: 13px;
  color: var(--rcc-gray-700);
  margin-top: 8px;
  font-weight: 600;
}
.rcc-prod-card-price {
  display: none !important;
  font-size: 16px;
  color: var(--rcc-red);
  font-weight: 700;
  margin-top: 4px;
}
.rcc-prod-card-tags {
  font-size: 11px;
  color: var(--rcc-gray-500);
  margin-top: 8px;
  line-height: 1.4;
  font-weight: 500;
  background: var(--rcc-gray-100);
  padding: 4px 8px;
  border-radius: 12px;
  width: 100%;
}
.rcc-prod-card.rcc-badge-new::after {
  content: "Nowość";
  background: #e30613;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  padding: 3px 6px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  pointer-events: none;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
}

/* ===== FLOATING WIZARD DIALOG ===== */
.rcc-wizard-overlay {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 90%;
  max-width: 860px;
  background: var(--rcc-white);
  border-radius: var(--rcc-radius-lg);
  box-shadow: var(--rcc-shadow-dialog);
  padding: 32px;
  z-index: 100;
  transition: opacity 0.3s ease, transform 0.3s ease, padding 0.3s ease;
}
.rcc-wizard-overlay.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 20px);
}
.rcc-wizard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.rcc-wizard-step-info {
  font-size: 13px;
  font-weight: 600;
  color: var(--rcc-gray-700);
}
.rcc-wizard-nav-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}
.rcc-collapse-btn {
  background: var(--rcc-gray-100);
  border: 1px solid var(--rcc-gray-300);
  border-radius: 16px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  color: var(--rcc-gray-700);
  cursor: pointer;
  transition: all 0.2s;
  margin-right: 15px;
}
.rcc-collapse-btn:hover {
  background: var(--rcc-gray-200);
  color: var(--rcc-gray-900);
}
.rcc-wizard-nav-arrows {
  display: flex;
  gap: 8px;
}
.rcc-nav-arrow { 
  background: transparent; border: none; width: 50px; height: 32px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--rcc-red);
  transition: background 0.2s; font-size: 14px; font-weight: normal;
}
.rcc-nav-arrow:hover:not(:disabled) { background: var(--rcc-white); }
.rcc-nav-arrow:disabled { opacity: 0.3; cursor: not-allowed; }
#rcc-btn-next {font-weight: bold;}

/* ===== COLLAPSED WIZARD ===== */
.rcc-wizard-overlay.collapsed {
  padding: 16px 24px;
}
.rcc-wizard-overlay.collapsed .rcc-wizard-header {
  margin-bottom: 0;
}
.rcc-wizard-overlay.collapsed .rcc-active-filters,
.rcc-wizard-overlay.collapsed .rcc-live-calc,
.rcc-wizard-overlay.collapsed .rcc-step {
  display: none !important;
}

/* ===== HEADER ===== */
.rcc-header { text-align: center; padding: 24px 20px 14px; }
.rcc-header h1 { font-family: var(--rcc-font-heading); font-size: clamp(26px, 5vw, 36px); font-weight: 600; line-height: 1.15; color: var(--rcc-dark); }
.rcc-header h1 .w-800 { font-weight: 800; }
.rcc-header p { margin-top: 10px; color: var(--rcc-gray-700); font-size: 15px; }

/* ===== ACTIVE TAGS (CHIPS) ===== */
.rcc-active-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; min-height: 28px; transition: margin 0.3s; }
.rcc-live-calc { font-size: 13px; font-weight: 700; color: var(--rcc-gray-900); margin-top: -10px; margin-bottom: 20px; display: none; }
.rcc-filter-chip {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--rcc-white); border: 1px solid var(--rcc-gray-300);
  border-radius: 16px; padding: 4px 10px 4px 12px; font-size: 12px; font-weight: 600;
  color: var(--rcc-gray-900); transition: border-color 0.2s;
}
.rcc-filter-chip:hover { border-color: var(--rcc-gray-500); }
.rcc-filter-chip button {
  background: none; border: none; font-size: 16px; line-height: 1;
  color: var(--rcc-gray-500); cursor: pointer; padding: 0 0 2px 0;
}
.rcc-filter-chip button:hover { color: var(--rcc-red); }

/* ===== STEPS & FIELDS ===== */
.rcc-step { display: none; animation: rccFadeIn 0.3s ease; }
.rcc-step.active { display: block; }
@keyframes rccFadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

.rcc-step-title { font-size: 22px; font-weight: 700; margin-bottom: 8px; color: var(--rcc-dark); }
.rcc-step-desc { font-size: 14px; color: var(--rcc-gray-700); margin-bottom: 24px; }

.rcc-field-wrap { position: relative; margin-bottom: 20px; }
.rcc-field-wrap input { width: 100%; padding: 16px; border: 2px solid var(--rcc-gray-200); border-radius: var(--rcc-radius-sm); font-size: 16px; font-weight: 600; outline: none; transition: 0.2s; }
.rcc-field-wrap input:focus { border-color: var(--rcc-red); }
.rcc-field-unit { position: absolute; right: 35px; top: 16px; font-size: 16px; font-weight: 600; color: var(--rcc-gray-500); }

.rcc-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 20px; }
.rcc-card { border: 2px solid var(--rcc-gray-200); border-radius: var(--rcc-radius); padding: 16px; cursor: pointer; transition: 0.2s; text-align: left; background: var(--rcc-white); }
.rcc-card:hover { border-color: var(--rcc-gray-500); }
.rcc-card.selected { border-color: var(--rcc-red); background: var(--rcc-red-bg); }
.rcc-card-icon { font-size: 20px; margin-bottom: 8px; display: block; }
.rcc-card-title { font-weight: 700; font-size: 14px; margin-bottom: 4px; color: var(--rcc-gray-900); }
.rcc-card-sub { font-size: 12px; color: var(--rcc-gray-700); line-height: 1.3; }

/* Scrollable Container for 8 cards in Preference Step */
#rcc-pref-cards {
  max-height: 250px;
  overflow-y: auto;
  padding-right: 6px;
}

/* ===== SLIDER ===== */
.rcc-slider-wrap { text-align: center; margin-bottom: 20px; }
.rcc-slider-value { font-size: 40px; font-weight: 800; color: var(--rcc-red); margin-bottom: 12px; }
.rcc-slider { width: 100%; max-width: 300px; cursor: pointer; }

/* ===== BUTTONS ===== */
.rcc-btn-full { width: 100%; padding: 16px; background: var(--rcc-red); color: var(--rcc-white); border: none; border-radius: var(--rcc-radius-sm); font-weight: 700; font-size: 16px; cursor: pointer; transition: 0.2s; margin-top: 10px; }
.rcc-btn-full:hover { background: var(--rcc-red-dark); }

/* ===== FINAL RESULTS BANNER ===== */
.rcc-final-banner {
  display: none; background: var(--rcc-white); padding: 24px; text-align: center; box-shadow: var(--rcc-shadow-card); margin-bottom: 24px; border-bottom: 1px solid var(--rcc-gray-200);
}
.rcc-final-banner.active { display: block; }
.rcc-final-power { font-size: 36px; font-weight: 800; color: var(--rcc-red); padding-bottom: 20px; }
.rcc-final-desc { font-size: 14px; color: var(--rcc-gray-700); margin-bottom: 16px; }
.rcc-restart-btn { background: var(--rcc-gray-100); border: 1px solid var(--rcc-gray-200); padding: 8px 16px; border-radius: 20px; font-size: 13px; font-weight: 400; cursor: pointer; transition: 0.2s; }
.rcc-restart-btn:hover { background: var(--rcc-gray-200); }

@media (max-width: 600px) {
  .rcc-wizard-overlay { bottom: 20px; padding: 20px; }
  .rcc-cards { grid-template-columns: 1fr; }
  #rcc-pref-cards { max-height: 200px; }
  .rcc-bg-grid { grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); padding: 0 16px 140px; gap: 16px; }
  .rcc-results-toolbar { padding: 16px 16px 8px; }
  .rcc-toolbar-controls { width: 100%; }
  .rcc-toolbar-controls select { flex: 1; text-align: center; }
}

/* Print Styles */
@media print {
  /* Page margins setup */
  @page {
    size: A4;
    margin: 8mm 12mm;
  }

  /* Hide everything outside of our app container, protecting the hierarchy */
  body > *:not(:has(#rcc-main)),
  div:not(:has(#rcc-main)):not(#rcc-main):not(#rcc-main *),
  section:not(:has(#rcc-main)):not(#rcc-main):not(#rcc-main *),
  header, footer, sidebar, nav, aside, #wpadminbar {
    display: none !important;
  }
  
  /* Hide all siblings of the print report inside our app */
  #rcc-main > *:not(#rcc-print-report) {
    display: none !important;
  }
  
  /* Show only the print report container */
  #rcc-main,
  #rcc-print-report {
    display: block !important;
    background: #ffffff !important;
    color: #2d3748 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  .rcc-print-report {
    font-family: 'Outfit', 'Inter', sans-serif;
    color: #2d3748;
    background: #ffffff;
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  
  .rcc-print-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #ED1C1A;
    padding-bottom: 8px;
    margin-bottom: 12px;
  }
  
  .rcc-print-logo img {
    height: 30px;
    width: auto;
  }
  
  .rcc-print-title-block {
    text-align: right;
  }
  
  .rcc-print-title {
    font-size: 16px;
    font-weight: 700;
    color: #ED1C1A;
    margin: 0;
  }
  
  .rcc-print-date {
    font-size: 10px;
    color: #718096;
    margin-top: 3px;
  }
  
  .rcc-print-section-title {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1a202c;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 3px;
    margin: 12px 0 6px 0;
    letter-spacing: 0.5px;
  }
  
  .rcc-print-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 8px;
  }
  
  .rcc-print-data-table {
    width: 100%;
    border-collapse: collapse;
  }
  
  .rcc-print-data-table td {
    padding: 4px 0;
    font-size: 12px;
    border-bottom: 1px dashed #edf2f7;
  }
  
  .rcc-print-data-table td.rcc-label {
    color: #4a5568;
    text-align: left;
  }
  
  .rcc-print-data-table td.rcc-val {
    font-weight: 700;
    text-align: right;
    color: #1a202c;
  }
  
  .rcc-print-products-list {
    margin-top: 8px;
  }
  
  .rcc-print-product-card {
    display: flex;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 10px 15px;
    margin-bottom: 8px;
    align-items: center;
    page-break-inside: avoid;
    box-sizing: border-box;
  }
  
  .rcc-print-prod-img {
    width: 90px;
    height: auto;
    margin-right: 15px;
    flex-shrink: 0;
  }
  
  .rcc-print-prod-details {
    flex: 1;
  }
  
  .rcc-print-prod-name {
    font-size: 13px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 3px 0;
  }
  
  .rcc-print-prod-desc {
    font-size: 11px;
    color: #4a5568;
    margin: 0 0 5px 0;
    line-height: 1.35;
  }
  
  .rcc-print-prod-price {
    font-size: 12px;
    font-weight: 700;
    color: #ED1C1A;
  }
  
  .rcc-print-footer {
    margin-top: 20px;
    border-top: 1px solid #e2e8f0;
    padding-top: 10px;
    font-size: 10px;
    color: #718096;
    text-align: center;
    line-height: 1.4;
  }
}


/* Custom Progress Indicator Styles */
.rcc-wizard-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  gap: 8px;
}
.rcc-progress-step {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid var(--rcc-gray-300);
  background: var(--rcc-white);
  color: var(--rcc-gray-500);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.rcc-progress-step.active {
  border-color: var(--rcc-red);
  color: var(--rcc-red);
}
.rcc-progress-line {
  flex: 1;
  height: 2px;
  background: var(--rcc-gray-200);
  max-width: 40px;
}

/* Custom Collapsible Info Box Styles */
.rcc-info-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  font-size: 13px;
  color: var(--rcc-gray-700);
  cursor: pointer;
  user-select: none;
  font-weight: 500;
  transition: color 0.2s;
  width: 100%;
}
.rcc-info-link:hover {
  color: var(--rcc-red);
}
.rcc-info-box {
  display: none;
  background: var(--rcc-gray-100);
  border: 1px solid var(--rcc-gray-300);
  border-radius: var(--rcc-radius-sm);
  padding: 12px 16px;
  margin-top: 8px;
  font-size: 13px;
  color: var(--rcc-gray-700);
  line-height: 1.5;
  animation: rccFadeIn 0.3s ease;
  text-align: left;
}
.rcc-info-box.active {
  display: block;
}

/* Centered content layout for the wizard steps */
.rcc-step-title {
  text-align: center;
  font-weight: 300;
  font-size: 26px;
  color: #4a5568;
  margin-bottom: 8px;
}
.rcc-step-desc {
  text-align: center;
  font-size: 14px;
  color: var(--rcc-gray-700);
  margin-bottom: 24px;
}
.rcc-field-wrap {
  max-width: 285px;
  margin: 0 auto 20px;
  position: relative;
}
.rcc-field-wrap input {
  text-align: center;
  padding-right: 45px !important;
}
.rcc-field-unit {
  position: absolute;
  right: 15px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  font-size: 16px;
  font-weight: 600;
  color: var(--rcc-gray-500);
  pointer-events: none;
}
/* Ukrycie strzalek gora/dol w polu powierzchni */
.rcc-field-wrap input[type="number"]::-webkit-outer-spin-button,
.rcc-field-wrap input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.rcc-field-wrap input[type="number"] {
  -moz-appearance: textfield;
}
.rcc-live-calc {
  text-align: center;
}

/* Centered cards layout matching screenshots */
.rcc-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 12px;
}
.rcc-card-title {
  font-size: 14px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 0;
}
.rcc-card-sub {
  font-size: 12px;
  color: var(--rcc-gray-700);
  margin-top: 4px;
}

/* Custom Product Card Layout Matching Kafle.svg */
.rcc-bg-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(auto, 400px));
  justify-content: center;
  max-width: 1100px;
  gap: 20px;
  width: 100%;
  margin: 0 auto;
}
.rcc-prod-card {
  box-sizing: border-box;
  width: 100%;
  max-width: 380px;
  min-height: 520px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 40%, #f5f5f5 60%);
  border: 1px solid #e8eaed;
  box-shadow: 0 8px 24px rgba(0,0,0,0.03);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 24px;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: default;
  position: relative;
}
@media (min-width: 768px) {
  .rcc-prod-card {
    width: 510px;
    height: 520px;
  }
}
.rcc-prod-card:hover {
  box-shadow: 0 12px 36px rgba(0,0,0,0.06);
  transform: translateY(-4px);
}
.rcc-prod-card-img {
  width: 100%;
  max-width: 360px;
  height: 200px;
  object-fit: contain;
  margin-bottom: 16px;
}
.rcc-prod-card-name {
  font-size: 18px;
  font-weight: 700;
  color: #546670;
  margin-bottom: 6px;
  font-family: var(--rcc-font-heading), sans-serif;
  line-height: 1.2;
}
.rcc-prod-card-surface {
  font-size: 13px;
  color: #546670;
  margin-bottom: 6px;
  font-weight: 500;
}
.rcc-prod-card-mounting {
  font-size: 13px;
  color: #546670;
  margin-bottom: 16px;
  font-weight: 500;
}
.rcc-prod-card-price-row {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rcc-prod-card-price-val-panel {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.rcc-prod-card-price-val {
  font-size: 22px;
  font-weight: 800;
  color: #546670;
}
.rcc-prod-card-price-panel {
  font-size: 13px;
  color: #546670;
  font-weight: 500;
  margin-left: 6px;
}
.rcc-prod-card-price-vat {
  font-size: 10px;
  color: #546670;
  opacity: 0.85;
  font-weight: 500;
  margin-top: 4px;
  line-height: 1.4;
  max-width: 440px;
}
.rcc-prod-card-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 24px;
  width: 100%;
}
.rcc-btn-red, .rcc-btn-grey {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 29px;
  border-radius: 14.5px;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  transition: background-color 0.2s, transform 0.1s;
}
.rcc-btn-red {
  background-color: #ED1C1A;
  color: #ffffff;
  width: 111px;
  border: 1px solid #ED1C1A;
}
.rcc-btn-red:hover {
  background-color: #ffffff !important;
  color: #ED1C1A !important;
  border-color: #ED1C1A !important;
}
.rcc-btn-grey {
  background-color: #546670;
  color: #ffffff;
  width: 154px;
  border: 1px solid #546670;
}
.rcc-btn-grey:hover {
  background-color: #ffffff !important;
  color: #546670 !important;
  border-color: #546670 !important;
}
.rcc-prod-card-footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: #546670;
  width: 100%;
  margin-top: auto;
}
.rcc-prod-card-footer-links a {
  color: #546670;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
.rcc-prod-card-footer-links a:hover {
  color: #ED1C1A;
}
.rcc-divider-line {
  width: 1px;
  height: 16px;
  background-color: #546670;
}

/* Small Grid and Small Card (Karta produktu.svg) */
.rcc-bg-grid.rcc-grid-small {
  grid-template-columns: repeat(auto-fit, minmax(240px, 260px));
  max-width: 900px;
}
.rcc-prod-card.rcc-card-small {
  width: 100%;
  max-width: 260px;
  height: 325px;
  min-height: 325px;
  border-radius: 32px;
  padding: 40px 20px;
  background: linear-gradient(180deg, #ffffff 60%, #f5f5f5 80%);
  border: 1px solid #e8eaed;
  box-shadow: 0 8px 24px rgba(0,0,0,0.03);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: flex-start;
  position: relative;
}
@media (min-width: 768px) {
  .rcc-prod-card.rcc-card-small {
    width: 260px;
    height: 325px;
  }
}
.rcc-card-small .rcc-prod-card-img {
  width: 100%;
  max-width: 220px;
  height: 124px;
  object-fit: contain;
  margin-bottom: 20px;
}
.rcc-card-small .rcc-prod-card-name {
  font-size: 15px;
  font-weight: 700;
  color: #546670;
  margin-bottom: 6px;
  line-height: 1.2;
  font-family: var(--rcc-font-heading), sans-serif;
}
.rcc-card-small .rcc-prod-card-surface {
  font-size: 12px;
  color: #546670;
  margin-bottom: 6px;
  font-weight: 500;
}
.rcc-card-small .rcc-prod-card-mounting {
  font-size: 12px;
  color: #546670;
  margin-bottom: 0;
  font-weight: 500;
}
.rcc-card-small .rcc-prod-card-price-row,
.rcc-card-small .rcc-prod-card-buttons,
.rcc-card-small .rcc-prod-card-footer-links {
  display: none !important;
}

/* Contact Form Section Styles */
.rcc-contact-section {
  background: #f8f9fa;
  border-top: 1px solid #e8eaed;
  padding: 60px 24px 180px;
  width: 100%;
  margin-top: 40px;
}
.rcc-contact-container {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.rcc-contact-container h2 {
  font-family: var(--rcc-font-heading), sans-serif;
  font-size: 24px;
  color: #546670;
  margin-bottom: 8px;
  font-weight: 700;
}
.rcc-contact-desc {
  font-size: 14px;
  color: #7f8c8d;
  margin-bottom: 24px;
}
.rcc-selected-badge {
  display: inline-block;
  background-color: #FEF2F2;
  border: 1px solid #FCA5A5;
  color: #ED1C1A;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 24px;
}
.rcc-selected-badge span {
  font-weight: 800;
}
.rcc-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  text-align: left;
}
@media (min-width: 576px) {
  .rcc-form-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.rcc-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
}
.rcc-form-group label {
  font-size: 12px;
  font-weight: 700;
  color: #546670;
  text-transform: uppercase;
}
.rcc-form-group input, .rcc-form-group textarea {
  padding: 12px 16px;
  border: 1px solid #dadce0;
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
  color: #202124;
  outline: none;
  transition: border-color 0.2s;
}
.rcc-form-group input:focus, .rcc-form-group textarea:focus {
  border-color: #ED1C1A;
}
.rcc-consents {
  margin-top: 16px;
  text-align: left;
}
.rcc-consent-label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
  color: #5f6368;
  cursor: pointer;
}
.rcc-consent-label input {
  margin-top: 2px;
}
.rcc-consent-label a {
  color: #ED1C1A;
  text-decoration: none;
}
.rcc-consent-label a:hover {
  text-decoration: underline;
}
.rcc-submit-btn {
  background-color: #ED1C1A;
  color: #ffffff;
  border: none;
  height: 44px;
  border-radius: 22px;
  font-weight: 700;
  font-size: 14px;
  padding: 0 32px;
  cursor: pointer;
  margin-top: 24px;
  transition: background-color 0.2s;
  width: 100%;
}
@media (min-width: 576px) {
  .rcc-submit-btn {
    width: auto;
  }
}
.rcc-submit-btn:hover {
  background-color: #C41614;
}
.rcc-form-success {
  background-color: #ECFDF5;
  border: 1px solid #A7F3D0;
  border-radius: 16px;
  padding: 24px;
  color: #065F46;
  margin-top: 16px;
}
.rcc-form-success h3 {
  font-size: 18px;
  margin-bottom: 6px;
  font-weight: 700;
}
.rcc-form-success p {
  font-size: 14px;
}/* End custom CSS */
/* Start custom CSS *//* ===== RESET & VARS ===== */
.rcc-widget *, .rcc-widget *::before, .rcc-widget *::after { box-sizing: border-box; margin: 0; padding: 0; }
.rcc-widget {
  --rcc-red: #ED1C1A;
  --rcc-red-dark: #C41614;
  --rcc-red-bg: #FEF2F2;
  --rcc-dark: #1A1A1A;
  --rcc-gray-900: #202124;
  --rcc-gray-700: #5f6368;
  --rcc-gray-500: #80868b;
  --rcc-gray-300: #dadce0;
  --rcc-gray-200: #e8eaed;
  --rcc-gray-100: #f8f9fa;
  --rcc-white: #FFF;
  --rcc-radius-lg: 24px;
  --rcc-radius: 16px;
  --rcc-radius-sm: 8px;
  --rcc-shadow-dialog: 0 12px 36px rgba(0,0,0,0.15);
  --rcc-shadow-card: 0 2px 8px rgba(0,0,0,0.05);
  --rcc-font-body: 'Google Sans', 'Open Sans', -apple-system, sans-serif;
  --rcc-font-heading: 'Google Sans', 'Open Sans', -apple-system, sans-serif;
  font-family: var(--rcc-font-body);
  color: var(--rcc-gray-900);
  background: var(--rcc-white);
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* ===== BACKGROUND RESULTS ===== */
.rcc-results-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 24px 24px;
  flex-wrap: wrap;
  gap: 16px;
  transition: opacity 0.3s;
}
.rcc-results-header {
  font-weight: 700;
  color: var(--rcc-gray-900);
  font-size: 16px;
}
.rcc-toolbar-controls {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.rcc-toolbar-controls select {
  padding: 8px 36px 8px 16px;
  border-radius: 20px;
  border: 1px solid var(--rcc-gray-300);
  background: var(--rcc-white) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%235f6368'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right 12px center;
  background-size: 16px;
  font-family: var(--rcc-font-body);
  font-size: 13px;
  color: var(--rcc-gray-700);
  cursor: pointer;
  outline: none;
  transition: border-color 0.2s, color 0.2s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.rcc-toolbar-controls select:focus, .rcc-toolbar-controls select:hover {
  border-color: var(--rcc-gray-500);
  color: var(--rcc-gray-900);
}

/* ===== FLOATING WIZARD DIALOG ===== */
.rcc-wizard-overlay {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 90%;
  max-width: 860px;
  background: var(--rcc-white);
  border-radius: var(--rcc-radius-lg);
  box-shadow: var(--rcc-shadow-dialog);
  padding: 32px;
  z-index: 100;
  transition: opacity 0.3s ease, transform 0.3s ease, padding 0.3s ease;
}
.rcc-wizard-overlay.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 20px);
}
.rcc-wizard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.rcc-wizard-step-info {
  font-size: 13px;
  font-weight: 600;
  color: var(--rcc-gray-700);
}
.rcc-wizard-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--rcc-gray-200);
}
.rcc-collapse-btn {
  background: var(--rcc-gray-100);
  border: 1px solid var(--rcc-gray-300);
  border-radius: 16px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  color: var(--rcc-gray-700);
  cursor: pointer;
  transition: all 0.2s;
}
.rcc-collapse-btn:hover {
  background: var(--rcc-gray-200);
  color: var(--rcc-gray-900);
}
.rcc-wizard-nav-arrows {
  display: flex;
  gap: 8px;
}
.rcc-nav-arrow {
  background: transparent; border: none; width: 70px; height: 32px; border-radius: 16px;
  display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--rcc-red);
  transition: background 0.2s, color 0.2s; font-size: 14px; font-weight: normal;
}
.rcc-nav-arrow:hover:not(:disabled) { background: var(--rcc-white); }
.rcc-nav-arrow:disabled { opacity: 0.3; cursor: not-allowed; }
#rcc-btn-next {font-weight: bold;}
#rcc-btn-next:not(:disabled) {
  background: var(--rcc-red);
  color: var(--rcc-white);
}
#rcc-btn-next:hover:not(:disabled) {
  background: var(--rcc-red-dark);
  color: var(--rcc-white);
}

/* ===== COLLAPSED WIZARD ===== */
.rcc-wizard-overlay.collapsed {
  padding: 16px 24px;
}
.rcc-wizard-overlay.collapsed .rcc-wizard-header {
  margin-bottom: 0;
}
.rcc-wizard-overlay.collapsed .rcc-wizard-footer {
  margin-top: 12px;
  padding-top: 12px;
}
.rcc-wizard-overlay.collapsed .rcc-active-filters,
.rcc-wizard-overlay.collapsed .rcc-live-calc,
.rcc-wizard-overlay.collapsed .rcc-step {
  display: none !important;
}

/* ===== HEADER ===== */
.rcc-header { text-align: center; padding: 24px 20px 14px; }
.rcc-header h1 { font-family: var(--rcc-font-heading); font-size: clamp(26px, 5vw, 36px); font-weight: 600; line-height: 1.15; color: var(--rcc-dark); }
.rcc-header h1 .w-800 { font-weight: 800; }
.rcc-header p { margin-top: 10px; color: var(--rcc-gray-700); font-size: 15px; }

/* ===== ACTIVE TAGS (CHIPS) ===== */
.rcc-active-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; min-height: 28px; transition: margin 0.3s; }
.rcc-live-calc { font-size: 13px; font-weight: 700; color: var(--rcc-gray-900); margin-top: -10px; margin-bottom: 20px; display: none; text-align: center; }
.rcc-filter-chip {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--rcc-white); border: 1px solid var(--rcc-gray-300);
  border-radius: 16px; padding: 4px 10px 4px 12px; font-size: 12px; font-weight: 600;
  color: var(--rcc-gray-900); transition: border-color 0.2s;
}
.rcc-filter-chip:hover { border-color: var(--rcc-gray-500); }
.rcc-filter-chip button {
  background: none; border: none; font-size: 16px; line-height: 1;
  color: var(--rcc-gray-500); cursor: pointer; padding: 0 0 2px 0;
}
.rcc-filter-chip button:hover { color: var(--rcc-red); }

/* ===== STEPS & FIELDS ===== */
.rcc-step { display: none; animation: rccFadeIn 0.3s ease; }
.rcc-step.active { display: block; }
@keyframes rccFadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

.rcc-step-title { text-align: center; font-size: 26px; font-weight: 300; margin-bottom: 8px; color: #4a5568; }
.rcc-step-desc { text-align: center; font-size: 14px; color: var(--rcc-gray-700); margin-bottom: 24px; }

.rcc-field-wrap { position: relative; max-width: 285px; margin: 0 auto 20px; }
.rcc-field-wrap input { width: 100%; padding: 16px; padding-right: 45px; text-align: center; border: 2px solid var(--rcc-gray-200); border-radius: var(--rcc-radius-sm); font-size: 16px; font-weight: 600; outline: none; transition: 0.2s; }
.rcc-field-wrap input:focus { border-color: var(--rcc-red); }
.rcc-field-unit { position: absolute; right: 15px; top: 50%; transform: translateY(-50%); font-size: 16px; font-weight: 600; color: var(--rcc-gray-500); pointer-events: none; }

.rcc-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 20px; }
.rcc-card { border: 2px solid var(--rcc-gray-200); border-radius: var(--rcc-radius); padding: 12px; cursor: pointer; transition: 0.2s; text-align: center; background: var(--rcc-white); display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 72px; }
.rcc-card:hover { border-color: var(--rcc-gray-500); }
.rcc-card.selected { border-color: var(--rcc-red); background: var(--rcc-red-bg); }
.rcc-card.disabled { opacity: 0.35; cursor: not-allowed; pointer-events: none; }
.rcc-card-title { font-weight: 700; font-size: 14px; margin-bottom: 0; color: #2c3e50; }
.rcc-card-sub { font-size: 12px; color: var(--rcc-gray-700); line-height: 1.3; margin-top: 4px; }

/* Scrollable Container for 8 cards in Preference Step */
#rcc-pref-cards {
  max-height: 250px;
  overflow-y: auto;
  padding-right: 6px;
}

/* ===== SLIDER ===== */
.rcc-slider-wrap { text-align: center; margin-bottom: 20px; }
.rcc-slider-value { font-size: 40px; font-weight: 800; color: var(--rcc-red); margin-bottom: 12px; }
.rcc-slider { width: 100%; max-width: 300px; cursor: pointer; }

/* ===== BUTTONS ===== */
.rcc-btn-full { width: 100%; padding: 16px; background: var(--rcc-red); color: var(--rcc-white); border: none; border-radius: var(--rcc-radius-sm); font-weight: 700; font-size: 16px; cursor: pointer; transition: 0.2s; margin-top: 10px; }
.rcc-btn-full:hover { background: var(--rcc-red-dark); }

/* ===== FINAL RESULTS BANNER ===== */
.rcc-final-banner {
  display: none; background: var(--rcc-white); padding: 24px; text-align: center; box-shadow: var(--rcc-shadow-card); margin-bottom: 24px; border-bottom: 1px solid var(--rcc-gray-200);
}
.rcc-final-banner.active { display: block; }
.rcc-final-power { font-size: 36px; font-weight: 800; color: var(--rcc-red); padding-bottom: 20px; }
.rcc-final-desc { font-size: 14px; color: var(--rcc-gray-700); margin-bottom: 16px; }
.rcc-restart-btn { background: var(--rcc-gray-100); border: 1px solid var(--rcc-gray-200); padding: 8px 16px; border-radius: 20px; font-size: 13px; font-weight: 400; cursor: pointer; transition: 0.2s; }
.rcc-restart-btn:hover { background: var(--rcc-gray-200); }

@media (max-width: 600px) {
  .rcc-wizard-overlay { bottom: 20px; padding: 20px; }
  .rcc-cards { grid-template-columns: 1fr; }
  #rcc-pref-cards { max-height: 200px; }
  .rcc-bg-grid { grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); padding: 0 16px 140px; gap: 16px; }
  .rcc-results-toolbar { padding: 16px 16px 8px; }
  .rcc-toolbar-controls { width: 100%; }
  .rcc-toolbar-controls select { flex: 1; text-align: center; }
}

/* Print Styles */
@media print {
  /* Page margins setup */
  @page {
    size: A4;
    margin: 8mm 12mm;
  }

  /* Hide everything outside of our app container, protecting the hierarchy */
  body > *:not(:has(#rcc-main)),
  div:not(:has(#rcc-main)):not(#rcc-main):not(#rcc-main *),
  section:not(:has(#rcc-main)):not(#rcc-main):not(#rcc-main *),
  header, footer, sidebar, nav, aside, #wpadminbar {
    display: none !important;
  }
  
  /* Hide all siblings of the print report inside our app */
  #rcc-main > *:not(#rcc-print-report) {
    display: none !important;
  }
  
  /* Show only the print report container */
  #rcc-main,
  #rcc-print-report {
    display: block !important;
    background: #ffffff !important;
    color: #2d3748 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  .rcc-print-report {
    font-family: 'Outfit', 'Inter', sans-serif;
    color: #2d3748;
    background: #ffffff;
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  
  .rcc-print-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #ED1C1A;
    padding-bottom: 8px;
    margin-bottom: 12px;
  }
  
  .rcc-print-logo img {
    height: 30px;
    width: auto;
  }
  
  .rcc-print-title-block {
    text-align: right;
  }
  
  .rcc-print-title {
    font-size: 16px;
    font-weight: 700;
    color: #ED1C1A;
    margin: 0;
  }
  
  .rcc-print-date {
    font-size: 10px;
    color: #718096;
    margin-top: 3px;
  }
  
  .rcc-print-section-title {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1a202c;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 3px;
    margin: 12px 0 6px 0;
    letter-spacing: 0.5px;
  }
  
  .rcc-print-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 8px;
  }
  
  .rcc-print-data-table {
    width: 100%;
    border-collapse: collapse;
  }
  
  .rcc-print-data-table td {
    padding: 4px 0;
    font-size: 12px;
    border-bottom: 1px dashed #edf2f7;
  }
  
  .rcc-print-data-table td.rcc-label {
    color: #4a5568;
    text-align: left;
  }
  
  .rcc-print-data-table td.rcc-val {
    font-weight: 700;
    text-align: right;
    color: #1a202c;
  }
  
  .rcc-print-products-list {
    margin-top: 8px;
  }
  
  .rcc-print-product-card {
    display: flex;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 10px 15px;
    margin-bottom: 8px;
    align-items: center;
    page-break-inside: avoid;
    box-sizing: border-box;
  }
  
  .rcc-print-prod-img {
    width: 90px;
    height: auto;
    margin-right: 15px;
    flex-shrink: 0;
  }
  
  .rcc-print-prod-details {
    flex: 1;
  }
  
  .rcc-print-prod-name {
    font-size: 13px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 3px 0;
  }
  
  .rcc-print-prod-desc {
    font-size: 11px;
    color: #4a5568;
    margin: 0 0 5px 0;
    line-height: 1.35;
  }
  
  .rcc-print-prod-price {
    font-size: 12px;
    font-weight: 700;
    color: #ED1C1A;
  }
  
  .rcc-print-footer {
    margin-top: 20px;
    border-top: 1px solid #e2e8f0;
    padding-top: 10px;
    font-size: 10px;
    color: #718096;
    text-align: center;
    line-height: 1.4;
  }
}


/* Custom Progress Indicator Styles */
.rcc-wizard-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  gap: 8px;
}
.rcc-progress-step {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid var(--rcc-gray-300);
  background: var(--rcc-white);
  color: var(--rcc-gray-500);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.rcc-progress-step.active {
  border-color: var(--rcc-red);
  color: var(--rcc-red);
}
.rcc-progress-line {
  flex: 1;
  height: 2px;
  background: var(--rcc-gray-200);
  max-width: 40px;
}

/* Custom Collapsible Info Box Styles */
.rcc-info-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  font-size: 13px;
  color: var(--rcc-gray-700);
  cursor: pointer;
  user-select: none;
  font-weight: 500;
  transition: color 0.2s;
  width: 100%;
}
.rcc-info-link:hover {
  color: var(--rcc-red);
}
.rcc-info-box {
  display: none;
  background: var(--rcc-gray-100);
  border: 1px solid var(--rcc-gray-300);
  border-radius: var(--rcc-radius-sm);
  padding: 12px 16px;
  margin-top: 8px;
  font-size: 13px;
  color: var(--rcc-gray-700);
  line-height: 1.5;
  animation: rccFadeIn 0.3s ease;
  text-align: left;
}
.rcc-info-box.active {
  display: block;
}

.rcc-area-warning {
  display: none;
  background: var(--rcc-red-bg);
  border: 1px solid #FCA5A5;
  border-radius: var(--rcc-radius-sm);
  padding: 14px 18px;
  margin: -8px 0 20px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--rcc-gray-900);
  text-align: left;
  animation: rccFadeIn 0.3s ease;
}
.rcc-area-warning.active {
  display: block;
}
.rcc-area-warning strong {
  color: var(--rcc-red);
}

/* Ukrycie strzalek gora/dol w polu powierzchni */
.rcc-field-wrap input[type="number"]::-webkit-outer-spin-button,
.rcc-field-wrap input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.rcc-field-wrap input[type="number"] {
  -moz-appearance: textfield;
}
/* Custom Product Card Layout Matching Kafle.svg */
.rcc-bg-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(auto, 400px));
  justify-content: center;
  max-width: 1100px;
  gap: 20px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px 140px;
  transition: opacity 0.3s ease;
}
.rcc-prod-card {
  box-sizing: border-box;
  width: 100%;
  max-width: 380px;
  min-height: 600px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 40%, #f5f5f5 60%);
  border: 1px solid #e8eaed;
  box-shadow: 0 8px 24px rgba(0,0,0,0.03);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 24px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: default;
  position: relative;
}
@media (min-width: 768px) {
  .rcc-prod-card {
    width: 510px;
    min-height: 600px;
  }
}
.rcc-prod-card:hover {
  box-shadow: 0 12px 36px rgba(0,0,0,0.06);
  transform: translateY(-4px);
}
.rcc-prod-card-img {
  width: 100%;
  max-width: 360px;
  height: 200px;
  object-fit: contain;
  margin-bottom: 16px;
  min-height: 150px;
}
.rcc-prod-card-name {
  font-size: 18px;
  font-weight: 700;
  color: #546670;
  margin-bottom: 6px;
  font-family: var(--rcc-font-heading), sans-serif;
  line-height: 1.2;
}
.rcc-prod-card-surface {
  font-size: 13px;
  color: #546670;
  margin-bottom: 6px;
  font-weight: 500;
}
.rcc-prod-card-savings {
  font-size: 12px;
  color: #546670;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 4px;
}
.rcc-prod-card-savings-note {
  font-size: 9px;
  color: #546670;
  opacity: 0.75;
  line-height: 1.3;
  margin-top: 6px;
  max-width: 440px;
}
.rcc-prod-card-dimensions {
  font-size: 13px;
  color: #546670;
  margin-bottom: 6px;
  font-weight: 500;
}
.rcc-prod-card-mounting {
  font-size: 13px;
  color: #546670;
  margin-bottom: 16px;
  font-weight: 500;
}
.rcc-prod-card-price-row {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rcc-prod-card-price-val-panel {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.rcc-prod-card-price-val {
  font-size: 22px;
  font-weight: 800;
  color: #546670;
}
.rcc-prod-card-price-panel {
  font-size: 13px;
  color: #546670;
  font-weight: 500;
  margin-left: 6px;
}
.rcc-prod-card-price-vat {
  font-size: 10px;
  color: #546670;
  opacity: 0.85;
  font-weight: 500;
  margin-top: 4px;
  line-height: 1.4;
  max-width: 440px;
}
.rcc-prod-card-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 24px;
  width: 100%;
}
.rcc-btn-red, .rcc-btn-grey {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 29px;
  border-radius: 14.5px;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  transition: background-color 0.2s, transform 0.1s;
}
.rcc-btn-red {
  background-color: #ED1C1A;
  color: #ffffff;
  width: 111px;
  border: 1px solid #ED1C1A;
}
.rcc-btn-red:hover {
  background-color: #ffffff !important;
  color: #ED1C1A !important;
  border-color: #ED1C1A !important;
}
.rcc-btn-grey {
  background-color: #546670;
  color: #ffffff;
  width: 154px;
  border: 1px solid #546670;
}
.rcc-btn-grey:hover {
  background-color: #ffffff !important;
  color: #546670 !important;
  border-color: #546670 !important;
}
.rcc-prod-card-footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: #546670;
  width: 100%;
  margin-top: auto;
}
.rcc-prod-card-footer-links a {
  color: #546670;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
.rcc-prod-card-footer-links a:hover {
  color: #ED1C1A;
}
.rcc-divider-line {
  width: 1px;
  height: 16px;
  background-color: #546670;
}

/* Small Grid and Small Card (Karta produktu.svg) */
.rcc-bg-grid.rcc-grid-small {
  grid-template-columns: repeat(auto-fit, minmax(240px, 260px));
  max-width: 900px;
}
.rcc-prod-card.rcc-card-small {
  width: 100%;
  max-width: 260px;
  height: 325px;
  min-height: 325px;
  border-radius: 32px;
  padding: 40px 20px;
  background: linear-gradient(180deg, #ffffff 60%, #f5f5f5 80%);
  border: 1px solid #e8eaed;
  box-shadow: 0 8px 24px rgba(0,0,0,0.03);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: flex-start;
  position: relative;
}
@media (min-width: 768px) {
  .rcc-prod-card.rcc-card-small {
    width: 260px;
    height: 325px;
  }
}
.rcc-card-small .rcc-prod-card-img {
  width: 100%;
  max-width: 220px;
  height: 124px;
  object-fit: contain;
  margin-bottom: 20px;
}
.rcc-card-small .rcc-prod-card-name {
  font-size: 15px;
  font-weight: 700;
  color: #546670;
  margin-bottom: 6px;
  line-height: 1.2;
  font-family: var(--rcc-font-heading), sans-serif;
}
.rcc-card-small .rcc-prod-card-surface {
  font-size: 12px;
  color: #546670;
  margin-bottom: 6px;
  font-weight: 500;
}
.rcc-card-small .rcc-prod-card-mounting {
  font-size: 12px;
  color: #546670;
  margin-bottom: 0;
  font-weight: 500;
}
.rcc-card-small .rcc-prod-card-price-row,
.rcc-card-small .rcc-prod-card-buttons,
.rcc-card-small .rcc-prod-card-footer-links,
.rcc-card-small .rcc-prod-card-savings,
.rcc-card-small .rcc-prod-card-savings-note,
.rcc-card-small .rcc-prod-card-dimensions {
  display: none !important;
}

/* Contact Form Section Styles */
.rcc-contact-section {
  background: #f8f9fa;
  border-top: 1px solid #e8eaed;
  padding: 60px 24px 180px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 80px;
}
.rcc-contact-container {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.rcc-contact-container h2 {
  font-family: var(--rcc-font-heading), sans-serif;
  font-size: 24px;
  color: #546670;
  margin-bottom: 8px;
  font-weight: 700;
}
.rcc-contact-desc {
  font-size: 14px;
  color: #7f8c8d;
  margin-bottom: 24px;
}
.rcc-selected-badge {
  display: inline-block;
  background-color: #FEF2F2;
  border: 1px solid #FCA5A5;
  color: #ED1C1A;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 24px;
}
.rcc-selected-badge span {
  font-weight: 800;
}
.rcc-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  text-align: left;
}
@media (min-width: 576px) {
  .rcc-form-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.rcc-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
}
.rcc-form-group label {
  font-size: 12px;
  font-weight: 700;
  color: #546670;
  text-transform: uppercase;
}
.rcc-form-group input, .rcc-form-group textarea {
  padding: 12px 16px;
  border: 1px solid #dadce0;
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
  color: #202124;
  outline: none;
  transition: border-color 0.2s;
}
.rcc-form-group input:focus, .rcc-form-group textarea:focus {
  border-color: #ED1C1A;
}
.rcc-form-group input.invalid, .rcc-form-group textarea.invalid {
  border-color: #ED1C1A;
  background: #FEF2F2;
}
.rcc-field-error {
  display: none;
  color: #ED1C1A;
  font-size: 11px;
  font-weight: 600;
  margin-top: 4px;
}
.rcc-field-error.active {
  display: block;
}
.rcc-consents {
  margin-top: 16px;
  text-align: left;
}
.rcc-consent-label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
  color: #5f6368;
  cursor: pointer;
}
.rcc-consent-label input {
  margin-top: 2px;
}
.rcc-consent-label a {
  color: #ED1C1A;
  text-decoration: none;
}
.rcc-consent-label a:hover {
  text-decoration: underline;
}
.rcc-submit-btn {
  background-color: #ED1C1A;
  color: #ffffff;
  border: none;
  height: 44px;
  border-radius: 22px;
  font-weight: 700;
  font-size: 14px;
  padding: 0 32px;
  cursor: pointer;
  margin-top: 24px;
  transition: background-color 0.2s;
  width: 100%;
}
@media (min-width: 576px) {
  .rcc-submit-btn {
    width: auto;
  }
}
.rcc-submit-btn:hover {
  background-color: #C41614;
}
.rcc-form-success {
  background-color: #ECFDF5;
  border: 1px solid #A7F3D0;
  border-radius: 16px;
  padding: 24px;
  color: #065F46;
  margin-top: 16px;
}
.rcc-form-success h3 {
  font-size: 18px;
  margin-bottom: 6px;
  font-weight: 700;
}
.rcc-form-success p {
  font-size: 14px;
}/* End custom CSS */