.elementor-37191 .elementor-element.elementor-element-295dc2c{--display:flex;--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-37191 .elementor-element.elementor-element-3325665 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-37191 .elementor-element.elementor-element-3325665 img{width:138px;}/* Start custom CSS */* { box-sizing: border-box; margin: 0; padding: 0; }
 
  body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #f8f7f4;
    color: #1a1a1a;
    padding: 0;
    margin: 0;
  }
 
  .tfc-wrap {
    max-width: 680px;
    margin: 0 auto;
    padding: 2rem 1.25rem 3rem;
  }
 
  /* ── HEADER ── */
  .tfc-header {
    text-align: center;
    margin-bottom: 2rem;
  }
  .tfc-header .eyebrow {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1D2A47;
    margin-bottom: 0.5rem;
  }
  .tfc-header h1 {
    font-size: 28px;
    font-weight: 700;
    color: #111;
    line-height: 1.25;
    margin-bottom: 0.75rem;
  }
  .tfc-header p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    max-width: 520px;
    margin: 0 auto;
  }
 
  /* ── SECTIONS ── */
  .tfc-section {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e4e1d8;
    padding: 1.5rem 1.5rem 1.75rem;
    margin-bottom: 1.25rem;
  }
  .tfc-section-title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1D2A47;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .tfc-section-title .badge {
    background: #e8ecf2;
    color: #1D2A47;
    border-radius: 20px;
    padding: 2px 10px;
    font-size: 11px;
    font-weight: 700;
  }
 
  /* ── SLIDERS ── */
  .slider-row { margin-bottom: 1.35rem; }
  .slider-row:last-child { margin-bottom: 0; }
  .slider-label-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 6px;
  }
  .slider-label { font-size: 14px; color: #333; font-weight: 500; line-height: 1.4; }
  .slider-sub { font-size: 12px; color: #888; margin-top: 2px; }
  .slider-value { font-size: 16px; font-weight: 700; color: #1D2A47; min-width: 42px; text-align: right; }
 
  input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 99px;
    background: #e4e1d8;
    outline: none;
    cursor: pointer;
    margin-top: 2px;
  }
  input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px; height: 20px;
    border-radius: 50%;
    background: #1D2A47;
    cursor: pointer;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #1D2A47;
  }
  input[type=range]::-moz-range-thumb {
    width: 20px; height: 20px;
    border-radius: 50%;
    background: #1D2A47;
    cursor: pointer;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #1D2A47;
  }
  .slider-ends {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: #aaa;
    margin-top: 4px;
  }
 
  .energy-insight {
    background: #e8ecf4;
    border-radius: 8px;
    padding: 10px 14px;
    margin-top: 1rem;
    font-size: 13px;
    color: #1D2A47;
    line-height: 1.5;
  }
 
  /* ── RESULTS PANEL ── */
  .result-panel {
    background: #fff;
    border-radius: 14px;
    border: 2px solid #1D2A47;
    padding: 1.75rem 1.5rem;
    margin-bottom: 1.25rem;
    text-align: center;
  }
  .score-ring-wrap { display: flex; justify-content: center; margin-bottom: 1.25rem; }
  .score-ring { position: relative; width: 130px; height: 130px; }
  .score-ring svg { transform: rotate(-90deg); }
  .score-ring .score-inner {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .score-number { font-size: 38px; font-weight: 800; color: #1D2A47; line-height: 1; }
  .score-label { font-size: 11px; color: #888; margin-top: 2px; text-transform: uppercase; letter-spacing: 0.05em; }
 
  .tier-badge {
    display: inline-block;
    border-radius: 99px;
    padding: 5px 18px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0.75rem;
  }
  .tier-badge.trapped    { background: #fde8e8; color: #a32d2d; }
  .tier-badge.transitioning { background: #fef3d9; color: #85500b; }
  .tier-badge.timefree   { background: #e4f5ec; color: #1a6b3a; }
 
  .tier-headline { font-size: 19px; font-weight: 700; color: #111; margin-bottom: 0.5rem; line-height: 1.3; }
  .tier-copy { font-size: 14px; color: #555; line-height: 1.6; max-width: 480px; margin: 0 auto 1.1rem; }
  .peer-line { font-size: 13px; color: #1D2A47; font-weight: 600; margin-bottom: 1.25rem; }
 
  .progress-bar-wrap {
    background: #e8ecf2;
    border-radius: 99px;
    height: 8px;
    margin: 0 auto 1.5rem;
    max-width: 380px;
    overflow: hidden;
  }
  .progress-bar-fill {
    height: 100%;
    border-radius: 99px;
    background: linear-gradient(90deg, #e24b4a 0%, #EF9F27 45%, #1D9E75 100%);
    transition: width 0.35s ease;
  }
 
  .breakdown-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 1rem; }
  .breakdown-card { background: #f8f7f4; border-radius: 10px; padding: 1rem; text-align: center; }
  .breakdown-card .bc-label { font-size: 12px; color: #888; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 4px; }
  .breakdown-card .bc-value { font-size: 22px; font-weight: 700; color: #1D2A47; }
  .breakdown-card .bc-sub { font-size: 11px; color: #aaa; margin-top: 2px; }
 
  .cta-btn {
    display: inline-block;
    background: #1D2A47;
    color: #fff !important;
    border: none;
    border-radius: 8px;
    padding: 13px 32px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 0.01em;
    transition: background 0.2s;
    text-decoration: none !important;
  }
  .cta-btn:hover { background: #152038; color: #EDB123 !important; }
  .sub-note { font-size: 12px; color: #aaa; margin-top: 0.6rem; }
 
  @media (max-width: 480px) {
    .tfc-header h1 { font-size: 22px; }
    .tfc-section { padding: 1.25rem; }
    .breakdown-grid { grid-template-columns: 1fr; }
    .score-number { font-size: 32px; }
  }
 
  /* ══════════════════════════════════════
     MODAL OVERLAY
  ══════════════════════════════════════ */
  .modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(10, 15, 30, 0.6);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 1rem;
  }
  .modal-overlay.active { display: flex; }
 
  .modal-box {
    background: #fff;
    border-radius: 16px;
    padding: 2rem;
    width: 100%;
    max-width: 440px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
    position: relative;
    animation: modalIn 0.25s ease;
  }
  @keyframes modalIn {
    from { opacity: 0; transform: translateY(16px) scale(0.97); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
  }
 
  .modal-close {
    position: absolute;
    top: 14px; right: 16px;
    background: none;
    border: none;
    font-size: 22px;
    color: #aaa;
    cursor: pointer;
    line-height: 1;
  }
  .modal-close:hover { color: #333; }
 
  .modal-score-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e8ecf2;
    border-radius: 99px;
    padding: 6px 16px;
    font-size: 13px;
    font-weight: 700;
    color: #1D2A47;
    margin-bottom: 1rem;
  }
 
  .modal-box h2 {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin-bottom: 0.4rem;
    line-height: 1.3;
  }
  .modal-box p {
    font-size: 14px;
    color: #666;
    margin-bottom: 1.25rem;
    line-height: 1.5;
  }
 
  .modal-field { margin-bottom: 1rem; }
  .modal-field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
  }
  .modal-field input[type=text],
  .modal-field input[type=email] {
    width: 100%;
    padding: 10px 13px;
    border: 1.5px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    color: #111;
    outline: none;
    transition: border-color 0.15s;
    background: #fff;
  }
  .modal-field input:focus { border-color: #1D2A47; }
  .modal-field input.error { border-color: #e24b4a; }
  .field-error { font-size: 12px; color: #e24b4a; margin-top: 4px; display: none; }
  .field-error.visible { display: block; }
 
  .modal-submit {
    width: 100%;
    background: #1D2A47;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 13px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 0.25rem;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .modal-submit:hover { background: #152038; }
  .modal-submit:disabled { background: #8a9bb5; cursor: not-allowed; }
 
  .spinner {
    width: 16px; height: 16px;
    border: 2px solid rgba(255,255,255,0.4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
    display: none;
  }
  @keyframes spin { to { transform: rotate(360deg); } }
 
  .modal-privacy {
    font-size: 11px;
    color: #aaa;
    text-align: center;
    margin-top: 0.75rem;
    line-height: 1.5;
  }
 
  /* Success state */
  .modal-success {
    display: none;
    text-align: center;
    padding: 1rem 0;
  }
  .modal-success .success-icon {
    font-size: 48px;
    margin-bottom: 0.75rem;
  }
  .modal-success h3 {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin-bottom: 0.5rem;
  }
  .modal-success p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
  }
 
  /* Error banner */
  .modal-error-banner {
    display: none;
    background: #fde8e8;
    color: #a32d2d;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 13px;
    margin-bottom: 1rem;
    line-height: 1.5;
  }
  .modal-error-banner.visible { display: block; }/* End custom CSS */