:root {
        --stem-orange: #ff6a00;
        --stem-orange-2: #ff9a2f;
        --stem-brown: #8a331f;
        --stem-dark: #242424;
        --stem-text: #5f5f5f;
        --stem-bg: #fff8ef;
        --stem-soft: #fff1df;
        --stem-white: #ffffff;
    }

    #primary.stem-software-page {
        overflow: hidden;
        background: #fff;
    }

    .stem-container {
        width: min(1320px, calc(100% - 32px));
        margin: 0 auto;
    }

    .stem-btn {
        min-height: 54px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 30px;
        border-radius: 999px;
        font-weight: 800;
        text-decoration: none;
        transition: 0.25s ease;
        border: 2px solid transparent;
    }

    .stem-btn-primary {
        background: linear-gradient(135deg, var(--stem-orange), var(--stem-orange-2));
        color: #fff;
        box-shadow: 0 14px 32px rgba(255, 106, 0, 0.24);
    }

    .stem-btn-primary:hover {
        color: #fff;
        transform: translateY(-3px);
        box-shadow: 0 18px 40px rgba(255, 106, 0, 0.32);
    }

    .stem-btn-outline {
        background: #fff;
        color: var(--stem-orange);
        border-color: var(--stem-orange);
    }

    .stem-btn-outline:hover {
        color: #fff;
        background: var(--stem-orange);
        transform: translateY(-3px);
    }

    .stem-section {
        position: relative;
        padding: 90px 0;
    }

    .stem-section-title {
        margin: 0;
        color: var(--stem-brown);
        font-size: clamp(32px, 4vw, 52px);
        line-height: 1.15;
        font-weight: 900;
        text-align: center;
    }

    .stem-section-desc {
        max-width: 820px;
        margin: 18px auto 0;
        color: var(--stem-text);
        font-size: 18px;
        line-height: 1.8;
        text-align: center;
        font-weight: 500;
    }

    .stem-section-line {
        width: 96px;
        height: 5px;
        margin: 22px auto 52px;
        border-radius: 99px;
        background: linear-gradient(90deg, var(--stem-orange), var(--stem-orange-2));
    }

    /* HERO */
    .software-hero {
        position: relative;
        padding: 110px 0 100px;
        background:
            radial-gradient(circle at 10% 12%, rgba(255, 154, 47, 0.18), transparent 28%),
            radial-gradient(circle at 85% 16%, rgba(255, 106, 0, 0.14), transparent 30%),
            linear-gradient(135deg, #fffaf4 0%, #fff1df 100%);
    }

    .software-hero::before {
        content: "";
        position: absolute;
        left: -110px;
        bottom: -120px;
        width: 420px;
        height: 420px;
        border-radius: 50%;
        background: rgba(255, 154, 47, 0.14);
    }

    .software-hero::after {
        content: "";
        position: absolute;
        right: -120px;
        top: -120px;
        width: 420px;
        height: 420px;
        border-radius: 50%;
        background: rgba(255, 106, 0, 0.08);
    }

    .software-hero-grid {
        position: relative;
        z-index: 2;
        display: grid;
        grid-template-columns: 1.02fr 0.98fr;
        gap: 56px;
        align-items: center;
    }

    .software-tag {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 10px 18px;
        margin-bottom: 22px;
        border-radius: 999px;
        background: rgba(255, 106, 0, 0.12);
        color: var(--stem-orange);
        font-size: 14px;
        font-weight: 900;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

    .software-tag::before {
        content: "";
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: var(--stem-orange);
    }

    .software-hero h1 {
        margin: 0 0 22px;
        color: var(--stem-brown);
        font-size: clamp(42px, 5.8vw, 76px);
        line-height: 1.04;
        font-weight: 950;
        letter-spacing: -1.2px;
    }

    .software-hero h1 span {
        display: block;
        color: var(--stem-orange);
    }

    .software-hero p {
        max-width: 650px;
        margin: 0;
        color: var(--stem-text);
        font-size: 18px;
        line-height: 1.8;
        font-weight: 500;
    }

    .software-hero-actions {
        display: flex;
        gap: 16px;
        flex-wrap: wrap;
        margin-top: 34px;
    }

    .software-hero-note {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
        margin-top: 34px;
        max-width: 650px;
    }

    .software-note-item {
        padding: 16px 14px;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.82);
        border: 1px solid rgba(255, 106, 0, 0.14);
        box-shadow: 0 10px 28px rgba(138, 51, 31, 0.06);
    }

    .software-note-item strong {
        display: block;
        color: var(--stem-brown);
        font-size: 22px;
        font-weight: 950;
        line-height: 1;
        margin-bottom: 7px;
    }

    .software-note-item span {
        display: block;
        color: var(--stem-text);
        font-size: 13.5px;
        line-height: 1.4;
        font-weight: 700;
    }

    .software-visual {
        position: relative;
    }

    .software-screen {
        position: relative;
        padding: 18px;
        border-radius: 38px;
        background: #fff;
        box-shadow: 0 30px 80px rgba(138, 51, 31, 0.16);
        overflow: hidden;
    }

    .software-screen::before {
        content: "";
        position: absolute;
        inset: 0;
        background:
            linear-gradient(135deg, rgba(255, 106, 0, 0.12), transparent 38%),
            radial-gradient(circle at 90% 12%, rgba(255, 154, 47, 0.28), transparent 28%);
        pointer-events: none;
    }

    .software-dashboard {
        position: relative;
        min-height: 470px;
        border-radius: 28px;
        padding: 22px;
        background: linear-gradient(180deg, #fff8ef 0%, #ffffff 100%);
        border: 1px solid rgba(255, 106, 0, 0.14);
    }

    .dashboard-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 22px;
    }

    .dashboard-brand {
        display: flex;
        align-items: center;
        gap: 10px;
        color: var(--stem-brown);
        font-weight: 950;
        font-size: 20px;
    }

    .dashboard-brand span {
        width: 36px;
        height: 36px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        background: linear-gradient(135deg, var(--stem-orange), var(--stem-orange-2));
        color: #fff;
    }

    .dashboard-search {
        flex: 1;
        max-width: 230px;
        height: 36px;
        border-radius: 999px;
        background: #fff;
        border: 1px solid rgba(255, 106, 0, 0.16);
    }

    .dashboard-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }

    .dashboard-card {
        padding: 18px;
        border-radius: 22px;
        background: #fff;
        border: 1px solid rgba(255, 106, 0, 0.12);
        box-shadow: 0 12px 28px rgba(138, 51, 31, 0.06);
    }

    .dashboard-card-icon {
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
        background: rgba(255, 106, 0, 0.12);
        color: var(--stem-orange);
        font-size: 24px;
        margin-bottom: 14px;
    }

    .dashboard-card h3 {
        margin: 0 0 8px;
        color: var(--stem-brown);
        font-size: 17px;
        font-weight: 900;
    }

    .dashboard-card p {
        margin: 0;
        color: var(--stem-text);
        font-size: 13.5px;
        line-height: 1.55;
    }

    .floating-badge {
        position: absolute;
        right: -24px;
        bottom: 44px;
        max-width: 210px;
        padding: 18px 20px;
        border-radius: 24px;
        background: linear-gradient(135deg, var(--stem-orange), var(--stem-orange-2));
        color: #fff;
        box-shadow: 0 20px 50px rgba(255, 106, 0, 0.28);
    }

    .floating-badge strong {
        display: block;
        font-size: 30px;
        line-height: 1;
        margin-bottom: 6px;
    }

    .floating-badge span {
        display: block;
        font-size: 14px;
        line-height: 1.45;
        font-weight: 700;
    }

    /* INCLUDE */
    .software-include {
        background: #fff;
    }

    .include-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 18px;
    }

    .include-card {
        height: 100%;
        padding: 28px 20px;
        text-align: center;
        border-radius: 28px;
        background: #fff;
        border: 1px solid rgba(255, 106, 0, 0.12);
        box-shadow: 0 16px 42px rgba(138, 51, 31, 0.08);
        transition: 0.3s ease;
    }

    .include-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 24px 60px rgba(138, 51, 31, 0.13);
    }

    .include-icon {
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 18px;
        border-radius: 22px;
        background: linear-gradient(135deg, var(--stem-orange), var(--stem-orange-2));
        color: #fff;
        font-size: 32px;
        box-shadow: 0 14px 30px rgba(255, 106, 0, 0.24);
    }

    .include-card h3 {
        margin: 0;
        color: var(--stem-brown);
        font-size: 18px;
        line-height: 1.45;
        font-weight: 900;
    }

    /* FEATURE */
    .feature-section {
        background: linear-gradient(180deg, #fff 0%, #fff8ef 100%);
    }

    .feature-list {
        display: grid;
        gap: 26px;
    }

    .feature-item {
        display: grid;
        grid-template-columns: 0.78fr 1.22fr;
        gap: 32px;
        align-items: stretch;
        padding: 34px;
        border-radius: 34px;
        background: #fff;
        border: 1px solid rgba(255, 106, 0, 0.12);
        box-shadow: 0 18px 46px rgba(138, 51, 31, 0.08);
    }

    .feature-heading {
        position: relative;
        min-height: 100%;
        padding: 30px;
        border-radius: 28px;
        background:
            radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.32), transparent 26%),
            linear-gradient(135deg, var(--stem-brown), var(--stem-orange));
        color: #fff;
        overflow: hidden;
    }

    .feature-heading::after {
        content: "";
        position: absolute;
        right: -42px;
        bottom: -42px;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.14);
    }

    .feature-no {
        width: 58px;
        height: 58px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 28px;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.18);
        font-size: 24px;
        font-weight: 950;
    }

    .feature-heading h3 {
        position: relative;
        z-index: 2;
        margin: 0;
        color: #fff;
        font-size: clamp(24px, 3vw, 34px);
        line-height: 1.18;
        font-weight: 950;
    }

    .feature-content {
        align-self: center;
    }

    .feature-content ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px 18px;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .feature-content li {
        position: relative;
        padding-left: 34px;
        color: var(--stem-text);
        font-size: 16px;
        line-height: 1.6;
        font-weight: 600;
    }

    .feature-content li::before {
        content: "✓";
        position: absolute;
        left: 0;
        top: 1px;
        width: 22px;
        height: 22px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(255, 106, 0, 0.12);
        color: var(--stem-orange);
        font-size: 13px;
        font-weight: 950;
    }

    /* PROGRAM FIT */
    .program-fit {
        background: #fff;
    }

    .fit-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 28px;
        align-items: center;
    }

    .fit-panel {
        padding: 42px;
        border-radius: 34px;
        background: linear-gradient(135deg, #fff8ef, #fff);
        border: 1px solid rgba(255, 106, 0, 0.12);
        box-shadow: 0 20px 54px rgba(138, 51, 31, 0.08);
    }

    .fit-panel h2 {
        margin: 0 0 18px;
        color: var(--stem-brown);
        font-size: clamp(30px, 4vw, 48px);
        line-height: 1.15;
        font-weight: 950;
    }

    .fit-panel p {
        margin: 0 0 24px;
        color: var(--stem-text);
        font-size: 17px;
        line-height: 1.8;
        font-weight: 500;
    }

    .fit-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    .fit-tags span {
        padding: 10px 16px;
        border-radius: 999px;
        background: rgba(255, 106, 0, 0.1);
        color: var(--stem-brown);
        font-weight: 800;
        font-size: 14px;
    }

    .fit-classes {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .class-card {
        padding: 30px;
        border-radius: 28px;
        background: #fff;
        border: 1px solid rgba(255, 106, 0, 0.12);
        box-shadow: 0 16px 42px rgba(138, 51, 31, 0.08);
    }

    .class-card strong {
        display: block;
        margin-bottom: 10px;
        color: var(--stem-orange);
        font-size: 36px;
        line-height: 1;
        font-weight: 950;
    }

    .class-card span {
        display: block;
        color: var(--stem-brown);
        font-size: 18px;
        font-weight: 900;
    }

    /* CTA */
    .software-cta {
        padding: 90px 0;
        background: #fff8ef;
    }

    .cta-box {
        position: relative;
        overflow: hidden;
        padding: 66px 42px;
        border-radius: 42px;
        text-align: center;
        background:
            radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.22), transparent 26%),
            linear-gradient(135deg, var(--stem-brown), var(--stem-orange) 58%, var(--stem-orange-2));
        color: #fff;
        box-shadow: 0 30px 82px rgba(138, 51, 31, 0.22);
    }

    .cta-box::before {
        content: "";
        position: absolute;
        left: -70px;
        bottom: -80px;
        width: 260px;
        height: 260px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.12);
    }

    .cta-box::after {
        content: "";
        position: absolute;
        right: -90px;
        top: -90px;
        width: 300px;
        height: 300px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.10);
    }

    .cta-box h2 {
        position: relative;
        z-index: 2;
        max-width: 860px;
        margin: 0 auto 18px;
        color: #fff;
        font-size: clamp(32px, 4vw, 52px);
        line-height: 1.16;
        font-weight: 950;
    }

    .cta-box p {
        position: relative;
        z-index: 2;
        max-width: 780px;
        margin: 0 auto 32px;
        color: rgba(255, 255, 255, 0.92);
        font-size: 18px;
        line-height: 1.8;
        font-weight: 500;
    }

    .cta-actions {
        position: relative;
        z-index: 2;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 16px;
    }

    .cta-box .stem-btn-outline {
        background: transparent;
        color: #fff;
        border-color: rgba(255, 255, 255, 0.78);
    }

    .cta-box .stem-btn-outline:hover {
        background: #fff;
        color: var(--stem-orange);
    }

    .cta-box .stem-btn-primary {
        background: #fff;
        color: var(--stem-orange);
        box-shadow: none;
    }

    .cta-box .stem-btn-primary:hover {
        color: var(--stem-brown);
    }

    @media (max-width: 1199px) {
        .include-grid {
            grid-template-columns: repeat(3, 1fr);
        }

        .software-hero-grid,
        .fit-grid {
            grid-template-columns: 1fr;
        }

        .floating-badge {
            right: 20px;
        }
    }

    @media (max-width: 991px) {
        .software-hero {
            padding: 80px 0 70px;
            text-align: center;
        }

        .software-hero p {
            margin-left: auto;
            margin-right: auto;
        }

        .software-hero-actions {
            justify-content: center;
        }

        .software-hero-note {
            margin-left: auto;
            margin-right: auto;
        }

        .stem-section {
            padding: 70px 0;
        }

        .feature-item {
            grid-template-columns: 1fr;
        }

        .feature-content ul {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 767px) {
        .include-grid,
        .fit-classes {
            grid-template-columns: 1fr;
        }

        .software-hero-note {
            grid-template-columns: 1fr;
        }

        .software-dashboard {
            min-height: auto;
        }

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

        .floating-badge {
            position: relative;
            right: auto;
            bottom: auto;
            margin: 18px auto 0;
        }

        .feature-item,
        .fit-panel,
        .cta-box {
            padding: 28px 22px;
            border-radius: 28px;
        }
    }