﻿/* =========================PLANT360================================*/

/* =========================================================
               PLANT360
               Styled to match WizAI
               No header/footer - supplied by _Layout
               ========================================================= */
.plant360-page {
    margin: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #000;
    background: #f2f2f2;
    line-height: 1.6;
}

.plant360-page *,
.plant360-page *::before,
.plant360-page *::after {
    box-sizing: border-box;
}

.plant360-page a {
    text-decoration: none;
    color: inherit;
}

.plant360-page img {
    max-width: 100%;
    display: block;
}



.plant360-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


/* =========================================================
               HERO
               ========================================================= */

.plant360-page .plant360-hero {
    position: relative;
    overflow: hidden;
    background: radial-gradient( circle at 85% 20%, rgba(11, 162, 0, 0.24), transparent 27% ), linear-gradient( 135deg, #151414 0%, #262626 62%, #262626 100% );
    color: #fff;
    padding: 92px 0 80px;
}

    .plant360-page .plant360-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: linear-gradient( rgba(255, 255, 255, 0.025) 1px, transparent 1px ), linear-gradient( 90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px );
        background-size: 42px 42px;
        mask-image: linear-gradient( to bottom, black, transparent );
    }

.plant360-page .plant360-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 56px;
    align-items: center;
}

.plant360-page .plant360-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.07);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.35px;
    text-transform: uppercase;
}

.plant360-page .plant360-eyebrow-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0ba200;
}

.plant360-page .plant360-hero h1 {
    font-size: clamp(48px, 7vw, 78px);
    line-height: 0.98;
    margin: 24px 0 20px;
    letter-spacing: -2px;
    font-weight: 300;
    color: #fff;
}

    .plant360-page .plant360-hero h1 span {
        color: #0ba200;
    }

.plant360-page .plant360-hero-sub {
    max-width: 680px;
    font-size: 20px;
    color: #c1c1c1;
    margin: 0 0 30px;
}

.plant360-page .plant360-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}



/* =========================================================
               HERO TAGS
               ========================================================= */

.plant360-page .plant360-hero-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

    .plant360-page .plant360-hero-list span {
        padding: 7px 10px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        font-size: 10px;
        color: #c1c1c1;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 999px;
    }


/* =========================================================
               HERO IMAGE
               ========================================================= */

.plant360-page .plant360-hero-panel {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 28px;
    padding: 18px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
}

.plant360-page .plant360-hero-image-wrap {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.25);
    background: #262626;
}

.plant360-page .plant360-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}


/* =========================================================
               GENERAL SECTIONS
               ========================================================= */

.plant360-page .plant360-section {
    padding: 88px 0;
    background: #f2f2f2;
}

.plant360-page .plant360-light-section {
    background: #fff;
}


/* =========================================================
               SECTION HEAD
               ========================================================= */

.plant360-page .plant360-section-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 44px;
}

.plant360-page .plant360-kicker {
    color: #27ac1f;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-size: 13px;
}

.plant360-page .plant360-section-head h2,
.plant360-page .plant360-split h2 {
    font-size: clamp(32px, 5vw, 50px);
    line-height: 1.1;
    margin: 10px 0 14px;
    font-weight: 300;
    color: #151414;
}

.plant360-page .plant360-section-head p,
.plant360-page .plant360-split p {
    color: #000;
    font-size: 18px;
    margin: 0;
}


/* =========================================================
               SPLIT
               ========================================================= */

.plant360-page .plant360-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}


/* =========================================================
               CHECK LIST
               ========================================================= */

.plant360-page .plant360-checks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 18px;
    margin-top: 24px;
}

    .plant360-page .plant360-checks div {
        position: relative;
        padding: 12px 10px 12px 30px;
        border: 1px solid #e0e0e0;
        border-radius: 12px;
        background: #fff;
        color: #000;
        font-size: 13px;
    }

        .plant360-page .plant360-checks div::before {
            content: "✓";
            position: absolute;
            left: 10px;
            top: 50%;
            transform: translateY(-50%);
            color: #27ac1f;
            font-weight: 900;
        }


/* =========================================================
               PLANT IMAGE SCREEN
               ========================================================= */

.plant360-page .plant360-screen {
    border: 1px solid #e0e0e0;
    background: #fff;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
    padding: 12px;
    border-radius: 22px;
    overflow: hidden;
}

.plant360-page .plant360-screen-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    color: #151414;
    font-size: 12px;
    font-weight: 800;
}

    .plant360-page .plant360-screen-head span {
        color: #27ac1f;
        font-size: 10px;
        font-weight: 800;
    }

.plant360-page .plant360-screen-body {
    height: 380px;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    background: #262626;
}

.plant360-page .plant360-north-photo-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.plant360-page .plant360-north-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}


/* =========================================================
               IMAGE METRICS
               ========================================================= */

.plant360-page .plant360-photo-metric {
    position: absolute;
    z-index: 3;
    min-width: 150px;
    padding: 12px 14px;
    background: rgba(0, 0, 0, 0.84);
    border: 1px solid rgba(11, 162, 0, 0.5);
    color: #fff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(10px);
    border-radius: 12px;
}

    .plant360-page .plant360-photo-metric strong,
    .plant360-page .plant360-photo-metric span,
    .plant360-page .plant360-photo-metric em {
        display: block;
    }

    .plant360-page .plant360-photo-metric strong {
        font-size: 11px;
        letter-spacing: 0.05em;
    }

    .plant360-page .plant360-photo-metric span {
        margin-top: 6px;
        font-size: 12px;
        color: #c1c1c1;
    }

        .plant360-page .plant360-photo-metric span b {
            color: #0ba200;
            font-size: 16px;
        }

    .plant360-page .plant360-photo-metric em {
        margin-top: 7px;
        color: #0ba200;
        font-size: 9px;
        font-style: normal;
    }

.plant360-page .plant360-warehouse {
    left: 5%;
    top: 8%;
}

.plant360-page .plant360-loading {
    left: 8%;
    bottom: 8%;
}

.plant360-page .plant360-solar {
    right: 5%;
    top: 10%;
}

.plant360-page .plant360-health {
    right: 5%;
    bottom: 9%;
}


/* =========================================================
               IMAGE SCREEN FOOT
               ========================================================= */

.plant360-page .plant360-screen-foot {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 10px;
}

    .plant360-page .plant360-screen-foot div {
        padding: 12px;
        background: #f2f2f2;
        border-radius: 10px;
    }

    .plant360-page .plant360-screen-foot span,
    .plant360-page .plant360-screen-foot strong {
        display: block;
    }

    .plant360-page .plant360-screen-foot span {
        font-size: 8px;
        color: #000;
    }

    .plant360-page .plant360-screen-foot strong {
        margin-top: 4px;
        color: #151414;
        font-size: 13px;
    }


/* =========================================================
               CARDS
               ========================================================= */

.plant360-page .plant360-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.plant360-page .plant360-card {
    border: 1px solid #e0e0e0;
    border-radius: 18px;
    padding: 24px;
    background: linear-gradient( 180deg, #fff, #f2f2f2 );
    transition: 0.2s;
}

    .plant360-page .plant360-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
    }

.plant360-page .plant360-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: #e9f7e8;
    color: #27ac1f;
    display: grid;
    place-items: center;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 16px;
}

.plant360-page .plant360-card h3 {
    font-size: 18px;
    margin: 0 0 8px;
    font-weight: 300;
    color: #151414;
}

.plant360-page .plant360-card p {
    font-size: 14px;
    color: #000;
    margin: 0;
}


/* =========================================================
               PLANT360 STUDIO
               ========================================================= */

.plant360-page .plant360-studio {
    display: grid;
    grid-template-columns: 180px 1fr;
    min-height: 455px;
    background: #151414;
    color: white;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
}

    .plant360-page .plant360-studio aside {
        padding: 22px 15px;
        background: #262626;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

        .plant360-page .plant360-studio aside strong {
            font-size: 17px;
            color: #0ba200;
            margin-bottom: 8px;
        }

        .plant360-page .plant360-studio aside span {
            padding: 10px;
            background: #262626;
            color: #c1c1c1;
            font-size: 10px;
            border-radius: 8px;
        }

        .plant360-page .plant360-studio aside .active {
            border-left: 3px solid #0ba200;
            color: white;
        }

.plant360-page .plant360-studio-main {
    padding: 25px;
}

.plant360-page .plant360-studio-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .plant360-page .plant360-studio-top strong {
        font-size: 20px;
    }

.plant360-page .plant360-tools {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 22px;
}

    .plant360-page .plant360-tools div {
        padding: 20px;
        background: #262626;
        border: 1px solid #373636;
        border-radius: 12px;
    }

    .plant360-page .plant360-tools b,
    .plant360-page .plant360-tools small {
        display: block;
    }

    .plant360-page .plant360-tools b {
        font-size: 13px;
    }

    .plant360-page .plant360-tools small {
        font-size: 9px;
        color: #c1c1c1;
        margin-top: 6px;
    }


/* =========================================================
               PROTOCOLS
               ========================================================= */

.plant360-page .plant360-protocols {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

    .plant360-page .plant360-protocols div {
        padding: 22px;
        border: 1px solid #e0e0e0;
        background: #fff;
        text-align: center;
        border-radius: 16px;
        transition: 0.2s;
    }

        .plant360-page .plant360-protocols div:hover {
            transform: translateY(-3px);
            box-shadow: 0 14px 35px rgba(0, 0, 0, 0.10);
        }

    .plant360-page .plant360-protocols b,
    .plant360-page .plant360-protocols span {
        display: block;
    }

    .plant360-page .plant360-protocols b {
        color: #151414;
        font-size: 16px;
        font-weight: 300;
    }

    .plant360-page .plant360-protocols span {
        font-size: 10px;
        color: #000;
        margin-top: 6px;
    }


/* =========================================================
               CONTACT
               ========================================================= */

.plant360-page .plant360-contact {
    padding: 0 0 100px;
    background: #f2f2f2;
}

.plant360-page .plant360-cta {
    background: linear-gradient( 135deg, #151414, #262626 );
    color: #fff;
    border-radius: 30px;
    padding: 52px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

    .plant360-page .plant360-cta h2 {
        margin: 10px 0 10px;
        font-size: 38px;
        line-height: 1.15;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        color: #fff;
    }

    .plant360-page .plant360-cta p {
        margin: 0;
        color: #c1c1c1;
        font-size: 16px;
    }


/* =========================================================
               FORM
               ========================================================= */

.plant360-page .plant360-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    background: #fff;
    padding: 24px;
    border-radius: 18px;
}

    .plant360-page .plant360-form input,
    .plant360-page .plant360-form textarea {
        width: 100%;
        border: 1px solid #e0e0e0;
        padding: 13px;
        color: #000;
        background: #fff;
        border-radius: 10px;
        outline: none;
    }

        .plant360-page .plant360-form input:focus,
        .plant360-page .plant360-form textarea:focus {
            border-color: #0ba200;
            box-shadow: 0 0 0 3px rgba(11, 162, 0, 0.10);
        }

    .plant360-page .plant360-form textarea {
        min-height: 115px;
        resize: vertical;
        grid-column: span 2;
    }


    .plant360-page .plant360-form button {
        grid-column: span 2;
    }

/* =========================================================
               RESPONSIVE
               ========================================================= */

@media (max-width: 1000px) {

    .plant360-page .plant360-hero-grid,
    .plant360-page .plant360-split,
    .plant360-page .plant360-cta {
        grid-template-columns: 1fr;
    }

    .plant360-page .plant360-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .plant360-page .plant360-protocols {
        grid-template-columns: repeat(2, 1fr);
    }

    .plant360-page .plant360-hero-panel {
        margin-top: 10px;
    }
}


@media (max-width: 700px) {

    .plant360-container {
        width: min(100% - 24px, 1180px);
    }

    .plant360-page .plant360-hero {
        padding-top: 64px;
    }

        .plant360-page .plant360-hero h1 {
            font-size: 48px;
        }

    .plant360-page .plant360-hero-sub {
        font-size: 17px;
    }

    .plant360-page .plant360-hero-actions {
        flex-direction: column;
    }



    .plant360-page .plant360-hero-image-wrap {
        height: 430px;
    }

    .plant360-page .plant360-checks,
    .plant360-page .plant360-cards,
    .plant360-page .plant360-protocols {
        grid-template-columns: 1fr;
    }

    .plant360-page .plant360-screen-body {
        height: 360px;
    }

    .plant360-page .plant360-screen-foot {
        grid-template-columns: 1fr;
    }

    .plant360-page .plant360-studio {
        grid-template-columns: 1fr;
    }

        .plant360-page .plant360-studio aside {
            display: none;
        }

    .plant360-page .plant360-tools {
        grid-template-columns: 1fr;
    }

    .plant360-page .plant360-cta {
        padding: 30px;
    }

        .plant360-page .plant360-cta h2 {
            font-size: 30px;
        }

    .plant360-page .plant360-form {
        grid-template-columns: 1fr;
    }

        .plant360-page .plant360-form textarea,
        .plant360-page .plant360-form button {
            grid-column: span 1;
        }

    .plant360-page .plant360-photo-metric {
        min-width: 120px;
        padding: 9px 10px;
        transform: scale(0.82);
        transform-origin: top left;
    }

    .plant360-page .plant360-solar,
    .plant360-page .plant360-health {
        transform-origin: top right;
    }
}

.plant360-page .btn.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #27ac1f;
    --bs-btn-border-color: #27ac1f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #27ac1f;
    --bs-btn-hover-border-color: #27ac1f;
    --bs-btn-active-bg: transparent;
    --bs-btn-active-color: #27ac1f;
    --bs-btn-active-border-color: #27ac1f;
}




/* =========================PLANT360================================*/


.ose-page {
    margin: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #000;
    background: #fff;
    line-height: 1.6;
}

.ose-page a {
    text-decoration: none;
    color: inherit;
}

.ose-page img {
    max-width: 100%;
    display: block;
}

.ose-page a.btn.btn-success {
    color: #fff;
}

    .ose-page a.btn.btn-success:hover,
    .ose-page a.btn.btn-success:focus,
    .ose-page a.btn.btn-success:active {
        color: #fff;
    }


/* ================= CONTAINER ================= */

.ose-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


.btn.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #27ac1f;
    --bs-btn-border-color: #27ac1f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #27ac1f;
    --bs-btn-hover-border-color: #27ac1f;
    --bs-btn-active-bg: transparent;
    --bs-btn-active-color: #27ac1f;
    --bs-btn-active-border-color: #27ac1f;
}


/* ================= HERO ================= */

.ose-hero {
    background: radial-gradient( circle at 76% 26%, rgba(11,162,0,.12), transparent 30% ), linear-gradient( 180deg, #f2f2f2 0, #fff 100% );
    padding: 82px 0 72px;
    overflow: hidden;
}

.ose-hero-grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 64px;
    align-items: center;
}

.ose-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #27ac1f;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em;
}

    .ose-eyebrow:before {
        content: "";
        width: 24px;
        height: 2px;
        background: #27ac1f;
    }

.ose-hero h1 {
    font-size: clamp(42px, 5.4vw, 72px);
    line-height: 1.02;
    letter-spacing: -.045em;
    margin: 18px 0 22px;
    font-weight: 300;
    color: #151414;
    max-width: 760px;
}

.ose-hero p {
    font-size: 18px;
    color: #000;
    max-width: 650px;
    margin: 0;
}

.ose-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.ose-hero-points {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 28px;
    font-size: 13px;
    font-weight: 700;
    color: #000;
}

    .ose-hero-points span:before {
        content: "✓";
        color: #27ac1f;
        margin-right: 7px;
    }


/* ================= HERO IMAGE ================= */

.ose-product-stage {
    position: relative;
}

    .ose-product-stage:before {
        content: "";
        position: absolute;
        inset: 8% -7% -8% 16%;
        background: linear-gradient( 135deg, rgba(11,162,0,.18), rgba(0,0,0,.10) );
        border-radius: 40px;
        transform: rotate(3deg);
    }

.ose-browser {
    position: relative;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 22px;
    box-shadow: 0 24px 70px rgba(0,0,0,.12);
    overflow: hidden;
    transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
}

.ose-browserbar {
    height: 34px;
    background: #f2f2f2;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 14px;
}

    .ose-browserbar i {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #e0e0e0;
    }

.ose-shot {
    height: 470px;
    overflow: hidden;
    background: #f2f2f2;
}

    .ose-shot img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
    }

.ose-caption {
    font-size: 12px;
    color: #000;
    padding: 10px 14px;
    background: #fff;
}


/* ================= FLOW ================= */

.ose-logo-strip {
    padding: 28px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.ose-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    color: #000;
    font-size: 13px;
    font-weight: 760;
}

    .ose-flow b {
        display: grid;
        place-items: center;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: #e9f7e8;
        color: #27ac1f;
    }


/* ================= SECTIONS ================= */

.ose-page section {
    padding: 88px 0;
}

.ose-section-head {
    max-width: 760px;
    margin-bottom: 44px;
}

.ose-mini {
    color: #27ac1f;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.ose-section-head h2 {
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.08;
    letter-spacing: -.035em;
    font-weight: 300;
    color: #151414;
    margin: 12px 0 14px;
}

.ose-section-head p {
    font-size: 17px;
    color: #000;
    margin: 0;
}

.ose-soft {
    background: #f2f2f2;
}


/* ================= VALUE ================= */

.ose-value-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 44px;
    align-items: center;
}

.ose-pain-list {
    display: grid;
    gap: 14px;
}

.ose-pain {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 18px;
    padding: 18px 20px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.ose-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: #e9f7e8;
    color: #27ac1f;
    display: grid;
    place-items: center;
    font-weight: 900;
    flex-shrink: 0;
}

.ose-pain h3 {
    margin: 0 0 4px;
    font-weight: 300;
    color: #151414;
    font-size: 17px;
}

.ose-pain p {
    margin: 0;
    color: #000;
    font-size: 14px;
}


/* ================= WORKFLOW ================= */

.ose-workflow-wrap {
    grid-column: 1 / -1;
    margin-top: 8px;
}

.ose-workflow {
    background: linear-gradient( 145deg, #151414, #262626 );
    color: #fff;
    border-radius: 28px;
    padding: 36px 34px;
    box-shadow: 0 20px 50px rgba(0,0,0,.14);
}

    .ose-workflow h3 {
        font-size: 26px;
        margin: 0 0 8px;
    }

.ose-workflow-intro {
    font-size: 14px;
    color: #c1c1c1;
    margin: 0 0 28px;
    max-width: 600px;
}

.ose-wfrow {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}

.ose-wf {
    position: relative;
    padding: 0 12px 10px;
    min-height: 150px;
}

    .ose-wf:not(:last-child):after {
        content: "→";
        position: absolute;
        right: -13px;
        top: 18px;
        color: #0ba200;
        font-size: 20px;
        font-weight: 900;
    }

    .ose-wf b {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        background: #27ac1f;
        color: #fff;
        font-size: 12px;
        margin-bottom: 18px;
    }

    .ose-wf strong {
        display: block;
        font-size: 15px;
        color: #fff;
        margin-bottom: 7px;
    }

    .ose-wf span {
        display: block;
        font-size: 12px;
        line-height: 1.55;
        color: #c1c1c1;
    }


/* ================= FEATURES ================= */

.ose-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.ose-feature {
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    padding: 24px;
    background: #fff;
}

.ose-feature-icon {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    background: #e9f7e8;
    color: #27ac1f;
    display: grid;
    place-items: center;
    font-weight: 900;
    font-size: 18px;
}

.ose-feature h3 {
    margin: 18px 0 8px;
    font-weight: 300;
    color: #151414;
    font-size: 18px;
}

.ose-feature p {
    margin: 0;
    color: #000;
    font-size: 14px;
}


/* ================= SHOWCASE ================= */

.ose-showcase {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 58px;
    align-items: center;
}

.ose-reverse .ose-copy {
    order: 2;
}

.ose-reverse .ose-visual {
    order: 1;
}

.ose-copy h3 {
    font-size: 34px;
    line-height: 1.15;
    font-weight: 300;
    color: #151414;
    letter-spacing: -.025em;
    margin: 0 0 14px;
}

.ose-copy p {
    color: #000;
    font-size: 16px;
}

.ose-ticks {
    display: grid;
    gap: 9px;
    margin-top: 22px;
}

    .ose-ticks div {
        font-size: 14px;
        font-weight: 700;
        color: #000;
    }

        .ose-ticks div:before {
            content: "✓";
            color: #27ac1f;
            margin-right: 9px;
        }

.ose-visual {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 24px;
    padding: 10px;
    box-shadow: 0 20px 55px rgba(0,0,0,.10);
}

    .ose-visual img {
        width: 100%;
        border-radius: 16px;
    }

.ose-screen-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 5px 2px;
    font-size: 12px;
    color: #000;
}

    .ose-screen-label strong {
        color: #151414;
    }
/* ================= button ================= */
.ose-page .btn.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #27ac1f;
    --bs-btn-border-color: #27ac1f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #27ac1f;
    --bs-btn-hover-border-color: #27ac1f;
    --bs-btn-active-bg: #27ac1f;
    --bs-btn-active-color: #fff;
    --bs-btn-active-border-color: #27ac1f;
}

/* ================= CONFIGURATION ================= */

.ose-config {
    background: #f2f2f2;
}

.ose-config-grid {
    display: grid;
    grid-template-columns: minmax(0,1.35fr) minmax(300px,.65fr);
    gap: 48px;
    align-items: center;
}

.ose-product-shot {
    width: 100%;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 24px 55px rgba(0,0,0,.10);
}

    .ose-product-shot img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

.ose-shot-caption {
    padding: 14px 18px;
    color: #000;
    font-size: 14px;
    border-top: 1px solid #e0e0e0;
}

.ose-config h2 {
    font-size: clamp(38px,4.2vw,64px);
    line-height: 1.04;
    letter-spacing: -.04em;
    font-weight: 300;
    color: #151414;
    margin: 16px 0 22px;
}

.ose-config > .ose-container > div > p {
    font-size: 18px;
    line-height: 1.75;
    color: #000;
    margin: 0 0 30px;
}

.ose-config-list {
    display: grid;
    gap: 14px;
}

.ose-config-item {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 15px;
    align-items: start;
    padding: 15px 0;
    border-top: 1px solid #e0e0e0;
    color: #000;
    line-height: 1.55;
}

.ose-config-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #e9f7e8;
    color: #27ac1f;
    display: grid;
    place-items: center;
    font-weight: 800;
}

.ose-config-item b {
    display: block;
    color: #151414;
    font-size: 16px;
    margin-bottom: 3px;
}

.ose-config-item span {
    font-size: 14px;
}


/* ================= CTA ================= */

.ose-cta {
    padding: 74px 0 100px !important;
}

.ose-cta-box {
    background: linear-gradient( 120deg, #151414, #262626 68%, #262626 );
    color: #fff;
    border-radius: 30px;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 34px;
}

    .ose-cta-box h2 {
        font-size: 38px;
        line-height: 1.1;
        margin: 0 0 12px;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        color: #fff;
    }

    .ose-cta-box p {
        margin: 0;
        color: #c1c1c1;
        max-width: 650px;
    }

    .ose-cta-box .ose-btn {
        background: #fff;
        color: #151414 !important;
        white-space: nowrap;
    }


/* ================= RESPONSIVE ================= */

@media (max-width: 900px) {

    .ose-hero-grid,
    .ose-value-grid,
    .ose-showcase {
        grid-template-columns: 1fr;
    }

    .ose-hero {
        padding-top: 64px;
    }

    .ose-browser {
        transform: none;
    }

    .ose-shot {
        height: 390px;
    }

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

    .ose-wfrow {
        grid-template-columns: 1fr;
    }

    .ose-wf {
        min-height: auto;
        padding: 0 0 18px 52px;
    }

        .ose-wf b {
            position: absolute;
            left: 0;
            top: 0;
        }

        .ose-wf:not(:last-child):after {
            content: "↓";
            left: 12px;
            right: auto;
            top: 43px;
        }

    .ose-reverse .ose-copy,
    .ose-reverse .ose-visual {
        order: initial;
    }

    .ose-config-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .ose-product-shot img {
        max-height: 430px;
        object-fit: cover;
    }

    .ose-cta-box {
        flex-direction: column;
        align-items: flex-start;
    }
}


@media (max-width: 600px) {

    .ose-container {
        width: min(100% - 24px, 1180px);
    }

    .ose-hero h1 {
        font-size: 42px;
    }

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

    .ose-shot {
        height: 300px;
    }

    .ose-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .ose-cta-box {
        padding: 32px;
    }

        .ose-cta-box h2 {
            font-size: 30px;
        }
}



/*================wizai====================*/



.wizai-page {
    margin: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #000;
    background: #f2f2f2;
    line-height: 1.6;
}

.wizai-page a {
    text-decoration: none;
    color: inherit;
}

.wizai-page img, .wizai-page video {
    max-width: 100%;
    display: block;
}

.wizai-page button {
    font: inherit;
}

.wizai-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.wizai-page .wizai-hero {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 85% 20%, rgba(11, 162, 0, 0.24), transparent 27%), linear-gradient(135deg, #151414 0%, #262626 62%, #262626 100%);
    color: #fff;
    padding: 92px 0 80px;
}

    .wizai-page .wizai-hero:before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
        background-size: 42px 42px;
        mask-image: linear-gradient(to bottom, black, transparent);
    }

.wizai-page .wizai-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 56px;
    align-items: center;
}

.wizai-page .wizai-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.07);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.35px;
    text-transform: uppercase;
}

.wizai-page .wizai-eyebrow-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0ba200;
}

.wizai-page .wizai-hero h1 {
    font-size: clamp(44px, 7vw, 78px);
    line-height: 0.98;
    margin: 24px 0 20px;
    letter-spacing: -2px;
    font-weight: 300;
    color: #fff;
}

.wizai-page .wizai-hero-sub {
    max-width: 680px;
    font-size: 20px;
    color: #c1c1c1;
    margin: 0 0 30px;
}

.wizai-page .wizai-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.wizai-page .btn.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #27ac1f;
    --bs-btn-border-color: #27ac1f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #27ac1f;
    --bs-btn-hover-border-color: #27ac1f;
    --bs-btn-active-bg: transparent;
    --bs-btn-active-color: #27ac1f;
    --bs-btn-active-border-color: #27ac1f;
}

.wizai-page .wizai-hero-panel {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 28px;
    padding: 18px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
}

.wizai-page .wizai-mock-window {
    background: #f2f2f2;
    border-radius: 18px;
    overflow: hidden;
    min-height: 430px;
    color: #000;
}

.wizai-page .wizai-mock-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 16px;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
}

.wizai-page .wizai-dots {
    display: flex;
    gap: 6px;
}

    .wizai-page .wizai-dots span {
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: #e0e0e0;
    }

.wizai-page .wizai-mock-brand {
    font-size: 13px;
    font-weight: 800;
    color: #151414;
}

.wizai-page .wizai-mock-body {
    padding: 20px;
}

.wizai-page .wizai-metric-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.wizai-page .wizai-metric {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 14px;
    padding: 14px;
}

    .wizai-page .wizai-metric small {
        color: #000;
    }

    .wizai-page .wizai-metric strong {
        display: block;
        font-size: 20px;
        color: #151414;
        margin-top: 4px;
    }

.wizai-page .wizai-chart {
    height: 145px;
    margin-top: 14px;
    border-radius: 14px;
    background: linear-gradient(to top, rgba(11, 162, 0, 0.10), transparent), repeating-linear-gradient(to right, #e0e0e0 0, #e0e0e0 1px, transparent 1px, transparent 48px), repeating-linear-gradient(to top, #e0e0e0 0, #e0e0e0 1px, transparent 1px, transparent 36px), #fff;
    border: 1px solid #e0e0e0;
    position: relative;
    overflow: hidden;
}

    .wizai-page .wizai-chart svg {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }

.wizai-page .wizai-chat {
    margin-top: 14px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 14px;
    padding: 14px;
}

.wizai-page .wizai-bubble {
    max-width: 86%;
    padding: 10px 12px;
    border-radius: 12px;
    margin: 7px 0;
    font-size: 13px;
}

.wizai-page .wizai-bubble-user {
    margin-left: auto;
    background: #151414;
    color: #fff;
}

.wizai-page .wizai-bubble-ai {
    background: #e9f7e8;
    border-left: 4px solid #27ac1f;
}

.wizai-page section {
    padding: 88px 0;
}

.wizai-page .wizai-section-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 44px;
}

.wizai-page .wizai-kicker {
    color: #27ac1f;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-size: 13px;
}

.wizai-page .wizai-section-head h2 {
    font-size: clamp(32px, 5vw, 50px);
    line-height: 1.1;
    margin: 10px 0 14px;
    font-weight: 300;
    color: #151414;
}

.wizai-page .wizai-section-head p {
    color: #000;
    font-size: 18px;
    margin: 0;
}

.wizai-page .wizai-video-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.wizai-page .wizai-video-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
}

.wizai-page .wizai-video-wrap {
    aspect-ratio: 16 / 9;
    background: #151414;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
}
.wizai-page .wizai-video-thumbnail {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
    display: block;
    z-index: 1;
}
.wizai-page .wizai-video-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 2;
    pointer-events: none;
}

.wizai-page .wizai-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    border: 0;
    background: #0ba200;
    color: #151414;
    font-size: 28px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.28);
    transition: 0.2s;
}

    .wizai-page .wizai-play:hover {
        transform: translate(-50%, -50%) scale(1.06);
    }

.wizai-page .wizai-video-label {
    position: absolute;
    left: 20px;
    bottom: 18px;
    z-index: 3;
    color: #fff;
    font-weight: 800;
    font-size: 17px;
}

.wizai-page .wizai-video-content {
    padding: 26px;
}

.wizai-page .wizai-pill {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 999px;
    background: #e9f7e8;
    color: #27ac1f;
    font-size: 12px;
    font-weight: 800;
}

.wizai-page .wizai-video-content h3 {
    font-size: 27px;
    margin: 12px 0 8px;
    font-weight: 300;
    color: #151414;
}

.wizai-page .wizai-video-content p {
    color: #000;
    margin: 0 0 18px;
}

.wizai-page .wizai-feature-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.wizai-page .wizai-feature-item {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    font-size: 14px;
}

.wizai-page .wizai-check {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #e9f7e8;
    color: #27ac1f;
    font-weight: 900;
}

.wizai-page .wizai-capabilities {
    background: #fff;
}

.wizai-page .wizai-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.wizai-page .wizai-card {
    border: 1px solid #e0e0e0;
    border-radius: 18px;
    padding: 24px;
    background: linear-gradient(180deg, #fff, #f2f2f2);
    transition: 0.2s;
}

    .wizai-page .wizai-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
    }

.wizai-page .wizai-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: #e9f7e8;
    color: #27ac1f;
    display: grid;
    place-items: center;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 16px;
}

.wizai-page .wizai-card h4 {
    font-size: 18px;
    margin: 0 0 8px;
    font-weight: 300;
    color: #151414;
}

.wizai-page .wizai-card p {
    font-size: 14px;
    color: #000;
    margin: 0;
}

.wizai-page .wizai-how-it-works .wizai-flow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    align-items: stretch;
}

.wizai-page .wizai-flow-step {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 18px;
    padding: 24px;
    position: relative;
}

.wizai-page .wizai-num {
    color: #27ac1f;
    font-weight: 900;
    font-size: 14px;
}

.wizai-page .wizai-flow-step h4 {
    margin: 8px 0;
    font-weight: 300;
    color: #151414;
    font-size: 18px;
}

.wizai-page .wizai-flow-step p {
    margin: 0;
    color: #000;
    font-size: 14px;
}

.wizai-page .wizai-cta {
    background: linear-gradient(135deg, #151414, #262626);
    color: #fff;
    border-radius: 30px;
    padding: 52px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 28px;
    align-items: center;
}

    .wizai-page .wizai-cta h2 {
        margin: 0 0 10px;
        font-size: 38px;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        color: #fff;
    }

    .wizai-page .wizai-cta p {
        margin: 0;
        color: #c1c1c1;
    }

.wizai-page .wizai-contact {
    padding-bottom: 100px;
}

.wizai-page .wizai-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.78);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    z-index: 100;
}

    .wizai-page .wizai-modal.active {
        display: flex;
    }

.wizai-page .wizai-modal-box {
    width: min(980px, 100%);
    background: #000;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.5);
}

.wizai-page .wizai-modal iframe,
.wizai-page .wizai-modal video {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
}

.wizai-page .wizai-close {
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 3;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 0;
    background: rgba(0, 0, 0, 0.68);
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}

@media (max-width: 900px) {
    .wizai-page .wizai-hero-grid,
    .wizai-page .wizai-video-grid,
    .wizai-page .wizai-cta {
        grid-template-columns: 1fr;
    }

    .wizai-page .wizai-cards,
    .wizai-page .wizai-how-it-works .wizai-flow {
        grid-template-columns: 1fr 1fr;
    }

    .wizai-page .wizai-hero-panel {
        margin-top: 10px;
    }
}

@media (max-width: 600px) {
    .wizai-container {
        width: min(100% - 24px, 1180px);
    }

    .wizai-page .wizai-hero {
        padding-top: 64px;
    }

    .wizai-page .wizai-cards,
    .wizai-page .wizai-how-it-works .wizai-flow,
    .wizai-page .wizai-feature-list {
        grid-template-columns: 1fr;
    }

    .wizai-page .wizai-cta {
        padding: 30px;
    }

        .wizai-page .wizai-cta h2 {
            font-size: 30px;
        }

    .wizai-page .wizai-metric-grid {
        grid-template-columns: 1fr;
    }
}
.wizai-modal {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99999;
    padding: 80px 30px 30px;
    box-sizing: border-box;
}

.wizai-modal-box {
    position: relative;
    width: 85%;
    max-width: 1100px;
    max-height: calc(100vh - 120px);
    background: #000;
    border-radius: 12px;
    overflow: visible;
}

    .wizai-modal-box video {
        display: block;
        width: 100%;
        max-height: calc(100vh - 120px);
        height: auto;
        border-radius: 12px;
        object-fit: contain;
    }

.wizai-close {
    position: absolute;
    top: -45px;
    right: 0;
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    background: #fff;
    color: #000;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    z-index: 100000;
}

