@charset "UTF-8";

body.smart-factory1-sizl {
    --sf1-page-max: min(1440px, calc(100% - 4.8rem));
    --sf1-page-inner: min(1320px, calc(100% - 9.6rem));
    --sf1-purple: #971bfd;
    --sf1-purple-deep: #6427d2;
    --sf1-operating: #23b7c9;
    --sf1-operating-deep: #147f98;
    --sf1-operating-soft: rgba(35, 183, 201, 0.16);
    --sf1-mint: #76e8c8;
    --sf1-text: #111827;
    --sf1-text-soft: #5a6474;
    --sf1-line: rgba(151, 27, 253, 0.14);
    --sf1-line-strong: rgba(151, 27, 253, 0.32);
    --sf1-connector-soft: rgba(151, 27, 253, 0.42);
    --sf1-connector-strong: rgba(100, 39, 210, 0.84);
    --sf1-system-stage-gap: 3rem;
    --sf1-stack-connector-offset: 1.2rem;
    --sf1-stack-connector-bridge: calc(var(--sf1-system-stage-gap) - var(--sf1-stack-connector-offset) + 1rem);
    --sf1-stage-edge-connector: calc(var(--sf1-system-stage-gap) + 1rem);
    --sf1-branch-main-card-height: 9.4rem;
    --sf1-side-card-column: 20rem;
    --sf1-management-vertical-gap: 1.8rem;
    --sf1-side-stack-gap: 1.6rem;
    --sf1-side-stack-gap-half: 0.8rem;
    --sf1-side-stack-connector-overlap: 1.2rem;
    --sf1-panel-shadow: 0 2.4rem 6rem rgba(74, 32, 98, 0.08);
    background:
        radial-gradient(circle at 12% 10%, rgba(216, 180, 254, 0.12), transparent 30%),
        radial-gradient(circle at 92% 18%, rgba(118, 232, 200, 0.08), transparent 26%),
        linear-gradient(180deg, #ffffff 0%, #fbf8ff 46%, #fefcff 100%);
    color: var(--sf1-text);
}

body.smart-factory1-sizl li {
    font-size: inherit;
}

body.smart-factory1-sizl #wrap {
    position: relative;
    overflow: hidden;
}

body.smart-factory1-sizl #wrap::before,
body.smart-factory1-sizl #wrap::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

body.smart-factory1-sizl #wrap::before {
    left: -18rem;
    top: 34rem;
    width: 40rem;
    height: 40rem;
    background: radial-gradient(circle, rgba(216, 180, 254, 0.16), rgba(216, 180, 254, 0) 72%);
}

body.smart-factory1-sizl #wrap::after {
    right: -14rem;
    top: 118rem;
    width: 34rem;
    height: 34rem;
    background: radial-gradient(circle, rgba(118, 232, 200, 0.12), rgba(118, 232, 200, 0) 72%);
}

body.smart-factory1-sizl .header {
    background: rgba(252, 248, 255, 0.82);
    box-shadow: 0 1.2rem 3.2rem rgba(125, 45, 191, 0.08);
    border-bottom: 1px solid rgba(234, 220, 255, 0.9);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

body.smart-factory1-sizl .header.scroll,
body.smart-factory1-sizl .header:hover,
body.smart-factory1-sizl .header.nav-open {
    background: rgba(252, 248, 255, 0.92);
    box-shadow: 0 1.8rem 4rem rgba(125, 45, 191, 0.1);
}

body.smart-factory1-sizl .header::after {
    height: 1px;
    top: calc(100% - 1px);
    background: linear-gradient(90deg, rgba(234, 220, 255, 0) 0%, rgba(234, 220, 255, 0.98) 14%, rgba(234, 220, 255, 0.98) 86%, rgba(234, 220, 255, 0) 100%);
}

body.smart-factory1-sizl .header .menu > li > a,
body.smart-factory1-sizl .header .menu > li > a span {
    color: #1c1730;
}

body.smart-factory1-sizl .header .menu > li:hover > a,
body.smart-factory1-sizl .header .menu > li.is-open > a,
body.smart-factory1-sizl .header .menu > li.current > a {
    color: var(--sf1-purple);
}

body.smart-factory1-sizl .header .menu > li > a span::after {
    background: linear-gradient(90deg, rgba(216, 180, 254, 0.92) 0%, rgba(151, 27, 253, 0.98) 100%);
}

body.smart-factory1-sizl .header .submenu {
    background: rgba(252, 248, 255, 0.96);
    box-shadow: 0 2.6rem 5rem rgba(125, 45, 191, 0.12);
}

body.smart-factory1-sizl .header .submenu li > a {
    color: #2a2440;
}

body.smart-factory1-sizl .header .submenu li > a:hover,
body.smart-factory1-sizl .header .submenu li > a:focus-visible,
body.smart-factory1-sizl .header .submenu li > a.current {
    color: var(--sf1-purple);
    background: rgba(151, 27, 253, 0.06);
}

body.smart-factory1-sizl .header .nav.active {
    background: rgba(252, 248, 255, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

body.smart-factory1-sizl .header .m_menu span {
    background: #2a2440;
}

body.smart-factory1-sizl #container.sub_page.smart_factory.smart-factory1-sizl-page {
    position: relative;
    z-index: 1;
    margin-top: 6.8rem;
    padding-bottom: 12rem;
}

body.smart-factory1-sizl #content {
    margin-top: -2.8rem;
    padding-top: 0;
}

body.smart-factory1-sizl .smart_factory_first_con.intro.smart-factory1-shell {
    position: relative;
    z-index: 1;
}

body.smart-factory1-sizl .sf1-section.sf1-overview {
    width: var(--sf1-page-max);
    margin: 0 auto;
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, #fcf8ff 100%);
    border: 1px solid var(--sf1-line);
    border-radius: 4rem;
    box-shadow: var(--sf1-panel-shadow);
    overflow: hidden;
}

body.smart-factory1-sizl .sf1-section.sf1-overview::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 88% 14%, rgba(216, 180, 254, 0.16), rgba(216, 180, 254, 0) 26%),
        radial-gradient(circle at 8% 88%, rgba(118, 232, 200, 0.12), rgba(118, 232, 200, 0) 24%);
    pointer-events: none;
}

body.smart-factory1-sizl .sf1-section.sf1-overview > .inner {
    width: var(--sf1-page-inner);
    padding: 0 0 8rem;
    position: relative;
    z-index: 1;
}

body.smart-factory1-sizl .sf1-eyebrow,
body.smart-factory1-sizl .sf1-panel-kicker,
body.smart-factory1-sizl .sf1-node-type,
body.smart-factory1-sizl .sf1-media-label,
body.smart-factory1-sizl .sf1-track-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1.3rem;
    border-radius: 999px;
    background: rgba(151, 27, 253, 0.08);
    color: var(--sf1-purple-deep);
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

body.smart-factory1-sizl .sf1-overview-head {
    max-width: none;
    margin: 0 0 2.4rem;
    text-align: center;
}

body.smart-factory1-sizl .sf1-overview-head h3 {
    margin: 1.8rem 0 0;
    font-size: clamp(4.8rem, 5vw, 7rem);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.05em;
    color: var(--sf1-text);
    text-align: left;
}

body.smart-factory1-sizl .sf1-hero-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 2.4rem 0 1.2rem;
    padding: 0 3.2rem;
    min-height: 8.2rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--sf1-purple-deep) 0%, var(--sf1-purple) 100%);
    color: #ffffff;
    font-size: 4.8rem;
    font-weight: 800;
    line-height: 1.2;
    box-shadow: 0 2rem 4rem rgba(100, 39, 210, 0.22);
}

body.smart-factory1-sizl .sf1-overview-head .sf1-hero-badge {
    display: flex;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

body.smart-factory1-sizl .sf1-data-exchange {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4.4rem;
    width: fit-content;
    margin: -0.4rem auto 1.6rem;
}

body.smart-factory1-sizl .sf1-data-flow-cluster {
    display: grid;
    justify-items: center;
    gap: 1rem;
}

body.smart-factory1-sizl .sf1-data-flow-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1.6rem;
    border-radius: 999px;
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
}

body.smart-factory1-sizl .sf1-data-flow-cluster-process .sf1-data-flow-label {
    background: rgba(151, 27, 253, 0.08);
    color: var(--sf1-purple-deep);
    box-shadow: inset 0 0 0 1px rgba(151, 27, 253, 0.14);
}

body.smart-factory1-sizl .sf1-data-flow-cluster-operating .sf1-data-flow-label {
    background: rgba(35, 183, 201, 0.1);
    color: var(--sf1-operating-deep);
    box-shadow: inset 0 0 0 1px rgba(35, 183, 201, 0.18);
}

body.smart-factory1-sizl .sf1-data-arrow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 5.4rem;
    z-index: 1;
    pointer-events: none;
}

body.smart-factory1-sizl .sf1-data-arrow svg {
    display: block;
    width: 5.8rem;
    height: 2.4rem;
    overflow: visible;
    filter: drop-shadow(0 0 0.7rem rgba(151, 27, 253, 0.12));
}

body.smart-factory1-sizl .sf1-data-arrow-up svg {
    transform: rotate(-90deg);
}

body.smart-factory1-sizl .sf1-data-arrow-down svg {
    transform: rotate(90deg);
}

body.smart-factory1-sizl .sf1-data-arrow .chevron {
    fill: none;
    transform-box: fill-box;
    transform-origin: center;
    animation: sf1-chevron-pulse 1.05s ease-in-out infinite;
}

body.smart-factory1-sizl .sf1-data-arrow .chevron1 {
    stroke: #eadcff;
    opacity: 0.5;
    animation-delay: 0s;
}

body.smart-factory1-sizl .sf1-data-arrow .chevron2 {
    stroke: #b78aff;
    opacity: 0.72;
    animation-delay: 0.16s;
}

body.smart-factory1-sizl .sf1-data-arrow .chevron3 {
    stroke: #971bfd;
    opacity: 0.96;
    animation-delay: 0.32s;
}

body.smart-factory1-sizl .sf1-data-exchange-bridge .chevron {
    animation-duration: 0.9s;
}

body.smart-factory1-sizl .sf1-data-exchange-management .chevron,
body.smart-factory1-sizl .sf1-data-exchange-management-stack .chevron {
    animation-duration: 1.35s;
}

body.smart-factory1-sizl .sf1-data-exchange-management .chevron1,
body.smart-factory1-sizl .sf1-data-exchange-management-stack .chevron1 {
    stroke: #dff9fb;
}

body.smart-factory1-sizl .sf1-data-exchange-management .chevron2,
body.smart-factory1-sizl .sf1-data-exchange-management-stack .chevron2 {
    stroke: #7adbe4;
}

body.smart-factory1-sizl .sf1-data-exchange-management .chevron3,
body.smart-factory1-sizl .sf1-data-exchange-management-stack .chevron3 {
    stroke: var(--sf1-operating);
}

@keyframes sf1-chevron-pulse {
    0%, 100% {
        opacity: 0.28;
        transform: scale(0.88);
    }

    42% {
        opacity: 1;
        transform: scale(1);
    }

    68% {
        opacity: 0.58;
        transform: scale(0.96);
    }
}

body.smart-factory1-sizl .sf1-overview-desc,
body.smart-factory1-sizl .sf1-stage-flow > p,
body.smart-factory1-sizl .sf1-panel-head p,
body.smart-factory1-sizl .sf1-node-card p {
    margin: 0;
    color: var(--sf1-text-soft);
    font-size: 1.8rem;
    line-height: 1.8;
    word-break: keep-all;
}

body.smart-factory1-sizl .sf1-system-map {
    display: flex;
    flex-direction: column;
    gap: 3.6rem;
}

body.smart-factory1-sizl .sf1-mobile-story {
    display: none;
}

body.smart-factory1-sizl .sf1-mobile-summary {
    margin: 0;
    color: var(--sf1-text-soft);
    font-size: 1.8rem;
    line-height: 1.75;
    text-align: center;
    word-break: keep-all;
}

body.smart-factory1-sizl .sf1-mobile-flow-card {
    position: relative;
    padding: 2.8rem;
    border-radius: 3rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(251, 247, 255, 0.98) 100%);
    border: 1px solid var(--sf1-line);
    box-shadow: 0 1.4rem 3.2rem rgba(78, 24, 136, 0.07);
}

body.smart-factory1-sizl .sf1-mobile-flow-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.8rem;
    padding: 0.8rem 1.5rem;
    border-radius: 999px;
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
}

body.smart-factory1-sizl .sf1-mobile-flow-kicker-process {
    background: rgba(151, 27, 253, 0.08);
    color: var(--sf1-purple-deep);
}

body.smart-factory1-sizl .sf1-mobile-flow-kicker-operating {
    background: var(--sf1-operating-soft);
    color: var(--sf1-operating-deep);
}

body.smart-factory1-sizl .sf1-mobile-stepper-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 -0.4rem -0.6rem;
    padding: 0 0.4rem 0.6rem;
    -webkit-overflow-scrolling: touch;
}

body.smart-factory1-sizl .sf1-mobile-stepper {
    display: inline-flex;
    align-items: center;
    gap: 1.6rem;
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: 100%;
    white-space: nowrap;
}

body.smart-factory1-sizl .sf1-mobile-stepper li {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 9.6rem;
    min-height: 5.6rem;
    padding: 0 1.8rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffffff 0%, #f7f2ff 100%);
    border: 1px solid rgba(151, 27, 253, 0.16);
    box-shadow: 0 1rem 2rem rgba(78, 24, 136, 0.06);
    color: var(--sf1-text);
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-align: center;
}

body.smart-factory1-sizl .sf1-mobile-stepper li::after {
    content: "";
    position: absolute;
    right: -1.2rem;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 0.2rem solid var(--sf1-purple);
    border-right: 0.2rem solid var(--sf1-purple);
    transform: translateY(-50%) rotate(45deg);
}

body.smart-factory1-sizl .sf1-mobile-stepper li:last-child::after {
    display: none;
}

body.smart-factory1-sizl .sf1-mobile-operating-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.smart-factory1-sizl .sf1-mobile-operating-grid li {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 6.4rem;
    padding: 1.4rem 1.2rem;
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(35, 183, 201, 0.16);
    box-shadow: 0 0.8rem 1.8rem rgba(20, 127, 152, 0.06);
    color: var(--sf1-text);
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    word-break: keep-all;
}

body.smart-factory1-sizl .sf1-mobile-link {
    display: grid;
    justify-items: center;
    gap: 1rem;
    margin-top: 1.8rem;
}

body.smart-factory1-sizl .sf1-mobile-link-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1.6rem;
    border-radius: 999px;
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-align: center;
}

body.smart-factory1-sizl .sf1-mobile-link-process .sf1-mobile-link-label {
    background: rgba(151, 27, 253, 0.08);
    color: var(--sf1-purple-deep);
}

body.smart-factory1-sizl .sf1-mobile-link-operating .sf1-mobile-link-label {
    background: var(--sf1-operating-soft);
    color: var(--sf1-operating-deep);
}

body.smart-factory1-sizl .sf1-mobile-link-arrow {
    position: relative;
    display: block;
    width: 0.2rem;
    height: 3.2rem;
    background: linear-gradient(180deg, var(--sf1-connector-soft) 0%, var(--sf1-connector-strong) 100%);
}

body.smart-factory1-sizl .sf1-mobile-link-arrow::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -0.1rem;
    width: 1rem;
    height: 1rem;
    border-left: 0.2rem solid var(--sf1-purple);
    border-bottom: 0.2rem solid var(--sf1-purple);
    transform: translateX(-50%) rotate(-45deg);
}

body.smart-factory1-sizl .sf1-mobile-link-operating .sf1-mobile-link-arrow {
    background: linear-gradient(180deg, rgba(35, 183, 201, 0.36) 0%, rgba(20, 127, 152, 0.92) 100%);
}

body.smart-factory1-sizl .sf1-mobile-link-operating .sf1-mobile-link-arrow::after {
    border-left-color: var(--sf1-operating);
    border-bottom-color: var(--sf1-operating);
}

body.smart-factory1-sizl .sf1-system-stage {
    display: grid;
    grid-template-columns: var(--sf1-side-card-column) minmax(0, 1fr) var(--sf1-side-card-column);
    column-gap: 0;
    row-gap: var(--sf1-system-stage-gap);
    align-items: center;
}

body.smart-factory1-sizl .sf1-side-stack {
    display: grid;
    gap: 1.4rem;
    position: relative;
    z-index: 1;
}

body.smart-factory1-sizl .sf1-side-stack-branch {
    display: grid;
    gap: var(--sf1-side-stack-gap);
    position: relative;
}

body.smart-factory1-sizl .sf1-side-stack-branch > .sf1-node-card {
    position: relative;
}

body.smart-factory1-sizl .sf1-side-stack-branch > .sf1-node-card.sf1-node-card-plain {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: var(--sf1-branch-main-card-height);
    padding: 1.2rem 1.4rem;
    text-align: center;
}

body.smart-factory1-sizl .sf1-node-card,
body.smart-factory1-sizl .sf1-solution-panel,
body.smart-factory1-sizl .sf1-monitor-card,
body.smart-factory1-sizl .sf1-factory-card {
    background: linear-gradient(180deg, #ffffff 0%, #fbf8ff 100%);
    border: 1px solid var(--sf1-line);
    box-shadow: 0 1.8rem 4rem rgba(78, 24, 136, 0.08);
}

body.smart-factory1-sizl .sf1-node-card {
    position: relative;
    padding: 1.6rem 1.4rem;
    border-radius: 2.8rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 249, 255, 0.95) 100%);
    border: 1px solid rgba(151, 27, 253, 0.1);
    box-shadow: 0 1rem 2.4rem rgba(78, 24, 136, 0.05);
}

body.smart-factory1-sizl .sf1-node-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.8rem;
    height: 4.8rem;
    margin-bottom: 0.5rem;
    color: rgba(100, 39, 210, 0.78);
}

body.smart-factory1-sizl .sf1-node-card-icon svg {
    width: 3.2rem;
    height: 3.2rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.smart-factory1-sizl .sf1-side-stack-left .sf1-side-stack-branch::before,
body.smart-factory1-sizl .sf1-side-stack-right .sf1-side-stack-branch::before,
body.smart-factory1-sizl .sf1-side-stack-left .sf1-side-stack-branch::after,
body.smart-factory1-sizl .sf1-side-stack-right .sf1-side-stack-branch::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

body.smart-factory1-sizl .sf1-side-stack-left .sf1-side-stack-branch::before,
body.smart-factory1-sizl .sf1-side-stack-right .sf1-side-stack-branch::before {
    top: calc(((100% - var(--sf1-side-stack-gap)) / 4) - 0.1rem);
    bottom: calc(((100% - var(--sf1-side-stack-gap)) / 4) - 0.1rem);
    width: 0.2rem;
    background: linear-gradient(180deg, var(--sf1-connector-soft) 0%, var(--sf1-connector-strong) 50%, var(--sf1-connector-soft) 100%);
}

body.smart-factory1-sizl .sf1-side-stack-left .sf1-side-stack-branch::before {
    right: calc((-1 * var(--sf1-stack-connector-offset)) - 0.1rem);
}

body.smart-factory1-sizl .sf1-side-stack-right .sf1-side-stack-branch::before {
    left: calc((-1 * var(--sf1-stack-connector-offset)) - 0.1rem);
}

body.smart-factory1-sizl .sf1-side-stack-left .sf1-side-stack-branch::after,
body.smart-factory1-sizl .sf1-side-stack-right .sf1-side-stack-branch::after {
    top: 50%;
    width: var(--sf1-stack-connector-bridge);
    height: 0.2rem;
    background: linear-gradient(90deg, var(--sf1-connector-strong) 0%, var(--sf1-connector-soft) 100%);
    transform: translateY(-50%);
}

body.smart-factory1-sizl .sf1-side-stack-left .sf1-side-stack-branch::after {
    right: calc(-1 * (var(--sf1-stack-connector-offset) + var(--sf1-stack-connector-bridge)));
}

body.smart-factory1-sizl .sf1-side-stack-right .sf1-side-stack-branch::after {
    left: calc(-1 * (var(--sf1-stack-connector-offset) + var(--sf1-stack-connector-bridge)));
    background: linear-gradient(90deg, var(--sf1-connector-soft) 0%, var(--sf1-connector-strong) 100%);
}

body.smart-factory1-sizl .sf1-side-stack-left .sf1-side-stack-branch > .sf1-node-card::after,
body.smart-factory1-sizl .sf1-side-stack-right .sf1-side-stack-branch > .sf1-node-card::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

body.smart-factory1-sizl .sf1-side-stack-left .sf1-side-stack-branch > .sf1-node-card::after,
body.smart-factory1-sizl .sf1-side-stack-right .sf1-side-stack-branch > .sf1-node-card::after {
    top: 50%;
    width: var(--sf1-stack-connector-offset);
    height: 0.2rem;
    background: linear-gradient(90deg, var(--sf1-connector-soft) 0%, var(--sf1-connector-strong) 100%);
    transform: translateY(-50%);
}

body.smart-factory1-sizl .sf1-side-stack-left .sf1-side-stack-branch > .sf1-node-card::after {
    right: calc(-1 * var(--sf1-stack-connector-offset));
}

body.smart-factory1-sizl .sf1-side-stack-right .sf1-side-stack-branch > .sf1-node-card::after {
    left: calc((-1 * var(--sf1-stack-connector-offset)) - 0.1rem);
    width: calc(var(--sf1-stack-connector-offset) + 0.1rem);
    height: 1.2rem;
    background: linear-gradient(90deg, var(--sf1-connector-soft) 0%, var(--sf1-connector-strong) 100%);
    clip-path: polygon(0 43%, 58% 43%, 58% 0, 100% 50%, 58% 100%, 58% 57%, 0 57%);
}

body.smart-factory1-sizl .sf1-node-subcard {
    width: min(18rem, calc(100% - 5.6rem));
    justify-self: center;
    padding: 1.6rem 1.8rem;
    border-radius: 1.6rem;
    background: #ffffff;
    border: 1px solid rgba(151, 27, 253, 0.22);
    box-shadow: 0 1.2rem 2.8rem rgba(78, 24, 136, 0.05);
}

body.smart-factory1-sizl .sf1-node-subcard p {
    margin: 0;
    color: var(--sf1-text);
    font-size: 1.9rem;
    line-height: 1.6;
    text-align: center;
    word-break: keep-all;
}

body.smart-factory1-sizl .sf1-node-subcard p + p {
    margin-top: 0.4rem;
}

@media all and (min-width:1401px) {
    body.smart-factory1-sizl .sf1-system-stage {
        grid-template-rows: auto auto;
        column-gap: 0;
        row-gap: 1.4rem;
    }

    body.smart-factory1-sizl .sf1-side-stack-left {
        display: contents;
    }

    body.smart-factory1-sizl .sf1-side-stack-left .sf1-side-stack-branch {
        grid-column: 1;
        grid-row: 1;
        align-self: center;
    }

    body.smart-factory1-sizl .sf1-side-stack-left .sf1-node-subcard {
        grid-column: 1;
        grid-row: 2;
        align-self: start;
        margin-top: 0;
    }

    body.smart-factory1-sizl .sf1-stage-flow {
        grid-column: 2;
        grid-row: 1;
        margin-inline: var(--sf1-system-stage-gap);
        align-self: center;
    }

    body.smart-factory1-sizl .sf1-side-stack-right {
        grid-column: 3;
        grid-row: 1;
        align-self: center;
    }

    body.smart-factory1-sizl .sf1-system-stage > .sf1-data-flow-cluster-process {
        grid-column: 2;
        grid-row: 2;
        justify-self: center;
        align-self: center;
    }

    body.smart-factory1-sizl .sf1-system-stage > .sf1-data-flow-cluster-operating {
        grid-column: 3;
        grid-row: 2;
        justify-self: center;
        align-self: end;
        margin: 0 0 -1.2rem;
    }
}

body.smart-factory1-sizl .sf1-node-card strong,
body.smart-factory1-sizl .sf1-panel-head strong,
body.smart-factory1-sizl .sf1-monitor-card strong,
body.smart-factory1-sizl .sf1-factory-card strong,
body.smart-factory1-sizl .sf1-factory-media figcaption strong {
    display: block;
    color: var(--sf1-text);
    font-weight: 700;
    letter-spacing: -0.03em;
}

body.smart-factory1-sizl .sf1-node-card strong {
    margin-top: 0.4rem;
    font-size: 1.95rem;
    line-height: 1.28;
}

body.smart-factory1-sizl .sf1-node-card.sf1-node-card-plain strong {
    margin-top: 0;
    width: auto;
    text-align: center;
}

body.smart-factory1-sizl .sf1-node-card ul,
body.smart-factory1-sizl .sf1-monitor-card ul,
body.smart-factory1-sizl .sf1-factory-card ul {
    margin-top: 1.6rem;
    display: grid;
    gap: 0.9rem;
}

body.smart-factory1-sizl .sf1-node-card ul li,
body.smart-factory1-sizl .sf1-monitor-card ul li,
body.smart-factory1-sizl .sf1-factory-card ul li {
    position: relative;
    padding-left: 1.6rem;
    color: var(--sf1-text-soft);
    font-size: 1.6rem;
    line-height: 1.7;
    word-break: keep-all;
}

body.smart-factory1-sizl .sf1-node-card ul li::before,
body.smart-factory1-sizl .sf1-monitor-card ul li::before,
body.smart-factory1-sizl .sf1-factory-card ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1rem;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--sf1-purple) 0%, var(--sf1-mint) 100%);
}

body.smart-factory1-sizl .sf1-monitor-card ul li,
body.smart-factory1-sizl .sf1-factory-card ul li {
    padding-left: 2.4rem;
    font-size: 1.7rem;
    line-height: 1.65;
}

body.smart-factory1-sizl .sf1-monitor-card ul li::before,
body.smart-factory1-sizl .sf1-factory-card ul li::before {
    top: 0.55rem;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 0;
    background: url("../../images/solution/check-box-gradient.svg") center / contain no-repeat;
}

body.smart-factory1-sizl .sf1-stage-flow {
    position: relative;
    padding: 3.8rem 4rem;
    border-radius: 3.2rem;
    background: linear-gradient(180deg, rgba(250, 245, 255, 0.96) 0%, rgba(255, 255, 255, 0.96) 100%);
    border: 1px solid rgba(151, 27, 253, 0.22);
    box-shadow: 0 1.8rem 4rem rgba(78, 24, 136, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    text-align: center;
    z-index: 2;
}

body.smart-factory1-sizl .sf1-stage-flow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(-1 * var(--sf1-stage-edge-connector));
    width: 0;
    height: 0.2rem;
    background: linear-gradient(90deg, var(--sf1-connector-strong) 0%, var(--sf1-connector-soft) 100%);
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 3;
}

body.smart-factory1-sizl .sf1-stage-flow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(-1 * var(--sf1-stage-edge-connector));
    width: 0;
    height: 0.2rem;
    background: linear-gradient(90deg, var(--sf1-connector-soft) 0%, var(--sf1-connector-strong) 100%);
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 3;
}

body.smart-factory1-sizl .sf1-flow-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2.8rem;
    z-index: 1;
}

body.smart-factory1-sizl .sf1-flow-steps li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 9.6rem;
    padding: 1.6rem 1.2rem;
    border-radius: 2.4rem;
    background: linear-gradient(180deg, #ffffff 0%, #f7f2ff 100%);
    border: 1px solid rgba(151, 27, 253, 0.15);
    box-shadow: 0 1.4rem 3.2rem rgba(78, 24, 136, 0.08);
    color: var(--sf1-text);
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    text-align: center;
}

body.smart-factory1-sizl .sf1-flow-steps li::after {
    content: "";
    position: absolute;
    right: -2.7rem;
    top: 50%;
    width: 2.8rem;
    height: 1.8rem;
    background: linear-gradient(90deg, var(--sf1-purple-deep) 0%, var(--sf1-purple) 100%);
    clip-path: polygon(0 38%, 54% 38%, 54% 0, 100% 50%, 54% 100%, 54% 62%, 0 62%);
    filter: drop-shadow(0 0.6rem 1.4rem rgba(100, 39, 210, 0.22));
    transform: translateY(-50%);
}

body.smart-factory1-sizl .sf1-flow-steps li:last-child::after {
    display: none;
}

body.smart-factory1-sizl .sf1-system-lower {
    --sf1-management-column: var(--sf1-side-card-column);
    --sf1-lower-column-gap: 3.2rem;
    --sf1-lower-row-gap: 2.8rem;
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--sf1-management-column);
    grid-template-areas:
        "monitoring management"
        "factory factory";
    gap: var(--sf1-lower-row-gap) var(--sf1-lower-column-gap);
    align-items: start;
}

body.smart-factory1-sizl .sf1-data-exchange-bridge {
    width: fit-content;
    margin: 0;
    justify-self: center;
    align-self: center;
}

body.smart-factory1-sizl .sf1-data-exchange-bridge .sf1-data-arrow {
    width: 3rem;
    height: 5.4rem;
}

body.smart-factory1-sizl .sf1-data-exchange-bridge .sf1-data-arrow svg {
    width: 5.8rem;
    height: 2.4rem;
}

body.smart-factory1-sizl .sf1-data-exchange-management {
    gap: 4.4rem;
    margin: 0 auto 1.4rem;
}

body.smart-factory1-sizl .sf1-data-exchange-management .sf1-data-arrow {
    width: 3rem;
    height: 5.4rem;
}

body.smart-factory1-sizl .sf1-data-exchange-management .sf1-data-arrow svg {
    width: 5.8rem;
    height: 2.4rem;
}

body.smart-factory1-sizl .sf1-data-exchange-management-stack {
    gap: 4.4rem;
    margin: 0 auto;
}

body.smart-factory1-sizl .sf1-data-exchange-management-stack .sf1-data-arrow {
    width: 3rem;
    height: 5.4rem;
}

body.smart-factory1-sizl .sf1-data-exchange-management-stack .sf1-data-arrow svg {
    width: 5.8rem;
    height: 2.4rem;
}

body.smart-factory1-sizl .sf1-data-exchange-management-tail {
    margin: 0 auto;
}

body.smart-factory1-sizl .sf1-monitoring-track,
body.smart-factory1-sizl .sf1-management-track,
body.smart-factory1-sizl .sf1-factory-zone {
    position: relative;
    padding-top: 4rem;
}

body.smart-factory1-sizl .sf1-monitoring-track {
    grid-area: monitoring;
    padding-top: 0;
}

body.smart-factory1-sizl .sf1-management-track {
    grid-area: management;
    display: flex;
    width: 100%;
    max-width: var(--sf1-management-column);
    align-self: stretch;
    justify-self: end;
    padding-top: 0;
}

body.smart-factory1-sizl .sf1-factory-zone {
    grid-area: factory;
    padding-top: 0;
}

body.smart-factory1-sizl .sf1-monitoring-track::before,
body.smart-factory1-sizl .sf1-management-track::before,
body.smart-factory1-sizl .sf1-factory-zone::before {
    content: "";
    position: absolute;
    top: 0;
    width: 0.2rem;
    height: 4rem;
    background: linear-gradient(180deg, var(--sf1-connector-soft) 0%, var(--sf1-connector-strong) 100%);
}

body.smart-factory1-sizl .sf1-monitoring-track::before {
    display: none;
}

body.smart-factory1-sizl .sf1-management-track::before {
    display: none;
}

body.smart-factory1-sizl .sf1-factory-zone::before {
    display: none;
}

body.smart-factory1-sizl .sf1-track-label {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

body.smart-factory1-sizl .sf1-solution-panel {
    padding: 3rem;
    border-radius: 3.2rem;
}

body.smart-factory1-sizl .sf1-solution-panel-monitoring {
    max-width: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

body.smart-factory1-sizl .sf1-solution-panel-monitoring-overview {
    padding: 4.8rem 4rem 3.6rem;
    overflow: visible;
}

body.smart-factory1-sizl .sf1-solution-panel-factory-overview {
    padding: 4.8rem 4rem 3.6rem;
    overflow: visible;
}

body.smart-factory1-sizl .sf1-panel-head strong {
    margin-top: 1.4rem;
    font-size: 2.8rem;
    line-height: 1.35;
}

body.smart-factory1-sizl .sf1-panel-head p {
    margin-top: 1.5rem;
}

body.smart-factory1-sizl .sf1-monitor-overview-head strong {
    display: block;
    margin: 0;
    color: var(--sf1-text);
    font-size: 4.8rem;
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.04em;
}

body.smart-factory1-sizl .sf1-section-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.4rem;
    padding: 0.8rem 1.5rem;
    border-radius: 999px;
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1;
}

body.smart-factory1-sizl .sf1-section-eyebrow-process {
    background: rgba(151, 27, 253, 0.08);
    color: var(--sf1-purple-deep);
}

body.smart-factory1-sizl .sf1-section-eyebrow-operating {
    background: rgba(35, 183, 201, 0.12);
    color: var(--sf1-operating-deep);
}

body.smart-factory1-sizl .sf1-monitor-overview-head p {
    max-width: none;
    margin: 2rem 0 0;
    color: var(--sf1-text-soft);
    font-size: 2rem;
    line-height: 1.7;
    white-space: nowrap;
    word-break: keep-all;
}

body.smart-factory1-sizl .sf1-monitor-overview-subcopy {
    max-width: 70rem;
    margin-top: 1.4rem;
    color: var(--sf1-text-soft);
    font-size: 1.7rem;
    line-height: 1.7;
    white-space: normal;
}

body.smart-factory1-sizl .sf1-monitor-overview-head-factory em {
    display: block;
    margin-top: 1.4rem;
    color: var(--sf1-purple);
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}

body.smart-factory1-sizl .sf1-monitor-overview-head-factory strong {
    font-size: 4.8rem;
    line-height: 1.08;
}

body.smart-factory1-sizl .sf1-monitor-overview-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.4rem;
    margin-top: 5.6rem;
}

body.smart-factory1-sizl .sf1-monitor-overview-card {
    position: relative;
    min-height: 34rem;
    padding: 3.6rem 3rem 3.2rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(251, 247, 255, 0.98)) padding-box,
        linear-gradient(145deg, rgba(236, 227, 255, 0.98), rgba(151, 27, 253, 0.24)) border-box;
    border: 1px solid transparent;
    border-radius: 3.2rem;
    box-shadow: 0 1.8rem 4.2rem rgba(85, 40, 124, 0.08);
    overflow: hidden;
}

body.smart-factory1-sizl .sf1-monitor-overview-card::before {
    content: "";
    position: absolute;
    right: -6rem;
    top: -6rem;
    width: 18rem;
    height: 18rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(216, 180, 254, 0.22), rgba(216, 180, 254, 0) 72%);
    pointer-events: none;
}

body.smart-factory1-sizl .sf1-monitor-overview-icon {
    position: relative;
    z-index: 1;
    display: block;
    width: 7.6rem;
    height: 7.6rem;
}

body.smart-factory1-sizl .sf1-monitor-overview-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(16%) sepia(98%) saturate(5798%) hue-rotate(271deg) brightness(104%) contrast(98%);
}

body.smart-factory1-sizl .sf1-monitor-overview-icon-factory {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body.smart-factory1-sizl .sf1-monitor-overview-icon-factory img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body.smart-factory1-sizl .sf1-monitor-overview-text {
    position: relative;
    z-index: 1;
    margin-top: 2.4rem;
}

body.smart-factory1-sizl .sf1-monitor-overview-text strong {
    display: block;
    color: var(--sf1-text);
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

body.smart-factory1-sizl .sf1-monitor-overview-text em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.1rem;
    padding: 0.8rem 1.6rem;
    border-radius: 999px;
    background: rgba(151, 27, 253, 0.08);
    color: var(--sf1-purple);
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
}

body.smart-factory1-sizl .sf1-monitor-overview-text p {
    margin-top: 2.2rem;
    color: var(--sf1-text-soft);
    font-size: 1.7rem;
    line-height: 1.7;
    word-break: keep-all;
}

body.smart-factory1-sizl .sf1-monitor-overview-cards-detail {
    margin-top: 4.8rem;
}

body.smart-factory1-sizl .sf1-monitor-overview-cards-factory {
    margin-top: 4.8rem;
}

body.smart-factory1-sizl .sf1-monitor-overview-card-detail {
    min-height: 0;
    padding: 3rem 3rem 2.8rem;
}

body.smart-factory1-sizl .sf1-monitor-overview-text-detail strong {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.24;
}

body.smart-factory1-sizl .sf1-solution-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
    padding: 0.8rem 1.4rem;
    border-radius: 999px;
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.06em;
}

body.smart-factory1-sizl .sf1-solution-badge-process {
    background: rgba(151, 27, 253, 0.08);
    color: var(--sf1-purple-deep);
}

body.smart-factory1-sizl .sf1-solution-badge-operating {
    background: rgba(35, 183, 201, 0.12);
    color: var(--sf1-operating-deep);
}

body.smart-factory1-sizl .sf1-monitor-overview-card-detail .sf1-monitor-overview-text-detail {
    margin-top: 0;
}

body.smart-factory1-sizl .sf1-monitor-overview-text-detail ul {
    margin-top: 2rem;
    display: grid;
    gap: 1rem;
}

body.smart-factory1-sizl .sf1-monitor-overview-text-detail ul li {
    position: relative;
    padding-left: 2.4rem;
    color: var(--sf1-text-soft);
    font-size: 1.7rem;
    line-height: 1.65;
    word-break: keep-all;
}

body.smart-factory1-sizl .sf1-monitor-overview-text-detail ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 1.4rem;
    height: 1.4rem;
    background: url("../../images/solution/check-box-gradient.svg") center / contain no-repeat;
}

body.smart-factory1-sizl .sf1-monitoring-body {
    padding: 3rem;
}

body.smart-factory1-sizl .sf1-monitor-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.6rem;
    margin-top: 2.4rem;
}

body.smart-factory1-sizl .sf1-monitor-card,
body.smart-factory1-sizl .sf1-factory-card {
    padding: 2.6rem 2.2rem;
    border-radius: 2.6rem;
}

body.smart-factory1-sizl .sf1-monitor-card {
    padding-top: 0;
    overflow: hidden;
}

body.smart-factory1-sizl .sf1-monitor-card-head {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -2.2rem 2.2rem;
    padding: 2.4rem 2.2rem 2.2rem;
    background: linear-gradient(135deg, rgba(248, 239, 255, 0.98) 0%, rgba(236, 224, 255, 0.98) 100%);
    border-bottom: 1px solid rgba(151, 27, 253, 0.18);
}

body.smart-factory1-sizl .sf1-monitor-card-head::after {
    display: none;
}

body.smart-factory1-sizl .sf1-monitor-card-head .sf1-card-index {
    display: none;
}

body.smart-factory1-sizl .sf1-card-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.4rem;
    height: 4.4rem;
    margin-bottom: 1.6rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--sf1-purple-deep) 0%, var(--sf1-purple) 100%);
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

body.smart-factory1-sizl .sf1-factory-card strong {
    font-size: 2.2rem;
    line-height: 1.35;
}

body.smart-factory1-sizl .sf1-monitor-card strong {
    margin: 0;
    font-size: 2.2rem;
    line-height: 1.35;
    color: var(--sf1-purple-deep);
    text-align: center;
}

body.smart-factory1-sizl .sf1-monitor-card ul {
    margin-top: 0;
}

body.smart-factory1-sizl .sf1-management-track {
    min-height: 100%;
}

body.smart-factory1-sizl .sf1-management-track::after {
    display: none;
}

body.smart-factory1-sizl .sf1-management-nodes {
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-rows: minmax(var(--sf1-branch-main-card-height), auto) auto minmax(var(--sf1-branch-main-card-height), auto) auto;
    align-content: space-between;
    justify-items: stretch;
    gap: 0;
}

body.smart-factory1-sizl .sf1-node-card-compact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: var(--sf1-branch-main-card-height);
    padding: 1.2rem 1.4rem;
    text-align: center;
}

body.smart-factory1-sizl .sf1-node-card-compact .sf1-node-type {
    margin-bottom: 0;
}

body.smart-factory1-sizl .sf1-node-card-compact strong {
    margin-top: 0;
    width: auto;
    text-align: center;
}

body.smart-factory1-sizl .sf1-factory-zone .sf1-track-label {
    left: calc(100% - (var(--sf1-management-column) / 2));
}

body.smart-factory1-sizl .sf1-solution-panel-factory {
    padding: 0;
    overflow: hidden;
}

body.smart-factory1-sizl .sf1-solution-panel-factory.sf1-solution-panel-factory-overview {
    padding: 4.8rem 4rem 3.6rem;
    overflow: visible;
}

body.smart-factory1-sizl .sf1-factory-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(20rem, 25rem) minmax(0, 1fr);
    gap: 3.2rem;
    align-items: center;
    padding: 3.8rem 4.4rem;
    background:
        linear-gradient(135deg, rgba(63, 36, 102, 0.9) 0%, rgba(112, 68, 193, 0.8) 56%, rgba(185, 128, 255, 0.72) 100%),
        url("../../images/solution/sec6-bg.png") center / cover no-repeat;
}

body.smart-factory1-sizl .sf1-factory-hero-monitoring {
    grid-template-columns: minmax(27rem, 31rem) minmax(0, 1fr);
}

body.smart-factory1-sizl .sf1-factory-hero-title {
    position: relative;
    z-index: 1;
    padding-right: 3.2rem;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}

body.smart-factory1-sizl .sf1-factory-hero-title strong {
    margin: 0;
    color: #ffffff;
    font-size: clamp(3.4rem, 3.5vw, 4.8rem);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.05em;
}

body.smart-factory1-sizl .sf1-factory-hero-monitoring .sf1-factory-hero-title strong {
    font-size: clamp(2.9rem, 3vw, 4rem);
    line-height: 1.04;
}

body.smart-factory1-sizl .sf1-factory-hero-title em {
    display: block;
    margin-top: 1.4rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.03em;
}

body.smart-factory1-sizl .sf1-factory-hero p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 2rem;
    line-height: 1.8;
    word-break: keep-all;
}

body.smart-factory1-sizl .sf1-factory-body {
    padding: 3rem;
}

body.smart-factory1-sizl .sf1-factory-showcase {
    margin: 0;
    border-radius: 2.8rem;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #fbf8ff 100%);
    border: 1px solid var(--sf1-line);
    box-shadow: 0 1.8rem 4rem rgba(78, 24, 136, 0.08);
}

body.smart-factory1-sizl .sf1-factory-showcase img {
    display: block;
    width: 100%;
    height: auto;
}

body.smart-factory1-sizl .sf1-factory-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.6rem;
    margin-top: 0;
}

@media all and (max-width:1400px) {
    body.smart-factory1-sizl #container.sub_page.smart_factory.smart-factory1-sizl-page {
        margin-top: 5.4rem;
        padding-bottom: 10rem;
    }

    body.smart-factory1-sizl #content {
        margin-top: -1.4rem;
    }

    body.smart-factory1-sizl .sf1-section.sf1-overview {
        width: calc(100% - 8rem);
    }

    body.smart-factory1-sizl .sf1-section.sf1-overview > .inner {
        width: calc(100% - 8rem);
        padding: 0 0 7rem;
    }

    body.smart-factory1-sizl .sf1-system-stage,
    body.smart-factory1-sizl .sf1-system-lower {
        grid-template-columns: 1fr;
    }

    body.smart-factory1-sizl .sf1-system-lower {
        grid-template-areas:
            "monitoring"
            "management"
            "factory";
    }

    body.smart-factory1-sizl .sf1-data-exchange-bridge {
        margin: -0.4rem auto 1.2rem;
    }

    body.smart-factory1-sizl .sf1-system-stage > .sf1-data-flow-cluster-operating {
        justify-self: center;
        margin: 0.4rem auto -1.2rem;
    }

    body.smart-factory1-sizl .sf1-side-stack-branch {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.smart-factory1-sizl .sf1-monitor-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.smart-factory1-sizl .sf1-solution-panel-monitoring-overview {
        padding: 4rem 3.2rem 3.2rem;
    }

    body.smart-factory1-sizl .sf1-monitor-overview-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 4.4rem;
    }

    body.smart-factory1-sizl .sf1-management-track {
        max-width: none;
        justify-self: stretch;
    }

    body.smart-factory1-sizl .sf1-side-stack-left .sf1-side-stack-branch::before,
    body.smart-factory1-sizl .sf1-side-stack-right .sf1-side-stack-branch::before,
    body.smart-factory1-sizl .sf1-side-stack-left .sf1-side-stack-branch::after,
    body.smart-factory1-sizl .sf1-side-stack-right .sf1-side-stack-branch::after,
    body.smart-factory1-sizl .sf1-side-stack-left .sf1-side-stack-branch > .sf1-node-card::after,
    body.smart-factory1-sizl .sf1-side-stack-right .sf1-side-stack-branch > .sf1-node-card::after,
    body.smart-factory1-sizl .sf1-stage-flow::before,
    body.smart-factory1-sizl .sf1-stage-flow::after,
    body.smart-factory1-sizl .sf1-management-track::after,
    body.smart-factory1-sizl .sf1-factory-zone::before {
        display: none;
    }

    body.smart-factory1-sizl .sf1-node-subcard {
        width: min(24rem, 100%);
    }

    body.smart-factory1-sizl .sf1-factory-hero {
        grid-template-columns: 1fr;
        gap: 2.2rem;
        padding: 3.2rem;
    }

    body.smart-factory1-sizl .sf1-factory-hero-monitoring {
        grid-template-columns: 1fr;
    }

    body.smart-factory1-sizl .sf1-factory-hero-title {
        padding-right: 0;
        padding-bottom: 2rem;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }

    body.smart-factory1-sizl .sf1-factory-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media all and (max-width:980px) {
    body.smart-factory1-sizl .sf1-overview-head h3 {
        font-size: clamp(4.2rem, 8vw, 5.8rem);
    }

    body.smart-factory1-sizl .sf1-data-exchange {
        gap: 3.8rem;
        margin: -0.2rem auto 1.4rem;
    }

    body.smart-factory1-sizl .sf1-data-exchange-bridge {
        gap: 3.8rem;
        margin: -0.2rem auto 1rem;
    }

    body.smart-factory1-sizl .sf1-data-arrow {
        width: 3.2rem;
        height: 5.8rem;
    }

    body.smart-factory1-sizl .sf1-data-arrow svg {
        width: 6.2rem;
        height: 2.5rem;
    }

    body.smart-factory1-sizl .sf1-data-exchange-bridge .sf1-data-arrow {
        width: 3.2rem;
        height: 5.8rem;
    }

    body.smart-factory1-sizl .sf1-data-exchange-bridge .sf1-data-arrow svg {
        width: 6.2rem;
        height: 2.5rem;
    }

    body.smart-factory1-sizl .sf1-data-exchange-management {
        gap: 3.8rem;
        margin-bottom: 1.2rem;
    }

    body.smart-factory1-sizl .sf1-data-exchange-management .sf1-data-arrow {
        width: 3.2rem;
        height: 5.8rem;
    }

    body.smart-factory1-sizl .sf1-data-exchange-management .sf1-data-arrow svg {
        width: 6.2rem;
        height: 2.5rem;
    }

    body.smart-factory1-sizl .sf1-data-exchange-management-stack {
        gap: 3.8rem;
    }

    body.smart-factory1-sizl .sf1-data-exchange-management-stack .sf1-data-arrow {
        width: 3.2rem;
        height: 5.8rem;
    }

    body.smart-factory1-sizl .sf1-data-exchange-management-stack .sf1-data-arrow svg {
        width: 6.2rem;
        height: 2.5rem;
    }

    body.smart-factory1-sizl .sf1-data-flow-label,
    body.smart-factory1-sizl .sf1-section-eyebrow,
    body.smart-factory1-sizl .sf1-solution-badge {
        font-size: 1.2rem;
        padding: 0.7rem 1.3rem;
    }

    body.smart-factory1-sizl .sf1-data-flow-label {
        max-width: 32rem;
        white-space: normal;
    }

    body.smart-factory1-sizl .sf1-hero-badge {
        width: min(100%, 42rem);
        justify-content: center;
        padding: 0 2.8rem;
        min-height: 7.4rem;
        font-size: clamp(3.4rem, 6vw, 4.2rem);
        font-weight: 800;
        line-height: 1.15;
        text-align: center;
        word-break: keep-all;
    }

    body.smart-factory1-sizl .sf1-stage-flow::before {
        left: 50%;
        right: auto;
        top: 5.2rem;
        bottom: 5.2rem;
        width: 0.2rem;
        height: auto;
        transform: translateX(-50%);
    }

    body.smart-factory1-sizl .sf1-flow-steps {
        grid-template-columns: 1fr;
    }

    body.smart-factory1-sizl .sf1-flow-steps li::after {
        left: 50%;
        right: auto;
        top: auto;
        bottom: -2.4rem;
        transform: translateX(-50%) rotate(90deg);
    }

    body.smart-factory1-sizl .sf1-monitor-grid {
        grid-template-columns: 1fr;
    }

    body.smart-factory1-sizl .sf1-monitor-overview-head p {
        white-space: normal;
    }

    body.smart-factory1-sizl .sf1-solution-panel-monitoring-overview {
        padding: 3.2rem 2.6rem 2.8rem;
    }

    body.smart-factory1-sizl .sf1-solution-panel-factory-overview {
        padding: 3.2rem 2.6rem 2.8rem;
    }

    body.smart-factory1-sizl .sf1-monitor-overview-head strong {
        font-size: clamp(4rem, 8vw, 5.8rem);
    }

    body.smart-factory1-sizl .sf1-monitor-overview-head p {
        font-size: 1.9rem;
    }

    body.smart-factory1-sizl .sf1-monitor-overview-subcopy {
        font-size: 1.6rem;
    }

    body.smart-factory1-sizl .sf1-monitor-overview-head-factory em {
        font-size: 1.8rem;
    }

    body.smart-factory1-sizl .sf1-monitor-overview-head-factory strong {
        font-size: clamp(3.6rem, 5vw, 4.8rem);
    }

    body.smart-factory1-sizl .sf1-monitor-overview-cards {
        grid-template-columns: 1fr;
        margin-top: 3.6rem;
    }

    body.smart-factory1-sizl .sf1-monitor-overview-cards-detail {
        margin-top: 3.6rem;
    }

    body.smart-factory1-sizl .sf1-monitor-overview-cards-factory {
        margin-top: 3.6rem;
    }

    body.smart-factory1-sizl .sf1-monitoring-body {
        padding: 2.6rem;
    }

    body.smart-factory1-sizl .sf1-factory-cards {
        grid-template-columns: 1fr;
    }

    body.smart-factory1-sizl .sf1-factory-hero {
        padding: 2.8rem 2.6rem;
    }

    body.smart-factory1-sizl .sf1-factory-hero p {
        font-size: 1.8rem;
        line-height: 1.7;
    }
}

@media all and (max-width:640px) {
    body.smart-factory1-sizl .sf1-data-exchange,
    body.smart-factory1-sizl .sf1-system-stage,
    body.smart-factory1-sizl .sf1-management-track {
        display: none;
    }

    body.smart-factory1-sizl .sf1-mobile-story {
        display: block;
    }

    body.smart-factory1-sizl .sf1-mobile-story-process {
        margin-bottom: 2.8rem;
    }

    body.smart-factory1-sizl .sf1-mobile-stepper-wrap {
        overflow: visible;
        margin: 0;
        padding: 0;
    }

    body.smart-factory1-sizl .sf1-mobile-stepper {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
        width: 100%;
        min-width: 0;
        margin: 0;
        padding: 0;
        white-space: normal;
    }

    body.smart-factory1-sizl .sf1-mobile-stepper li {
        box-sizing: border-box;
        min-width: 0;
        width: 100%;
    }

    body.smart-factory1-sizl .sf1-mobile-stepper li::after {
        display: none;
    }

    body.smart-factory1-sizl .sf1-mobile-stepper li:last-child {
        grid-column: 1 / -1;
        max-width: 16rem;
        justify-self: center;
    }

    body.smart-factory1-sizl .sf1-system-map {
        gap: 2.8rem;
    }

    body.smart-factory1-sizl .sf1-system-lower {
        display: flex;
        flex-direction: column;
        gap: 2.8rem;
    }

    body.smart-factory1-sizl .sf1-monitoring-track {
        order: 1;
    }

    body.smart-factory1-sizl .sf1-mobile-story-operating {
        order: 2;
        display: grid;
        justify-items: center;
        width: min(100%, 34rem);
        margin: 0 auto;
        align-self: center;
    }

    body.smart-factory1-sizl .sf1-factory-zone {
        order: 3;
    }

    body.smart-factory1-sizl .sf1-mobile-flow-card-operating,
    body.smart-factory1-sizl .sf1-mobile-link-operating {
        width: 100%;
    }

    body.smart-factory1-sizl .sf1-monitor-overview-head strong {
        font-size: clamp(3.2rem, 8vw, 4rem);
        line-height: 1.12;
    }

    body.smart-factory1-sizl .sf1-monitor-overview-head p {
        font-size: 1.7rem;
        line-height: 1.7;
    }

    body.smart-factory1-sizl .sf1-monitor-overview-subcopy {
        font-size: 1.5rem;
        line-height: 1.65;
    }

    body.smart-factory1-sizl .sf1-monitor-overview-cards,
    body.smart-factory1-sizl .sf1-monitor-overview-cards-detail,
    body.smart-factory1-sizl .sf1-monitor-overview-cards-factory {
        margin-top: 2.8rem;
    }

    body.smart-factory1-sizl .sf1-solution-badge {
        display: none;
    }

    body.smart-factory1-sizl .sf1-side-stack-branch {
        grid-template-columns: 1fr;
    }
}

@media all and (max-width:480px) {
    body.smart-factory1-sizl {
        --sf1-page-max: calc(100% - 4rem);
        --sf1-page-inner: calc(100% - 4rem);
    }

    body.smart-factory1-sizl #container.sub_page.smart_factory.smart-factory1-sizl-page {
        margin-top: 4.2rem;
        padding-bottom: 8rem;
    }

    body.smart-factory1-sizl .sf1-section.sf1-overview {
        width: calc(100% - 4rem);
        border-radius: 3rem;
    }

    body.smart-factory1-sizl .sf1-section.sf1-overview > .inner {
        width: calc(100% - 4rem);
        padding: 0 0 5rem;
    }

    body.smart-factory1-sizl .sf1-overview-head h3 {
        font-size: 4rem;
    }

    body.smart-factory1-sizl .sf1-data-exchange {
        gap: 2.8rem;
        margin: 0 auto 1.2rem;
    }

    body.smart-factory1-sizl .sf1-data-exchange-bridge {
        gap: 2.8rem;
        margin: 0 auto 0.8rem;
    }

    body.smart-factory1-sizl .sf1-data-arrow {
        width: 2.8rem;
        height: 5rem;
    }

    body.smart-factory1-sizl .sf1-data-arrow svg {
        width: 5.4rem;
        height: 2.2rem;
    }

    body.smart-factory1-sizl .sf1-data-exchange-bridge .sf1-data-arrow {
        width: 2.8rem;
        height: 5rem;
    }

    body.smart-factory1-sizl .sf1-data-exchange-bridge .sf1-data-arrow svg {
        width: 5.4rem;
        height: 2.2rem;
    }

    body.smart-factory1-sizl .sf1-data-exchange-management {
        gap: 2.8rem;
        margin-bottom: 1rem;
    }

    body.smart-factory1-sizl .sf1-data-exchange-management .sf1-data-arrow {
        width: 2.8rem;
        height: 5rem;
    }

    body.smart-factory1-sizl .sf1-data-exchange-management .sf1-data-arrow svg {
        width: 5.4rem;
        height: 2.2rem;
    }

    body.smart-factory1-sizl .sf1-data-exchange-management-stack {
        gap: 2.8rem;
    }

    body.smart-factory1-sizl .sf1-data-exchange-management-stack .sf1-data-arrow {
        width: 2.8rem;
        height: 5rem;
    }

    body.smart-factory1-sizl .sf1-data-exchange-management-stack .sf1-data-arrow svg {
        width: 5.4rem;
        height: 2.2rem;
    }

    body.smart-factory1-sizl .sf1-mobile-summary {
        font-size: 1.6rem;
        line-height: 1.7;
    }

    body.smart-factory1-sizl .sf1-mobile-flow-card {
        padding: 2.2rem 2rem;
        border-radius: 2.6rem;
    }

    body.smart-factory1-sizl .sf1-mobile-flow-kicker {
        margin-bottom: 1.4rem;
        font-size: 1.1rem;
        padding: 0.7rem 1.2rem;
    }

    body.smart-factory1-sizl .sf1-mobile-stepper {
        gap: 1.2rem;
    }

    body.smart-factory1-sizl .sf1-mobile-stepper li {
        min-width: 8.2rem;
        min-height: 5rem;
        padding: 0 1.4rem;
        font-size: 1.5rem;
    }

    body.smart-factory1-sizl .sf1-mobile-operating-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }

    body.smart-factory1-sizl .sf1-mobile-operating-grid li {
        min-height: 5.6rem;
        font-size: 1.5rem;
    }

    body.smart-factory1-sizl .sf1-mobile-link {
        gap: 0.8rem;
        margin-top: 1.4rem;
    }

    body.smart-factory1-sizl .sf1-mobile-link-label {
        font-size: 1.1rem;
        padding: 0.7rem 1.2rem;
    }

    body.smart-factory1-sizl .sf1-mobile-link-arrow {
        height: 2.8rem;
    }

    body.smart-factory1-sizl .sf1-hero-badge {
        width: min(100%, 35rem);
        min-height: 6.4rem;
        padding: 0 2rem;
        border-radius: 3.2rem;
        font-size: clamp(2.8rem, 8.2vw, 3.6rem);
        line-height: 1.12;
    }

    body.smart-factory1-sizl .sf1-data-flow-label,
    body.smart-factory1-sizl .sf1-section-eyebrow,
    body.smart-factory1-sizl .sf1-solution-badge {
        font-size: 1.1rem;
        padding: 0.7rem 1.2rem;
    }

    body.smart-factory1-sizl .sf1-data-flow-label {
        max-width: 100%;
        white-space: normal;
    }

    body.smart-factory1-sizl .sf1-overview-desc,
    body.smart-factory1-sizl .sf1-stage-flow > p,
    body.smart-factory1-sizl .sf1-panel-head p,
    body.smart-factory1-sizl .sf1-node-card p {
        font-size: 1.7rem;
    }

    body.smart-factory1-sizl .sf1-track-label {
        white-space: normal;
        width: calc(100% - 4rem);
        text-align: center;
    }

    body.smart-factory1-sizl .sf1-node-card,
    body.smart-factory1-sizl .sf1-solution-panel,
    body.smart-factory1-sizl .sf1-monitor-card,
    body.smart-factory1-sizl .sf1-factory-card {
        padding: 2.4rem 2rem;
        border-radius: 2.4rem;
    }

    body.smart-factory1-sizl .sf1-monitor-card {
        padding: 0 2rem 2.4rem;
    }

    body.smart-factory1-sizl .sf1-solution-panel-monitoring-overview {
        padding: 2.8rem 2rem 2.4rem;
    }

    body.smart-factory1-sizl .sf1-solution-panel-factory-overview {
        padding: 2.8rem 2rem 2.4rem;
    }

    body.smart-factory1-sizl .sf1-monitor-overview-head strong {
        font-size: 4rem;
    }

    body.smart-factory1-sizl .sf1-monitor-overview-head p {
        font-size: 1.7rem;
        line-height: 1.7;
    }

    body.smart-factory1-sizl .sf1-monitor-overview-subcopy {
        font-size: 1.5rem;
    }

    body.smart-factory1-sizl .sf1-monitor-overview-head-factory em {
        font-size: 1.7rem;
    }

    body.smart-factory1-sizl .sf1-monitor-overview-card {
        min-height: 0;
        padding: 3rem 2.4rem 2.8rem;
        border-radius: 2.8rem;
    }

    body.smart-factory1-sizl .sf1-monitor-overview-card-detail {
        padding: 2.6rem 2.4rem 2.6rem;
    }

    body.smart-factory1-sizl .sf1-monitor-overview-icon {
        width: 6.8rem;
        height: 6.8rem;
    }

    body.smart-factory1-sizl .sf1-monitor-overview-head-factory strong {
        font-size: 3.4rem;
    }

    body.smart-factory1-sizl .sf1-monitor-overview-text {
        margin-top: 2rem;
    }

    body.smart-factory1-sizl .sf1-monitor-overview-text strong {
        font-size: 2.6rem;
    }

    body.smart-factory1-sizl .sf1-monitor-overview-text em {
        font-size: 1.5rem;
    }

    body.smart-factory1-sizl .sf1-monitor-overview-text p {
        margin-top: 1.8rem;
        font-size: 1.6rem;
    }

    body.smart-factory1-sizl .sf1-monitor-overview-text-detail strong {
        font-size: 2.5rem;
        font-weight: 800;
    }

    body.smart-factory1-sizl .sf1-monitor-overview-text-detail ul {
        margin-top: 2rem;
    }

    body.smart-factory1-sizl .sf1-monitor-overview-text-detail ul li {
        font-size: 1.6rem;
    }

    body.smart-factory1-sizl .sf1-monitor-card-head {
        margin: 0 -2rem 2rem;
        padding: 1.6rem 1.8rem;
    }

    body.smart-factory1-sizl .sf1-monitor-card-head::after {
        display: none;
    }

    body.smart-factory1-sizl .sf1-node-card strong,
    body.smart-factory1-sizl .sf1-monitor-card strong,
    body.smart-factory1-sizl .sf1-factory-card strong,
    body.smart-factory1-sizl .sf1-factory-hero-title strong {
        font-size: 2rem;
    }

    body.smart-factory1-sizl .sf1-factory-hero-monitoring .sf1-factory-hero-title strong {
        font-size: 2rem;
    }

    body.smart-factory1-sizl .sf1-flow-steps li {
        min-height: 8.4rem;
        font-size: 1.8rem;
    }

    body.smart-factory1-sizl .sf1-factory-body {
        padding: 2.4rem 2rem;
    }

    body.smart-factory1-sizl .sf1-monitoring-body {
        padding: 2.4rem 2rem;
    }

    body.smart-factory1-sizl .sf1-factory-hero-title em {
        font-size: 1.7rem;
    }

    body.smart-factory1-sizl .sf1-factory-hero p {
        font-size: 1.7rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.smart-factory1-sizl .sf1-data-arrow .chevron {
        animation: none;
        opacity: 1;
        transform: none;
    }
}
