/* /Components/Footer.razor.rz.scp.css */
footer[b-4vl6f08ltf] { background: var(--navy); border-top: 1px solid rgba(255,255,255,0.08); padding: 2rem 3rem; display: flex; justify-content: space-between; align-items: center; }
footer img[b-4vl6f08ltf] { height: 28px; }
.footer-text[b-4vl6f08ltf] { font-size: 11px; color: rgba(255,255,255,0.35); letter-spacing: 0.06em; text-align: right; }
/* /Components/Nav.razor.rz.scp.css */
nav[b-7ksc4hnuux] {
    width: 100%;
    background: var(--surface);
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 0;
    z-index: 100;
}

nav *[b-7ksc4hnuux] {
    z-index: 101;
}

nav .nav-tagline[b-7ksc4hnuux] {
    z-index: 100;
}

.content[b-7ksc4hnuux] {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 0;
    box-sizing: border-box;
}

.nav-logo[b-7ksc4hnuux] {
    margin-left: 3em;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.nav-logo img[b-7ksc4hnuux] {
    height: 38px;
}

.nav-tagline[b-7ksc4hnuux] {
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted);
    font-weight: 400;
    width: 100%;
    position: absolute;
    text-align: center;
}

.nav-right[b-7ksc4hnuux] {
    display: flex;
    align-items: center;
    gap: 6px;
}

[b-7ksc4hnuux] .nav-link,
[b-7ksc4hnuux] .model-toggle-btn,
[b-7ksc4hnuux] #nav-btn-150,
[b-7ksc4hnuux] #nav-btn-225 {
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 12px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid var(--border);
    cursor: pointer;
    transition: all 0.15s;
    text-decoration: none;
}

[b-7ksc4hnuux] .nav-link,
[b-7ksc4hnuux] .model-toggle-btn,
[b-7ksc4hnuux] #nav-btn-150:not(.active),
[b-7ksc4hnuux] #nav-btn-225:not(.active) {
    background: transparent;
    color: var(--muted);
}

[b-7ksc4hnuux] .nav-link:hover,
[b-7ksc4hnuux] .model-toggle-btn:hover,
[b-7ksc4hnuux] #nav-btn-150:hover:not(.active),
[b-7ksc4hnuux] #nav-btn-225:hover:not(.active) {
    border-color: var(--navy);
    color: var(--navy);
}

.back-btn[b-7ksc4hnuux] {
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 12px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid var(--border);
    background: transparent;
    color: var(--text-muted);
    cursor: pointer;
    transition: all 0.15s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.back-btn:hover[b-7ksc4hnuux] {
    border-color: var(--navy);
    color: var(--navy);
    background: rgba(10,13,28,0.04);
}

.lang-btn[b-7ksc4hnuux] {
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid var(--border);
    background: transparent;
    color: var(--muted);
    cursor: pointer;
    transition: all 0.15s;
    letter-spacing: 0.04em;
}

.lang-btn:hover[b-7ksc4hnuux] {
    border-color: var(--navy);
    color: var(--navy);
}

[b-7ksc4hnuux] .active {
    background: var(--navy);
    border-color: var(--navy);
    color: var(--white);
}

[b-7ksc4hnuux] .active:hover {
    color: var(--white);
}

.lang-btn:last-of-type[b-7ksc4hnuux] {
    margin-right: 3em;
}

.nav-divider[b-7ksc4hnuux] {
    width: 1px;
    height: 20px;
    background: var(--border);
    margin: 0 4px;
}

@media (max-width: 1450px) {
    .nav-tagline[b-7ksc4hnuux] {
        display: none;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-185sen726b] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-185sen726b] {
    flex: 1;
}

.sidebar[b-185sen726b] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-185sen726b] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-185sen726b]  a, .top-row[b-185sen726b]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-185sen726b]  a:hover, .top-row[b-185sen726b]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-185sen726b]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-185sen726b] {
        justify-content: space-between;
    }

    .top-row[b-185sen726b]  a, .top-row[b-185sen726b]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-185sen726b] {
        flex-direction: row;
    }

    .sidebar[b-185sen726b] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-185sen726b] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-185sen726b]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-185sen726b], article[b-185sen726b] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Product.razor.rz.scp.css */
.hero[b-lrla3x1fov] { min-height: 100vh; background: var(--navy); display: flex; align-items: center; padding: 5rem 3rem 5rem; position: relative; overflow: hidden; }
.hero-inner[b-lrla3x1fov] { max-width: 1100px; margin: 0 auto; width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.hero-eyebrow[b-lrla3x1fov] { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--green); font-weight: 500; margin-bottom: 1.5rem; }
.hero-eyebrow[b-lrla3x1fov]::before { content: ''; display: block; width: 24px; height: 2px; background: var(--green); border-radius: 2px; }
.hero h1[b-lrla3x1fov] { font-size: clamp(3rem, 6vw, 5rem); font-weight: 700; line-height: 1.0; letter-spacing: -0.04em; color: #fff; margin-bottom: 1rem; }
.hero h1 span[b-lrla3x1fov] { color: var(--green); }
.hero-stats[b-lrla3x1fov] { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.hero-stat[b-lrla3x1fov] { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 1.5rem; transition: border-color 0.2s; }
.hero-stat-val[b-lrla3x1fov] { font-size: 2.2rem; font-weight: 700; color: var(--green); letter-spacing: -0.03em; line-height: 1; margin-bottom: 6px; }
.hero-stat-lbl[b-lrla3x1fov] { font-size: 11px; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 0.08em; }

.section[b-lrla3x1fov] { padding: 6rem 3rem; max-width: 1100px; margin: 0 auto; scroll-margin-top: 70px; }
.section-full[b-lrla3x1fov] { padding: 6rem 3rem; background: var(--grey); }
.section-full-inner[b-lrla3x1fov] { max-width: 1100px; margin: 0 auto; }
.section-full-dark[b-lrla3x1fov] { padding: 6rem 3rem; background: var(--navy); scroll-margin-top: 70px; }
.section-full-dark-inner[b-lrla3x1fov] { max-width: 1100px; margin: 0 auto; }

.eyebrow[b-lrla3x1fov] { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--green); font-weight: 500; margin-bottom: 1rem; display: flex; align-items: center; gap: 10px; }
.eyebrow[b-lrla3x1fov]::before { content: ''; display: block; width: 20px; height: 2px; background: var(--green); border-radius: 2px; flex-shrink: 0; }
h2.section-h2[b-lrla3x1fov] { font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 700; letter-spacing: -0.03em; line-height: 1.15; margin-bottom: 1rem; }
h2.section-h2.light[b-lrla3x1fov] { color: #fff; }
.section-sub[b-lrla3x1fov] { font-size: 15px; color: var(--muted); line-height: 1.7; max-width: 560px; margin-bottom: 3rem; }
.section-sub.light[b-lrla3x1fov] { color: rgba(255,255,255,0.55); }

.challenges-grid[b-lrla3x1fov] { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.25rem; }
.challenge-card[b-lrla3x1fov] { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.75rem; transition: box-shadow 0.2s, transform 0.2s; }
.challenge-card:hover[b-lrla3x1fov] { box-shadow: 0 8px 32px rgba(0,0,0,0.08); transform: translateY(-2px); }
.challenge-icon[b-lrla3x1fov] { width: 44px; height: 44px; border-radius: 10px; background: rgba(10,13,28,0.06); display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; font-size: 20px; }
.challenge-card h3[b-lrla3x1fov] { font-size: 14px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 0.5rem; }
.challenge-card p[b-lrla3x1fov] { font-size: 13px; color: var(--muted); line-height: 1.6; }

.specs-grid[b-lrla3x1fov] { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.spec-list[b-lrla3x1fov] { display: flex; flex-direction: column; gap: 1rem; }
.spec-item[b-lrla3x1fov] { display: flex; align-items: flex-start; gap: 14px; padding: 1.25rem; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07); border-radius: 10px; }
.spec-dot[b-lrla3x1fov] { width: 8px; height: 8px; border-radius: 50%; background: var(--green); flex-shrink: 0; margin-top: 5px; }
.spec-item-title[b-lrla3x1fov] { font-size: 14px; font-weight: 600; color: #fff; margin-bottom: 2px; }
.spec-item-desc[b-lrla3x1fov] { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.5; }
.tech-specs-box[b-lrla3x1fov] { background: rgba(158,255,0,0.06); border: 1px solid rgba(158,255,0,0.2); border-radius: var(--radius); padding: 2rem; }
.tech-specs-box h3[b-lrla3x1fov] { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--green); margin-bottom: 1.25rem; font-weight: 500; }
.tech-spec-row[b-lrla3x1fov] { display: flex; justify-content: space-between; align-items: center; padding: 0.75rem 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
.tech-spec-row:last-child[b-lrla3x1fov] { border-bottom: none; }
.tech-spec-key[b-lrla3x1fov] { font-size: 12px; color: rgba(255,255,255,0.5); }
.tech-spec-val[b-lrla3x1fov] { font-size: 13px; font-weight: 600; color: #fff; text-align: right; }

.runtime-grid[b-lrla3x1fov] { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.runtime-card[b-lrla3x1fov] { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 2rem; text-align: center; transition: all 0.2s; }
.runtime-card:hover[b-lrla3x1fov] { border-color: var(--navy); box-shadow: 0 8px 32px rgba(0,0,0,0.08); }
.runtime-val[b-lrla3x1fov] { font-size: 2.8rem; font-weight: 700; letter-spacing: -0.04em; color: var(--navy); line-height: 1; margin-bottom: 6px; }
.runtime-val span[b-lrla3x1fov] { color: var(--green); }
.runtime-unit[b-lrla3x1fov] { font-size: 13px; font-weight: 500; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 10px; }
.runtime-desc[b-lrla3x1fov] { font-size: 13px; color: var(--muted); line-height: 1.5; }

.impact-grid[b-lrla3x1fov] { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.impact-card[b-lrla3x1fov] { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07); border-radius: var(--radius); padding: 1.75rem; text-align: center; transition: border-color 0.2s; }
.impact-card:hover[b-lrla3x1fov] { border-color: rgba(158,255,0,0.3); }
.impact-val[b-lrla3x1fov] { font-size: 2.2rem; font-weight: 700; letter-spacing: -0.03em; background: var(--green); color: var(--navy); display: inline-block; padding: 4px 14px; border-radius: 6px; margin-bottom: 10px; line-height: 1.3; }
.impact-label[b-lrla3x1fov] { font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.45); }

.charging-grid[b-lrla3x1fov] { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 3rem; }
.charging-card[b-lrla3x1fov] { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 2rem; position: relative; overflow: hidden; transition: all 0.2s; }
.charging-card:hover[b-lrla3x1fov] { box-shadow: 0 8px 32px rgba(0,0,0,0.08); transform: translateY(-2px); }
.charging-num[b-lrla3x1fov] { font-size: 3rem; font-weight: 700; color: var(--navy); opacity: 0.07; position: absolute; top: 1rem; right: 1.25rem; line-height: 1; letter-spacing: -0.04em; }
.charging-badge[b-lrla3x1fov] { display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; background: var(--navy); color: #fff; padding: 4px 10px; border-radius: 5px; margin-bottom: 1rem; }
.charging-card h3[b-lrla3x1fov] { font-size: 16px; font-weight: 600; margin-bottom: 0.5rem; }
.charging-card .power[b-lrla3x1fov] { font-size: 1.8rem; font-weight: 700; color: var(--green); letter-spacing: -0.03em; margin-bottom: 0.5rem; }
.charging-card p[b-lrla3x1fov] { font-size: 13px; color: var(--muted); line-height: 1.6; }

.quote-section[b-lrla3x1fov] { padding: 6rem 3rem; background: var(--navy); text-align: center; }
.quote-mark[b-lrla3x1fov] { font-size: 6rem; line-height: 0.5; color: var(--green); font-family: Georgia, serif; margin-bottom: 1.5rem; display: block; }
.quote-text[b-lrla3x1fov] { font-size: clamp(1.3rem, 2.5vw, 2rem); font-weight: 600; color: #fff; line-height: 1.4; letter-spacing: -0.02em; max-width: 700px; margin: 0 auto 2rem; }
.quote-text em[b-lrla3x1fov] { color: var(--green); font-style: normal; }

.contact-grid[b-lrla3x1fov] { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 3rem; }
.contact-card[b-lrla3x1fov] { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius); padding: 2rem; display: flex; flex-direction: column; gap: 1rem; }
.contact-name[b-lrla3x1fov] { font-size: 18px; font-weight: 600; color: #fff; }
.contact-role[b-lrla3x1fov] { font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--green); }
.contact-details[b-lrla3x1fov] { display: flex; flex-direction: column; gap: 8px; }
.contact-row[b-lrla3x1fov] { display: flex; align-items: center; gap: 10px; font-size: 13px; color: rgba(255,255,255,0.6); }
.contact-row a[b-lrla3x1fov] { color: rgba(255,255,255,0.6); text-decoration: none; }
.contact-row a:hover[b-lrla3x1fov] { color: var(--green); }

footer[b-lrla3x1fov] { background: var(--navy); border-top: 1px solid rgba(255,255,255,0.06); padding: 2rem 3rem; display: flex; justify-content: space-between; align-items: center; }
footer img[b-lrla3x1fov] { height: 28px; }
.footer-text[b-lrla3x1fov] { font-size: 11px; color: rgba(255,255,255,0.3); letter-spacing: 0.06em; }

@media (max-width: 900px) {
  nav[b-lrla3x1fov] { padding: 1rem 1.5rem; }
  .hero[b-lrla3x1fov] { padding: 7rem 1.5rem 4rem; }
  .hero-inner[b-lrla3x1fov] { grid-template-columns: 1fr; gap: 3rem; }
  .section[b-lrla3x1fov] { padding: 4rem 1.5rem; }
  .section-full[b-lrla3x1fov] { padding: 4rem 1.5rem; }
  .section-full-dark[b-lrla3x1fov] { padding: 4rem 1.5rem; }
  .specs-grid[b-lrla3x1fov] { grid-template-columns: 1fr; }
  .impact-grid[b-lrla3x1fov] { grid-template-columns: repeat(2, 1fr); }
  .charging-grid[b-lrla3x1fov] { grid-template-columns: 1fr; }
  .contact-grid[b-lrla3x1fov] { grid-template-columns: 1fr; }
  .runtime-grid[b-lrla3x1fov] { grid-template-columns: 1fr; }
  footer[b-lrla3x1fov] { flex-direction: column; gap: 1rem; text-align: center; }
}

@media (max-width: 500px) {
  .hero h1[b-lrla3x1fov] { font-size: 2.5rem; }
  .impact-grid[b-lrla3x1fov] { grid-template-columns: 1fr 1fr; }
  .hero-stats[b-lrla3x1fov] { grid-template-columns: 1fr 1fr; }
}

/* /Pages/RoiCalculator.razor.rz.scp.css */
.calculator[b-5wf2hxkhy4] { max-width: 1100px; margin: 0 auto; padding: 2.5rem 3rem 5rem; }
.section-title[b-5wf2hxkhy4] { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-muted); font-weight: 500; margin-bottom: 1.5rem; display: flex; align-items: center; gap: 10px; }
.section-title[b-5wf2hxkhy4]::after { content: ''; flex: 1; height: 1px; background: var(--border); }
.top-bar[b-5wf2hxkhy4] { display: flex; align-items: center; gap: 1.5rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.model-selector[b-5wf2hxkhy4] { display: flex; flex-direction: column; gap: 6px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 1rem 1.25rem; white-space: nowrap; }
.calc-grid[b-5wf2hxkhy4] { display: grid; grid-template-columns: 390px 1fr; gap: 1.5rem; align-items: stretch; }

.panel[b-5wf2hxkhy4] { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.75rem; }
.panel-title[b-5wf2hxkhy4] { font-size: 13px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 1px solid var(--border); }
.input-group[b-5wf2hxkhy4] { margin-bottom: 1.25rem; }
.input-label[b-5wf2hxkhy4] { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.input-label span:first-child[b-5wf2hxkhy4] { font-size: 13px; color: var(--text-secondary); }
.input-label .val[b-5wf2hxkhy4] { font-size: 13px; font-weight: 600; color: var(--navy); background: rgba(10,13,28,0.06); padding: 2px 8px; border-radius: 4px; min-width: 70px; text-align: right; }
.input-hint[b-5wf2hxkhy4] { font-size: 11px; color: var(--text-muted); margin-top: 5px; }
input[type=range][b-5wf2hxkhy4] { -webkit-appearance: none; width: 100%; height: 3px; background: var(--grey); border-radius: 2px; outline: none; cursor: pointer; }
input[type=range][b-5wf2hxkhy4]::-webkit-slider-thumb { -webkit-appearance: none; width: 16px; height: 16px; border-radius: 50%; background: var(--navy); cursor: pointer; border: 3px solid var(--surface); box-shadow: 0 0 0 2px var(--navy); }
input[type=range][b-5wf2hxkhy4]::-moz-range-thumb { width: 16px; height: 16px; border-radius: 50%; background: var(--navy); cursor: pointer; border: 3px solid var(--surface); }
.divider[b-5wf2hxkhy4] { border: none; border-top: 1px solid var(--border); margin: 1.25rem 0; }
.toggle-label[b-5wf2hxkhy4] { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 8px; display: block; }
.toggle-group[b-5wf2hxkhy4] { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 1rem; }
.toggle-btn[b-5wf2hxkhy4] { font-family: 'Outfit', sans-serif; font-size: 12px; font-weight: 400; padding: 6px 14px; border-radius: 6px; border: 1px solid var(--border); background: transparent; color: var(--text-muted); cursor: pointer; transition: all 0.15s; }
.toggle-btn:hover[b-5wf2hxkhy4] { border-color: var(--navy); color: var(--navy); background: rgba(10,13,28,0.04); }
.toggle-btn.active[b-5wf2hxkhy4] { background: var(--navy); border-color: var(--navy); color: #fff; font-weight: 500; }

.metrics-row[b-5wf2hxkhy4] { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.metric[b-5wf2hxkhy4] { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.25rem; }
.metric-lbl[b-5wf2hxkhy4] { font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); margin-bottom: 8px; }
.metric-val[b-5wf2hxkhy4] { font-size: 1.4rem; font-weight: 600; letter-spacing: -0.02em; line-height: 1; color: var(--text); }
.metric-val.green[b-5wf2hxkhy4] { color: #2a7d00; }
.chart-panel[b-5wf2hxkhy4] { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.75rem; }
.chart-header[b-5wf2hxkhy4] { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.25rem; flex-wrap: wrap; gap: 8px; }
.chart-legend[b-5wf2hxkhy4] { display: flex; gap: 20px; }
.legend-item[b-5wf2hxkhy4] { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--text-secondary); }
.legend-dot[b-5wf2hxkhy4] { width: 12px; height: 3px; border-radius: 2px; }
.verdict-bar[b-5wf2hxkhy4] { background: linear-gradient(135deg, #0a0d1c 0%, #1a2040 100%); border-radius: var(--radius); padding: 1.75rem 2rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; border: 1px solid rgba(158,255,0,0.15); }
.verdict-text[b-5wf2hxkhy4] { font-size: 13px; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.08em; }
.verdict-left[b-5wf2hxkhy4] { display: flex; flex-direction: column; gap: 6px; }
.verdict-amount[b-5wf2hxkhy4] { font-size: 2rem; font-weight: 700; color: #fff; letter-spacing: -0.03em; line-height: 1; }
.verdict-amount span[b-5wf2hxkhy4] { color: #9eff00; }
.verdict-cta[b-5wf2hxkhy4] { display: inline-flex; align-items: center; gap: 10px; font-family: 'Outfit', sans-serif; font-size: 15px; font-weight: 700; padding: 14px 28px; background: #9eff00; color: #0a0d1c; border: none; border-radius: 10px; cursor: pointer; letter-spacing: 0.01em; transition: all 0.2s; white-space: nowrap; text-decoration: none; box-shadow: 0 4px 20px rgba(158,255,0,0.3); }
.verdict-cta:hover[b-5wf2hxkhy4] { background: #aaff1a; transform: translateY(-2px); box-shadow: 0 8px 30px rgba(158,255,0,0.45); }
.verdict-cta:active[b-5wf2hxkhy4] { transform: translateY(0); }
.verdict-cta svg[b-5wf2hxkhy4] { flex-shrink: 0; transition: transform 0.2s; }
.verdict-cta:hover svg[b-5wf2hxkhy4] { transform: translateX(3px); }
.verdict-cta.warn[b-5wf2hxkhy4] { background: #ff6b35; color: #fff; box-shadow: 0 4px 20px rgba(255,107,53,0.3); }
.verdict-cta.warn:hover[b-5wf2hxkhy4] { background: #ff8050; box-shadow: 0 8px 30px rgba(255,107,53,0.45); }

@media (max-width: 900px) {
    nav[b-5wf2hxkhy4] { padding: 1rem 1.5rem; }
    .nav-tagline[b-5wf2hxkhy4] { display: none; }
    .hero[b-5wf2hxkhy4] { padding: 3rem 1.5rem 3.5rem; }
    .hero-inner[b-5wf2hxkhy4] { grid-template-columns: 1fr; gap: 2rem; }
    .hero-stats[b-5wf2hxkhy4] { grid-template-columns: repeat(2, 1fr); }
    .calculator[b-5wf2hxkhy4] { padding: 2rem 1.5rem 3rem; }
    .top-bar[b-5wf2hxkhy4] { flex-direction: column; align-items: stretch; gap: 1rem; }
    .model-selector[b-5wf2hxkhy4] { flex-direction: row; align-items: center; justify-content: space-between; }
    .calc-grid[b-5wf2hxkhy4] { grid-template-columns: 1fr; }
    .metrics-row[b-5wf2hxkhy4] { grid-template-columns: repeat(2, 1fr); }
    .chart-panel[b-5wf2hxkhy4] { min-height: 320px; }
    footer[b-5wf2hxkhy4] { padding: 1.5rem; flex-direction: column; gap: 1rem; }
    .footer-text[b-5wf2hxkhy4] { text-align: center; }
}

/* ── MOBILE (max 480px) ──────────────────────────────────── */
@media (max-width: 480px) {
    nav[b-5wf2hxkhy4] { padding: 0.9rem 1rem; }
    .nav-right[b-5wf2hxkhy4] { gap: 4px; }
    .lang-btn[b-5wf2hxkhy4] { padding: 4px 7px; font-size: 11px; }

    .hero[b-5wf2hxkhy4] { padding: 2rem 1rem 2.5rem; }
    .hero h1[b-5wf2hxkhy4] { font-size: 1.6rem; }
    .hero-desc[b-5wf2hxkhy4] { font-size: 14px; }
    .hero-stats[b-5wf2hxkhy4] { grid-template-columns: 1fr 1fr; gap: 0.75rem; }
    .hero-stat[b-5wf2hxkhy4] { padding: 1rem; }
    .hero-stat-val[b-5wf2hxkhy4] { font-size: 1.5rem; }
    .hero-stat-lbl[b-5wf2hxkhy4] { font-size: 10px; }

    .calculator[b-5wf2hxkhy4] { padding: 1.25rem 1rem 2.5rem; }

    /* Top bar stacked */
    .top-bar[b-5wf2hxkhy4] { gap: 0.75rem; }
    .model-selector[b-5wf2hxkhy4] { padding: 0.75rem 1rem; }
    .metrics-row[b-5wf2hxkhy4] { grid-template-columns: 1fr 1fr; gap: 0.75rem; }
    .metric[b-5wf2hxkhy4] { padding: 0.9rem; }
    .metric-val[b-5wf2hxkhy4] { font-size: 1.15rem; }
    .metric-lbl[b-5wf2hxkhy4] { font-size: 10px; }

    /* Input panel */
    .panel[b-5wf2hxkhy4] { padding: 1.25rem; }
    .panel-title[b-5wf2hxkhy4] { font-size: 11px; margin-bottom: 1.1rem; padding-bottom: 0.75rem; }
    .input-group[b-5wf2hxkhy4] { margin-bottom: 1rem; }
    .input-label span:first-child[b-5wf2hxkhy4] { font-size: 12px; }
    .input-label .val[b-5wf2hxkhy4] { font-size: 12px; min-width: 56px; }
    .toggle-btn[b-5wf2hxkhy4] { font-size: 11px; padding: 5px 10px; }

    /* Chart */
    .chart-panel[b-5wf2hxkhy4] { padding: 1.25rem; }
    .chart-header[b-5wf2hxkhy4] { flex-direction: column; align-items: flex-start; gap: 8px; }
    .chart-legend[b-5wf2hxkhy4] { gap: 12px; }

    /* Verdict */
    .verdict-bar[b-5wf2hxkhy4] { flex-direction: column; text-align: center; padding: 1.25rem; gap: 1rem; }
    .verdict-cta[b-5wf2hxkhy4] { width: 100%; justify-content: center; font-size: 14px; }
    .verdict-amount[b-5wf2hxkhy4] { font-size: 1.6rem; }

    /* Modal */
    .modal[b-5wf2hxkhy4] { padding: 1.75rem 1.25rem; border-radius: 12px; }
    .modal h2[b-5wf2hxkhy4] { font-size: 1.1rem; }
    .modal-sub[b-5wf2hxkhy4] { font-size: 12px; margin-bottom: 1.25rem; }
    .modal-field input[b-5wf2hxkhy4] { font-size: 16px; } /* prevents iOS zoom */

    footer[b-5wf2hxkhy4] { padding: 1.25rem 1rem; }
}
/* CALCULATE BUTTON */
.calc-btn-wrap[b-5wf2hxkhy4] { display: flex; justify-content: center; margin: 2rem 0 0; }
.calc-btn[b-5wf2hxkhy4] { font-family: 'Outfit', sans-serif; font-size: 15px; font-weight: 600; padding: 14px 40px; background: var(--navy); color: #fff; border: none; border-radius: var(--radius); cursor: pointer; letter-spacing: 0.02em; transition: background 0.15s, transform 0.1s; display: flex; align-items: center; gap: 10px; }
.calc-btn:hover[b-5wf2hxkhy4] { background: #1a2040; transform: translateY(-1px); }
.calc-btn svg[b-5wf2hxkhy4] { flex-shrink: 0; }

/* RESULTS HIDDEN UNTIL UNLOCKED */
.[b-5wf2hxkhy4]{ display: none; }

/* MODAL OVERLAY */
.modal-overlay[b-5wf2hxkhy4] { display: none; position: fixed; inset: 0; background: rgba(10,13,28,0.6); backdrop-filter: blur(4px); z-index: 1000; align-items: center; justify-content: center; }
.modal-overlay.open[b-5wf2hxkhy4] { display: flex; }
.modal[b-5wf2hxkhy4] { background: var(--surface); border-radius: 16px; padding: 2.5rem; width: 100%; max-width: 440px; margin: 1rem; box-shadow: 0 24px 60px rgba(0,0,0,0.18); }
.modal-logo[b-5wf2hxkhy4] { height: 28px; margin-bottom: 1.5rem; }
.modal h2[b-5wf2hxkhy4] { font-size: 1.3rem; font-weight: 600; letter-spacing: -0.02em; margin-bottom: 0.5rem; }
.modal-sub[b-5wf2hxkhy4] { font-size: 13px; color: var(--text-muted); margin-bottom: 1.75rem; line-height: 1.5; }
.modal-field[b-5wf2hxkhy4] { margin-bottom: 1rem; }
.modal-field label[b-5wf2hxkhy4] { display: block; font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-muted); margin-bottom: 6px; }
.modal-field input[b-5wf2hxkhy4] { width: 100%; font-family: 'Outfit', sans-serif; font-size: 14px; padding: 10px 14px; border: 1px solid var(--border); border-radius: var(--radius-sm); background: var(--page-bg); color: var(--text); outline: none; transition: border 0.15s; }
.modal-field input:focus[b-5wf2hxkhy4] { border-color: var(--navy); background: #fff; }
.modal-field input.error[b-5wf2hxkhy4] { border-color: #e53e3e; }
.modal-actions[b-5wf2hxkhy4] { display: flex; gap: 10px; margin-top: 1.5rem; }
.modal-submit[b-5wf2hxkhy4] { flex: 1; font-family: 'Outfit', sans-serif; font-size: 14px; font-weight: 600; padding: 12px; background: var(--navy); color: #fff; border: none; border-radius: var(--radius-sm); cursor: pointer; transition: background 0.15s; }
.modal-submit:hover[b-5wf2hxkhy4] { background: #1a2040; }
.modal-submit:disabled[b-5wf2hxkhy4] { opacity: 0.6; cursor: not-allowed; }
.modal-cancel[b-5wf2hxkhy4] { font-family: 'Outfit', sans-serif; font-size: 14px; padding: 12px 18px; background: transparent; border: 1px solid var(--border); border-radius: var(--radius-sm); cursor: pointer; color: var(--text-muted); transition: all 0.15s; }
.modal-cancel:hover[b-5wf2hxkhy4] { border-color: var(--navy); color: var(--navy); }
.modal-notice[b-5wf2hxkhy4] { font-size: 11px; color: var(--text-muted); margin-top: 1rem; line-height: 1.5; }
.modal-error[b-5wf2hxkhy4] { font-size: 12px; color: #e53e3e; margin-top: 0.75rem; display: none; }
.modal-success[b-5wf2hxkhy4] { text-align: center; padding: 1rem 0; }
.modal-success-icon[b-5wf2hxkhy4] { font-size: 2.5rem; margin-bottom: 1rem; }
.modal-success h3[b-5wf2hxkhy4] { font-size: 1.1rem; font-weight: 600; margin-bottom: 0.5rem; }
.modal-success p[b-5wf2hxkhy4] { font-size: 13px; color: var(--text-muted); }

/* MODAL OVERLAY */
.modal-overlay[b-5wf2hxkhy4] { display: none; position: fixed; inset: 0; background: rgba(10,13,28,0.55); backdrop-filter: blur(4px); z-index: 1000; align-items: center; justify-content: center; }
.modal-overlay.open[b-5wf2hxkhy4] { display: flex; }
.modal[b-5wf2hxkhy4] { background: var(--surface); border-radius: 16px; padding: 2.5rem; width: 100%; max-width: 420px; margin: 1rem; box-shadow: 0 24px 60px rgba(0,0,0,0.15); }
.modal-logo[b-5wf2hxkhy4] { height: 26px; margin-bottom: 1.5rem; opacity: 0.85; }
.modal h2[b-5wf2hxkhy4] { font-size: 1.25rem; font-weight: 600; letter-spacing: -0.02em; margin-bottom: 0.4rem; }
.modal-sub[b-5wf2hxkhy4] { font-size: 13px; color: var(--text-muted); margin-bottom: 1.75rem; line-height: 1.6; }
.modal-field[b-5wf2hxkhy4] { margin-bottom: 1rem; }
.modal-field label[b-5wf2hxkhy4] { display: block; font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.07em; color: var(--text-muted); margin-bottom: 6px; }
.modal-field input[b-5wf2hxkhy4] { width: 100%; font-family: 'Outfit', sans-serif; font-size: 14px; padding: 10px 14px; border: 1px solid var(--border); border-radius: var(--radius-sm); background: var(--page-bg); color: var(--text); outline: none; transition: border 0.15s; }
.modal-field input:focus[b-5wf2hxkhy4] { border-color: var(--navy); background: #fff; }
.modal-field input.error[b-5wf2hxkhy4] { border-color: #e53e3e; }
.modal-error[b-5wf2hxkhy4] { font-size: 12px; color: #e53e3e; margin-top: 0.5rem; display: none; }
.modal-actions[b-5wf2hxkhy4] { display: flex; gap: 10px; margin-top: 1.5rem; }
.modal-submit[b-5wf2hxkhy4] { flex: 1; font-family: 'Outfit', sans-serif; font-size: 14px; font-weight: 600; padding: 12px; background: var(--navy); color: #fff; border: none; border-radius: var(--radius-sm); cursor: pointer; transition: background 0.15s; display: flex; align-items: center; justify-content: center; gap: 8px; }
.modal-submit:hover[b-5wf2hxkhy4] { background: #1a2040; }
.modal-notice[b-5wf2hxkhy4] { font-size: 11px; color: var(--text-muted); margin-top: 1rem; line-height: 1.5; }

/* FORECAST TOOLTIP */
.forecast-tooltip-wrap[b-5wf2hxkhy4] { position: relative; display: inline-block; }
.forecast-tooltip[b-5wf2hxkhy4] {
display: none; position: absolute; bottom: calc(100% + 8px); left: 0;
background: var(--navy); color: #fff; border-radius: 10px;
padding: 12px 14px; width: 230px; z-index: 999;
box-shadow: 0 8px 32px rgba(0,0,0,0.2);
font-size: 12px; line-height: 1.4;
}
.forecast-tooltip[b-5wf2hxkhy4]::after {
content: ''; position: absolute; top: 100%; left: 20px;
border: 6px solid transparent; border-top-color: var(--navy);
}
.forecast-tooltip-wrap:hover .forecast-tooltip[b-5wf2hxkhy4] { display: block; }
.forecast-tooltip table[b-5wf2hxkhy4] { width: 100%; border-collapse: collapse; }
.forecast-tooltip td[b-5wf2hxkhy4] { padding: 2px 6px; }
.forecast-tooltip td:first-child[b-5wf2hxkhy4] { color: rgba(255,255,255,0.5); }
.forecast-tooltip td:last-child[b-5wf2hxkhy4] { color: #9eff00; font-weight: 600; text-align: right; }
.forecast-tooltip tr:first-child td[b-5wf2hxkhy4] { color: rgba(255,255,255,0.7); font-size: 10px; text-transform: uppercase; letter-spacing: 0.06em; padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,0.1); margin-bottom: 4px; }
.forecast-tooltip tr:first-child td:last-child[b-5wf2hxkhy4] { color: rgba(255,255,255,0.7); }
