/* BUILD MARKER: v881-sds-epc-frontend-showcase */
.sep-page { background: #f8fafc; color: #0f172a; }
.sep-eyebrow,
.sep-head span {
    display: inline-block;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #b45309;
    margin-bottom: .65rem;
}
.sep-hero {
    padding: 2.6rem 0 1.6rem;
    background:
        radial-gradient(720px 280px at 6% 0%, rgba(245, 158, 11, .16), transparent 55%),
        radial-gradient(560px 240px at 96% 8%, rgba(37, 99, 235, .1), transparent 50%),
        #f8fafc;
}
.sep-hero__grid {
    display: grid;
    gap: 1.5rem;
    align-items: center;
    margin-bottom: 1.25rem;
}
@media (min-width: 980px) {
    .sep-hero__grid { grid-template-columns: 1.05fr .95fr; }
}
.sep-hero h1,
.sep-head h2,
.sep-final h2 {
    margin: 0;
    letter-spacing: -.03em;
    line-height: 1.12;
    color: #0f172a;
}
.sep-hero h1 { font-size: clamp(1.85rem, 4vw, 3rem); max-width: 18ch; }
.sep-hero__lead {
    margin: .9rem 0 .55rem;
    font-size: 1.02rem;
    line-height: 1.6;
    color: #475569;
    max-width: 40rem;
}
.sep-hero__primary {
    margin: 0 0 1.15rem;
    font-size: 1.05rem;
    font-weight: 750;
    line-height: 1.45;
    color: #0f172a;
    max-width: 38rem;
}
.sep-hero__support {
    margin: .85rem 0 0;
    font-size: .88rem;
    font-weight: 650;
    color: #334155;
}
.sep-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem 1rem;
    align-items: center;
}
.sep-ctas--center { justify-content: center; }
#solar-plans .sep-ctas,
.sep-ctas--plans {
    margin-top: 2rem;
    gap: 1.25rem 2rem;
}
#solar-plans .sep-ctas .mkt-btn-lg {
    min-width: 11.5rem;
}
#solar-plans .mkt-btn-outline-light {
    color: #0f172a;
    border-color: #94a3b8;
    background: #fff;
}
.sep-chipflow {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    margin: 0;
    padding: 1rem 0 0;
    align-items: center;
}
.sep-chipflow li {
    display: flex;
    align-items: center;
    gap: .4rem;
}
.sep-chipflow li > span:last-child {
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #0f172a;
    border-radius: 999px;
    padding: .32rem .7rem;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .04);
}
.sep-chipflow__arrow { color: #f59e0b; font-weight: 800; }
.sep-chipflow--tight { padding-top: 0; }
.sep-section { padding: 2.4rem 0; }
.sep-section--muted { background: #fff; border-block: 1px solid #e2e8f0; }
.sep-section--studio {
    background:
        linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
    color: #e2e8f0;
    border: 0;
}
.sep-section--studio .sep-head span { color: #fbbf24; }
.sep-section--studio .sep-head h2,
.sep-section--studio .sep-bridge,
.sep-section--studio .sep-tagline { color: #f8fafc; }
.sep-section--studio .sep-head p,
.sep-section--studio .sep-points,
.sep-section--studio .sep-caption { color: #cbd5e1; }
.sep-section--studio .mkt-btn-outline-light {
    border-color: rgba(248, 250, 252, .35);
    color: #f8fafc;
}
.sep-head { max-width: 42rem; margin-bottom: 1.25rem; }
.sep-head--wide { max-width: 48rem; }
.sep-head h2 { font-size: clamp(1.45rem, 3vw, 2.05rem); }
.sep-head p { margin: .45rem 0 0; color: #64748b; line-height: 1.55; }
.sep-bridge {
    margin: .35rem 0 .2rem;
    font-weight: 700;
    color: #b45309;
}
.sep-value,
.sep-modules,
.sep-segments,
.sep-plans {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: .85rem;
}
.sep-plans { max-width: 46rem; margin-inline: auto; }
.sep-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 1.05rem 1.1rem;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .04);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.sep-card:hover {
    transform: translateY(-2px);
    border-color: #f59e0b;
    box-shadow: 0 14px 28px rgba(15, 23, 42, .08);
}
.sep-card h3 { margin: 0; font-size: 1.02rem; }
.sep-card p { margin: .45rem 0 0; font-size: .9rem; line-height: 1.55; color: #64748b; }
.sep-card ul { margin: .7rem 0 0; padding: 0; list-style: none; }
.sep-card li {
    position: relative;
    padding: .22rem 0 .22rem 1rem;
    font-size: .9rem;
    color: #334155;
}
.sep-card li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .72rem;
    width: .4rem;
    height: .4rem;
    border-radius: 99px;
    background: #f59e0b;
}
.sep-caption {
    margin: .7rem 0 0;
    font-size: .78rem;
    color: #64748b;
    line-height: 1.45;
}
.sep-tagline {
    margin: 1.1rem 0 .5rem;
    font-size: 1.05rem;
    font-weight: 700;
}
.sep-points {
    margin: 0 0 1.15rem;
    padding: 0;
    list-style: none;
    display: grid;
    gap: .4rem;
    max-width: 44rem;
}
.sep-points li {
    padding-left: 1.1rem;
    position: relative;
    line-height: 1.5;
}
.sep-points li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .55rem;
    width: .45rem;
    height: .45rem;
    border-radius: 99px;
    background: #f59e0b;
}
.sep-vflow {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: .65rem;
    margin: 0 0 1.6rem;
    padding: 0;
}
.sep-vflow li {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: .85rem .9rem 1rem;
    text-align: center;
    position: relative;
}
.sep-vflow__n {
    display: inline-flex;
    width: 1.5rem;
    height: 1.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 99px;
    background: #fff7ed;
    color: #b45309;
    font-size: .72rem;
    font-weight: 800;
    margin-bottom: .35rem;
}
.sep-vflow strong { display: block; font-size: .88rem; }
.sep-vflow__down {
    display: none;
}
.sep-lifecycle {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: .75rem;
}
@media (min-width: 800px) {
    .sep-lifecycle { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.sep-lifecycle li {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #f59e0b;
    border-radius: 14px;
    padding: .9rem 1rem;
    transition: border-color .18s ease, box-shadow .18s ease;
}
.sep-lifecycle li:hover { box-shadow: 0 10px 22px rgba(15, 23, 42, .06); }
.sep-lifecycle__n {
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    color: #b45309;
}
.sep-lifecycle h3 { margin: .2rem 0 .3rem; font-size: 1rem; }
.sep-lifecycle p { margin: 0; font-size: .88rem; color: #64748b; line-height: 1.5; }
.sep-split {
    display: grid;
    gap: 1.4rem;
    align-items: center;
}
@media (min-width: 900px) {
    .sep-split { grid-template-columns: 1fr 1fr; }
}
.sep-om {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: .65rem;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sep-om li {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: .8rem 1rem;
    font-weight: 600;
    font-size: .92rem;
}
.sep-compare h3 { margin: 0 0 .4rem; }
.sep-compare p { color: #64748b; margin: 0 0 1rem; }
.sep-compare__grid {
    display: grid;
    gap: .85rem;
}
@media (min-width: 800px) {
    .sep-compare__grid { grid-template-columns: 1fr 1fr; }
}
.sep-compare__grid article {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 1rem 1.1rem;
}
.sep-compare__grid .is-nexobiz {
    border-color: #f59e0b;
    background: #fffbeb;
}
.sep-compare__grid h4 { margin: 0 0 .6rem; }
.sep-compare__grid ol,
.sep-compare__grid ul {
    margin: 0;
    padding-left: 1.1rem;
    color: #334155;
    line-height: 1.65;
}
.sep-plans__audience {
    margin: 0;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #b45309;
}
.sep-card.is-featured { border-color: #f59e0b; background: #fffbeb; }
.sep-faq-wrap { max-width: 48rem; }
.sep-faq { display: grid; gap: .55rem; }
.sep-faq__item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: .2rem .95rem;
}
.sep-faq__item summary {
    cursor: pointer;
    font-weight: 700;
    padding: .75rem 0;
    list-style: none;
}
.sep-faq__item summary::-webkit-details-marker { display: none; }
.sep-faq__item p {
    margin: 0 0 .9rem;
    color: #475569;
    line-height: 1.55;
    font-size: .92rem;
}
.sep-final {
    padding: 2.6rem 0 3.2rem;
    text-align: center;
    background:
        radial-gradient(600px 200px at 50% 0%, rgba(245, 158, 11, .18), transparent 60%),
        #0f172a;
    color: #e2e8f0;
}
.sep-final h2 { color: #fff; font-size: clamp(1.4rem, 3vw, 2rem); }
.sep-final p { max-width: 38rem; margin: .75rem auto 1.2rem; color: #cbd5e1; }
.sep-final .mkt-btn-outline-light {
    border-color: rgba(248, 250, 252, .35);
    color: #f8fafc;
}

/* Studio mock */
.sep-studio,
.sep-dash,
.sep-project {
    background: #0b1220;
    color: #e2e8f0;
    border: 1px solid #1e293b;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 22px 50px rgba(15, 23, 42, .28);
}
.sep-studio__chrome,
.sep-dash__bar,
.sep-project__head {
    display: flex;
    align-items: center;
    gap: .45rem;
    padding: .65rem .85rem;
    background: #111827;
    border-bottom: 1px solid #1f2937;
}
.sep-studio__dot {
    width: .55rem;
    height: .55rem;
    border-radius: 99px;
    background: #334155;
}
.sep-studio__dot:nth-child(1) { background: #f87171; }
.sep-studio__dot:nth-child(2) { background: #fbbf24; }
.sep-studio__dot:nth-child(3) { background: #34d399; }
.sep-studio__chrome-title {
    margin: 0 auto 0 .35rem;
    font-size: .78rem;
    color: #94a3b8;
}
.sep-studio__badge,
.sep-project__status {
    margin-left: auto;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    background: #422006;
    color: #fbbf24;
    border-radius: 999px;
    padding: .18rem .5rem;
}
.sep-studio__body {
    display: grid;
    grid-template-columns: 150px 1fr 168px;
}
@media (max-width: 860px) {
    .sep-studio__body { grid-template-columns: 1fr; }
}
.sep-studio__rail,
.sep-studio__inspect { padding: .85rem; background: #0f172a; }
.sep-studio__kicker {
    margin: 0 0 .25rem;
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #fbbf24;
}
.sep-studio__rail strong { display: block; font-size: .92rem; }
.sep-studio__rail > p { margin: .15rem 0 .7rem; font-size: .78rem; color: #94a3b8; }
.sep-studio__rail dl { margin: 0 0 .8rem; }
.sep-studio__rail div { display: flex; justify-content: space-between; gap: .4rem; font-size: .74rem; margin-bottom: .25rem; }
.sep-studio__rail dt { color: #64748b; }
.sep-studio__rail dd { margin: 0; font-weight: 650; }
.sep-studio__rail ul { list-style: none; margin: 0; padding: 0; }
.sep-studio__rail li {
    font-size: .78rem;
    padding: .32rem .45rem;
    border-radius: 8px;
    color: #94a3b8;
}
.sep-studio__rail li.is-active { background: #1e293b; color: #fff; }
.sep-studio__canvas { padding: .75rem; background: #1e293b; }
.sep-studio__canvas-head,
.sep-studio__canvas-meta {
    display: flex;
    justify-content: space-between;
    font-size: .72rem;
    color: #94a3b8;
}
.sep-studio__roof { width: 100%; height: auto; margin: .4rem 0; display: block; }
.sep-studio__kpis {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .4rem;
    margin: .55rem 0;
}
.sep-studio__kpis article,
.sep-dash__kpis article {
    background: #111827;
    border: 1px solid #1f2937;
    border-radius: 10px;
    padding: .45rem .5rem;
}
.sep-studio__kpis strong,
.sep-dash__kpis strong { display: block; font-size: .92rem; color: #fff; }
.sep-studio__kpis span,
.sep-dash__kpis span { font-size: .68rem; color: #94a3b8; }
.sep-studio__yield { margin: 0 0 .45rem; font-size: .78rem; color: #cbd5e1; }
.sep-studio__yield em { display: block; font-style: normal; color: #64748b; font-size: .68rem; }
.sep-studio__summary { margin: 0 0 .7rem; font-size: .74rem; color: #94a3b8; line-height: 1.45; }
.sep-studio__actions { display: grid; gap: .35rem; }
.sep-studio__actions span {
    display: block;
    text-align: center;
    font-size: .72rem;
    font-weight: 700;
    border-radius: 8px;
    padding: .4rem .45rem;
    border: 1px solid #334155;
    color: #e2e8f0;
}
.sep-studio__actions .is-primary { background: #2563eb; border-color: #2563eb; color: #fff; }
.sep-studio--xl { box-shadow: 0 28px 64px rgba(15, 23, 42, .38); }
.sep-studio--xl .sep-studio__body { grid-template-columns: 168px 1fr 200px; min-height: 22rem; }
.sep-studio__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: .3rem;
    margin-left: .6rem;
}
.sep-studio__tabs span {
    font-size: .68rem;
    font-weight: 700;
    color: #94a3b8;
    border-radius: 999px;
    padding: .16rem .5rem;
}
.sep-studio__tabs .is-active { background: #1e293b; color: #f8fafc; }
.sep-studio__sat {
    position: relative;
    margin: .45rem 0;
    border-radius: 10px;
    overflow: hidden;
    min-height: 14rem;
    background:
        radial-gradient(circle at 20% 30%, rgba(74, 222, 128, .18), transparent 28%),
        radial-gradient(circle at 70% 60%, rgba(120, 53, 15, .22), transparent 32%),
        repeating-linear-gradient(18deg, #1e3a2f 0 8px, #163028 8px 16px),
        #14532d;
}
.sep-studio--xl .sep-studio__sat { min-height: 18rem; }
.sep-studio__roof { width: 100%; height: auto; display: block; }
.sep-studio__roof-fill { fill: rgba(15, 23, 42, .28); }
.sep-studio__roof-stroke { stroke: #22d3ee; stroke-width: 2.2; }
.sep-studio__obstacle { fill: #ea580c; stroke: #fdba74; stroke-width: .8; }
.sep-studio__obs-label { fill: #fff7ed; font-size: 7px; font-weight: 700; }
.sep-studio__panel { fill: #1d4ed8; stroke: #93c5fd; stroke-width: .55; }
.sep-studio__measure { fill: #e2e8f0; font-size: 8px; font-weight: 700; }
.sep-studio__measure--ok { fill: #86efac; }
.sep-showcase-frames {
    list-style: none;
    margin: 1.15rem 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: .65rem;
}
.sep-showcase-frames li {
    background: rgba(15, 23, 42, .35);
    border: 1px solid rgba(148, 163, 184, .2);
    border-radius: 12px;
    padding: .75rem .8rem;
}
.sep-showcase-frames strong { display: block; font-size: .82rem; color: #f8fafc; }
.sep-showcase-frames p { margin: .3rem 0 0; font-size: .75rem; line-height: 1.45; color: #cbd5e1; }
@media (max-width: 860px) {
    .sep-studio--xl .sep-studio__body { grid-template-columns: 1fr; }
    .sep-studio__tabs { display: none; }
}

.sep-dash { padding-bottom: .75rem; }
.sep-dash__bar strong { color: #fff; }
.sep-dash__bar span { margin-left: auto; font-size: .75rem; color: #94a3b8; }
.sep-dash__kpis {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .45rem;
    padding: .75rem;
}
@media (max-width: 700px) {
    .sep-dash__kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.sep-dash__split {
    display: grid;
    gap: .7rem;
    padding: 0 .75rem .2rem;
}
@media (min-width: 700px) {
    .sep-dash__split { grid-template-columns: 1fr 1fr; }
}
.sep-dash__split h4 { margin: 0 0 .45rem; font-size: .8rem; color: #fbbf24; }
.sep-dash__split ul { list-style: none; margin: 0; padding: 0; }
.sep-dash__split li { display: flex; align-items: center; gap: .5rem; margin-bottom: .35rem; font-size: .78rem; }
.sep-dash__split b {
    flex: 1;
    height: .35rem;
    border-radius: 99px;
    background: linear-gradient(90deg, #f59e0b, #334155);
}
.sep-dash__rows p {
    display: flex;
    justify-content: space-between;
    margin: 0 0 .35rem;
    font-size: .78rem;
}
.sep-dash__rows em { color: #94a3b8; font-style: normal; }

.sep-project__head { justify-content: space-between; }
.sep-project__head p { margin: 0; font-size: .72rem; color: #94a3b8; }
.sep-project__head strong { display: block; color: #fff; }
.sep-project__status { margin-left: 0; }
.sep-project__meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .45rem .7rem;
    margin: 0;
    padding: .85rem;
}
.sep-project__meta dt { font-size: .68rem; color: #94a3b8; }
.sep-project__meta dd { margin: .1rem 0 0; font-size: .85rem; font-weight: 650; color: #fff; }
.sep-project__progress { padding: 0 .85rem .7rem; font-size: .78rem; }
.sep-project__bar {
    height: .45rem;
    background: #1e293b;
    border-radius: 99px;
    margin: .35rem 0;
    overflow: hidden;
}
.sep-project__bar i {
    display: block;
    height: 100%;
    background: #f59e0b;
}
.sep-project__docs {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
    list-style: none;
    margin: 0;
    padding: 0 .85rem 1rem;
}
.sep-project__docs li {
    font-size: .7rem;
    background: #1e293b;
    border-radius: 999px;
    padding: .22rem .55rem;
}

@media (prefers-reduced-motion: reduce) {
    .sep-card { transition: none; }
}
