  .eh-lp,
  .eh-lp * {
    box-sizing: border-box;
  }

  .eh-lp {
    --eh-lp-green: #77BC4B;
    --eh-lp-green-dark: #5fa239;
    --eh-lp-blue: #14ABE7;
    --eh-lp-navy: #0F2A3A;
    --eh-lp-text: #233645;
    --eh-lp-muted: #627383;
    --eh-lp-bg: #FFFFFF;
    --eh-lp-bg-alt: #F4F9FB; /* Bardzo delikatny niebieskawy szary dla sekcji */
    --eh-lp-blue-light: rgba(20, 171, 231, 0.1);
    --eh-lp-green-light: rgba(119, 188, 75, 0.12);
    --eh-lp-border: rgba(15, 42, 58, 0.08);
    --eh-lp-shadow-soft: 0 12px 36px rgba(15, 42, 58, 0.04);
    --eh-lp-shadow: 0 20px 50px rgba(15, 42, 58, 0.06);
    --eh-lp-shadow-strong: 0 30px 80px rgba(15, 42, 58, 0.1);
    --eh-lp-radius: 24px;
    --eh-lp-radius-lg: 32px;
    font-family: Montserrat, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--eh-lp-text);
    background: var(--eh-lp-bg);
    line-height: 1.6;
    overflow: hidden;
  }

  .eh-lp-fragment {
    width: 100%;
    background: var(--eh-lp-bg);
  }

  .eh-lp-fragment-opinie .eh-lp-section {
    background: var(--eh-lp-bg);
  }

  .eh-lp a {
    color: inherit;
    text-decoration: none;
  }

  .eh-lp img,
  .eh-lp iframe,
  .eh-lp canvas {
    max-width: 100%;
  }

  .eh-lp-container {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
  }



  .eh-lp-hero-note {
    margin: 14px 0 0;
    color: var(--eh-lp-muted);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 600;
  }

  .eh-lp-hero-note strong {
    color: var(--eh-lp-navy);
    font-weight: 900;
  }

  .eh-lp-mini-title {
    margin: 34px 0 16px;
    color: var(--eh-lp-navy);
    font-size: 20px;
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: -0.01em;
  }

  .eh-lp-opinions-box {
    padding: 42px;
    border-radius: var(--eh-lp-radius-lg);
    background: #fff;
    border: 1px solid var(--eh-lp-border);
    box-shadow: var(--eh-lp-shadow-soft);
  }

  .eh-lp-shortcode-placeholder {
    margin-top: 30px;
    padding: 24px;
    border-radius: 20px;
    background: var(--eh-lp-bg-alt);
    border: 1px dashed rgba(20, 171, 231, 0.35);
    color: var(--eh-lp-muted);
    font-size: 14px;
    line-height: 1.7;
  }

  .eh-lp-shortcode-placeholder code {
    display: inline-block;
    margin-top: 8px;
    padding: 6px 10px;
    border-radius: 10px;
    background: #fff;
    color: var(--eh-lp-navy);
    border: 1px solid var(--eh-lp-border);
    font-weight: 800;
  }

  .eh-lp-form-status {
    display: none;
    margin-top: 16px;
    padding: 14px 16px;
    border-radius: 14px;
    background: var(--eh-lp-blue-light);
    border: 1px solid rgba(20, 171, 231, 0.18);
    color: var(--eh-lp-navy);
    font-size: 13px;
    line-height: 1.55;
    font-weight: 700;
    text-align: center;
  }

  /* TOPBAR */
  .eh-lp-topbar {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--eh-lp-border);
  }

  .eh-lp-topbar-inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
  }

  .eh-lp-logo {
    display: inline-flex;
    align-items: center;
  }

  .eh-lp-logo img {
    width: auto;
    height: 40px!important;
    display: block;
  }

  .eh-lp-nav {
    display: flex;
    align-items: center;
    gap: 32px;
    color: var(--eh-lp-navy);
    font-size: 14px;
    font-weight: 700;
  }

  .eh-lp-nav a {
    transition: color 0.2s ease;
  }

  .eh-lp-nav a:hover {
    color: var(--eh-lp-green);
  }

  /* BUTTONS */
  .eh-lp-btn, #eh-lp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 14px 28px;
    border-radius: 16px;
    background: var(--eh-lp-green);
    color: #fff !important;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    border: 0;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(119, 188, 75, 0.25);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .eh-lp-btn:hover, #eh-lp-btn:hover {
    transform: translateY(-3px);
    background: var(--eh-lp-green-dark);
    box-shadow: 0 16px 36px rgba(119, 188, 75, 0.35);
  }


  .eh-lp-btn-outline {
    background: #fff;
    color: var(--eh-lp-blue) !important;
    border: 1px solid var(--eh-lp-blue);
    box-shadow: 0 8px 24px rgba(20, 171, 231, 0.1);
  }

  .eh-lp-btn-outline:hover {
    background: var(--eh-lp-blue);
    color: #fff !important;
    box-shadow: 0 12px 32px rgba(20, 171, 231, 0.25);
  }

  /* SECTIONS */
  .eh-lp-section {
    padding: 96px 0;
  }

  .eh-lp-section-alt {
    background: var(--eh-lp-bg-alt);
  }

  /* HERO */
  .eh-lp-hero {
    background: 
      radial-gradient(circle at 90% 10%, rgba(20, 171, 231, 0.08), transparent 40%),
      radial-gradient(circle at 10% 90%, rgba(119, 188, 75, 0.05), transparent 40%),
      #ffffff;
    border-bottom: 1px solid var(--eh-lp-border);
    padding: 72px 0 96px;
  }

  .eh-lp-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 64px;
    align-items: center;
  }

  .eh-lp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    margin-bottom: 20px;
    padding: 8px 16px;
    border-radius: 999px;
    background: var(--eh-lp-green-light);
    color: var(--eh-lp-green-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .eh-lp-title {
    margin: 0;
    color: var(--eh-lp-navy);
    font-size: clamp(38px, 5.5vw, 68px);
    line-height: 1.05;
    letter-spacing: -0.03em;
    font-weight: 900;
  }

  .eh-lp-title span {
    color: var(--eh-lp-green);
  }

  .eh-lp-lead {
    margin: 24px 0 0;
    max-width: 600px;
    color: var(--eh-lp-muted);
    font-size: clamp(16px, 1.5vw, 19px);
    line-height: 1.7;
  }

  .eh-lp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 36px;
  }

  .eh-lp-proof-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 36px;
  }

  .eh-lp-proof-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    padding: 10px 18px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid var(--eh-lp-border);
    color: var(--eh-lp-navy);
    font-size: 14px;
    font-weight: 700;
    box-shadow: var(--eh-lp-shadow-soft);
  }

  .eh-lp-proof-pill::before {
    content: "✓";
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: var(--eh-lp-green-light);
    color: var(--eh-lp-green-dark);
    font-weight: 900;
    font-size: 12px;
    flex: 0 0 auto;
  }

  /* HERO CARD UI */
  .eh-lp-hero-card-ui {
    background: #fff;
    border-radius: var(--eh-lp-radius-lg);
    padding: 24px;
    box-shadow: var(--eh-lp-shadow-strong);
    border: 1px solid rgba(20, 171, 231, 0.1);
    position: relative;
    /* Delikatny pattern kropek w tle samej karty */
    background-image: radial-gradient(rgba(20, 171, 231, 0.04) 2px, transparent 2px);
    background-size: 24px 24px;
  }

  .eh-lp-hero-card-ui-inner {
    background: #fff;
    border-radius: var(--eh-lp-radius);
    padding: 36px 32px;
    box-shadow: var(--eh-lp-shadow-soft);
    border: 1px solid var(--eh-lp-border);
  }

  .eh-lp-h-kicker {
    color: var(--eh-lp-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block;
  }

  .eh-lp-h-title {
    color: var(--eh-lp-navy);
    font-size: 26px;
    font-weight: 900;
    margin: 0 0 36px 0;
    letter-spacing: -0.02em;
  }

  .eh-lp-h-row {
    margin-bottom: 28px;
  }

  .eh-lp-h-label {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 700;
    color: var(--eh-lp-muted);
  }

  .eh-lp-h-label strong {
    font-size: 19px;
    color: var(--eh-lp-navy);
    font-weight: 900;
  }

  .eh-lp-h-label strong.green {
    color: var(--eh-lp-green);
  }

  .eh-lp-h-track {
    height: 8px;
    background: #F0F4F8;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
  }

  .eh-lp-h-bar {
    height: 100%;
    border-radius: 4px;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .eh-lp-h-bar.blue {
    background: var(--eh-lp-blue);
    width: 90%;
  }

  .eh-lp-h-bar.green {
    background: var(--eh-lp-green);
    width: 30%;
  }

  .eh-lp-h-bottom {
    background: var(--eh-lp-navy);
    color: #fff;
    border-radius: 20px;
    padding: 26px;
    margin-top: 36px;
    box-shadow: 0 16px 32px rgba(15, 42, 58, 0.15);
  }

  .eh-lp-h-bottom p {
    margin: 0 0 6px 0;
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    font-weight: 600;
  }

  .eh-lp-h-bottom h4 {
    margin: 0;
    font-size: 42px;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #fff;
  }

  /* HEADERS */
  .eh-lp-header {
    max-width: 820px;
    margin-bottom: 56px;
  }

  .eh-lp-header-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .eh-lp-kicker {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 8px 16px;
    border-radius: 999px;
    background: var(--eh-lp-blue-light);
    color: var(--eh-lp-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .eh-lp-h2,
  .eh-lp-h2 .elementor-heading-title{
    margin: 0!important;
    color: var(--eh-lp-navy)!important;
    font-size: clamp(32px, 4vw, 46px)!important;
    line-height: 1.15!important;
    font-weight: 900!important;
    letter-spacing: -0.02em!important;
  }

  .eh-lp-header p {
    margin: 20px 0 0;
    color: var(--eh-lp-muted);
    font-size: 18px;
    line-height: 1.7;
  }

  /* GRIDS & CARDS */
  .eh-lp-cards-3,
  .eh-lp-cards-4 {
    display: grid;
    gap: 24px;
  }

  .eh-lp-cards-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .eh-lp-cards-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .eh-lp-card {
    position: relative;
    padding: 36px 32px;
    border-radius: var(--eh-lp-radius);
    background: #fff;
    border: 1px solid var(--eh-lp-border);
    box-shadow: var(--eh-lp-shadow-soft);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .eh-lp-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--eh-lp-shadow);
  }

  .eh-lp-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
  }

  .eh-lp-icon {
    display: inline-grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: var(--eh-lp-blue-light);
    color: var(--eh-lp-blue);
  }

  .eh-lp-icon-green {
    background: var(--eh-lp-green-light);
    color: var(--eh-lp-green);
  }

  .eh-lp-card h3 {
    margin: 0;
    color: var(--eh-lp-navy);
    font-size: 21px;
    line-height: 1.3;
    font-weight: 800;
  }

  .eh-lp-card p {
    margin: 14px 0 0;
    color: var(--eh-lp-muted);
    font-size: 15px;
    line-height: 1.65;
  }

  .eh-icon-svg {
    width: 26px;
    height: 26px;
    fill: currentColor;
  }

  /* CALCULATOR SECTION */
  .eh-lp-calc {
    background: #fff;
    border-top: 1px solid var(--eh-lp-border);
    border-bottom: 1px solid var(--eh-lp-border);
    padding: 96px 0;
  }

  .eh-lp-calc-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 32px;
    align-items: start;
  }

  .eh-lp-panel {
    border-radius: var(--eh-lp-radius-lg);
    background: #fff;
    border: 1px solid var(--eh-lp-border);
    box-shadow: var(--eh-lp-shadow-soft);
  }

  .eh-lp-panel-pad {
    padding: 32px;
  }

  .eh-lp-panel-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--eh-lp-border);
  }

  .eh-lp-panel-title h3 {
    margin: 0;
    color: var(--eh-lp-navy);
    font-size: 22px;
    line-height: 1.2;
    font-weight: 900;
  }

  .eh-lp-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--eh-lp-green-light);
    color: var(--eh-lp-green-dark);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }

  /* FORMS & INPUTS */
  .eh-lp-fields {
    display: grid;
    gap: 20px;
  }

  .eh-lp-field {
    padding: 20px;
    border-radius: 20px;
    background: var(--eh-lp-bg-alt);
    border: 1px solid transparent;
    transition: border-color 0.2s;
  }

  .eh-lp-field:hover {
    border-color: rgba(20, 171, 231, 0.15);
  }

  .eh-lp-field-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
  }

  .eh-lp-label {
    display: block;
    color: var(--eh-lp-navy);
    font-size: 14px;
    font-weight: 800;
  }

  .eh-lp-helper {
    display: block;
    margin-top: 4px;
    color: var(--eh-lp-muted);
    font-size: 12px;
    line-height: 1.4;
  }

  .eh-lp-value-pill {
    flex: 0 0 auto;
    padding: 6px 12px;
    border-radius: 12px;
    background: #fff;
    color: var(--eh-lp-navy);
    border: 1px solid var(--eh-lp-border);
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
  }

  .eh-lp input[type="range"] {
    width: 100%;
    accent-color: var(--eh-lp-blue);
    cursor: pointer;
  }

  .eh-lp-input,
  .eh-lp-select,
  .eh-lp-textarea {
    width: 100%;
    min-height: 52px;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid var(--eh-lp-border);
    background: #fff;
    color: var(--eh-lp-navy);
    font-size: 15px;
    font-family: inherit;
    font-weight: 600;
    outline: 0;
    transition: all 0.2s ease;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.01);
  }

  .eh-lp-textarea {
    min-height: 120px;
    resize: vertical;
  }

  .eh-lp-input:focus,
  .eh-lp-select:focus,
  .eh-lp-textarea:focus {
    border-color: var(--eh-lp-blue);
    box-shadow: 0 0 0 4px rgba(20, 171, 231, 0.15);
  }

  /* ZMIENIONY PANEL WYNIKU - Jasny i czysty */
  .eh-lp-result {
    background: #fff;
    border: 2px solid var(--eh-lp-green); /* Zielony akcent pokazujący że to gotowe rozwiązanie */
    box-shadow: 0 24px 60px rgba(119, 188, 75, 0.12);
  }

  .eh-lp-result .eh-lp-panel-title {
    border-bottom: 1px solid var(--eh-lp-border);
  }

  .eh-lp-result-intro {
    margin: -4px 0 28px;
    color: var(--eh-lp-muted);
    font-size: 14px;
    line-height: 1.6;
  }

  .eh-lp-result-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 24px;
  }

  .eh-lp-result-stat {
    padding: 20px;
    border-radius: 16px;
    background: var(--eh-lp-bg-alt);
    border: 1px solid var(--eh-lp-border);
  }

  .eh-lp-result-stat span {
    display: block;
    color: var(--eh-lp-muted);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }

  .eh-lp-result-stat strong {
    display: block;
    margin-top: 8px;
    color: var(--eh-lp-navy);
    font-size: 22px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -0.02em;
  }

  .eh-lp-chart-container {
    margin-top: 32px;
    padding: 24px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid var(--eh-lp-border);
    box-shadow: var(--eh-lp-shadow-soft);
    height: 300px; /* Stała wysokość dla canvas */
  }

  .eh-lp-dynamic-text {
    margin-top: 24px;
    color: var(--eh-lp-text);
    font-size: 14px;
    line-height: 1.7;
    padding: 20px 24px;
    border-radius: 16px;
    background: var(--eh-lp-blue-light);
    border: 1px solid rgba(20, 171, 231, 0.15);
  }
  .eh-lp-dynamic-text strong {
    color: var(--eh-lp-navy);
    font-weight: 800;
  }

  .eh-lp-payback {
    margin-top: 24px;
    padding: 24px;
    border-radius: 20px;
    background: var(--eh-lp-green-light);
    border: 1px solid rgba(119, 188, 75, 0.2);
    text-align: center;
  }

  .eh-lp-payback span {
    display: block;
    color: var(--eh-lp-green-dark);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }

  .eh-lp-payback strong {
    display: block;
    margin-top: 8px;
    color: var(--eh-lp-green-dark);
    font-size: 28px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -0.02em;
  }

  /* COMPARISON TABLE */
  .eh-lp-table {
    overflow: hidden;
    border-radius: var(--eh-lp-radius);
    background: #fff;
    border: 1px solid var(--eh-lp-border);
    box-shadow: var(--eh-lp-shadow-soft);
  }

  .eh-lp-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-bottom: 1px solid var(--eh-lp-border);
  }

  .eh-lp-row:last-child {
    border-bottom: 0;
  }

  .eh-lp-row > div {
    padding: 24px;
    border-right: 1px solid var(--eh-lp-border);
  }

  .eh-lp-row > div:last-child {
    border-right: 0;
  }

  .eh-lp-row-head {
    background: var(--eh-lp-bg-alt);
    color: var(--eh-lp-navy);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .eh-lp-row-title {
    color: var(--eh-lp-navy);
    font-weight: 800;
    font-size: 16px;
  }

  .eh-lp-row-text {
    color: var(--eh-lp-muted);
    font-size: 15px;
    line-height: 1.6;
  }

  .eh-lp-row-text-green {
    background: rgba(119, 188, 75, 0.05);
    color: var(--eh-lp-text);
    font-weight: 600;
  }

  /* VIDEO GRID */
  .eh-lp-media-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 48px;
    align-items: center;
  }

  .eh-lp-video-box {
    border-radius: var(--eh-lp-radius-lg);
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--eh-lp-border);
    box-shadow: var(--eh-lp-shadow);
    aspect-ratio: 16/9;
  }

  .eh-lp-video-box iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
  }

  /* CONTACT SECTION (LIGHT) */
  .eh-lp-contact {
    background: var(--eh-lp-bg-alt);
    border-top: 1px solid var(--eh-lp-border);
    border-bottom: 1px solid var(--eh-lp-border);
  }

  .eh-lp-contact-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 48px;
    align-items: center;
  }

  .eh-lp-contact-points {
    display: grid;
    gap: 16px;
    margin-top: 36px;
  }

  .eh-lp-contact-point {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid var(--eh-lp-border);
    color: var(--eh-lp-muted);
    font-size: 15px;
    line-height: 1.6;
    box-shadow: 0 4px 12px rgba(0,0,0,0.02);
  }

  .eh-lp-contact-point span {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: var(--eh-lp-green-light);
    color: var(--eh-lp-green-dark);
    font-weight: 900;
    flex-shrink: 0;
  }

  .eh-lp-contact-point strong {
    display: block;
    color: var(--eh-lp-navy);
    margin-bottom: 4px;
    font-size: 16px;
  }

  .eh-lp-form {
    padding: 40px;
    border-radius: var(--eh-lp-radius-lg);
    background: #fff;
    color: var(--eh-lp-text);
    border: 1px solid var(--eh-lp-border);
    box-shadow: var(--eh-lp-shadow-strong);
  }

  .eh-lp-form-title {
    margin: 0 0 24px;
    color: var(--eh-lp-navy);
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
  }

  .eh-lp-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .eh-lp-form-field-full {
    grid-column: 1 / -1;
  }

  .eh-lp-form label {
    display: block;
    margin-bottom: 8px;
    color: var(--eh-lp-navy);
    font-size: 13px;
    font-weight: 800;
  }

  .eh-lp-form .eh-lp-btn {
    width: 100%;
    margin-top: 24px;
    min-height: 56px;
    font-size: 16px;
  }

  .eh-lp-form-note {
    margin: 16px 0 0;
    color: var(--eh-lp-muted);
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
  }

  /* FAQ */
  .eh-lp-faq {
    display: grid;
    gap: 16px;
    max-width: 860px;
    margin: 0 auto;
  }

  .eh-lp-faq details {
    border-radius: 20px;
    background: #fff;
    border: 1px solid var(--eh-lp-border);
    box-shadow: var(--eh-lp-shadow-soft);
    overflow: hidden;
    transition: box-shadow 0.2s ease;
  }

  .eh-lp-faq details:hover {
    box-shadow: var(--eh-lp-shadow);
  }

  .eh-lp-faq summary {
    cursor: pointer;
    padding: 24px 32px;
    color: var(--eh-lp-navy);
    font-size: 18px;
    line-height: 1.4;
    font-weight: 800;
    list-style: none; /* Hide default marker */
    position: relative;
  }

  .eh-lp-faq summary::-webkit-details-marker {
    display: none;
  }

  .eh-lp-faq summary::after {
    content: '+';
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: 400;
    color: var(--eh-lp-blue);
    transition: transform 0.3s ease;
  }

  .eh-lp-faq details[open] summary::after {
    content: '−';
    color: var(--eh-lp-green);
  }

  .eh-lp-faq details p {
    margin: 0;
    padding: 0 32px 32px;
    color: var(--eh-lp-muted);
    font-size: 16px;
    line-height: 1.7;
  }

  /* FINAL CTA */
  .eh-lp-final {
    padding: 80px 0;
    background: #fff;
    border-top: 1px solid var(--eh-lp-border);
  }

  .eh-lp-final-box {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 32px;
    padding: 40px;
    border-radius: var(--eh-lp-radius-lg);
    background: 
      radial-gradient(circle at 90% 50%, rgba(119, 188, 75, 0.1), transparent 60%),
      radial-gradient(circle at 10% 50%, rgba(20, 171, 231, 0.08), transparent 60%),
      var(--eh-lp-bg-alt);
    border: 1px solid rgba(20, 171, 231, 0.15);
    box-shadow: var(--eh-lp-shadow);
  }

  .eh-lp-final-box h2 {
    margin: 0;
    color: var(--eh-lp-navy);
    font-size: clamp(28px, 3.5vw, 42px);
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -0.02em;
  }

  .eh-lp-final-box p {
    margin: 12px 0 0;
    color: var(--eh-lp-muted);
    font-size: 17px;
    line-height: 1.6;
  }

  .eh-lp-mobile-cta {
    display: none;
  }

  /* RESPONSIVE */
  @media (max-width: 1024px) {
    .eh-lp-hero-grid,
    .eh-lp-calc-grid,
    .eh-lp-media-grid,
    .eh-lp-contact-grid {
      grid-template-columns: 1fr;
    }

    .eh-lp-cards-4 {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 820px) {
    .eh-lp-nav {
      display: none;
    }

    .eh-lp-section {
      padding: 64px 0;
    }

    .eh-lp-cards-3,
    .eh-lp-cards-4,
    .eh-lp-result-stats,
    .eh-lp-form-grid {
      grid-template-columns: 1fr;
    }

    .eh-lp-row {
      display: block;
    }

    .eh-lp-row-head {
      display: none;
    }

    .eh-lp-row > div {
      border-right: 0;
      border-bottom: 1px solid var(--eh-lp-border);
      padding: 16px 20px;
    }

    .eh-lp-row > div:last-child {
      border-bottom: 0;
    }

    .eh-lp-row > div:nth-child(2)::before,
    .eh-lp-row > div:nth-child(3)::before {
      display: block;
      margin-bottom: 8px;
      color: var(--eh-lp-blue);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }

    .eh-lp-row > div:nth-child(2)::before {
      content: "Szambo";
    }

    .eh-lp-row > div:nth-child(3)::before {
      content: "Przydomowa oczyszczalnia";
    }

    .eh-lp-chart-container {
      height: 340px;
      padding: 20px;
    }

    .eh-lp-final-box {
      grid-template-columns: 1fr;
      text-align: center;
    }

    .eh-lp-final-box .eh-lp-btn {
      width: 100%;
    }
  }

  @media (max-width: 620px) {
    .eh-lp-container {
      width: min(100% - 32px, 1180px);
    }

    .eh-lp-topbar-inner {
      min-height: 64px;
    }

    .eh-lp-logo img {
      height: 32px;
    }

    .eh-lp-topbar .eh-lp-btn {
      min-height: 44px;
      padding: 10px 16px;
      border-radius: 12px;
      font-size: 13px;
    }

    .eh-lp-hero-card-ui {
      padding: 16px;
    }
    .eh-lp-hero-card-ui-inner {
      padding: 24px 20px;
    }

    .eh-lp-panel-pad,
    .eh-lp-form,
    .eh-lp-opinions-box {
      padding: 24px;
    }

    .eh-lp-chart-container {
      height: 360px;
      padding: 16px;
    }

    .eh-lp-result-stat strong {
      font-size: 20px;
    }

    .eh-lp-mobile-cta {
      position: sticky;
      bottom: 0;
      z-index: 50;
      display: block;
      padding: 12px 16px;
      background: rgba(255,255,255,0.95);
      border-top: 1px solid var(--eh-lp-border);
      backdrop-filter: blur(16px);
    }

    .eh-lp-mobile-cta .eh-lp-btn {
      width: 100%;
      min-height: 52px;
    }
  }
