.hsp-solution-page--energy-storage .hspbess-page {
    --hspbess-navy: #082b50;
    --hspbess-blue: #163a5f;
    --hspbess-orange: #ef7f1a;
    --hspbess-text: #263b4f;
    --hspbess-muted: #647382;
    --hspbess-line: #d8e0e8;
    --hspbess-soft: #f3f6f8;
    color: var(--hspbess-text);
    background: #fff;
    overflow: clip;
}

.hsp-solution-page--energy-storage .hspes-container {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.hsp-solution-page--energy-storage .hspes-section {
    padding: 72px 0;
}

.hsp-solution-page--energy-storage .hspbess-section-heading {
    max-width: 780px;
    margin: 0 0 32px;
}

.hsp-solution-page--energy-storage .hspbess-section-heading h2 {
    margin: 0;
    color: var(--hspbess-navy);
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 750;
    line-height: 1.14;
    letter-spacing: -0.025em;
}

.hsp-solution-page--energy-storage .hspbess-section-heading p {
    margin: 14px 0 0;
    color: var(--hspbess-text);
    font-size: 17px;
    line-height: 1.65;
}

.hsp-solution-page--energy-storage .hspes-breadcrumb-bar {
    border-bottom: 1px solid var(--hspbess-line);
    background: #fff;
}

.hsp-solution-page--energy-storage .hspes-breadcrumbs {
    padding: 14px 0;
    color: var(--hspbess-muted);
    font-size: 14px;
}

.hsp-solution-page--energy-storage .hspes-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hsp-solution-page--energy-storage .hspes-breadcrumbs li:not(:last-child)::after {
    margin-left: 8px;
    color: #98a5b1;
    content: "/";
}

.hsp-solution-page--energy-storage .hspes-breadcrumbs a {
    color: var(--hspbess-blue);
    text-decoration: none;
}

.hsp-solution-page--energy-storage .hspbess-hero {
    position: relative;
    display: flex;
    min-height: 570px;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background: var(--hspbess-navy);
}

.hsp-solution-page--energy-storage .hspbess-hero__media,
.hsp-solution-page--energy-storage .hspbess-hero__overlay {
    position: absolute;
    inset: 0;
    margin: 0;
}

.hsp-solution-page--energy-storage .hspbess-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 52%;
}

.hsp-solution-page--energy-storage .hspbess-hero__overlay {
    background: rgba(5, 22, 39, 0.68);
}

.hsp-solution-page--energy-storage .hspbess-hero__content {
    position: relative;
    z-index: 1;
    max-width: 880px;
    padding-block: 72px;
    text-align: left;
}

.hsp-solution-page--energy-storage .hspbess-hero h1 {
    max-width: 850px;
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 4.5vw, 64px);
    font-weight: 750;
    line-height: 1.07;
    letter-spacing: -0.035em;
}

.hsp-solution-page--energy-storage .hspbess-hero p {
    max-width: 830px;
    margin: 18px 0 0;
    color: #eef3f7;
    font-size: 18px;
    line-height: 1.65;
}

.hsp-solution-page--energy-storage .hspes-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.hsp-solution-page--energy-storage .hspes-btn {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
    transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.hsp-solution-page--energy-storage .hspes-btn--primary {
    color: #fff;
    background: var(--hspbess-orange);
}

.hsp-solution-page--energy-storage .hspbess-btn--outline {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.82);
    background: transparent;
}

.hsp-solution-page--energy-storage .hspes-btn--primary:hover,
.hsp-solution-page--energy-storage .hspes-btn--primary:focus-visible {
    color: #fff;
    background: #d96d0c;
}

.hsp-solution-page--energy-storage .hspbess-btn--outline:hover,
.hsp-solution-page--energy-storage .hspbess-btn--outline:focus-visible {
    color: var(--hspbess-navy);
    background: #fff;
}

.hsp-solution-page--energy-storage .hspes-btn:focus-visible,
.hsp-solution-page--energy-storage .hspbess-choice:focus,
.hsp-solution-page--energy-storage .hspbess-choice:focus-visible,
.hsp-solution-page--energy-storage .hspbess-page a:focus-visible,
.hsp-solution-page--energy-storage .hspbess-page button:focus-visible,
.hsp-solution-page--energy-storage .hspbess-page input:focus-visible,
.hsp-solution-page--energy-storage .hspbess-page textarea:focus-visible {
    outline: 3px solid #f6a34f;
    outline-offset: 3px;
}

.hsp-solution-page--energy-storage .hspbess-hero-note {
    border-bottom: 1px solid var(--hspbess-line);
    background: #f8fafb;
}

.hsp-solution-page--energy-storage .hspbess-hero-note p {
    margin: 0;
    padding: 18px 0 18px 18px;
    border-left: 3px solid var(--hspbess-orange);
    color: #3f5366;
    font-size: 15px;
    line-height: 1.6;
}

.hsp-solution-page--energy-storage .hspbess-configurator {
    background: var(--hspbess-soft);
}

.hsp-solution-page--energy-storage .hspbess-configurator__layout {
    display: grid;
    grid-template-columns: minmax(0, 55fr) minmax(410px, 45fr);
    align-items: start;
    gap: 32px;
}

.hsp-solution-page--energy-storage .hspbess-configurator__diagram {
    min-width: 0;
    margin: 0;
    border: 1px solid var(--hspbess-line);
    background: #fff;
}

.hsp-solution-page--energy-storage .hspbess-configurator__diagram img {
    display: block;
    width: 100%;
    height: auto;
}

.hsp-solution-page--energy-storage .hspbess-configurator__diagram figcaption,
.hsp-solution-page--energy-storage .hspbess-movement figcaption {
    margin: 0;
    padding: 14px 18px;
    border-top: 1px solid var(--hspbess-line);
    color: #4b5f71;
    font-size: 15px;
    line-height: 1.55;
}

.hsp-solution-page--energy-storage .hspbess-access-legend {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    padding: 4px 18px 16px;
}

.hsp-solution-page--energy-storage .hspbess-access-legend > div {
    min-width: 0;
    padding: 13px 14px;
    border-top: 1px solid var(--hspbess-line);
}

.hsp-solution-page--energy-storage .hspbess-access-legend dt {
    color: var(--hspbess-navy);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.hsp-solution-page--energy-storage .hspbess-access-legend dd {
    margin: 4px 0 0;
    color: var(--hspbess-muted);
    font-size: 15px;
    line-height: 1.45;
}

.hsp-solution-page--energy-storage .hspbess-configurator__panel {
    min-width: 0;
    padding: 18px;
    border: 1px solid var(--hspbess-line);
    background: #fff;
}

.hsp-solution-page--energy-storage .hspbess-configurator__panel .hspbess-section-heading {
    margin-bottom: 16px;
}

.hsp-solution-page--energy-storage .hspbess-configurator__panel .hspbess-section-heading h2 {
    font-size: 28px;
}

.hsp-solution-page--energy-storage .hspbess-choice-group + .hspbess-choice-group {
    margin-top: 14px;
}

.hsp-solution-page--energy-storage .hspbess-choice-group h3 {
    margin: 0 0 8px;
    color: var(--hspbess-blue);
    font-size: 16px;
    font-weight: 750;
    line-height: 1.35;
}

.hsp-solution-page--energy-storage .hspbess-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.hsp-solution-page--energy-storage .hspbess-choice {
    display: flex;
    min-width: 0;
    min-height: 48px;
    align-items: center;
    margin: 0;
    padding: 6px 12px;
    border: 1px solid var(--hspbess-line);
    border-radius: 2px;
    color: var(--hspbess-text);
    background: #fff;
    cursor: pointer;
    text-align: left;
}

.hsp-solution-page--energy-storage .hspbess-choice:hover {
    border-color: #8fa0af;
}

.hsp-solution-page--energy-storage .hspbess-choice strong {
    min-width: 0;
    color: var(--hspbess-navy);
    font-size: 15px;
    font-weight: 650;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.hsp-solution-page--energy-storage .hspbess-choice[aria-pressed="true"] {
    border-color: var(--hspbess-line);
    background: #edf3f7;
    box-shadow: inset 3px 0 0 var(--hspbess-orange);
}

.hsp-solution-page--energy-storage .hspbess-choice:focus-visible {
    outline: 3px solid rgba(239, 127, 26, 0.38);
    outline-offset: 2px;
}

.hsp-solution-page--energy-storage .hspbess-choice-description {
    min-height: 40px;
    margin: 7px 0 0;
    color: var(--hspbess-text);
    font-size: 15px;
    line-height: 1.35;
}

.hsp-solution-page--energy-storage .hspbess-mobile-controls {
    display: none;
}

.hsp-solution-page--energy-storage .hspbess-result {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 6px 12px;
    min-height: 281px;
    margin-top: 16px;
    padding: 8px 0 0;
    border-top: 1px solid var(--hspbess-line);
    background: #f8fafc;
}

.hsp-solution-page--energy-storage .hspbess-result__reason {
    grid-column: 1 / -1;
    padding: 0 18px 8px;
    border-bottom: 1px solid var(--hspbess-line);
}

.hsp-solution-page--energy-storage .hspbess-result__reason h3 {
    margin: 0 0 4px;
}

.hsp-solution-page--energy-storage .hspbess-result__reason p {
    min-height: 87px;
    max-width: 780px;
    margin: 0;
    color: var(--hspbess-text);
    font-size: 15px;
    line-height: 1.45;
}

.hsp-solution-page--energy-storage .hspbess-result h3 {
    margin: 0 0 4px;
    color: var(--hspbess-navy);
    font-size: 15px;
    line-height: 1.3;
}

.hsp-solution-page--energy-storage .hspbess-result__fallback h3 {
    margin: 0 0 7px;
    color: var(--hspbess-navy);
    font-size: 16px;
    line-height: 1.35;
}

.hsp-solution-page--energy-storage .hspbess-result ul,
.hsp-solution-page--energy-storage .hspbess-result__fallback ul {
    display: grid;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hsp-solution-page--energy-storage .hspbess-result ul {
    gap: 2px;
}

.hsp-solution-page--energy-storage .hspbess-result li,
.hsp-solution-page--energy-storage .hspbess-result__fallback li {
    position: relative;
    min-width: 0;
    padding-left: 15px;
    color: #44586a;
    font-size: 15px;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.hsp-solution-page--energy-storage .hspbess-result li {
    line-height: 1.3;
}

.hsp-solution-page--energy-storage .hspbess-result li::before,
.hsp-solution-page--energy-storage .hspbess-result__fallback li::before {
    position: absolute;
    top: 0.7em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--hspbess-orange);
    content: "";
}

.hsp-solution-page--energy-storage .hspbess-result a {
    color: var(--hspbess-blue);
    font-weight: 700;
    text-underline-offset: 3px;
}

.hsp-solution-page--energy-storage .hspbess-result > p {
    grid-column: 1 / -1;
    margin: 0;
    padding: 0 18px 16px;
    color: var(--hspbess-muted);
    font-size: 15px;
    line-height: 1.45;
}

.hsp-solution-page--energy-storage .hspbess-result > section:nth-child(2) {
    padding-left: 12px;
}

.hsp-solution-page--energy-storage .hspbess-result > section:nth-child(3) {
    padding-right: 12px;
}

.hsp-solution-page--energy-storage .hspbess-result__fallback {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid var(--hspbess-line);
}

.hsp-solution-page--energy-storage .hspbess-is-enhanced .hspbess-result__fallback {
    display: none;
}

.hsp-solution-page--energy-storage .hspbess-result__fallback p {
    margin: 12px 0 0;
    font-size: 15px;
}

.hsp-solution-page--energy-storage .hspbess-movement,
.hsp-solution-page--energy-storage .hspbess-products,
.hsp-solution-page--energy-storage .hspbess-faq,
.hsp-solution-page--energy-storage .hspbess-application {
    background: #fff;
}

.hsp-solution-page--energy-storage .hspbess-review-data,
.hsp-solution-page--energy-storage .hspbess-integration {
    border-block: 1px solid var(--hspbess-line);
    background: var(--hspbess-soft);
}

.hsp-solution-page--energy-storage .hspbess-movement__layout {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
    align-items: start;
    gap: 32px;
}

.hsp-solution-page--energy-storage .hspbess-movement figure {
    min-width: 0;
    margin: 0;
    border: 1px solid var(--hspbess-line);
    background: #fff;
}

.hsp-solution-page--energy-storage .hspbess-movement img {
    display: block;
    width: 100%;
    height: auto;
}

.hsp-solution-page--energy-storage .hspbess-movement picture {
    display: block;
}

.hsp-solution-page--energy-storage .hspbess-checklist {
    padding: 24px;
    border: 1px solid var(--hspbess-line);
    background: #fff;
}

.hsp-solution-page--energy-storage .hspbess-checklist h3 {
    margin: 0;
    color: var(--hspbess-navy);
    font-size: 20px;
    line-height: 1.35;
}

.hsp-solution-page--energy-storage .hspbess-checklist dl {
    margin: 18px 0 0;
}

.hsp-solution-page--energy-storage .hspbess-checklist dl > div {
    padding: 15px 0;
    border-top: 1px solid var(--hspbess-line);
}

.hsp-solution-page--energy-storage .hspbess-checklist dt {
    color: var(--hspbess-blue);
    font-size: 16px;
    font-weight: 750;
    line-height: 1.4;
}

.hsp-solution-page--energy-storage .hspbess-checklist dd {
    margin: 3px 0 0;
    color: var(--hspbess-muted);
    font-size: 15px;
    line-height: 1.5;
}

.hsp-solution-page--energy-storage .hspbess-review-data dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    border: 1px solid var(--hspbess-line);
    background: var(--hspbess-line);
    gap: 1px;
}

.hsp-solution-page--energy-storage .hspbess-review-data dl > div {
    min-width: 0;
    padding: 22px 24px;
    background: #fff;
}

.hsp-solution-page--energy-storage .hspbess-review-data dt {
    color: var(--hspbess-navy);
    font-size: 17px;
    font-weight: 750;
    line-height: 1.4;
}

.hsp-solution-page--energy-storage .hspbess-review-data dd {
    margin: 7px 0 0;
    color: var(--hspbess-muted);
    font-size: 15px;
    line-height: 1.55;
}

.hsp-solution-page--energy-storage .hspbess-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.hsp-solution-page--energy-storage .hsp-solution-product-card {
    min-width: 0;
    padding: 0 0 18px;
    border: 1px solid var(--hspbess-line);
    background: #fff;
}

.hsp-solution-page--energy-storage .hsp-solution-product-card figure {
    aspect-ratio: 4 / 3;
    margin: 0;
    overflow: hidden;
    background: var(--hspbess-soft);
}

.hsp-solution-page--energy-storage .hsp-solution-product-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hsp-solution-page--energy-storage .hsp-solution-product-card h3 {
    margin: 16px 18px 0;
    color: var(--hspbess-navy);
    font-size: 17px;
    line-height: 1.4;
}

.hsp-solution-page--energy-storage .hsp-solution-product-card h3 a,
.hsp-solution-page--energy-storage .hsp-solution-product-card .hspbess-product-link {
    color: inherit;
    text-decoration: none;
}

.hsp-solution-page--energy-storage .hsp-solution-product-card .hspbess-product-action {
    margin: 12px 18px 0;
}

.hsp-solution-page--energy-storage .hsp-solution-product-card .hspbess-product-link {
    color: var(--hspbess-orange);
    font-size: 15px;
    font-weight: 750;
}

.hsp-solution-page--energy-storage .hspbess-integration__responsibility {
    max-width: 900px;
    margin-bottom: 24px;
}

.hsp-solution-page--energy-storage .hspbess-integration__responsibility h3 {
    margin: 0;
    color: var(--hspbess-navy);
    font-size: 20px;
    line-height: 1.35;
}

.hsp-solution-page--energy-storage .hspbess-integration__responsibility p {
    margin: 8px 0 0;
    color: var(--hspbess-text);
    font-size: 16px;
    line-height: 1.6;
}

.hsp-solution-page--energy-storage .hspbess-review-table-wrap {
    overflow: hidden;
    border: 1px solid var(--hspbess-line);
}

.hsp-solution-page--energy-storage .hspbess-review-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background: #fff;
}

.hsp-solution-page--energy-storage .hspbess-review-table th,
.hsp-solution-page--energy-storage .hspbess-review-table td {
    min-width: 0;
    padding: 18px 20px;
    border-left: 1px solid var(--hspbess-line);
    text-align: left;
    vertical-align: top;
    overflow-wrap: anywhere;
}

.hsp-solution-page--energy-storage .hspbess-review-table th:first-child,
.hsp-solution-page--energy-storage .hspbess-review-table td:first-child {
    border-left: 0;
}

.hsp-solution-page--energy-storage .hspbess-review-table th {
    color: #fff;
    background: var(--hspbess-navy);
    font-size: 16px;
    font-weight: 750;
}

.hsp-solution-page--energy-storage .hspbess-review-table td {
    color: #43576a;
    font-size: 15px;
    line-height: 1.6;
}

.hsp-solution-page--energy-storage .hspbess-review-table a {
    color: var(--hspbess-blue);
    font-weight: 700;
    text-underline-offset: 3px;
}

.hsp-solution-page--energy-storage .hspbess-faq__items {
    max-width: 920px;
    border-top: 1px solid var(--hspbess-line);
}

.hsp-solution-page--energy-storage .hspbess-faq details {
    border-bottom: 1px solid var(--hspbess-line);
}

.hsp-solution-page--energy-storage .hspbess-faq summary {
    position: relative;
    padding: 21px 44px 21px 0;
    color: var(--hspbess-navy);
    font-size: 18px;
    font-weight: 750;
    line-height: 1.4;
    cursor: pointer;
    list-style: none;
}

.hsp-solution-page--energy-storage .hspbess-faq summary::-webkit-details-marker {
    display: none;
}

.hsp-solution-page--energy-storage .hspbess-faq summary::after {
    position: absolute;
    top: 20px;
    right: 4px;
    color: var(--hspbess-orange);
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    content: "+";
}

.hsp-solution-page--energy-storage .hspbess-faq details[open] summary::after {
    content: "−";
}

.hsp-solution-page--energy-storage .hspbess-faq details > div {
    padding: 0 44px 20px 0;
}

.hsp-solution-page--energy-storage .hspbess-faq p {
    margin: 0;
    color: #45596b;
    font-size: 16px;
    line-height: 1.7;
}

.hsp-solution-page--energy-storage .hspbess-page .hspbess-application {
    padding-block: 24px;
    border-top: 1px solid var(--hspbess-line);
}

.hsp-solution-page--energy-storage .hspbess-application > .hspes-container > .hspbess-section-heading {
    max-width: 1020px;
    margin-bottom: 18px;
    margin-inline: auto;
}

.hsp-solution-page--energy-storage .hspbess-application__panel {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    padding: 16px 0 0;
    border: 0;
    border-top: 3px solid var(--hspbess-orange);
    background: #fff;
}

.hsp-solution-page--energy-storage .hspbess-application .htan-form-wrap {
    margin: 0;
}

.hsp-solution-page--energy-storage .hspbess-application .hspc-form-grid,
.hsp-solution-page--energy-storage .hspbess-application .hspf-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
}

.hsp-solution-page--energy-storage .hspbess-application .htan-form-field {
    min-width: 0;
}

.hsp-solution-page--energy-storage .hspbess-application .htan-form-field-wide,
.hsp-solution-page--energy-storage .hspbess-application .cf-turnstile {
    grid-column: 1 / -1;
}

.hsp-solution-page--energy-storage .hspbess-application .htan-form-field:has(#htan-name) {
    order: 1;
}

.hsp-solution-page--energy-storage .hspbess-application .htan-form-field:has(#htan-email) {
    order: 2;
}

.hsp-solution-page--energy-storage .hspbess-application .htan-form-field:has(#htan-phone) {
    align-self: start;
    order: 3;
}

.hsp-solution-page--energy-storage .hspbess-application .htan-form-field:has(#htan-attachment) {
    grid-column: auto;
    order: 4;
}

.hsp-solution-page--energy-storage .hspbess-application .htan-form-field:has(#htan-requirements) {
    order: 5;
}

.hsp-solution-page--energy-storage .hspbess-application .cf-turnstile {
    order: 6;
}

.hsp-solution-page--energy-storage .hspbess-application .htan-consent {
    grid-column: 1;
    align-self: center;
    order: 7;
}

.hsp-solution-page--energy-storage .hspbess-application .htan-form-field:has(button[type="submit"]) {
    display: flex;
    width: 220px;
    grid-column: 2;
    justify-self: end;
    order: 8;
}

.hsp-solution-page--energy-storage .hspbess-application label,
.hsp-solution-page--energy-storage .hspbess-application .htan-form-label {
    display: block;
    margin-bottom: 7px;
    color: var(--hspbess-navy);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.hsp-solution-page--energy-storage .hspbess-application input[type="text"],
.hsp-solution-page--energy-storage .hspbess-application input[type="email"],
.hsp-solution-page--energy-storage .hspbess-application input[type="tel"],
.hsp-solution-page--energy-storage .hspbess-application textarea {
    box-sizing: border-box;
    width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 11px 13px;
    border: 1px solid #b8c4ce;
    border-radius: 3px;
    color: #172f45;
    background: #fff;
    font: inherit;
}

.hsp-solution-page--energy-storage .hspbess-application input[type="text"],
.hsp-solution-page--energy-storage .hspbess-application input[type="email"],
.hsp-solution-page--energy-storage .hspbess-application input[type="tel"] {
    height: 50px;
    min-height: 50px;
}

.hsp-solution-page--energy-storage .hspbess-application textarea {
    min-height: 132px;
    resize: vertical;
}

.hsp-solution-page--energy-storage .hspbess-application input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.hsp-solution-page--energy-storage .hspbess-application input[type="file"]:focus-visible + .hsp-file-picker {
    outline: 3px solid rgba(239, 127, 26, 0.38);
    outline-offset: 2px;
}

.hsp-solution-page--energy-storage .hspbess-application .hsp-file-picker {
    display: flex;
    min-height: 48px;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 8px;
    border: 1px solid #b8c4ce;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
}

.hsp-solution-page--energy-storage .hspbess-application .hsp-file-picker__action {
    flex: 0 0 auto;
    padding: 8px 12px;
    color: #fff;
    background: var(--hspbess-blue);
    font-size: 14px;
    font-weight: 700;
}

.hsp-solution-page--energy-storage .hspbess-application .hsp-file-picker__name {
    min-width: 0;
    color: var(--hspbess-muted);
    font-size: 14px;
    font-weight: 400;
    overflow-wrap: anywhere;
}

.hsp-solution-page--energy-storage .hspbess-application small {
    display: block;
    margin-top: 7px;
    color: var(--hspbess-muted);
    font-size: 15px;
    line-height: 1.5;
}

.hsp-solution-page--energy-storage .hspbess-application .htan-consent label {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 0;
    font-weight: 500;
}

.hsp-solution-page--energy-storage .hspbess-application .htan-consent input {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    margin: 2px 0 0;
}

.hsp-solution-page--energy-storage .hspbess-application .htan-consent a {
    color: var(--hspbess-blue);
    font-weight: 700;
}

.hsp-solution-page--energy-storage .hspbess-application button[type="submit"] {
    width: 100%;
    min-height: 48px;
    padding: 12px 24px;
    border: 1px solid var(--hspbess-orange);
    border-radius: 4px;
    color: #fff;
    background: var(--hspbess-orange);
    font-size: 16px;
    font-weight: 750;
    cursor: pointer;
}

.hsp-solution-page--energy-storage .hspbess-application button[type="submit"]:hover,
.hsp-solution-page--energy-storage .hspbess-application button[type="submit"]:focus-visible {
    border-color: #d96d0c;
    background: #d96d0c;
}

.hsp-solution-page--energy-storage .hspbess-application .htan-form-notice {
    margin: 0 0 20px;
    padding: 14px 16px;
    border-left: 3px solid var(--hspbess-orange);
    color: var(--hspbess-text);
    background: #fff;
    font-size: 15px;
    line-height: 1.5;
}

.hsp-solution-page--energy-storage .hspbess-privacy {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid var(--hspbess-line);
}

.hsp-solution-page--energy-storage .hspbess-privacy summary {
    color: var(--hspbess-navy);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
    cursor: pointer;
}

.hsp-solution-page--energy-storage .hspbess-privacy p {
    max-width: 820px;
    margin: 10px 0 0;
    color: var(--hspbess-muted);
    font-size: 15px;
    line-height: 1.6;
}

@media (max-width: 1024px) {
    .hsp-solution-page--energy-storage .hspbess-configurator__layout {
        grid-template-columns: minmax(0, 55fr) minmax(360px, 45fr);
        gap: 28px;
    }

    .hsp-solution-page--energy-storage .hspbess-configurator__panel {
        padding: 18px;
    }

    .hsp-solution-page--energy-storage .hspbess-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .hsp-solution-page--energy-storage .hspes-container {
        width: min(100% - 32px, 1180px);
    }

    .hsp-solution-page--energy-storage .hspes-section {
        padding: 54px 0;
    }

    .hsp-solution-page--energy-storage .hspbess-hero {
        min-height: 600px;
    }

    .hsp-solution-page--energy-storage .hspbess-hero__image {
        object-position: 58% center;
    }

    .hsp-solution-page--energy-storage .hspbess-hero__content {
        padding-block: 58px;
    }

    .hsp-solution-page--energy-storage .hspbess-hero h1 {
        font-size: clamp(34px, 10vw, 46px);
    }

    .hsp-solution-page--energy-storage .hspbess-hero p {
        font-size: 16px;
    }

    .hsp-solution-page--energy-storage .hspes-actions {
        flex-direction: column;
    }

    .hsp-solution-page--energy-storage .hspes-btn {
        width: min(100%, 330px);
    }

    .hsp-solution-page--energy-storage .hspbess-configurator__layout {
        display: flex;
        flex-direction: column;
        gap: 26px;
    }

    .hsp-solution-page--energy-storage .hspbess-result {
        min-height: 242px;
    }

    .hsp-solution-page--energy-storage .hspbess-configurator__panel {
        order: 1;
        width: 100%;
    }

    .hsp-solution-page--energy-storage .hspbess-configurator__diagram {
        order: 2;
        width: 100%;
    }

    .hsp-solution-page--energy-storage .hspbess-access-legend {
        grid-template-columns: 1fr;
    }

    .hsp-solution-page--energy-storage .hspbess-movement__layout,
    .hsp-solution-page--energy-storage .hspbess-review-data dl {
        grid-template-columns: 1fr;
    }

    .hsp-solution-page--energy-storage .hspbess-review-table-wrap {
        border: 0;
        overflow: visible;
    }

    .hsp-solution-page--energy-storage .hspbess-review-table,
    .hsp-solution-page--energy-storage .hspbess-review-table tbody,
    .hsp-solution-page--energy-storage .hspbess-review-table tr,
    .hsp-solution-page--energy-storage .hspbess-review-table td {
        display: block;
        width: 100%;
    }

    .hsp-solution-page--energy-storage .hspbess-review-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
    }

    .hsp-solution-page--energy-storage .hspbess-review-table td {
        padding: 18px;
        border: 1px solid var(--hspbess-line);
        border-top: 0;
        background: #fff;
    }

    .hsp-solution-page--energy-storage .hspbess-review-table td:first-child {
        border: 1px solid var(--hspbess-line);
    }

    .hsp-solution-page--energy-storage .hspbess-review-table td::before {
        display: block;
        margin-bottom: 7px;
        color: var(--hspbess-navy);
        font-size: 16px;
        font-weight: 750;
    }

    .hsp-solution-page--energy-storage .hspbess-review-table td:nth-child(1)::before {
        content: "Entrada";
    }

    .hsp-solution-page--energy-storage .hspbess-review-table td:nth-child(2)::before {
        content: "Revisión";
    }

    .hsp-solution-page--energy-storage .hspbess-review-table td:nth-child(3)::before {
        content: "Resultado";
    }

    .hsp-solution-page--energy-storage .hspbess-application .hspc-form-grid,
    .hsp-solution-page--energy-storage .hspbess-application .hspf-form-grid {
        grid-template-columns: 1fr;
    }

    .hsp-solution-page--energy-storage .hspbess-application .htan-form-field,
    .hsp-solution-page--energy-storage .hspbess-application .cf-turnstile {
        width: 100%;
        grid-column: 1;
        justify-self: stretch;
    }

    .hsp-solution-page--energy-storage .hspbess-application .htan-form-field:has(#htan-attachment),
    .hsp-solution-page--energy-storage .hspbess-application .htan-form-field:has(button[type="submit"]) {
        width: 100%;
        grid-column: 1;
        justify-self: stretch;
    }

    .hsp-solution-page--energy-storage .hspbess-application__panel {
        padding-top: 22px;
    }

    .hsp-solution-page--energy-storage .hspbess-application button[type="submit"] {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .hsp-solution-page--energy-storage .hspbess-desktop-controls {
        display: none;
    }

    .hsp-solution-page--energy-storage .hspbess-mobile-controls {
        display: grid;
        gap: 18px;
    }

    .hsp-solution-page--energy-storage .hspbess-select-group label {
        display: block;
        margin: 0 0 8px;
        color: var(--hspbess-blue);
        font-size: 16px;
        font-weight: 750;
        line-height: 1.35;
    }

    .hsp-solution-page--energy-storage .hspbess-select-group select {
        box-sizing: border-box;
        width: 100%;
        min-height: 48px;
        margin: 0;
        padding: 10px 38px 10px 12px;
        border: 1px solid #9cabb7;
        border-radius: 2px;
        color: var(--hspbess-navy);
        background: #fff;
        font: inherit;
        font-size: 16px;
        font-weight: 600;
    }

    .hsp-solution-page--energy-storage .hspbess-select-group select:focus-visible {
        outline: 3px solid rgba(239, 127, 26, 0.38);
        outline-offset: 2px;
    }

    .hsp-solution-page--energy-storage .hspbess-choice-description {
        min-height: 0;
        margin-top: 7px;
    }

    .hsp-solution-page--energy-storage .hspbess-result {
        min-height: 427px;
        grid-template-columns: 1fr;
    }

    .hsp-solution-page--energy-storage .hspbess-result > section,
    .hsp-solution-page--energy-storage .hspbess-result > section:first-child,
    .hsp-solution-page--energy-storage .hspbess-result > section:nth-child(2),
    .hsp-solution-page--energy-storage .hspbess-result > section:nth-child(3) {
        padding-inline: 18px;
    }

    .hsp-solution-page--energy-storage .hspbess-result__reason p {
        min-height: 131px;
    }
}

@media (max-width: 480px) {
    .hsp-solution-page--energy-storage .hspes-container {
        width: min(100% - 28px, 1180px);
    }

    .hsp-solution-page--energy-storage .hspbess-configurator__panel,
    .hsp-solution-page--energy-storage .hspbess-checklist,
    .hsp-solution-page--energy-storage .hspbess-application__panel {
        padding: 20px;
    }

    .hsp-solution-page--energy-storage .hspbess-result {
        gap: 10px;
    }

    .hsp-solution-page--energy-storage .hspbess-product-grid {
        grid-template-columns: 1fr;
    }

    .hsp-solution-page--energy-storage .hspbess-faq summary {
        padding-right: 36px;
        font-size: 17px;
    }

    .hsp-solution-page--energy-storage .hspbess-faq details > div {
        padding-right: 20px;
    }

    .hsp-solution-page--energy-storage .hspbess-application .hsp-file-picker {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hsp-solution-page--energy-storage .hspes-btn {
        transition: none;
    }
}
