/* =========================================================
   SVG Compensator Bridge — Frontend Styles
   Matches tmsys.energy design (TMSYS Energy brand)
   ========================================================= */

:root {
  --scb-blue:        #3b5bdb;
  --scb-blue-hover:  #2f4ac5;
  --scb-blue-light:  #e8edff;
  --scb-dark:        #1a1a2e;
  --scb-gray-50:     #f8f9fb;
  --scb-gray-100:    #f0f2f5;
  --scb-gray-200:    #e4e8ef;
  --scb-gray-400:    #9aa3b2;
  --scb-gray-600:    #5c6573;
  --scb-gray-800:    #2d3342;
  --scb-green:       #22c55e;
  --scb-green-light: #dcfce7;
  --scb-red:         #ef4444;
  --scb-red-light:   #fee2e2;
  --scb-orange:      #f97316;
  --scb-orange-light:#fff7ed;
  --scb-yellow-light:#fefce8;

  /* bar colors matching screenshots */
  --scb-bar-neutral: #9ca3af;
  --scb-bar-dark:    #1f2937;
  --scb-bar-danger:  #ef4444;
  --scb-bar-success: #22c55e;
  --scb-bar-warning: #f97316;

  --scb-radius:      12px;
  --scb-radius-sm:   8px;
  --scb-shadow:      0 2px 16px rgba(0,0,0,.08);
  --scb-shadow-lg:   0 8px 40px rgba(0,0,0,.13);
  --scb-font:        -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* ── Wrapper ── */
.scb-app {
  font-family: var(--scb-font);
  color: var(--scb-gray-800);
  /*max-width: 860px;*/
  margin: 0 auto;
}

/* ── Upload Screen ── */
.scb-upload-wrapper {
  padding: 24px 0;
}

.scb-file-input-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

.scb-dropzone {
  position: relative;
 /*  background: #fff;
 border: 2px dashed var(--scb-gray-200);
  border-radius: var(--scb-radius);
  padding: 48px 32px 32px;*/
  text-align: center;
  transition: border-color .2s, background .2s;
  cursor: pointer;
}

/*.scb-dropzone:hover,
.scb-dropzone.is-drag-over {
  border-color: var(--scb-blue);
  background: var(--scb-blue-light);
}*/


.analiza-zuzycia-energii-text {
    margin: 0 0 2rem 0;
    font-size: 1.55rem;
    color: #00053B;
    font-weight: 300;
    text-align: center;
}

.na-czym-polega-table-row {
    display: flex;
    justify-content: space-between;
    padding: 4rem 0 3rem;
}

.na-czym-polega-table-col {
    font-size: 1.55rem;
    color: #00053b;
    font-weight: 300;
    text-align: center;
}

.na-czym-polega-table-col img {
    width: 7rem;
    margin-bottom: 1rem;
}

.page-id-731 .entry-content {
    padding: 0 0 4rem;
}

.page-id-731 .scb-app {
    width: 100%;
}

.analiza-zuzycia-file-block {
    background: #f2f4f7;
    padding: 3rem 1rem 3rem;
    border-radius: 1.5rem;
    margin-bottom: 5rem;
}

.default-page .entry-title {
    display: none;
}

.scb-dropzone__icon {
  color: var(--scb-blue);
  margin-bottom: 16px;
}

.scb-dropzone__text {
    font-size: 2rem;
    margin: 1rem;
    color: #00053b;
}

.scb-dropzone__hint {
    font-size: 1.55rem;
    color: #00053b;
    font-weight: 300;
    margin: 0;
}

.scb-file-name {
  font-size: 1.2rem;
  color: var(--scb-blue);
  font-weight: 600;
  margin: 10px 0 0;
  min-height: 20px;
}

.scb-optional-fields {
  margin-top: 20px;
  text-align: left;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.scb-field-row label {
  display: block;
  font-size: .82rem;
  font-weight: 600;
  color: var(--scb-gray-600);
  margin-bottom: 6px;
}

.scb-input {
  width: 100%;
  padding: 9px 12px;
  border: 1.5px solid var(--scb-gray-200);
  border-radius: var(--scb-radius-sm);
  font-size: .9rem;
  font-family: var(--scb-font);
  transition: border-color .15s;
  box-sizing: border-box;
}

.scb-input:focus {
  outline: none;
  border-color: var(--scb-blue);
}

/* ── Buttons ── */
.scb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0.6rem 3rem;
  border-radius: 6px;
  cursor: pointer;
  border: .1rem solid #2a5cff;
  transition: background .18s, opacity .18s, transform .1s;
  position: relative;
  z-index: 2;
}

.scb-btn--primary {
    background: #2a5cff;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    padding: .35rem 1rem .5rem;
    line-height: 1;
    border-radius: .4rem;
    display: flex;
    border: .1rem solid #2a5cff;
    justify-content: center;
    min-width: 10rem;
    margin: 0 auto;
}

.scb-dropzone__icon img {
  width: 5rem;
}

.scb-btn--primary {
  color: #fff;
}

.scb-btn--primary:hover:not(:disabled) {
  background: var(--scb-blue-hover);
}

.scb-btn--primary:disabled {
  background: var(--scb-gray-200);
  color: var(--scb-gray-400);
  cursor: not-allowed;
  opacity: 0.7;
  margin-top: -1rem;
}

.scb-btn--outline {
  background: transparent;
  border-color: var(--scb-blue);
  color: var(--scb-blue);
}

.scb-btn--outline:hover {
  background: var(--scb-blue-light);
}

.scb-btn--cta {
  background: var(--scb-blue);
  color: #fff;
  padding: 12px 28px;
  font-size: 1rem;
}

.scb-btn--cta:hover {
  background: var(--scb-blue-hover);
}

/* ── Processing Screen ── */
.scb-processing-wrapper {
  padding: 72px 16px;
  text-align: center;
}

.scb-spinner {
  width: 56px;
  height: 56px;
  margin: 0 auto 28px;
}

.scb-spinner__ring {
  width: 56px;
  height: 56px;
  border: 4px solid var(--scb-gray-200);
  border-top-color: var(--scb-blue);
  border-radius: 50%;
  animation: scb-spin 0.9s linear infinite;
}

@keyframes scb-spin {
  to { transform: rotate(360deg); }
}

.scb-processing__title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--scb-dark);
  margin: 0 0 10px;
}

.scb-processing__subtitle {
  color: var(--scb-gray-600);
  margin: 0 0 20px;
}

.scb-poll-status {
  font-size: .85rem;
  color: var(--scb-gray-400);
  margin-bottom: 20px;
}

/* ── Error Screen ── */
.scb-error-wrapper {
  padding: 72px 16px;
  text-align: center;
}

.scb-error-icon {
  width: 56px;
  height: 56px;
  background: var(--scb-red-light);
  color: var(--scb-red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 24px;
}

.scb-error__title {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--scb-dark);
  margin: 0 0 12px;
}

.scb-error__message {
  color: var(--scb-gray-600);
  margin: 0 0 28px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.scb-error-msg {
  color: var(--scb-red);
  font-size: .85rem;
  margin: 10px 0 0;
}

/* ── Result Screen ── */
.scb-result {
  animation: scb-fadein .4s ease;
}

@keyframes scb-fadein {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: none; }
}

/* Page title */

.scb-result__title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin: -0.6rem 0 2.3rem;
    line-height: 1;
    color: #00053B;
    font-family: "Inter";
}

/* ── Warning Banner ── */
.scb-warning-banner {
  background: var(--scb-yellow-light);
  border: 1.5px solid #fde047;
  border-radius: var(--scb-radius-sm);
  padding: 14px 20px;
  margin-bottom: 24px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: .9rem;
  color: #92400e;
}

.scb-warning-banner__icon {
  flex-shrink: 0;
  font-size: 1.1rem;
}

/* ── State Card (current / optimized) ── */
.scb-state-card {
    border-radius: 1.2rem;
    padding: 1rem;
    border: 1.5px solid #F2F4F7;
    background: #F2F4F7;
}

.scb-state-card--current {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}

.scb-state-card--optimized {
  margin-bottom: 2.5rem;
  padding: 3rem 7.6rem 4rem 8.6rem;
  margin-top: -2rem;
  border-radius: 1.5rem;
}

.scb-state-label {
    font-size: 1.4rem;
    font-weight: 600;
    color: #00053B;
    text-align: center;
    text-transform: none;
    letter-spacing: .06em;
    margin: 0 0 2rem;
}

/* Main row: cost + provider/CTA */
.scb-state-top {
  display: flex;
  gap: 16px;
  align-items: stretch;
  margin-bottom: 20px;
}

.scb-cost-box {
  flex: 1;
  background: #fff;
  border-radius: var(--scb-radius-sm);
  min-width: 0;
  height: 8.7rem;
  padding: 1rem 1.8rem;
}

.scb-cta-box-center {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    padding: 1.3rem 1rem;
}

.scb-cost-box__label {
  font-size: .82rem;
  font-weight: 600;
  color: var(--scb-gray-600);
  margin: 0 0 8px;
  line-height: 1.35;
}

.scb-cost-box__amount {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--scb-dark);
  letter-spacing: -.02em;
  line-height: 1;
}

.scb-cost-box__amount--green {
    color: #2A5CFF !important;
}



/* Provider box */
.scb-provider-box {
  width: 180px;
  flex-shrink: 0;
  background: #fff;
  border-radius: var(--scb-radius-sm);
  padding: 20px 16px;
  border: 1.5px solid var(--scb-gray-200);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.scb-provider-box__name {
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--scb-dark);
  line-height: 1.1;
}

.scb-provider-box__subtitle {
  font-size: .78rem;
  color: var(--scb-gray-400);
  margin-top: 4px;
}

/* CTA box (recoverable) */
.scb-cta-box {
    width: 22.2rem;
    flex-shrink: 0;
    margin-left: 3rem;
    margin-right: -0.9rem;
    background: transparent;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.scb-cta-box:before {
  content: '';
  position: absolute;
  width: 22rem;
  height: 17rem;
  border-radius: 2rem;
  border: 0.2rem solid #2A5CFF;
    background: rgba(255, 255, 255, .4);
    z-index: 1;
    top: 0;
}

.scb-cta-box__logo {
  font-size: .72rem;
  font-weight: 700;
  color: var(--scb-blue);
  letter-spacing: .05em;
  text-transform: uppercase;
}

p.scb-cta-box__logo img {
    width: 6rem;
    margin-top: -1rem;
}

.scb-cta-box__title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #2A5CFF;
    line-height: 1;
    padding: 1rem 0 1rem;
}

.blue-button {
  display: flex;
  justify-content: center;
}

.blue-button a {
    background: #2A5CFF;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.35rem 1rem 0.5rem;
    line-height: 1;
    border-radius: 0.4rem;
    display: flex;
    border: 0.1rem solid #2A5CFF;
    justify-content: center;
    min-width: 10rem;
}

.scb-contact-cta input[type="button"],
.scb-contact-cta input[type="reset"],
.scb-contact-cta input[type="submit"] {
    background: #2A5CFF;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.35rem 1rem 0.5rem;
    line-height: 1;
    border-radius: 0.4rem;
    display: flex;
    border: 0.1rem solid #2A5CFF;
    justify-content: center;
    min-width: 10rem;
    margin: 0 auto 3rem;
}

.scb-cta-box__amount {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--scb-gray-400);
  text-decoration: line-through;
}

.scb-state-card.scb-state-card--current .scb-state-label {
    font-size: 1.4rem;
    font-weight: 600;
    color: #00053B;
    text-align: center;
    text-transform: none;
    letter-spacing: .06em;
    margin: 0 0 1.5rem;
}

.scb-state-card.scb-state-card--current {
    padding: 1rem 8.6rem 4rem;
    border-radius: 1.5rem;
}

.scb-state-top .scb-cost-box {
  display: flex;
  justify-content: space-between;
  border-radius: 1.5rem;
  align-items: center;
}

.scb-cost-box {
  padding: 1rem 1.8rem;
}

.scb-state-top .scb-cost-box .scb-cost-box__label {
    font-size: 1.5rem;
    font-weight: 600;
    color: #00053B;
    text-align: left;
    text-transform: none;
    letter-spacing: .06em;
    margin: 0;
    width: 14rem;
    padding-top: 0;
    line-height: 1.2;
}

.scb-state-card.scb-state-card--optimized .scb-state-top .scb-cost-box .scb-cost-box__label { 
    width: 20rem;
}

.scb-cta-box p {
    margin: 0;
}

.scb-state-top .scb-provider-box {
    width: 21rem;
    text-align: center;
    margin-left: 2rem;
    border-radius: 1.5rem;
    padding: 1.5rem 1rem 0.5rem;
}

.scb-cost-box__amount {
    font-size: 5rem;
    font-weight: 600;
    color: #1A1A1A;
    letter-spacing: -3px;
    line-height: 0.8;
    margin: 0;
}

.scb-provider-box .scb-provider-box__name {
    font-size: 2.5rem;
    font-weight: 600;
    color: #1A1A1A;
    line-height: 1;
    margin: 0;
    min-height: 4.7rem;
}

.scb-provider-box .scb-provider-box__subtitle {
    font-size: 1.1rem;
    font-weight: 600;
    color: #00053B;
    margin: 0;
}

.Detailed-analysis-block {
    border-radius: 1.5rem;
    padding: 3rem 6rem 1rem;
    border: 1.5px solid #F2F4F7;
    background: #F2F4F7;
}

.Detailed-analysis-block h2.scb-section-title {
    font-size: 2.5rem;
    padding-bottom: 1rem;
}


/* Bar chart */
.scb-bars {
    overflow: hidden;
    margin-bottom: 16px;
    display: flex;
}

.scb-bar-segment {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    padding: 0 10px;
    min-width: 0;
    transition: width .6s cubic-bezier(.4, 0, .2, 1);
    height: 3.5rem;
}

.scb-bar-segment--neutral { 
    background: #C1C1C1;
    border-radius: 2rem 0 0 2rem; }

.scb-bar-segment--dark    { background: #1A1A1A; }
.scb-bar-segment--danger  { 
  background: #E60000;
  border-radius: 0 2rem 2rem 0;  
      min-width: 5rem;
}
.scb-bar-segment--savings {
  background: #2A5CFF;
  border-radius: 0 2rem 2rem 0;
  min-width: 5rem;
}

.scb-bar-segment--success { background: var(--scb-bar-success); }
.scb-bar-segment--warning { background: var(--scb-bar-warning); }


.scb-bars .scb-bar-segment {
  position: relative;
  margin-top: 2rem;
}

.scb-bars .scb-bar-segment:before {
  content: '';
    position: absolute;
    top: -2.5rem;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    color: #00053b;
    width: 100%;
}


.scb-bar-segment.scb-bar-segment--neutral:before {
  content: "Opłaty stałe i dystrybucyjne";
}

.scb-bar-segment.scb-bar-segment--dark:before {
  content: "Energia czynna";
}

.scb-bar-segment.scb-bar-segment--danger:before {
  content: "Opłata karna za energię bierną";
}
.scb-bar-segment.scb-bar-segment--savings:before {
  content: "Twoja oszczędność";
}



/* Tiles */
.scb-tiles {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

.scb-tile {
    flex: 1;
    min-width: 10rem;
    background: #fff; 
    padding: 1rem 1.8rem 1rem 1.3rem;
    border-radius: 1.5rem;
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
    min-height: 6.2rem;
}

.scb-tile__label {
    margin: 0 0 4px;
    line-height: 1.1;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    color: #00053b;
    width: 11rem;
}

.scb-tile__value {
    font-size: 3.6rem;
    font-weight: 700;
    color: #C1C1C1;
    line-height: 1;
    margin: 0;
    letter-spacing: -2px;
}

div.scb-tiles > div:nth-child(2) > p.scb-tile__value {
  color: #1A1A1A;
}

.scb-tile--warning .scb-tile__value { color: #E60000; }
.scb-tile--success .scb-tile__value { color: var(--scb-green); }
.scb-tile--savings .scb-tile__value { color: #2A5CFF; }

/* Arrow divider */
.scb-arrow-divider {
  display: flex;
  justify-content: center;
  margin: 0;
  position: relative;
  z-index: 2;
}

.scb-arrow-divider__circle {
    width: 5rem;
    height: 9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -2rem;
    background: url(/wp-content/uploads/2026/05/Rectangle-319.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.scb-arrow-divider__circle img {
    height: 3rem;
    width: auto;
    max-width: none;
    margin-top: 1rem;
    animation: float 2.5s ease-in-out infinite;
}

@keyframes float {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-8px); }
    100% { transform: translateY(0); }
}


p.scb-contact-cta__title {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    color: #00053b;
}

.scb-contact-cta .wpcf7 {
    width: 45rem;
    margin: 0 auto;
}


/* ── Detailed Analysis Table ── */
.scb-section-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--scb-dark);
  text-align: center;
  margin: 0 0 20px;
}

.scb-table-wrap {
}

.scb-table {
  width: 100%;
  border-collapse: collapse;
}

.scb-table th {
    font-size: 1.1rem;
    font-weight: 500;
    color: #00053B;
    text-transform: none;
    padding: 0.6rem 0 1.5rem;
    text-align: left;
    border-bottom: 0.1rem solid #C1C1C1;
}

.scb-table td {
    padding: 1.5rem 0.3rem;
    border-bottom: 1px solid #C1C1C1;
    vertical-align: top;
    font-size: 1.1rem;
}

.scb-table td.scb-td--category {
    width: 16rem;
    font-size: 1.1rem;
    font-weight: 500;
    color: #00053B;
}

.scb-table td.scb-td--category {
  font-weight: 600;
  color: #1A1A1A;
  width: 30%;
}

.scb-table td.scb-td--amount {
  font-weight: 700;
  color: var(--scb-gray-800);
  white-space: nowrap;
  width: 18%;
}

.scb-table td.scb-td--meaning {
  color: var(--scb-gray-600);
  line-height: 1.5;
}

.Detailed-analysis-block .scb-table-wrap {
    margin-bottom: 0rem;
}

.scb-section-title-form {
    font-size: 1.6rem;
    font-weight: 600;
    color: #00053B;
    padding: 1.2rem 0 0.2rem;
    text-align: center;
}




/* Row tones */
.scb-table tr.scb-row--warning td.scb-td--category,
.scb-table tr.scb-row--warning td.scb-td--amount {
  color: var(--scb-red);
}

.scb-table tr.scb-row--warning td.scb-td--meaning {
  color: var(--scb-red);
}

/* ── Why Now ── */
.scb-why-now {
  font-size: 1.15rem;
  color: #00053B;
  font-weight: 400;
  line-height: 1.5;
  max-width: 1080px;
  margin: 0 auto;
}

.scb-why-now__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  counter-reset: why;
}

.scb-why-now__item {
  counter-increment: why;
  display: flex;
  gap: 14px;
  margin-bottom: 0.8rem;
  line-height: 1.5;
  font-size: 1.1rem;
  color: #27303f;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 10px 14px;
  box-shadow: 0 1px 0 rgba(17, 24, 39, 0.02);
}

.scb-why-now__item:last-child {
  margin-bottom: 0;
}

.scb-why-now__num {
    flex-shrink: 0;
    width: 1.6rem;
    height: 1.6rem;
    color: #00053B;
    font-size: 1rem;
    line-height: 1;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.15rem;
    border-radius: 999px;
    background: #eef2ff;
}

.scb-contact-cta {
    padding-top: 1rem;
}



.scb-highlight {
  font-weight: 700;
  color: #00053B;
}

.scb-why-now strong {
  font-weight: 700;
  color: #00053B;
}

.scb-why-now em {
  font-style: italic;
}

.scb-why-now code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.95em;
  background: #eef2ff;
  border-radius: 4px;
  padding: 0 4px;
}

/* ── Recommendation states ── */
.scb-recommendation-banner {
  border-radius: var(--scb-radius-sm);
  padding: 16px 20px;
  margin-bottom: 28px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.scb-recommendation-banner--recommend {
  background: var(--scb-green-light);
  border: 1.5px solid #86efac;
  color: #14532d;
}

.scb-recommendation-banner--review {
  background: var(--scb-orange-light);
  border: 1.5px solid #fdba74;
  color: #7c2d12;
}

.scb-recommendation-banner--no {
  background: var(--scb-gray-100);
  border: 1.5px solid var(--scb-gray-200);
  color: var(--scb-gray-600);
}

.scb-recommendation-banner__icon { font-size: 1.2rem; flex-shrink: 0; }
.scb-recommendation-banner__text { font-size: .92rem; line-height: 1.5; font-weight: 500; }

/* ── Restart button ── */
.scb-restart-row {
  text-align: center;
  margin-top: 3rem;
}

.scb-contact-cta .kont-form input[type="text"], 
.scb-contact-cta .kont-form input[type="email"],
.scb-contact-cta .kont-form input[type="tel"] {
  background: #fff;
  width: 21.65rem;
}

.scb-state-card--optimized .scb-bar-segment.scb-bar-segment--dark:before {
  content: 'Opłaty stałe i dystrybucyjne';
}
.scb-state-card--optimized .scb-bar-segment.scb-bar-segment--danger::before {
  content: 'Twoja oszczędność';
} 

/*.scb-recommendation-banner--review ~ .scb-state-card--current,
.scb-recommendation-banner--review ~ .scb-arrow-divider,
.scb-recommendation-banner--review ~ .scb-state-card--optimized {
  display: none;
}*/



/* ── Responsive ── */
@media (max-width: 620px) {
  .scb-state-top {
    flex-wrap: wrap;
  }

  .scb-cost-box {
    flex: 100%;
  }

  .scb-provider-box,
  .scb-cta-box {
    flex: 1;
    width: auto;
  }

  .scb-cost-box__amount {
    font-size: 1.9rem;
  }

  .scb-result__title {
    font-size: 1.5rem;
  }

  .scb-table th,
  .scb-table td {
    padding: 10px 12px;
    font-size: .82rem;
  }

  .scb-why-now {
    padding: 20px 18px;
  }

  .scb-state-card {
    padding: 18px 14px;
  }

.analiza-zuzycia-energii-text {
    margin: 0 0 25px 0;
    font-size: 14px;
}

.scb-dropzone__icon img {
    width: 60px;
}

.scb-dropzone__text {
    font-size: 18px;
    margin: 0 20px 20px;
    color: #00053b;
}

.scb-dropzone__hint {
  font-size: 12px;
}

.scb-btn--primary {
    font-size: 14px;
    padding: 7px 20px;
    line-height: 1;
    border-radius: 4px;
}




}


/* ── Cost Transition Chart ── */
.scb-cost-transition {
  width: 80%;
  margin: 3rem auto;
}

.scb-cost-transition__dynamic {
  display: flex;
  align-items: flex-end;
  gap: 0;
  width: 100%;
  height: 14rem;
  position: relative;
}

.scb-cost-transition__from {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 0.4rem;
  min-width: 0;
  position: absolute;
  top: 1rem;
  align-items: flex-start;
}

.scb-cost-transition__amount {
  font-size: 1.2rem;
  font-weight: 500;
  color: #1A1A1A;
  white-space: nowrap;
  line-height: 1;
  margin-bottom: 0.2rem;
}

.scb-cost-transition__amount--to {
  position: absolute;
  color: #00053B;
  font-size: 1.2rem;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 2;
}

.scb-cost-transition__amount--from {
  opacity: 0;
  transition: opacity 0.25s ease;
}

.scb-cost-transition__track {
  flex: 1;
  height: 100%;
  position: relative;
  overflow: visible;
}

.scb-cost-transition__svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.scb-cost-transition__line {
  stroke: #3A55FF;
  stroke-width: 1.5;
  stroke-linecap: round;
  fill: none;
}

.scb-cost-transition__dot {
  fill: #3A55FF;
  transition: none;
}

/* Static bottom section */
.scb-cost-transition__static {
  margin-top: 0.6rem;
}

.scb-cost-transition__divider {
  width: 100%;
  height: 1.5px;
  background: #3A55FF;
  border-radius: 2px;
  margin-bottom: 0.8rem;
  border-top: 1.5px solid #707070;
  background: transparent;
}

.scb-cost-transition__labels {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.scb-cost-transition__label {
  font-size: 1.2rem;
    font-weight: 700;
    color: #00053B;
}

.scb-cost-transition__label--right {
  text-align: right;
}
