.b2b-home {
    --ink: #0a1828;
    --navy: #071a2d;
    --navy-2: #0d2a46;
    --cobalt: #0f52ba;
    --cobalt-dark: #0a3c88;
    --green: #008052;
    --green-dark: #006f46;
    --text: #172236;
    --muted: #5c6b7c;
    --mist: #f3f6f9;
    --line: #dbe3ea;
    --paper: #ffffff;
    --radius: 14px;
    display: block !important;
    width: 100%;
    overflow: clip;
    color: var(--text);
    background: var(--paper);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.64;
}

.b2b-home,
.b2b-home * {
    box-sizing: border-box;
}

.b2b-home.e-con,
.b2b-home .e-con {
    --padding-top: 0;
    --padding-right: 0;
    --padding-bottom: 0;
    --padding-left: 0;
    --gap: 0;
}

.b2b-home .e-con > .elementor-element {
    min-width: 0;
}

.b2b-home .elementor-widget,
.b2b-home .elementor-widget:not(:last-child),
.b2b-home p:last-child {
    margin-bottom: 0;
}

.b2b-home img {
    display: block;
    max-width: 100%;
}

.b2b-home a {
    color: inherit;
}

.b2b-home h1,
.b2b-home h2,
.b2b-home h3,
.b2b-home p {
    margin-top: 0;
}

.b2b-home h1,
.b2b-home h2,
.b2b-home h3 {
    color: var(--ink);
    font-weight: 760;
    letter-spacing: -0.026em;
}

.b2b-home h1 {
    max-width: 740px;
    margin-bottom: 23px;
    font-size: clamp(2.4rem, 4.55vw, 4.15rem);
    line-height: 1.02;
}

.b2b-home h2 {
    margin-bottom: 17px;
    font-size: clamp(1.85rem, 3vw, 2.65rem);
    line-height: 1.14;
}

.b2b-home h3 {
    margin-bottom: 9px;
    font-size: 1.19rem;
    line-height: 1.3;
}

.b2b-home p {
    margin-bottom: 18px;
    color: var(--muted);
}

.b2b-home .b2b-section {
    display: block !important;
    width: 100%;
    padding: 92px 20px;
}

.b2b-home .b2b-section-soft {
    background: var(--mist);
}

.b2b-home .b2b-section-dark {
    background: var(--navy);
}

.b2b-home .b2b-shell {
    display: block !important;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.b2b-home .b2b-section-heading {
    margin-bottom: 42px;
}

.b2b-home .b2b-heading-split {
    display: grid !important;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
    align-items: end;
    gap: 60px;
}

.b2b-home .b2b-heading-copy p {
    max-width: 610px;
    font-size: 1.02rem;
}

.b2b-home .b2b-section-kicker .elementor-heading-title,
.b2b-home .b2b-qa-label .elementor-heading-title,
.b2b-home .b2b-oem-label .elementor-heading-title {
    margin-bottom: 13px;
    color: var(--cobalt);
    font-size: 0.73rem;
    font-weight: 820;
    letter-spacing: 0.13em;
    line-height: 1.4;
}

.b2b-home .elementor-button,
.b2b-home .yimu-submit-button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    font-family: inherit;
    font-size: 0.92rem;
    font-weight: 760;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
}

.b2b-home .b2b-btn-primary .elementor-button,
.b2b-home .b2b-header-cta .elementor-button,
.b2b-home .yimu-submit-button {
    border: 1px solid var(--green);
    background: var(--green);
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(0, 128, 82, 0.18);
}

.b2b-home .b2b-btn-primary .elementor-button,
.b2b-home .b2b-btn-secondary .elementor-button {
    padding: 15px 22px;
}

.b2b-home .b2b-btn-primary .elementor-button:hover,
.b2b-home .b2b-btn-primary .elementor-button:focus-visible,
.b2b-home .b2b-header-cta .elementor-button:hover,
.b2b-home .b2b-header-cta .elementor-button:focus-visible,
.b2b-home .yimu-submit-button:hover,
.b2b-home .yimu-submit-button:focus-visible {
    border-color: var(--green-dark);
    background: var(--green-dark);
    color: #ffffff;
}

.b2b-home .b2b-btn-secondary .elementor-button {
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: transparent;
    color: #ffffff;
}

.b2b-home .b2b-btn-secondary .elementor-button:hover,
.b2b-home .b2b-btn-secondary .elementor-button:focus-visible {
    border-color: #ffffff;
    background: #ffffff;
    color: var(--navy);
}

.b2b-home a:focus-visible,
.b2b-home button:focus-visible,
.b2b-home input:focus-visible,
.b2b-home select:focus-visible,
.b2b-home textarea:focus-visible,
.b2b-home summary:focus-visible {
    outline: 3px solid rgba(15, 82, 186, 0.35);
    outline-offset: 3px;
}

/* Local header. */
.b2b-home .b2b-local-header {
    position: sticky;
    top: 0;
    z-index: 40;
    display: block !important;
    width: 100%;
    min-height: 74px;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(10, 24, 40, 0.12);
    background: rgba(255, 255, 255, 0.98);
}

.b2b-home .b2b-header-inner {
    display: grid !important;
    grid-template-columns: 150px minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    width: 100%;
    max-width: 1200px;
    min-height: 54px;
    margin: 0 auto;
}

.b2b-home .b2b-header-logo img {
    width: auto;
    height: 54px;
    object-fit: contain;
    object-position: left center;
}

.b2b-home .b2b-nav-desktop {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(13px, 1.5vw, 23px);
    white-space: nowrap;
}

.b2b-home .b2b-nav-desktop a {
    color: #263447;
    font-size: 0.9rem;
    font-weight: 680;
    text-decoration: none;
}

.b2b-home .b2b-nav-desktop a:hover,
.b2b-home .b2b-nav-desktop a:focus-visible {
    color: var(--cobalt);
}

.b2b-home .b2b-nav-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 54px;
}

.b2b-home .b2b-submenu {
    position: absolute;
    top: calc(100% - 1px);
    left: -18px;
    display: grid;
    width: 270px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(10, 24, 40, 0.16);
    opacity: 0;
    pointer-events: none;
    transform: translateY(7px);
    transition: opacity 150ms ease, transform 150ms ease;
}

.b2b-home .b2b-submenu a {
    padding: 9px 10px;
    border-radius: 7px;
    white-space: normal;
}

.b2b-home .b2b-submenu a:hover,
.b2b-home .b2b-submenu a:focus-visible {
    background: var(--mist);
}

.b2b-home .b2b-has-submenu:hover .b2b-submenu,
.b2b-home .b2b-has-submenu:focus-within .b2b-submenu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.b2b-home .b2b-nav-mobile {
    display: none;
}

.b2b-home .b2b-header-cta .elementor-button {
    padding: 12px 16px;
}

/* Product-led hero. */
.b2b-home .b2b-hero {
    display: block !important;
    width: 100%;
    padding: 72px 20px 0;
    background: linear-gradient(122deg, #071a2d 0%, #0a2743 62%, #0f3d62 100%);
}

.b2b-home .b2b-hero-inner {
    display: grid !important;
    grid-template-columns: minmax(0, 1.03fr) minmax(430px, 0.97fr);
    align-items: center;
    gap: clamp(42px, 6vw, 84px);
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.b2b-home .b2b-hero h1,
.b2b-home .b2b-hero p {
    color: #ffffff;
}

.b2b-home .b2b-hero-badge .elementor-heading-title {
    display: inline-flex;
    width: auto;
    padding: 7px 11px;
    margin-bottom: 22px;
    border: 1px solid rgba(59, 214, 156, 0.34);
    border-radius: 5px;
    background: rgba(0, 128, 82, 0.13);
    color: #78e0b7;
    font-size: 0.7rem;
    font-weight: 820;
    letter-spacing: 0.1em;
}

.b2b-home .b2b-hero-text p {
    max-width: 690px;
    color: #c7d5e0;
    font-size: 1.08rem;
}

.b2b-home .b2b-button-row {
    display: flex !important;
    flex-flow: row wrap;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
}

.b2b-home .b2b-hero-microcopy {
    margin-top: 15px;
}

.b2b-home .b2b-hero-microcopy p {
    color: #9eb1bf;
    font-size: 0.84rem;
}

.b2b-home .b2b-hero-visual {
    position: relative;
    align-self: stretch;
    display: flex !important;
    min-height: 530px;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px 26px 0;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 0;
    background: rgba(255, 255, 255, 0.045);
}

.b2b-home .b2b-visual-label .elementor-heading-title {
    position: absolute;
    top: 22px;
    right: 24px;
    z-index: 2;
    color: #8aa4b8;
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.11em;
}

.b2b-home .b2b-hero-media img {
    width: 100%;
    max-height: 485px;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 28px 32px rgba(0, 0, 0, 0.32));
}

.b2b-home .b2b-metric-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.b2b-home .b2b-metric-item {
    display: block !important;
    min-height: 114px;
    padding: 23px 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.b2b-home .b2b-metric-item:last-child {
    border-right: 0;
}

.b2b-home .b2b-metric-value .elementor-heading-title {
    color: #ffffff;
    font-size: 1.45rem;
    font-weight: 820;
    letter-spacing: -0.03em;
}

.b2b-home .b2b-metric-label .elementor-heading-title {
    margin-top: 3px;
    color: #d4e0e8;
    font-size: 0.78rem;
    font-weight: 720;
}

.b2b-home .b2b-metric-detail .elementor-heading-title {
    margin-top: 2px;
    color: #829aad;
    font-size: 0.67rem;
    font-weight: 560;
    letter-spacing: 0;
}

/* Inverter compatibility rail. */
.b2b-home .b2b-inverter-bar {
    display: block !important;
    width: 100%;
    padding: 25px 20px;
    border-bottom: 1px solid var(--line);
    background: #ffffff;
}

.b2b-home .b2b-inverter-inner {
    display: grid !important;
    grid-template-columns: 205px minmax(0, 1fr) 250px;
    align-items: center;
    gap: 24px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.b2b-home .b2b-inverter-title .elementor-heading-title {
    color: #415065;
    font-size: 0.68rem;
    font-weight: 820;
    letter-spacing: 0.08em;
    line-height: 1.35;
}

.b2b-home .b2b-inverter-list {
    display: flex;
    flex-flow: row wrap;
    gap: 8px;
}

.b2b-home .b2b-inverter-list span {
    padding: 7px 11px;
    border: 1px solid var(--line);
    border-radius: 5px;
    color: #35455a;
    background: var(--mist);
    font-size: 0.73rem;
    font-weight: 720;
}

.b2b-home .b2b-inverter-note p {
    color: #718093;
    font-size: 0.72rem;
    line-height: 1.45;
}

/* Product matrix. */
.b2b-home .b2b-product-section {
    scroll-margin-top: 86px;
}

.b2b-home .b2b-product-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.b2b-home .b2b-product-card {
    display: flex !important;
    min-height: 100%;
    flex-direction: column;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #ffffff;
    overflow: hidden;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.b2b-home .b2b-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(10, 24, 40, 0.09);
}

.b2b-home .b2b-product-media {
    position: relative;
    display: block !important;
    padding: 32px 18px 12px;
    border-bottom: 1px solid var(--line);
    background: #edf2f6;
}

.b2b-home .b2b-product-tag .elementor-heading-title {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    padding: 5px 7px;
    border-radius: 4px;
    background: var(--navy);
    color: #ffffff;
    font-size: 0.61rem;
    font-weight: 790;
    letter-spacing: 0.04em;
}

.b2b-home .b2b-product-image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.b2b-home .b2b-product-body {
    display: flex !important;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 23px 20px 20px;
}

.b2b-home .b2b-product-body h3 {
    font-size: 1.08rem;
}

.b2b-home .b2b-spec-list {
    display: grid;
    gap: 8px;
    padding: 0;
    margin: 11px 0 22px;
    list-style: none;
}

.b2b-home .b2b-spec-list li {
    position: relative;
    padding-left: 15px;
    color: var(--muted);
    font-size: 0.8rem;
    line-height: 1.45;
}

.b2b-home .b2b-spec-list li::before {
    position: absolute;
    top: 0.58em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--green);
    content: "";
}

.b2b-home .b2b-product-link {
    margin-top: auto;
}

.b2b-home .b2b-product-link .elementor-button {
    width: 100%;
    min-height: 42px;
    padding: 10px 12px;
    border: 1px solid #c8d3dc;
    background: #ffffff;
    color: var(--ink);
    font-size: 0.78rem;
}

.b2b-home .b2b-product-link .elementor-button:hover,
.b2b-home .b2b-product-link .elementor-button:focus-visible {
    border-color: var(--cobalt);
    background: var(--cobalt);
    color: #ffffff;
}

.b2b-home .b2b-inline-proof {
    max-width: 850px;
    margin-top: 18px;
}

.b2b-home .b2b-inline-proof p,
.b2b-home .b2b-image-caption p,
.b2b-home .b2b-proof-note p {
    color: #718093;
    font-size: 0.75rem;
}

/* Distributor and OEM composition. */
.b2b-home .b2b-channel-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1.06fr) minmax(390px, 0.94fr);
    gap: 62px;
    align-items: stretch;
}

.b2b-home .b2b-oem-panel {
    display: flex !important;
    min-height: 520px;
    flex-direction: column;
    justify-content: center;
    padding: clamp(38px, 5vw, 68px);
    border-radius: var(--radius);
    background: linear-gradient(145deg, var(--navy), #0b3558);
}

.b2b-home .b2b-oem-panel h2,
.b2b-home .b2b-oem-panel p,
.b2b-home .b2b-oem-panel li {
    color: #ffffff;
}

.b2b-home .b2b-oem-label .elementor-heading-title {
    color: #6de0b2;
}

.b2b-home .b2b-oem-panel p {
    max-width: 620px;
    color: #c8d7e1;
}

.b2b-home .b2b-oem-list ul {
    display: grid;
    gap: 11px;
    padding: 0;
    margin: 24px 0 30px;
    list-style: none;
}

.b2b-home .b2b-oem-list li {
    position: relative;
    padding-left: 25px;
    color: #dbe6ed;
    font-size: 0.91rem;
}

.b2b-home .b2b-oem-list li::before {
    position: absolute;
    top: 0.55em;
    left: 0;
    width: 9px;
    height: 9px;
    border: 2px solid #5bd39f;
    border-radius: 50%;
    content: "";
}

.b2b-home .b2b-oem-panel .b2b-btn-primary {
    align-self: flex-start;
}

.b2b-home .b2b-channel-list {
    display: grid !important;
    align-content: center;
}

.b2b-home .b2b-channel-row {
    display: grid !important;
    grid-template-columns: 165px minmax(0, 1fr);
    gap: 28px;
    padding: 25px 0;
    border-bottom: 1px solid var(--line);
}

.b2b-home .b2b-channel-row:first-child {
    border-top: 1px solid var(--line);
}

.b2b-home .b2b-channel-row h3 {
    font-size: 1rem;
}

.b2b-home .b2b-channel-row p {
    font-size: 0.88rem;
}

/* Application image matrix. */
.b2b-home .b2b-application-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1.16fr) minmax(360px, 0.84fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.b2b-home .b2b-application-card {
    position: relative;
    display: grid !important;
    grid-template-columns: 190px minmax(0, 1fr);
    min-height: 248px;
    border-radius: var(--radius);
    background: var(--mist);
    overflow: hidden;
}

.b2b-home .b2b-application-primary {
    grid-row: 1 / span 2;
    grid-template-columns: 1fr;
    min-height: 516px;
}

.b2b-home .b2b-application-image,
.b2b-home .b2b-application-image .elementor-widget-container {
    height: 100%;
}

.b2b-home .b2b-application-image img {
    width: 100%;
    height: 100%;
    min-height: 248px;
    object-fit: cover;
}

.b2b-home .b2b-application-primary .b2b-application-image img {
    min-height: 300px;
    max-height: 318px;
}

.b2b-home .b2b-application-body {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
}

.b2b-home .b2b-application-label .elementor-heading-title {
    margin-bottom: 8px;
    color: var(--cobalt);
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.09em;
}

.b2b-home .b2b-application-body p {
    font-size: 0.86rem;
}

.b2b-home .b2b-market-label .elementor-heading-title {
    margin-top: 5px;
    color: #596a7d;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0;
}

.b2b-home .b2b-application-link {
    margin-top: 16px;
}

.b2b-home .b2b-application-link .elementor-button {
    min-height: auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--cobalt);
    font-size: 0.78rem;
}

/* Quality gate. */
.b2b-home .b2b-qa-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 0.94fr) minmax(440px, 1.06fr);
    align-items: center;
    gap: clamp(48px, 7vw, 88px);
}

.b2b-home .b2b-quality-image img {
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: var(--radius);
    object-fit: cover;
}

.b2b-home .b2b-image-caption {
    margin-top: 12px;
}

.b2b-home .b2b-qa-content h2,
.b2b-home .b2b-qa-content h3 {
    color: #ffffff;
}

.b2b-home .b2b-qa-label .elementor-heading-title {
    color: #66d8aa;
}

.b2b-home .b2b-qa-intro p {
    color: #aebfcb;
}

.b2b-home .b2b-qa-steps {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin-top: 30px;
    background: rgba(255, 255, 255, 0.13);
}

.b2b-home .b2b-qa-step {
    display: grid !important;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 13px;
    min-height: 144px;
    padding: 22px;
    background: #0a243b;
}

.b2b-home .b2b-qa-index .elementor-heading-title {
    color: #60d4a5;
    font-size: 0.75rem;
    font-weight: 820;
    letter-spacing: 0.05em;
}

.b2b-home .b2b-qa-step h3 {
    font-size: 0.94rem;
}

.b2b-home .b2b-qa-step p {
    color: #9eb0bd;
    font-size: 0.78rem;
}

/* Procurement and FAQ. */
.b2b-home .b2b-process-faq-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
    gap: clamp(55px, 8vw, 104px);
}

.b2b-home .b2b-process-list {
    display: grid !important;
    margin-top: 32px;
}

.b2b-home .b2b-process-step {
    position: relative;
    display: grid !important;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 16px;
    padding-bottom: 24px;
}

.b2b-home .b2b-process-step::before {
    position: absolute;
    top: 42px;
    bottom: 0;
    left: 21px;
    width: 1px;
    background: #cbd7df;
    content: "";
}

.b2b-home .b2b-process-step:last-child::before {
    display: none;
}

.b2b-home .b2b-process-index .elementor-heading-title {
    display: grid;
    width: 43px;
    height: 43px;
    place-items: center;
    border: 1px solid var(--cobalt);
    border-radius: 50%;
    background: #ffffff;
    color: var(--cobalt);
    font-size: 0.78rem;
    font-weight: 800;
}

.b2b-home .b2b-process-step h3 {
    font-size: 0.98rem;
}

.b2b-home .b2b-process-step p {
    font-size: 0.83rem;
}

.b2b-home .b2b-faq-list {
    margin-top: 26px;
    border-top: 1px solid #cbd7df;
}

.b2b-home .b2b-faq-list details {
    border-bottom: 1px solid #cbd7df;
}

.b2b-home .b2b-faq-list summary {
    position: relative;
    padding: 20px 44px 20px 0;
    color: var(--ink);
    font-size: 0.94rem;
    font-weight: 720;
    line-height: 1.4;
    cursor: pointer;
    list-style: none;
}

.b2b-home .b2b-faq-list summary::-webkit-details-marker {
    display: none;
}

.b2b-home .b2b-faq-list summary::after {
    position: absolute;
    top: 17px;
    right: 0;
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border: 1px solid #bac8d2;
    border-radius: 50%;
    color: var(--cobalt);
    content: "+";
    font-size: 1rem;
}

.b2b-home .b2b-faq-list details[open] summary::after {
    content: "−";
}

.b2b-home .b2b-faq-list details p {
    padding: 0 44px 20px 0;
    color: var(--muted);
    font-size: 0.84rem;
}

/* Lead capture. */
.b2b-home .b2b-lead-section {
    display: block !important;
    width: 100%;
    padding: 96px 20px;
    scroll-margin-top: 86px;
    background: #ffffff;
}

.b2b-home .b2b-lead-shell {
    display: grid !important;
    grid-template-columns: minmax(0, 0.88fr) minmax(500px, 1.12fr);
    align-items: start;
    gap: clamp(52px, 7vw, 90px);
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

.b2b-home .b2b-lead-copy {
    position: sticky;
    top: 110px;
}

.b2b-home .b2b-lead-intro p {
    font-size: 1.04rem;
}

.b2b-home .b2b-lead-benefits ul {
    display: grid;
    gap: 12px;
    padding: 0;
    margin: 27px 0 0;
    list-style: none;
}

.b2b-home .b2b-lead-benefits li {
    position: relative;
    padding-left: 29px;
    color: #34465a;
}

.b2b-home .b2b-lead-benefits li::before {
    position: absolute;
    top: 2px;
    left: 0;
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border-radius: 50%;
    background: #dcefe7;
    color: var(--green);
    content: "✓";
    font-size: 0.7rem;
    font-weight: 900;
}

.b2b-home .b2b-proof-note {
    margin-top: 20px;
}

.b2b-home .b2b-form-card {
    display: block !important;
    padding: 34px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--mist);
    box-shadow: 0 20px 48px rgba(10, 24, 40, 0.09);
}

.b2b-home .b2b-form-card h3 {
    font-size: 1.5rem;
}

.b2b-home .b2b-form-microcopy p,
.b2b-home .yimu-form-note {
    font-size: 0.78rem;
}

.b2b-home .b2b-form-shortcode {
    margin-top: 20px;
}

.b2b-home .yimu-inquiry-form {
    position: relative;
}

.b2b-home .yimu-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.b2b-home .yimu-field {
    display: grid;
    gap: 6px;
}

.b2b-home .yimu-field-full {
    grid-column: 1 / -1;
}

.b2b-home .yimu-field label,
.b2b-home .yimu-consent label {
    color: #293a4e;
    font-size: 0.8rem;
    font-weight: 690;
}

.b2b-home .yimu-optional-label,
.b2b-home .yimu-field-hint {
    color: #748395;
    font-weight: 500;
}

.b2b-home .yimu-field input,
.b2b-home .yimu-field select,
.b2b-home .yimu-field textarea {
    width: 100%;
    min-height: 46px;
    padding: 11px 12px;
    border: 1px solid #bac7d1;
    border-radius: 6px;
    background: #ffffff;
    color: var(--text);
    font: inherit;
    font-size: 0.88rem;
}

.b2b-home .yimu-field textarea {
    min-height: 124px;
    resize: vertical;
}

.b2b-home .yimu-field input::placeholder,
.b2b-home .yimu-field textarea::placeholder {
    color: #748395;
}

.b2b-home .yimu-consent {
    margin-top: 18px;
}

.b2b-home .yimu-consent label {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    align-items: start;
    gap: 9px;
    color: #566577;
    font-weight: 500;
    line-height: 1.5;
}

.b2b-home .yimu-consent input {
    width: 17px;
    height: 17px;
    margin-top: 2px;
}

.b2b-home .yimu-consent a {
    color: var(--cobalt);
}

.b2b-home .yimu-submit-button {
    width: 100%;
    margin-top: 20px;
    padding: 14px 20px;
    cursor: pointer;
}

.b2b-home .yimu-form-note {
    margin-top: 12px;
    text-align: center;
}

.b2b-home .yimu-form-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.b2b-home .yimu-form-alert {
    padding: 12px 14px;
    margin-bottom: 18px;
    border-radius: 7px;
    font-size: 0.86rem;
}

.b2b-home .yimu-form-success {
    border: 1px solid #acd2be;
    background: #e7f4ed;
    color: #185b40;
}

.b2b-home .yimu-form-error {
    border: 1px solid #e4b8b8;
    background: #fcecec;
    color: #8a2525;
}

/* Footer. */
.b2b-home .b2b-local-footer {
    display: block !important;
    width: 100%;
    padding: 62px 20px 24px;
    background: #051421;
}

.b2b-home .b2b-footer-grid {
    display: grid !important;
    grid-template-columns: 1.35fr repeat(3, minmax(0, 1fr));
    gap: 44px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.b2b-home .b2b-footer-brand img {
    width: auto;
    height: 66px;
    margin-bottom: 18px;
    object-fit: contain;
    object-position: left center;
}

.b2b-home .b2b-footer-brand p {
    max-width: 290px;
}

.b2b-home .b2b-local-footer h3 {
    color: #ffffff;
    font-size: 0.92rem;
    letter-spacing: 0;
}

.b2b-home .b2b-local-footer p,
.b2b-home .b2b-local-footer a {
    color: #99abb9;
    font-size: 0.82rem;
}

.b2b-home .b2b-local-footer a {
    text-decoration: none;
}

.b2b-home .b2b-local-footer a:hover,
.b2b-home .b2b-local-footer a:focus-visible {
    color: #ffffff;
}

.b2b-home .b2b-footer-column .elementor-widget-text-editor p {
    display: grid;
    gap: 8px;
}

.b2b-home .b2b-footer-bottom {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    max-width: 1200px;
    padding-top: 23px;
    margin: 42px auto 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.b2b-home .b2b-footer-bottom p {
    margin: 0;
}

@media (max-width: 1100px) {
    .b2b-home .b2b-header-inner {
        grid-template-columns: 132px minmax(0, 1fr) auto;
        gap: 14px;
    }

    .b2b-home .b2b-nav-desktop {
        gap: 12px;
    }

    .b2b-home .b2b-nav-desktop a,
    .b2b-home .b2b-header-cta .elementor-button {
        font-size: 0.82rem;
    }

    .b2b-home .b2b-header-cta .elementor-button {
        padding-right: 12px;
        padding-left: 12px;
    }

    .b2b-home .b2b-hero-inner {
        grid-template-columns: minmax(0, 1fr) minmax(370px, 0.86fr);
        gap: 34px;
    }

    .b2b-home .b2b-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .b2b-home .b2b-product-image img {
        max-height: 330px;
    }

    .b2b-home .b2b-inverter-inner {
        grid-template-columns: 180px minmax(0, 1fr);
    }

    .b2b-home .b2b-inverter-note {
        grid-column: 1 / -1;
    }

    .b2b-home .b2b-channel-layout {
        gap: 38px;
    }

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

    .b2b-home .b2b-application-card {
        grid-template-columns: 145px minmax(0, 1fr);
    }
}

@media (max-width: 900px) {
    .b2b-home .b2b-section {
        padding-top: 68px;
        padding-bottom: 68px;
    }

    .b2b-home .b2b-nav-desktop,
    .b2b-home .b2b-header-cta {
        display: none;
    }

    .b2b-home .b2b-header-inner {
        grid-template-columns: 1fr auto;
    }

    .b2b-home .b2b-nav-mobile {
        display: block;
    }

    .b2b-home .b2b-nav-mobile details {
        position: relative;
    }

    .b2b-home .b2b-nav-mobile summary {
        padding: 9px 13px;
        border: 1px solid var(--line);
        border-radius: 7px;
        color: var(--text);
        font-size: 0.86rem;
        font-weight: 720;
        cursor: pointer;
        list-style: none;
    }

    .b2b-home .b2b-nav-mobile summary::-webkit-details-marker {
        display: none;
    }

    .b2b-home .b2b-nav-mobile nav {
        position: fixed;
        top: 74px;
        right: 14px;
        left: 14px;
        z-index: 50;
        display: grid;
        max-height: calc(100vh - 92px);
        padding: 12px;
        border: 1px solid var(--line);
        border-radius: 12px;
        background: #ffffff;
        box-shadow: 0 20px 48px rgba(10, 24, 40, 0.2);
        overflow-y: auto;
    }

    .b2b-home .b2b-nav-mobile nav a {
        padding: 11px 10px;
        border-bottom: 1px solid #edf1f4;
        color: #243447;
        font-size: 0.93rem;
        font-weight: 680;
        text-decoration: none;
    }

    .b2b-home .b2b-nav-mobile nav .b2b-mobile-quote {
        margin-top: 8px;
        border: 0;
        border-radius: 7px;
        background: var(--green);
        color: #ffffff;
        text-align: center;
    }

    .b2b-home .b2b-hero {
        padding-top: 56px;
    }

    .b2b-home .b2b-hero-inner,
    .b2b-home .b2b-heading-split,
    .b2b-home .b2b-channel-layout,
    .b2b-home .b2b-qa-layout,
    .b2b-home .b2b-process-faq-layout,
    .b2b-home .b2b-lead-shell {
        grid-template-columns: 1fr;
    }

    .b2b-home .b2b-hero-visual {
        min-height: 470px;
        max-width: 690px;
        width: 100%;
        margin: 0 auto;
    }

    .b2b-home .b2b-metric-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .b2b-home .b2b-metric-item:nth-child(2) {
        border-right: 0;
    }

    .b2b-home .b2b-metric-item:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .b2b-home .b2b-channel-row {
        grid-template-columns: 150px minmax(0, 1fr);
    }

    .b2b-home .b2b-application-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .b2b-home .b2b-application-primary {
        grid-row: auto;
        min-height: auto;
    }

    .b2b-home .b2b-lead-copy {
        position: static;
    }

    .b2b-home .b2b-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .b2b-home {
        font-size: 16px;
    }

    .b2b-home .b2b-section,
    .b2b-home .b2b-lead-section {
        padding: 50px 20px;
    }

    .b2b-home .b2b-local-header {
        min-height: 68px;
        padding: 8px 20px;
    }

    .b2b-home .b2b-header-inner {
        min-height: 52px;
    }

    .b2b-home .b2b-header-logo img {
        height: 50px;
    }

    .b2b-home .b2b-nav-mobile nav {
        top: 68px;
    }

    .b2b-home .b2b-hero {
        padding: 44px 20px 0;
    }

    .b2b-home .b2b-button-row {
        display: grid !important;
        grid-template-columns: 1fr;
    }

    .b2b-home .b2b-button-row .elementor-button {
        width: 100%;
    }

    .b2b-home .b2b-hero-visual {
        min-height: 300px;
        padding-top: 52px;
        padding-right: 12px;
        padding-left: 12px;
    }

    .b2b-home .b2b-visual-label {
        display: none;
    }

    .b2b-home .b2b-product-grid,
    .b2b-home .b2b-qa-steps,
    .b2b-home .b2b-footer-grid,
    .b2b-home .yimu-form-grid {
        grid-template-columns: 1fr;
    }

    .b2b-home .b2b-metric-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .b2b-home .b2b-metric-item {
        min-height: 92px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .b2b-home .b2b-metric-item:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, 0.15);
    }

    .b2b-home .b2b-metric-item:nth-child(even) {
        border-right: 0;
    }

    .b2b-home .b2b-metric-item:nth-child(n + 3) {
        border-bottom: 0;
    }

    .b2b-home .b2b-inverter-inner {
        grid-template-columns: 1fr;
    }

    .b2b-home .b2b-inverter-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .b2b-home .b2b-inverter-list span {
        text-align: center;
    }

    .b2b-home .b2b-product-image img {
        max-height: 290px;
    }

    .b2b-home .b2b-oem-panel {
        min-height: auto;
        padding: 32px 25px;
    }

    .b2b-home .b2b-oem-panel .elementor-button {
        width: 100%;
    }

    .b2b-home .b2b-channel-row {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .b2b-home .b2b-application-card,
    .b2b-home .b2b-application-primary {
        grid-template-columns: 1fr;
    }

    .b2b-home .b2b-application-image img,
    .b2b-home .b2b-application-primary .b2b-application-image img {
        min-height: 220px;
        max-height: 250px;
    }

    .b2b-home .b2b-process-faq-layout {
        gap: 48px;
    }

    .b2b-home .b2b-form-card {
        padding: 24px 21px;
    }

    .b2b-home .b2b-footer-bottom {
        display: grid !important;
        justify-items: start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .b2b-home *,
    .b2b-home *::before,
    .b2b-home *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
