@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap");

:root {
    --bg: #f6f8f3;
    --card: #ffffff;
    --text: #0b1f1e;
    --accent: #127357;
    --accent-dark: #0d5944;
    --muted: #5d6e6a;
    --border: #d8e1dd;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Manrope", "Segoe UI", sans-serif;
    background: radial-gradient(circle at top left, #edf7f2 0%, var(--bg) 45%, #eff5f7 100%);
    color: var(--text);
}

.container {
    width: min(920px, 92%);
    margin: 0 auto;
}

.site-header {
    border-bottom: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(6px);
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.9rem 0;
}

.brand {
    color: var(--text);
    font-weight: 700;
    text-decoration: none;
    font-size: 1.1rem;
    font-family: "Space Grotesk", "Manrope", sans-serif;
}

nav a {
    margin-left: 1rem;
    color: var(--muted);
    text-decoration: none;
}

nav {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.inline-logout {
    margin: 0;
}

.link-btn {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: var(--muted);
    font: inherit;
}

main {
    padding: 1.5rem 0 3rem;
}

.hero {
    padding: 4rem 0;
}

.eyebrow {
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.06em;
    color: var(--accent-dark);
    font-weight: 700;
}

.hero h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    margin: 0.2rem 0 0.8rem;
}

.lead {
    color: var(--muted);
    max-width: 680px;
    margin-bottom: 1.4rem;
}

.landing-pro {
    display: grid;
    grid-template-columns: 1.45fr 1fr;
    gap: 1rem;
    border: 1px solid #d1e7de;
    border-radius: 22px;
    padding: 1.15rem;
    background:
        radial-gradient(circle at 82% 18%, rgba(17, 132, 93, 0.2), transparent 42%),
        radial-gradient(circle at 18% 100%, rgba(63, 168, 129, 0.16), transparent 40%),
        linear-gradient(145deg, #f7fffb 0%, #fbfffd 55%, #f2f8ff 100%);
}

.landing-kicker {
    margin: 0 0 0.45rem;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #0f5b46;
}

.landing-pro h1 {
    margin: 0;
    line-height: 1.02;
    font-size: clamp(2.15rem, 4.4vw, 3.55rem);
    max-width: 12ch;
    font-family: "Space Grotesk", "Manrope", sans-serif;
}

.landing-sub {
    margin-top: 0.82rem;
    color: #26453d;
    max-width: 590px;
    font-size: 1.03rem;
}

.landing-chip-row {
    margin-top: 0.92rem;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.landing-chip {
    border: 1px solid #cae4d9;
    border-radius: 999px;
    padding: 0.35rem 0.62rem;
    background: #f5fcf8;
    font-size: 0.83rem;
    color: #195f49;
    font-weight: 600;
}

.landing-cta-row {
    margin-top: 1.05rem;
    display: flex;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.home-requests {
    margin-top: 1rem;
    border: 1px solid #d3e6dc;
    border-radius: 16px;
    background:
        radial-gradient(circle at 4% 0%, rgba(18, 115, 87, 0.08), transparent 48%),
        #fbfefc;
    padding: 0.95rem;
}

.home-requests-head {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: end;
    flex-wrap: wrap;
}

.home-requests-head h2 {
    margin: 0;
    font-family: "Space Grotesk", "Manrope", sans-serif;
}

.home-requests-actions {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.home-request-grid {
    margin-top: 0.75rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.home-request-card {
    border: 1px solid #d7e7df;
    border-radius: 12px;
    background: #fff;
    padding: 0.7rem;
}

.home-request-card p {
    margin: 0.28rem 0;
}

.home-request-pagination {
    margin-top: 0.65rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.home-request-page {
    font-size: 0.9rem;
    font-weight: 700;
    color: #224b3e;
}

.request-success-shell {
    max-width: 760px;
    margin: 0 auto;
    border: 1px solid #c8e2d6;
    background:
        radial-gradient(circle at 100% 0%, rgba(18, 115, 87, 0.14), transparent 56%),
        radial-gradient(circle at 0% 100%, rgba(30, 130, 104, 0.08), transparent 44%),
        #f9fefb;
}

.request-success-shell h1 {
    margin: 0.2rem 0 0.45rem;
    font-family: "Space Grotesk", "Manrope", sans-serif;
}

.request-success-sub {
    margin: 0;
    color: #2f5449;
}

.request-success-meta {
    margin-top: 0.85rem;
    border: 1px solid #d5e7de;
    border-radius: 12px;
    background: #fff;
    padding: 0.75rem;
    display: grid;
    gap: 0.42rem;
}

.request-success-meta p {
    margin: 0;
}

.request-success-actions {
    margin-top: 0.8rem;
    display: grid;
    gap: 0.45rem;
}

.impact-card {
    border: 1px solid #d0e5db;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    padding: 0.95rem;
    box-shadow: 0 10px 24px rgba(16, 55, 44, 0.07);
}

.impact-card h3 {
    margin-top: 0;
    font-family: "Space Grotesk", "Manrope", sans-serif;
}

.impact-metrics {
    margin-top: 0.62rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
}

.impact-metrics > div {
    border: 1px solid #d6e9e0;
    border-radius: 10px;
    padding: 0.6rem;
    background: #f9fffc;
}

.m-label {
    margin: 0;
    font-size: 0.73rem;
    color: #496a61;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.m-value {
    margin: 0.28rem 0 0.15rem;
    font-size: 1.22rem;
    font-weight: 800;
    color: #0f573f;
    font-family: "Space Grotesk", "Manrope", sans-serif;
}

.m-note {
    margin: 0;
    font-size: 0.78rem;
    color: #4f7067;
}

.fact-band {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.72rem;
}

.fact-tile {
    border: 1px solid #d6e7de;
    border-radius: 14px;
    padding: 0.88rem;
    background:
        linear-gradient(170deg, rgba(255, 255, 255, 0.9), rgba(248, 255, 252, 0.93));
}

.fact-tile h3 {
    margin: 0 0 0.28rem;
    font-family: "Space Grotesk", "Manrope", sans-serif;
}

.fact-tile p {
    margin: 0;
    color: #3f5c54;
}

.flow-strip {
    margin-top: 1rem;
    border: 1px solid #d8e6de;
    border-radius: 14px;
    background: #f8fcfa;
    padding: 1rem;
}

.flow-strip h2 {
    margin: 0 0 0.74rem;
    font-family: "Space Grotesk", "Manrope", sans-serif;
}

.flow-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.66rem;
}

.flow-step {
    border: 1px solid #d8e7df;
    border-radius: 12px;
    padding: 0.74rem;
    background: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.flow-step:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(26, 67, 53, 0.08);
}

.flow-step span {
    display: inline-block;
    font-weight: 700;
    color: #127357;
    margin-bottom: 0.35rem;
    font-family: "Space Grotesk", "Manrope", sans-serif;
}

.flow-step h4 {
    margin: 0 0 0.3rem;
}

.flow-step p {
    margin: 0;
    color: #3f5e56;
}

.reveal {
    animation: slideFade 560ms ease both;
}

.reveal-2 {
    animation-delay: 120ms;
}

.reveal-3 {
    animation-delay: 220ms;
}

@keyframes slideFade {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 1.4rem;
}

.form-grid {
    display: grid;
    gap: 1rem;
    margin-top: 1rem;
}

.calc-shell {
    max-width: 960px;
}

.calc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
}

.calc-field {
    display: grid;
    gap: 0.35rem;
    font-weight: 600;
}

.calc-field-wide {
    grid-column: span 2;
}

.calc-row {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 0.8rem;
}

.toggle-wrap {
    border: 1px solid #d9e6df;
    border-radius: 12px;
    background: #fbfffd;
    padding: 0.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 30px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider-toggle {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background-color: #d5e3db;
    border-radius: 999px;
    transition: 0.2s ease;
}

.slider-toggle:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    top: 4px;
    background: #fff;
    border-radius: 999px;
    transition: 0.2s ease;
}

.switch input:checked + .slider-toggle {
    background: #127357;
}

.switch input:checked + .slider-toggle:before {
    transform: translateX(22px);
}

.usage-icons {
    border: 1px solid #d9e6df;
    border-radius: 12px;
    background: #fbfffd;
    padding: 0.8rem;
    display: grid;
    grid-template-columns: auto 1fr 1fr 1fr;
    gap: 0.55rem;
    align-items: center;
}

.usage-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: #20453b;
}

.usage-card {
    border: 1px solid #d5e4dd;
    border-radius: 10px;
    padding: 0.55rem;
    display: grid;
    justify-items: center;
    gap: 0.22rem;
    cursor: pointer;
    background: #fff;
    font-size: 0.88rem;
}

.usage-card input {
    display: none;
}

.usage-card.active {
    border-color: #127357;
    background: #eefaf4;
}

.usage-icon {
    font-size: 1.1rem;
}

.map-box {
    border: 1px solid #d9e6df;
    border-radius: 12px;
    background: #fbfffd;
    padding: 0.8rem;
    display: grid;
    gap: 0.7rem;
}

.map-box h3 {
    margin: 0;
}

label {
    display: grid;
    gap: 0.35rem;
    font-weight: 600;
}

input,
select,
textarea,
button {
    font: inherit;
}

input,
select,
textarea {
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 0.62rem 0.72rem;
}

textarea {
    resize: vertical;
    min-height: 64px;
}

.btn {
    display: inline-block;
    padding: 0.65rem 0.95rem;
    border-radius: 8px;
    border: 1px solid var(--border);
    background: #fff;
    color: var(--text);
    text-decoration: none;
    cursor: pointer;
}

.btn-primary {
    border-color: var(--accent);
    background: var(--accent);
    color: #fff;
}

.btn-primary:hover {
    background: var(--accent-dark);
}

.btn-final-cta {
    width: 100%;
    padding: 0.92rem 1rem;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.final-step-note {
    margin: 0.4rem 0 0;
    text-align: center;
}

.summary-list {
    line-height: 1.7;
    margin: 0;
    padding-left: 1.2rem;
}

.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.9rem;
}

.phone-input-row {
    display: grid;
    grid-template-columns: 94px 1fr;
    gap: 0.6rem;
}

.country-code-select {
    min-width: 0;
    width: 100%;
}

.box {
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 0.9rem;
    background: #fbfdfc;
}

.messages {
    margin-bottom: 1rem;
}

.message {
    border-radius: 8px;
    padding: 0.7rem;
    border: 1px solid var(--border);
    background: #fff;
}

.error {
    border-color: #e4bbbb;
    background: #fff4f4;
}

.error-block {
    margin-top: 1rem;
    border: 1px solid #e4bbbb;
    background: #fff4f4;
    padding: 0.8rem;
    border-radius: 10px;
}

.auth-shell {
    max-width: 540px;
    margin: 0 auto;
}

.auth-grid {
    margin-top: 0.75rem;
}

.login-method-switch {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}

.login-method-option {
    position: relative;
    cursor: pointer;
}

.login-method-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.login-method-option span {
    display: block;
    border: 1px solid #c8ddd3;
    border-radius: 10px;
    padding: 0.58rem 0.6rem;
    text-align: center;
    font-weight: 700;
    background: #fff;
    color: #1f3d34;
}

.login-method-option input:checked + span {
    border-color: #1d6f57;
    background: #eef9f4;
}

.login-method-fields.is-hidden {
    display: none;
}

.login-switch-help {
    margin: 0;
}

.text-link-btn {
    background: transparent;
    border: none;
    color: #1d6f57;
    padding: 0;
    font: inherit;
    text-decoration: underline;
    cursor: pointer;
}

.gate-shell {
    max-width: 900px;
    margin: 0 auto;
}

.gate-summary-grid {
    margin-top: 0.75rem;
}

.gate-cta {
    margin-top: 0.75rem;
}

.muted {
    color: var(--muted);
}

.small-text {
    font-size: 0.9rem;
}

.result-shell {
    border-radius: 18px;
    background:
        radial-gradient(circle at 0% 0%, rgba(18, 115, 87, 0.08), transparent 50%),
        #fff;
}

.result-header p {
    margin-top: 0.25rem;
}

.result-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.result-main {
    display: grid;
    gap: 0.9rem;
}

.result-sidebar {
    display: grid;
    gap: 0.9rem;
    align-content: start;
}

.next-step-box {
    border: 1px solid #bcd8cc;
    background:
        radial-gradient(circle at 0% 0%, rgba(18, 115, 87, 0.13), transparent 55%),
        #f6fbf8;
}

.next-step-eyebrow {
    margin: 0;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #165847;
}

.next-step-box h3 {
    margin: 0.25rem 0 0.25rem;
}

.cta-row {
    margin: 0.35rem 0 0.25rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.cta-row .btn {
    flex: 1 1 220px;
}

.next-step-cta {
    width: 100%;
    margin: 0;
    padding: 0.95rem 1rem;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    box-shadow: 0 8px 22px rgba(18, 115, 87, 0.2);
}

.next-step-cta:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    box-shadow: none;
}

.adjust-box {
    overflow: hidden;
}

.adjust-grid {
    margin-top: 0.65rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.6rem;
    align-items: end;
}

.adjust-item {
    display: grid;
    gap: 0.32rem;
    border: 1px solid #d9e7e0;
    border-radius: 10px;
    padding: 0.58rem;
    background: #fbfffd;
    font-size: 0.9rem;
}

.adjust-item strong {
    color: #0f5e47;
}

.adjust-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.adjust-item-wide {
    grid-column: span 2;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.product-card {
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 0.8rem;
    background: #fcfffd;
}

.product-card img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    border-radius: 10px;
    background: #f1f8f4;
    border: 1px solid #e6efe9;
    margin-bottom: 0.45rem;
}

.product-card h4 {
    margin: 0 0 0.35rem;
}

.product-card p {
    margin: 0.2rem 0;
}

.price-tag {
    color: var(--accent-dark);
    font-weight: 700;
}

.roi-metrics .metric-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.7rem;
}

.metric-label {
    margin: 0;
    color: var(--muted);
    font-size: 0.85rem;
}

.metric-value {
    margin: 0.18rem 0 0;
    font-weight: 700;
}

.line-chart-wrap {
    margin-top: 0.5rem;
    border: 1px solid #d9e8e1;
    border-radius: 12px;
    background: #fbfffd;
    padding: 0.35rem;
}

.line-chart {
    width: 100%;
    height: 300px;
    display: block;
}

.chart-grid {
    stroke: #e7efeb;
    stroke-width: 1;
}

.chart-axis {
    stroke: #bed2c8;
    stroke-width: 1.2;
}

.chart-axis-right {
    stroke: #d7dce9;
    stroke-width: 1.1;
}

.chart-area {
    fill: rgba(32, 159, 110, 0.18);
}

.chart-line-generation {
    fill: none;
    stroke: #139a6d;
    stroke-width: 2.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.chart-line-savings {
    fill: none;
    stroke: #265fca;
    stroke-width: 2.2;
    stroke-dasharray: 5 4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.chart-point-generation {
    fill: #139a6d;
}

.chart-point-savings {
    fill: #265fca;
}

.chart-tick {
    font-size: 10px;
    fill: #5f726c;
    text-anchor: middle;
}

.chart-y-label {
    font-size: 10px;
    fill: #5c6e68;
    font-weight: 700;
}

.line-chart-legend {
    margin-top: 0.52rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    align-items: center;
}

.legend-item {
    display: inline-flex;
    align-items: center;
    gap: 0.33rem;
    border: 1px solid #d8e6df;
    border-radius: 999px;
    padding: 0.2rem 0.48rem;
    font-size: 0.8rem;
    color: #32544a;
    background: #fbfffd;
}

.legend-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
}

.legend-dot.generation {
    background: #139a6d;
}

.legend-dot.savings {
    background: #265fca;
}

.legend-metric {
    font-size: 0.82rem;
    color: #35574d;
    font-weight: 600;
}

.chat-lead-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 0.95rem;
}

.chat-window {
    border: 1px solid var(--border);
    border-radius: 10px;
    background: #f9fcfa;
    height: 320px;
    overflow-y: auto;
    padding: 0.75rem;
    display: grid;
    gap: 0.55rem;
}

.chat-msg {
    max-width: 92%;
    border-radius: 10px;
    padding: 0.62rem 0.7rem;
    font-size: 0.95rem;
    line-height: 1.4;
    white-space: pre-wrap;
}

.chat-msg.user {
    margin-left: auto;
    background: #127357;
    color: #fff;
}

.chat-msg.assistant {
    margin-right: auto;
    background: #edf8f3;
    color: #15312a;
}

.chat-input-row {
    margin-top: 0.7rem;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.45rem;
}

.chat-suggestions {
    margin-top: 0.6rem;
}

.chat-suggestions ul {
    margin: 0.3rem 0 0;
    padding-left: 1.2rem;
}

.result-chat-window {
    height: 300px;
}

.result-chat-actions {
    margin-top: 0.65rem;
}

.chat-chip-list {
    margin-top: 0.35rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.chat-chip-btn {
    border: 1px solid #caded4;
    border-radius: 999px;
    background: #fff;
    color: #164339;
    padding: 0.34rem 0.7rem;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
}

.chat-chip-btn:hover:not(:disabled) {
    background: #eef9f4;
    border-color: #a8cab9;
}

.chat-chip-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.dashboard-shell {
    border-radius: 18px;
}

.dashboard-top {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

.dashboard-top h1 {
    margin-bottom: 0.25rem;
}

.dashboard-main {
    margin-top: 0.8rem;
    display: grid;
    gap: 0.8rem;
    align-content: start;
}

.pin-map,
.roof-map {
    width: 100%;
    border: 1px solid #d8e6df;
    border-radius: 10px;
    overflow: hidden;
}

.pin-map {
    height: 320px;
}

.roof-map {
    height: 360px;
}

.location-readout {
    margin-top: 0.6rem;
    border: 1px solid #d8e6df;
    border-radius: 10px;
    background: #f7fbf9;
    padding: 0.55rem 0.65rem;
}

.location-readout p {
    margin: 0.2rem 0;
}

.location-readout-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
}

.dashboard-lead-list,
.installer-request-list {
    display: grid;
    gap: 0.6rem;
}

.dash-lead-card,
.installer-request-card {
    border: 1px solid #d8e6df;
    border-radius: 10px;
    padding: 0.65rem;
    background: #fff;
}

.inbox-thread-list {
    display: grid;
    gap: 0.7rem;
}

.inbox-thread-card {
    border: 1px solid #d7e5de;
    border-radius: 10px;
    padding: 0.65rem;
    background: #fff;
}

.thread-messages {
    margin-top: 0.55rem;
    border: 1px solid #dbe8e2;
    border-radius: 10px;
    background: #f8fcfa;
    padding: 0.55rem;
    max-height: 210px;
    overflow-y: auto;
    display: grid;
    gap: 0.45rem;
}

.thread-msg {
    border-radius: 8px;
    padding: 0.46rem 0.52rem;
    max-width: 92%;
}

.thread-msg p {
    margin: 0.2rem 0;
}

.thread-msg-user {
    background: #eaf4ff;
    color: #12324e;
    margin-right: auto;
}

.thread-msg-installer {
    background: #ecf8f2;
    color: #14392e;
    margin-left: auto;
}

.thread-meta {
    font-size: 0.76rem;
    color: #4d6760;
    font-weight: 700;
}

.inbox-compose {
    margin-top: 0.55rem;
    gap: 0.45rem;
}

.dash-lead-card p,
.installer-request-card p {
    margin: 0.3rem 0;
}

.dash-lead-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
}

.status-badge {
    border-radius: 999px;
    padding: 0.15rem 0.55rem;
    font-size: 0.76rem;
    font-weight: 700;
    border: 1px solid transparent;
}

.status-new {
    background: #ecf5ff;
    color: #1f4d9a;
    border-color: #c8dcff;
}

.status-contacted {
    background: #fff7e6;
    color: #976800;
    border-color: #f5dea5;
}

.status-closed {
    background: #e9f8ee;
    color: #14663e;
    border-color: #c8e7d4;
}

.installer-shell {
    max-width: 980px;
    margin: 0 auto;
    display: grid;
    gap: 0.8rem;
}

.installer-filter-row {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 0.6rem;
    align-items: end;
}

.chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

@media (max-width: 720px) {
    .grid-2 {
        grid-template-columns: 1fr;
    }

    .landing-pro {
        grid-template-columns: 1fr;
        padding: 0.95rem;
    }

    .fact-band,
    .flow-grid {
        grid-template-columns: 1fr;
    }

    .result-grid,
    .chat-lead-grid {
        grid-template-columns: 1fr;
    }

    .calc-grid,
    .calc-row {
        grid-template-columns: 1fr;
    }

    .calc-field-wide {
        grid-column: span 1;
    }

    .usage-icons {
        grid-template-columns: 1fr;
    }

    .adjust-grid {
        grid-template-columns: 1fr;
    }

    .adjust-item-wide {
        grid-column: span 1;
    }

    .product-grid {
        grid-template-columns: 1fr;
    }

    .roi-metrics .metric-grid {
        grid-template-columns: 1fr 1fr;
    }

    .installer-filter-row {
        grid-template-columns: 1fr;
    }

    .line-chart {
        height: 250px;
    }

    .location-readout-grid {
        grid-template-columns: 1fr;
    }

    .home-request-grid {
        grid-template-columns: 1fr;
    }
}
