.led-wrapper {
    --led-p: #f59e0b;

    width: 100%;
    padding: 1rem 0;
  }

  .led-card {
    background: var(--bg-surface);
    width: calc(100% - 24px);
    max-width: 960px;
    margin: 0 auto;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--border-color);
    color: var(--text-main);
  }

  @media (min-width: 768px) {
    .led-card {
      flex-direction: row;
      min-height: 560px;
    }
  }

  .led-left {
    flex: 0 0 auto;
    width: 100%;
    padding: 32px;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  @media (min-width: 768px) {
    .led-left {
      width: 380px;
      border-bottom: none;
      border-right: 1px solid var(--border-color);
    }
  }

  .led-right {
    flex: 1;
    background: var(--bg-page);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
    padding: 40px 32px;
    min-height: 360px;
  }

  .led-section-title {
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--led-p);
    margin: 0;
  }

  .led-field {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .led-label {
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-muted);
  }

  .led-number-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
  }

  .led-number-input {
    width: 100px;
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--text-main);
    background: transparent;
    border: none;
    border-bottom: 2px solid var(--border-color);
    padding: 4px 0;
    outline: none;
    transition: border-color 0.2s;
  }

  .led-number-input:focus {
    border-color: var(--led-p);
  }

  .led-number-unit {
    font-size: 0.875rem;
    color: var(--text-muted);
  }

  .led-type-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .led-type-btn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid var(--border-color);
    background: var(--bg-surface);
    color: var(--text-muted);
    cursor: pointer;
    transition: all 0.2s;
    text-align: left;
  }

  .led-type-btn:hover {
    border-color: var(--led-p);
    color: var(--text-main);
  }

  .led-type-active {
    background: var(--led-p);
    border-color: var(--led-p);
    color: #fff;
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.35);
  }

  .led-type-title {
    font-size: 0.75rem;
    font-weight: 700;
  }

  .led-type-sub {
    font-size: 0.625rem;
    opacity: 0.75;
  }

  .led-slider {
    width: 100%;
    height: 6px;
    accent-color: var(--led-p);
    cursor: pointer;
    border-radius: 9999px;
  }

  .led-usage-desc {
    font-size: 0.8125rem;
    color: var(--text-muted);
    margin: 0;
  }

  .led-price-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
  }

  .led-price-input {
    width: 90px;
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--text-main);
    background: transparent;
    border: none;
    border-bottom: 2px solid var(--border-color);
    padding: 4px 0;
    outline: none;
    transition: border-color 0.2s;
  }

  .led-price-input:focus {
    border-color: var(--led-p);
  }

  .led-price-unit {
    font-size: 0.875rem;
    color: var(--text-muted);
  }

  .led-result-badge {
    font-size: 0.625rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--led-p);
    padding: 6px 14px;
    border: 1px solid rgba(245, 158, 11, 0.3);
    border-radius: 9999px;
  }

  .led-annual-section {
    text-align: center;
  }

  .led-annual-label {
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--text-muted);
    margin: 0 0 8px;
  }

  .led-annual-value {
    font-size: 5rem;
    font-weight: 900;
    color: var(--led-p);
    line-height: 1;
    margin: 0;
  }

  .led-euro-sign {
    font-size: 2.5rem;
    font-weight: 300;
    color: var(--text-muted);
  }

  .led-stats {
    display: flex;
    align-items: center;
    gap: 24px;
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }

  .led-stat {
    text-align: center;
  }

  .led-stat-label {
    font-size: 0.625rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--text-muted);
    margin: 0 0 4px;
  }

  .led-stat-value {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-main);
    margin: 0;
  }

  .led-stat-divider {
    width: 1px;
    height: 36px;
    background: var(--border-color);
    flex-shrink: 0;
  }

  .led-eco-box {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    border-radius: 16px;
    background: rgba(34, 197, 94, 0.08);
    border: 1px solid rgba(34, 197, 94, 0.2);
    width: 100%;
    max-width: 320px;
  }

  .led-eco-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #22c55e;
    flex-shrink: 0;
  }

  .led-eco-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .led-eco-val {
    font-size: 1.25rem;
    font-weight: 900;
    color: #4ade80;
  }

  .led-eco-desc {
    font-size: 0.6875rem;
    color: var(--text-muted);
  }