﻿/* =========================================================
   STOCKARA PROFESSIONAL WHITE PAGE
   Prefix: stkpro26-
========================================================= */

.stkpro26-page,
.stkpro26-page * {
    box-sizing: border-box;
}

.stkpro26-page {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    color: #0b1530;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.stkpro26-container {
    width: min(1280px, calc(100% - 40px));
    margin: 0 auto;
}


/* HEADER */

.stkpro26-header {
    width: 100%;
    background: rgba(255,255,255,.98);
    border-bottom: 1px solid #edf1f6;
    position: relative;
    z-index: 50;
}

.stkpro26-nav {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.stkpro26-logoWrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.stkpro26-logoMark {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    height: 38px;
}

    .stkpro26-logoMark span {
        width: 7px;
        border-radius: 2px 2px 0 0;
        background: #16a34a;
    }

        .stkpro26-logoMark span:nth-child(1) {
            height: 18px;
        }

        .stkpro26-logoMark span:nth-child(2) {
            height: 28px;
        }

        .stkpro26-logoMark span:nth-child(3) {
            height: 38px;
            background: #2563eb;
        }

.stkpro26-logoText strong,
.stkpro26-logoText small {
    display: block;
}

.stkpro26-logoText strong {
    font-size: 23px;
    line-height: 1;
    letter-spacing: -.02em;
}

.stkpro26-logoText small {
    margin-top: 3px;
    font-size: 9px;
    letter-spacing: .14em;
}

.stkpro26-menu {
    display: flex;
    align-items: center;
    gap: 33px;
}

    .stkpro26-menu a {
        color: #0f172a;
        text-decoration: none;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
    }

        .stkpro26-menu a:hover {
            color: #2563eb;
        }

.stkpro26-navBtn {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    padding: 0 22px;
    border-radius: 9px;
    background: #1260e9;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
}


/* HERO */

.stkpro26-hero {
    position: relative;
    padding: 55px 0 50px;
    background: radial-gradient(circle at 88% 16%, rgba(37,99,235,.07), transparent 30%), #ffffff;
}

.stkpro26-heroGrid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 50px;
    align-items: center;
}

.stkpro26-badge {
    width: max-content;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 7px 12px;
    border: 1px solid #dbe4ef;
    border-radius: 40px;
    color: #1855ad;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

    .stkpro26-badge > span {
        width: 8px;
        height: 8px;
        background: #16a34a;
        border-radius: 50%;
    }

    .stkpro26-badge i {
        color: #cbd5e1;
        font-style: normal;
    }

.stkpro26-heroContent h1 {
    margin: 18px 0 0;
    color: #09152b;
    font-size: clamp(44px,5vw,68px);
    line-height: 1.02;
    letter-spacing: -.045em;
}

.stkpro26-blue {
    color: #2563eb;
}

.stkpro26-greenText {
    color: #16a34a;
}

.stkpro26-redText {
    color: #ef4444;
}

.stkpro26-heroText {
    max-width: 600px;
    margin: 18px 0 0;
    color: #40516d;
    font-size: 16px;
    line-height: 1.7;
}

.stkpro26-iconFeatures {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 5px;
    margin-top: 28px;
}

.stkpro26-iconFeature {
    min-width: 0;
    padding: 0 14px;
    text-align: center;
    border-right: 1px solid #e5eaf1;
}

    .stkpro26-iconFeature:first-child {
        padding-left: 0;
    }

    .stkpro26-iconFeature:last-child {
        border-right: 0;
    }

.stkpro26-featureIcon {
    margin: 0 auto 8px;
    color: #2563eb;
    font-size: 30px;
}

.stkpro26-iconFeature:nth-child(2) .stkpro26-featureIcon {
    color: #16a34a;
}

.stkpro26-iconFeature:nth-child(3) .stkpro26-featureIcon {
    color: #7c3aed;
}

.stkpro26-iconFeature:nth-child(4) .stkpro26-featureIcon {
    color: #f97316;
}

.stkpro26-iconFeature strong {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
}

.stkpro26-iconFeature small {
    display: block;
    margin-top: 5px;
    color: #66758c;
    font-size: 8px;
    line-height: 1.45;
}

.stkpro26-heroActions {
    display: flex;
    gap: 12px;
    margin-top: 28px;
    flex-wrap: wrap;
}

.stkpro26-primaryBtn,
.stkpro26-outlineBtn,
.stkpro26-whatsappBtn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 0 22px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    transition: .25s;
}

.stkpro26-primaryBtn {
    background: #1260e9;
    color: #fff;
    box-shadow: 0 10px 24px rgba(18,96,233,.18);
}

.stkpro26-outlineBtn {
    border: 1px solid #9dbcf1;
    color: #0f2e69;
    background: #fff;
}

    .stkpro26-primaryBtn:hover,
    .stkpro26-outlineBtn:hover,
    .stkpro26-whatsappBtn:hover {
        transform: translateY(-2px);
    }


/* LAPTOP */

.stkpro26-softwareVisual {
    position: relative;
}

.stkpro26-laptop {
    position: relative;
    width: 100%;
}

.stkpro26-screen {
    padding: 8px;
    border: 2px solid #111827;
    border-radius: 18px 18px 10px 10px;
    background: #111827;
    box-shadow: 0 22px 45px rgba(15,23,42,.18);
}

.stkpro26-screenTop {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    border-radius: 8px 8px 0 0;
    background: #fff;
}

.stkpro26-screenLogo {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 8px;
    font-weight: 900;
}

.stkpro26-screenLogoIcon {
    color: #16a34a;
}

.stkpro26-timeframes {
    display: flex;
    gap: 10px;
    font-size: 7px;
    color: #64748b;
}

.stkpro26-activeTf {
    color: #2563eb;
    font-weight: 900;
    border-bottom: 2px solid #2563eb;
}

.stkpro26-screenBody {
    min-height: 355px;
    display: grid;
    grid-template-columns: 1fr 145px;
    gap: 10px;
    padding: 10px;
    background: #f8fafc;
}

.stkpro26-chartArea {
    border: 1px solid #e5eaf1;
    background: #fff;
}

.stkpro26-chartHeader {
    padding: 10px 12px 0;
}

    .stkpro26-chartHeader strong {
        font-size: 10px;
    }

    .stkpro26-chartHeader span {
        margin-left: 15px;
        color: #16a34a;
        font-size: 9px;
        font-weight: 900;
    }

    .stkpro26-chartHeader small {
        margin-left: 6px;
        color: #16a34a;
        font-size: 7px;
    }

.stkpro26-candleArea {
    height: 190px;
    position: relative;
    overflow: hidden;
    margin: 8px 10px;
    border: 1px solid #edf0f4;
    background: linear-gradient(#edf2f7 1px, transparent 1px), linear-gradient(90deg,#edf2f7 1px,transparent 1px), #fff;
    background-size: 48px 38px;
}

.stkpro26-candle {
    position: absolute;
    width: 8px;
}

    .stkpro26-candle::before {
        content: "";
        width: 2px;
        height: 36px;
        position: absolute;
        left: 3px;
        top: -12px;
        background: inherit;
    }

    .stkpro26-candle.green {
        background: #16a34a;
    }

    .stkpro26-candle.red {
        background: #ef4444;
    }

.c1 {
    left: 5%;
    bottom: 42%;
    height: 28px
}

.c2 {
    left: 12%;
    bottom: 48%;
    height: 36px
}

.c3 {
    left: 20%;
    bottom: 55%;
    height: 24px
}

.c4 {
    left: 28%;
    bottom: 62%;
    height: 40px
}

.c5 {
    left: 36%;
    bottom: 51%;
    height: 30px
}

.c6 {
    left: 45%;
    bottom: 43%;
    height: 32px
}

.c7 {
    left: 54%;
    bottom: 50%;
    height: 38px
}

.c8 {
    left: 63%;
    bottom: 62%;
    height: 34px
}

.c9 {
    left: 71%;
    bottom: 67%;
    height: 28px
}

.c10 {
    left: 79%;
    bottom: 72%;
    height: 38px
}

.c11 {
    left: 87%;
    bottom: 65%;
    height: 32px
}

.c12 {
    left: 93%;
    bottom: 58%;
    height: 27px
}

.stkpro26-buyTag,
.stkpro26-sellTag {
    position: absolute;
    padding: 5px 8px;
    border-radius: 5px;
    color: #fff;
    font-size: 7px;
    font-weight: 900;
}

.stkpro26-buyTag {
    left: 24%;
    bottom: 31%;
    background: #16a34a;
}

.stkpro26-sellTag {
    right: 13%;
    top: 10%;
    background: #ef4444;
}

.stkpro26-indicatorBox {
    height: 57px;
    position: relative;
    margin: 0 10px 6px;
    padding: 7px;
    border-top: 1px solid #e9edf2;
}

    .stkpro26-indicatorBox > span {
        font-size: 7px;
        font-weight: 700;
    }

.stkpro26-rsiLine,
.stkpro26-macdLine {
    height: 2px;
    margin-top: 19px;
    transform: rotate(-2deg);
    background: linear-gradient(90deg,#2563eb,#2563eb 45%,#06b6d4 55%,#2563eb);
}

.stkpro26-macdLine {
    transform: rotate(2deg);
    background: linear-gradient(90deg,#16a34a,#2563eb,#f97316);
}

.stkpro26-signalPanel {
    padding: 12px;
    border: 1px solid #e4eaf1;
    background: #fff;
}

    .stkpro26-signalPanel > small {
        display: block;
        font-size: 7px;
        color: #64748b;
    }

    .stkpro26-signalPanel > strong {
        display: block;
        margin: 8px 0 14px;
        color: #16a34a;
        font-size: 20px;
    }

.stkpro26-signalStat {
    padding: 11px 0;
    border-top: 1px solid #edf1f5;
}

    .stkpro26-signalStat span,
    .stkpro26-signalStat b {
        display: block;
    }

    .stkpro26-signalStat span {
        color: #64748b;
        font-size: 7px;
        text-transform: uppercase;
    }

    .stkpro26-signalStat b {
        margin-top: 4px;
        color: #16a34a;
        font-size: 11px;
    }

.stkpro26-strengthBar {
    height: 5px;
    margin-top: 8px;
    border-radius: 20px;
    background: #edf2f7;
    overflow: hidden;
}

    .stkpro26-strengthBar i {
        width: 76%;
        height: 100%;
        display: block;
        background: #16a34a;
    }

.stkpro26-laptopBase {
    width: 88%;
    height: 20px;
    margin: 0 auto;
    border-radius: 0 0 50% 50%;
    background: linear-gradient(#d8dee7,#aeb6c2);
    box-shadow: 0 12px 18px rgba(15,23,42,.14);
}


/* SECTION */

.stkpro26-section {
    padding: 45px 0 60px;
    background: #fff;
}

.stkpro26-sectionTitle {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 18px;
    margin-bottom: 24px;
}

    .stkpro26-sectionTitle span {
        height: 1px;
        background: #b9d1f8;
    }

    .stkpro26-sectionTitle h2 {
        margin: 0;
        color: #102454;
        font-size: 25px;
        text-transform: uppercase;
    }


/* STRATEGY CARDS */

.stkpro26-strategyGrid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 14px;
}

.stkpro26-card,
.stkpro26-scannerCard {
    padding: 20px;
    border: 1px solid #dce4ee;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 7px 22px rgba(15,23,42,.03);
}

.stkpro26-card {
    min-height: 315px;
}

    .stkpro26-card:hover,
    .stkpro26-scannerCard:hover {
        border-color: #aac4ec;
        box-shadow: 0 15px 34px rgba(15,23,42,.07);
    }

.stkpro26-wideCard {
    grid-column: span 1;
}

.stkpro26-cardTop,
.stkpro26-scannerHead {
    display: flex;
    align-items: flex-start;
    gap: 11px;
}

.stkpro26-num {
    width: 30px;
    height: 30px;
    flex: none;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
}

.greenNum {
    background: #16a34a
}

.blueNum {
    background: #2563eb
}

.purpleNum {
    background: #7c3aed
}

.orangeNum {
    background: #f97316
}

.redNum {
    background: #ef4444
}

.tealNum {
    background: #0f9f9f
}

.stkpro26-card h3,
.stkpro26-scannerCard h3 {
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
}

.stkpro26-card small {
    color: #4f5f77;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.stkpro26-cardGraphic {
    height: 105px;
    margin: 16px 0;
}

.stkpro26-volumeGraphic {
    display: flex;
    align-items: flex-end;
    gap: 18px;
}

    .stkpro26-volumeGraphic > span {
        color: #16a34a;
        font-size: 46px;
        line-height: 1;
    }

.stkpro26-bars {
    flex: 1;
    height: 85px;
    display: flex;
    align-items: flex-end;
    gap: 7px;
}

    .stkpro26-bars i {
        flex: 1;
        background: linear-gradient(#7ee2a5,#16a34a);
    }

.stkpro26-lineGraphic svg,
.stkpro26-moneyGraphic svg {
    width: 100%;
    height: 100%;
}

.stkpro26-scalpingGraphic {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.stkpro26-clock {
    font-size: 65px;
    color: #0f172a;
}

.stkpro26-miniCandles {
    display: flex;
    align-items: flex-end;
    gap: 7px;
    height: 75px;
}

    .stkpro26-miniCandles i {
        width: 8px;
        height: 30px;
        background: #16a34a;
    }

        .stkpro26-miniCandles i:nth-child(2) {
            height: 45px;
            background: #ef4444
        }

        .stkpro26-miniCandles i:nth-child(3) {
            height: 38px
        }

        .stkpro26-miniCandles i:nth-child(4) {
            height: 55px
        }

        .stkpro26-miniCandles i:nth-child(5) {
            height: 70px
        }

.stkpro26-card p,
.stkpro26-scannerCard p {
    color: #314158;
    font-size: 11px;
    line-height: 1.6;
}

.stkpro26-tags {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 12px;
}

    .stkpro26-tags span {
        padding: 5px 8px;
        border: 1px solid #bcd1f5;
        border-radius: 4px;
        color: #2563eb;
        background: #f8fbff;
        font-size: 7px;
        font-weight: 800;
        text-transform: uppercase;
    }

.greenTags span {
    color: #16a34a;
    border-color: #bde5ca;
    background: #f6fff8;
}

.purpleTags span {
    color: #7c3aed;
    border-color: #d7c5f6;
    background: #fbf8ff;
}

.orangeTags span {
    color: #f97316;
    border-color: #fed0aa;
    background: #fffaf5;
}

.redTags span {
    color: #ef4444;
    border-color: #fecaca;
    background: #fff8f8;
}

.tealTags span {
    color: #0f8e8e;
    border-color: #bce2e2;
    background: #f6ffff;
}


/* OPTION */

.stkpro26-optionVisual {
    height: 112px;
    display: grid;
    grid-template-columns: 1.5fr .7fr;
    gap: 12px;
    margin: 15px 0;
}

.stkpro26-optionTable {
    border: 1px solid #e0e6ed;
}

    .stkpro26-optionTable > div {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        padding: 5px 6px;
        text-align: center;
        border-bottom: 1px solid #edf1f5;
        font-size: 7px;
    }

        .stkpro26-optionTable > div:last-child {
            border-bottom: 0;
        }

.stkpro26-atmRow {
    background: #eef5ff;
    color: #1d4ed8;
}

.stkpro26-pcrCircle {
    width: 82px;
    height: 82px;
    align-self: center;
    justify-self: center;
    display: grid;
    place-items: center;
    align-content: center;
    border: 12px solid #16a34a;
    border-right-color: #ef4444;
    border-radius: 50%;
}

    .stkpro26-pcrCircle strong,
    .stkpro26-pcrCircle span {
        display: block;
    }

    .stkpro26-pcrCircle strong {
        font-size: 9px;
    }

    .stkpro26-pcrCircle span {
        font-size: 14px;
        font-weight: 900;
    }


/* ZONES */

.stkpro26-zoneGraphic {
    height: 110px;
    position: relative;
    margin: 15px 0;
    background: linear-gradient(90deg,#e5e7eb 1px,transparent 1px), linear-gradient(#e5e7eb 1px,transparent 1px);
    background-size: 35px 27px;
}

.stkpro26-supplyBox,
.stkpro26-demandBox {
    position: absolute;
    right: 5%;
    width: 55%;
    padding: 7px;
    text-align: center;
    font-size: 7px;
    text-transform: uppercase;
}

.stkpro26-supplyBox {
    top: 10px;
    background: #fee2e2;
    color: #dc2626;
}

.stkpro26-demandBox {
    bottom: 10px;
    background: #dcfce7;
    color: #15803d;
}

.stkpro26-zoneCandles {
    width: 55%;
    height: 2px;
    position: absolute;
    left: 10%;
    top: 55%;
    transform: rotate(-6deg);
    background: linear-gradient(90deg,#ef4444,#16a34a,#16a34a,#ef4444);
}


/* MULTI */

.stkpro26-multiVisual {
    height: 110px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
    margin: 15px 0;
}

.stkpro26-device {
    display: grid;
    place-items: center;
    border: 4px solid #111827;
    background: #071523;
    color: #22c55e;
    font-size: 7px;
}

    .stkpro26-device.large {
        width: 120px;
        height: 76px;
    }

    .stkpro26-device.small {
        width: 85px;
        height: 60px;
    }

    .stkpro26-device.mobile {
        width: 35px;
        height: 66px;
    }


/* SCANNERS */

.stkpro26-scannerSection {
    padding-top: 20px;
}

.stkpro26-scannerGrid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 14px;
}

.stkpro26-scannerCard {
    min-height: 260px;
}

.stkpro26-scannerHead {
    align-items: center;
}

.stkpro26-scannerGraphic {
    height: 90px;
    display: grid;
    place-items: center;
}

.stkpro26-magnify {
    width: 60px;
    height: 60px;
    position: relative;
    display: grid;
    place-items: center;
    border: 4px solid #101827;
    border-radius: 50%;
    color: #16a34a;
    font-size: 25px;
}

    .stkpro26-magnify::after {
        content: "";
        width: 38px;
        height: 6px;
        position: absolute;
        right: -28px;
        bottom: -15px;
        transform: rotate(45deg);
        border-radius: 10px;
        background: #101827;
    }

.stkpro26-subText {
    display: block;
    margin: 6px 0 0 42px;
    color: #64748b;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.stkpro26-rsiScanner {
    height: 90px;
    position: relative;
    margin: 10px 0;
}

    .stkpro26-rsiScanner svg {
        width: 100%;
        height: 100%;
    }

.stkpro26-rsi70,
.stkpro26-rsi30 {
    position: absolute;
    right: 0;
    font-size: 7px;
}

.stkpro26-rsi70 {
    top: 4px
}

.stkpro26-rsi30 {
    bottom: 4px
}

.stkpro26-swingScanner {
    height: 90px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
    margin: 10px 0;
}

.stkpro26-scanCandle {
    width: 9px;
    height: 36px;
    background: #16a34a;
}

    .stkpro26-scanCandle:nth-child(2) {
        height: 42px
    }

    .stkpro26-scanCandle:nth-child(3) {
        height: 30px
    }

    .stkpro26-scanCandle:nth-child(4) {
        height: 50px
    }

    .stkpro26-scanCandle:nth-child(5) {
        height: 62px
    }

    .stkpro26-scanCandle:nth-child(6) {
        height: 74px
    }

    .stkpro26-scanCandle.red {
        background: #ef4444
    }

.stkpro26-pulseIcon {
    height: 90px;
    position: relative;
    display: grid;
    place-items: center;
    margin: 10px 0;
    color: #f97316;
    font-size: 65px;
}

    .stkpro26-pulseIcon span {
        position: absolute;
        color: #fff;
        font-size: 38px;
    }


/* BENEFIT */

.stkpro26-benefitStrip {
    padding: 22px 0;
    background: #fff;
}

.stkpro26-benefitGrid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    border: 1px solid #dce5ef;
    border-radius: 11px;
}

.stkpro26-benefitItem {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px;
    border-right: 1px solid #e5eaf1;
}

    .stkpro26-benefitItem:last-child {
        border-right: 0;
    }

    .stkpro26-benefitItem > span {
        color: #2563eb;
        font-size: 31px;
    }

    .stkpro26-benefitItem:nth-child(2) > span {
        color: #16a34a;
    }

    .stkpro26-benefitItem:nth-child(3) > span {
        color: #2563eb;
    }

    .stkpro26-benefitItem:nth-child(4) > span {
        color: #f97316;
    }

    .stkpro26-benefitItem strong,
    .stkpro26-benefitItem small {
        display: block;
    }

    .stkpro26-benefitItem strong {
        font-size: 11px;
        text-transform: uppercase;
    }

    .stkpro26-benefitItem small {
        margin-top: 3px;
        color: #64748b;
        font-size: 9px;
    }


/* CTA */

.stkpro26-ctaWrap {
    padding: 10px 0 35px;
}

.stkpro26-ctaBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    padding: 32px 38px;
    border: 1px solid #bdd4f7;
    border-radius: 13px;
    background: linear-gradient(90deg,#f4f8ff,#ffffff);
}

.stkpro26-ctaText {
    max-width: 720px;
}

    .stkpro26-ctaText small {
        color: #2563eb;
        font-size: 9px;
        font-weight: 900;
        letter-spacing: .1em;
    }

    .stkpro26-ctaText h2 {
        margin: 7px 0;
        color: #1454c7;
        font-size: 28px;
    }

        .stkpro26-ctaText h2 span {
            display: block;
        }

    .stkpro26-ctaText p {
        margin: 0;
        color: #41516a;
        font-size: 11px;
    }

.stkpro26-ctaButtons {
    min-width: 220px;
    display: grid;
    gap: 8px;
}

.stkpro26-whatsappBtn {
    background: #16a34a;
    color: #fff;
}

.stkpro26-phone {
    color: #164397;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
}

.stkpro26-disclaimer {
    max-width: 950px;
    margin: 18px auto 0;
    color: #94a3b8;
    text-align: center;
    font-size: 9px;
    line-height: 1.6;
}


/* RESPONSIVE */

@media (max-width: 1080px) {
    .stkpro26-menu {
        display: none;
    }

    .stkpro26-heroGrid {
        grid-template-columns: 1fr;
    }

    .stkpro26-softwareVisual {
        max-width: 850px;
        margin: 0 auto;
    }

    .stkpro26-strategyGrid {
        grid-template-columns: repeat(2,1fr);
    }

    .stkpro26-scannerGrid {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width: 760px) {
    .stkpro26-container {
        width: calc(100% - 26px);
    }

    .stkpro26-navBtn {
        display: none;
    }

    .stkpro26-hero {
        padding-top: 40px;
    }

    .stkpro26-iconFeatures {
        grid-template-columns: repeat(2,1fr);
        gap: 18px 0;
    }

    .stkpro26-iconFeature:nth-child(2) {
        border-right: 0;
    }

    .stkpro26-screenBody {
        grid-template-columns: 1fr;
    }

    .stkpro26-signalPanel {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 10px;
    }

        .stkpro26-signalPanel > small,
        .stkpro26-signalPanel > strong {
            grid-column: span 2;
        }

    .stkpro26-strategyGrid,
    .stkpro26-scannerGrid,
    .stkpro26-benefitGrid {
        grid-template-columns: 1fr;
    }

    .stkpro26-benefitItem {
        border-right: 0;
        border-bottom: 1px solid #e5eaf1;
    }

        .stkpro26-benefitItem:last-child {
            border-bottom: 0;
        }

    .stkpro26-sectionTitle h2 {
        font-size: 20px;
        text-align: center;
    }

    .stkpro26-ctaBox {
        align-items: flex-start;
        flex-direction: column;
    }

    .stkpro26-ctaButtons {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .stkpro26-logoText strong {
        font-size: 18px;
    }

    .stkpro26-heroContent h1 {
        font-size: 40px;
    }

    .stkpro26-heroText {
        font-size: 14px;
    }

    .stkpro26-heroActions {
        flex-direction: column;
    }

    .stkpro26-primaryBtn,
    .stkpro26-outlineBtn {
        width: 100%;
    }

    .stkpro26-timeframes {
        gap: 5px;
        font-size: 6px;
    }

    .stkpro26-optionVisual {
        grid-template-columns: 1fr;
        height: auto;
    }

    .stkpro26-pcrCircle {
        margin-top: 8px;
    }
}
/* ===================================================
   STOCKARA AI APP HERO
   All classes use stkapp- prefix
=================================================== */

.stkapp-wrap,
.stkapp-wrap * {
    box-sizing: border-box;
}

.stkapp-wrap {
    width: 100%;
    margin: 0;
    /* MORE LEFT + RIGHT PADDING */
    padding: 45px 70px 40px;
    background: radial-gradient( circle at 52% 18%, rgba(220, 234, 255, .45), transparent 32% ), #fff;
    font-family: Arial, Helvetica, sans-serif;
    color: #07142e;
}

.stkapp-container {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
}


/* ============================
   TOP
============================ */

.stkapp-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
}

.stkapp-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.stkapp-logo-mark {
    font-size: 38px;
}

.stkapp-logo strong {
    display: block;
    font-size: 32px;
    line-height: 1;
    letter-spacing: -1px;
}

.stkapp-logo small {
    display: block;
    margin-top: 5px;
    color: #53617c;
    font-size: 11px;
}


.stkapp-trust {
    display: flex;
    gap: 17px;
}

.stkapp-trust-card {
    min-width: 175px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 18px;
    border: 1px solid #dfe7f4;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(30, 64, 120, .04);
}

    .stkapp-trust-card > span {
        font-size: 26px;
    }

    .stkapp-trust-card b {
        display: block;
        font-size: 12px;
    }

    .stkapp-trust-card small {
        display: block;
        margin-top: 4px;
        color: #56647f;
        font-size: 10px;
    }


/* ============================
   HERO
============================ */

.stkapp-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.42fr) minmax(300px, .78fr) minmax(270px, .72fr);
    align-items: center;
    gap: 45px;
}


/* ============================
   LEFT CONTENT
============================ */

.stkapp-content {
    min-width: 0;
}

.stkapp-kicker {
    margin-bottom: 18px;
    color: #0caf59;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .3px;
}

.stkapp-content h1 {
    margin: 0 0 17px;
    padding: 0;
    color: #07142d;
    font-size: clamp(43px, 4vw, 66px);
    line-height: 1.06;
    letter-spacing: -2.5px;
    font-weight: 800;
}

    .stkapp-content h1 span {
        color: #1264df;
    }

.stkapp-subtitle {
    display: inline-block;
    margin-bottom: 20px;
    padding: 9px 15px;
    border-radius: 6px;
    color: #fff;
    background: linear-gradient( 90deg, #0751cc, #176be2 );
    font-size: 19px;
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(16, 86, 205, .15);
}

.stkapp-intro {
    max-width: 610px;
    margin: 0;
    color: #34446d;
    font-size: 16px;
    line-height: 1.65;
}


/* ============================
   FEATURES
============================ */

.stkapp-features {
    max-width: 620px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 30px;
}

.stkapp-feature {
    position: relative;
    padding: 5px 8px;
    text-align: center;
    color: #263a68;
    font-size: 12px;
    line-height: 1.4;
}

    .stkapp-feature:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 8%;
        width: 1px;
        height: 84%;
        background: #dfe5ef;
    }

.stkapp-feature-icon {
    min-height: 38px;
    margin-bottom: 7px;
    color: #08a965;
    font-size: 29px;
}


/* ============================
   DOWNLOAD
============================ */

.stkapp-download {
    max-width: 620px;
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    margin-top: 30px;
    overflow: hidden;
    border: 1px solid #cfdbef;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 15px 40px rgba(23, 60, 120, .05);
}

.stkapp-users {
    padding: 20px 25px;
}

    .stkapp-users > small {
        display: block;
        font-weight: 700;
    }

    .stkapp-users > strong {
        display: block;
        margin: 5px 0;
        color: #065bdc;
        font-size: 26px;
    }

    .stkapp-users > span {
        display: block;
        color: #283859;
        font-size: 11px;
    }

.stkapp-avatars {
    display: flex;
    margin-top: 10px;
}

    .stkapp-avatars i {
        width: 25px;
        height: 25px;
        display: grid;
        place-items: center;
        margin-right: -3px;
        border: 2px solid #fff;
        border-radius: 50%;
        background: #e5ebf4;
        font-style: normal;
        font-size: 12px;
    }

.stkapp-stars {
    margin-top: 8px;
    color: #ffad00;
    font-size: 13px;
}

    .stkapp-stars em {
        color: #263554;
        font-style: normal;
        font-size: 11px;
    }


.stkapp-download-blue {
    padding: 21px 23px;
    color: #fff;
    background: radial-gradient( circle at 100% 0, #337df2, transparent 55% ), linear-gradient( 135deg, #074ac6, #075fe3 );
}

    .stkapp-download-blue h3 {
        margin: 0 0 17px;
        font-size: 16px;
        line-height: 1.45;
    }

.stkapp-store-buttons {
    display: flex;
    gap: 7px;
}

.stkapp-store {
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 110px;
    padding: 7px 10px;
    border-radius: 5px;
    background: #030405;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
}

    .stkapp-store span {
        display: flex;
        flex-direction: column;
    }

    .stkapp-store small {
        color: #fff;
        font-size: 6px;
    }


/* ============================
   PHONE
============================ */

.stkapp-phone-area {
    display: flex;
    justify-content: center;
}

.stkapp-phone {
    position: relative;
    width: 330px;
    padding: 10px;
    border: 5px solid #1c1c1c;
    border-radius: 45px;
    background: #222;
    box-shadow: 0 30px 50px rgba(0,0,0,.2), inset 0 0 0 2px #626262;
}

.stkapp-notch {
    position: absolute;
    z-index: 10;
    top: 8px;
    left: 50%;
    width: 90px;
    height: 23px;
    transform: translateX(-50%);
    border-radius: 0 0 14px 14px;
    background: #030303;
}

.stkapp-screen {
    min-height: 610px;
    overflow: hidden;
    padding: 26px 11px 10px;
    border-radius: 33px;
    color: #fff;
    background: radial-gradient( circle at 80% 60%, #07317a, transparent 28% ), linear-gradient( #061a40, #021129 );
}


/* PHONE HEADER */

.stkapp-mobile-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

    .stkapp-mobile-head b,
    .stkapp-mobile-head small {
        display: block;
    }

    .stkapp-mobile-head b {
        font-size: 13px;
    }

    .stkapp-mobile-head small {
        color: #a9b5ca;
        font-size: 7px;
    }

    .stkapp-mobile-head > span {
        padding: 4px 7px;
        border-radius: 5px;
        background: rgba(255,0,0,.08);
        color: #ff4141;
        font-size: 7px;
    }


/* INDEX */

.stkapp-index {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    padding: 10px 3px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 10px;
    background: rgba(255,255,255,.035);
}

    .stkapp-index > div {
        padding: 0 6px;
    }

        .stkapp-index > div:not(:last-child) {
            border-right: 1px solid rgba(255,255,255,.08);
        }

    .stkapp-index small,
    .stkapp-index b,
    .stkapp-index span {
        display: block;
    }

    .stkapp-index small {
        color: #c5d0e2;
        font-size: 7px;
    }

    .stkapp-index b {
        margin: 5px 0;
        font-size: 11px;
    }

    .stkapp-index span {
        color: #20e565;
        font-size: 7px;
    }


/* MOBILE TITLE */

.stkapp-mobile-title {
    display: flex;
    justify-content: space-between;
    margin: 14px 3px 9px;
    font-size: 11px;
}

    .stkapp-mobile-title span {
        color: #388aff;
        font-size: 8px;
    }


/* SIGNAL */

.stkapp-signals {
    padding: 3px 10px;
    border-radius: 11px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.05);
}

.stkapp-signal {
    min-height: 58px;
    display: grid;
    grid-template-columns: 1.25fr .65fr 1fr;
    align-items: center;
    gap: 6px;
    border-bottom: 1px solid rgba(255,255,255,.06);
}

    .stkapp-signal:last-child {
        border: 0;
    }

    .stkapp-signal b {
        display: block;
        font-size: 9px;
    }

    .stkapp-signal small {
        display: block;
        margin-top: 3px;
        color: #9aa8bf;
        font-size: 7px;
    }

.stkapp-buy {
    color: #1de968;
    font-size: 9px;
}

.stkapp-sell {
    color: #ff4a4a;
    font-size: 9px;
}

.stkapp-price {
    text-align: right;
}

    .stkapp-price small {
        color: #1ee769;
    }

.stkapp-red small {
    color: #ff4949;
}


/* AI MOBILE */

.stkapp-ai-mobile {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 11px;
    border-radius: 11px;
    background: linear-gradient( 110deg, rgba(12,74,166,.4), rgba(61,35,165,.2) );
}

.stkapp-ai-icon {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #146dff;
    font-size: 10px;
    font-weight: 700;
}

.stkapp-ai-mobile small {
    display: block;
    color: #a6b5cc;
    font-size: 7px;
}

.stkapp-ai-mobile b {
    display: block;
    margin-top: 3px;
    color: #21e467;
    font-size: 11px;
}

.stkapp-ai-mobile p {
    margin: 4px 0 0;
    color: #d8e0ed;
    font-size: 7px;
    line-height: 1.4;
}

.stkapp-bot {
    font-size: 31px;
}


/* PHONE NAV */

.stkapp-mobile-nav {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    margin-top: 15px;
    padding-top: 11px;
    border-top: 1px solid rgba(255,255,255,.07);
}

    .stkapp-mobile-nav span {
        text-align: center;
        font-size: 14px;
    }

    .stkapp-mobile-nav small {
        display: block;
        margin-top: 3px;
        color: #aab6ca;
        font-size: 6px;
    }


/* ============================
   RIGHT
============================ */

.stkapp-right {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.stkapp-card {
    padding: 18px;
    border: 1px solid #dce5f2;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(22,60,120,.045);
}

.stkapp-card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

    .stkapp-card-head h3 {
        margin: 0;
        padding: 0;
        color: #091735;
        font-size: 16px;
    }

    .stkapp-card-head a {
        color: #0860e3;
        text-decoration: none;
        font-size: 9px;
    }


/* SCREENERS */

.stkapp-screener {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 10px 0;
    border-bottom: 1px solid #edf1f6;
}

    .stkapp-screener:last-child {
        border-bottom: 0;
    }

.stkapp-sc-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}

.stkapp-purple {
    background: linear-gradient(135deg,#7240e7,#a144ea);
}

.stkapp-green {
    background: linear-gradient(135deg,#08a95d,#22c976);
}

.stkapp-orange {
    background: linear-gradient(135deg,#ff402a,#ff7141);
}

.stkapp-screener b {
    display: block;
    font-size: 10px;
}

.stkapp-screener small {
    display: block;
    margin-top: 4px;
    color: #31559a;
    font-size: 8px;
}


/* ASSISTANT */

.stkapp-assistant {
    background: linear-gradient( 135deg, #f5f9ff, #fff );
}

.stkapp-ai-label {
    padding: 6px;
    border-radius: 6px;
    color: #fff;
    background: #135bd5;
    font-size: 10px;
    font-weight: 700;
}

.stkapp-assistant > p {
    margin: 0 0 12px;
    color: #53617e;
    font-size: 10px;
}

.stkapp-assistant ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.stkapp-assistant li {
    position: relative;
    margin: 12px 0;
    padding-left: 20px;
    color: #354568;
    font-size: 10px;
}

    .stkapp-assistant li::before {
        content: "✓";
        position: absolute;
        left: 0;
        width: 14px;
        height: 14px;
        display: grid;
        place-items: center;
        border: 1px solid #0db85c;
        border-radius: 50%;
        color: #0db85c;
        font-size: 8px;
    }

.stkapp-ask {
    display: inline-block;
    min-width: 125px;
    margin-top: 8px;
    padding: 10px 20px;
    border-radius: 6px;
    background: linear-gradient( 90deg, #0750cc, #1768e2 );
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
}


/* ============================
   SEGMENTS
============================ */

.stkapp-segments {
    display: grid;
    grid-template-columns: 1.35fr repeat(7,.65fr) 2.15fr;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
    padding: 17px 25px;
    border: 1px solid #d7e1f1;
    border-radius: 13px;
    background: #fff;
}

.stkapp-segments-title {
    color: #18284d;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 700;
}

.stkapp-segment {
    text-align: center;
    color: #354568;
    font-size: 10px;
}

    .stkapp-segment span {
        display: block;
        margin-bottom: 5px;
        color: #1267dd;
        font-size: 21px;
    }

.stkapp-demo {
    padding-left: 25px;
    border-left: 1px solid #dfe5ed;
}

    .stkapp-demo small,
    .stkapp-demo strong,
    .stkapp-demo span {
        display: block;
    }

    .stkapp-demo small {
        margin-bottom: 7px;
        font-size: 11px;
        font-weight: 700;
    }

    .stkapp-demo strong {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .stkapp-demo span {
        color: #34415c;
        font-size: 10px;
    }


/* ============================
   BOTTOM CTA
============================ */

.stkapp-bottom {
    display: grid;
    grid-template-columns: auto 1.45fr 1.25fr;
    align-items: center;
    gap: 25px;
    margin-top: 15px;
    padding: 21px 35px;
    border: 1px solid #cfddf5;
    border-radius: 14px;
    background: linear-gradient( 100deg, #fff, #f2f7ff );
}

.stkapp-award {
    font-size: 57px;
}

.stkapp-bottom-text h2 {
    margin: 0;
    padding: 0;
    color: #0b58cd;
    font-size: 22px;
    line-height: 1.25;
}

    .stkapp-bottom-text h2 span {
        color: #1045a9;
    }

.stkapp-bottom-text p {
    margin: 6px 0 0;
    color: #46536e;
    font-size: 11px;
}

.stkapp-action-buttons {
    display: flex;
    gap: 14px;
}

.stkapp-demo-btn,
.stkapp-wa-btn {
    flex: 1;
    padding: 12px 15px;
    border-radius: 7px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    transition: .25s ease;
}

.stkapp-demo-btn {
    background: linear-gradient( 90deg, #0750ce, #176ae7 );
}

.stkapp-wa-btn {
    background: linear-gradient( 90deg, #06a444, #13ba53 );
}

    .stkapp-demo-btn:hover,
    .stkapp-wa-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 22px rgba(20,70,150,.18);
    }

.stkapp-contact {
    display: block;
    margin-top: 10px;
    font-size: 15px;
}


/* ===================================================
   RESPONSIVE
=================================================== */

@media (max-width: 1250px) {

    .stkapp-wrap {
        padding-left: 50px;
        padding-right: 50px;
    }

    .stkapp-hero {
        grid-template-columns: minmax(0,1.15fr) minmax(300px,.85fr);
    }

    .stkapp-right {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .stkapp-segments {
        grid-template-columns: repeat(4,1fr);
    }

    .stkapp-segments-title,
    .stkapp-demo {
        grid-column: span 2;
    }
}


@media (max-width: 900px) {

    .stkapp-wrap {
        padding: 35px 32px;
    }

    .stkapp-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .stkapp-trust {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 5px;
    }

    .stkapp-trust-card {
        flex: 0 0 180px;
    }

    .stkapp-hero {
        grid-template-columns: 1fr;
    }

    .stkapp-content {
        text-align: center;
    }

    .stkapp-intro,
    .stkapp-features,
    .stkapp-download {
        margin-left: auto;
        margin-right: auto;
    }

    .stkapp-right {
        grid-template-columns: 1fr;
    }

    .stkapp-bottom {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .stkapp-action-buttons {
        max-width: 550px;
        margin: auto;
    }
}


@media (max-width: 600px) {

    .stkapp-wrap {
        /* MOBILE PADDING */
        padding: 28px 20px;
    }

    .stkapp-logo strong {
        font-size: 27px;
    }

    .stkapp-content h1 {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .stkapp-subtitle {
        font-size: 14px;
    }

    .stkapp-intro {
        font-size: 14px;
    }

    .stkapp-features {
        grid-template-columns: repeat(2,1fr);
        row-gap: 18px;
    }

    .stkapp-feature::after {
        display: none;
    }

    .stkapp-download {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .stkapp-store-buttons {
        flex-direction: column;
    }

    .stkapp-store {
        width: 100%;
    }

    .stkapp-phone {
        width: min(330px,100%);
    }

    .stkapp-segments {
        grid-template-columns: repeat(2,1fr);
        padding: 18px;
    }

    .stkapp-segments-title,
    .stkapp-demo {
        grid-column: 1 / -1;
        text-align: center;
    }

    .stkapp-demo {
        margin-top: 5px;
        padding: 16px 0 0;
        border-left: 0;
        border-top: 1px solid #e0e6ef;
    }

    .stkapp-bottom {
        padding: 22px 18px;
    }

    .stkapp-award {
        font-size: 48px;
    }

    .stkapp-bottom-text h2 {
        font-size: 19px;
    }

    .stkapp-action-buttons {
        flex-direction: column;
    }
}


@media (max-width: 400px) {

    .stkapp-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .stkapp-content h1 {
        font-size: 31px;
    }
}

/* ======================================================
   STOXARA ALGO AI
   AUTO HEIGHT WEBSITE VERSION
====================================================== */

.stoxweb-section,
.stoxweb-section * {
    box-sizing: border-box;
}

.stoxweb-section {
    width: 100%;
    margin: 0;
    padding: 40px 60px;
    font-family: Arial, Helvetica, sans-serif;
    color: #071630;
    background: radial-gradient( circle at 70% 15%, rgba(228, 243, 255, .55), transparent 30% ), #ffffff;
}

.stoxweb-container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}


/* ======================================================
   HERO - AUTO HEIGHT
====================================================== */

.stoxweb-hero {
    position: relative;
    width: 100%;
    /* AUTO HEIGHT */
    height: auto;
    min-height: 520px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(400px, .9fr);
    align-items: center;
    gap: 50px;
    padding: 45px 45px 35px;
    overflow: hidden;
    border: 1px solid #e0e7f1;
    border-radius: 20px;
    background: linear-gradient( 120deg, #ffffff 0%, #ffffff 58%, #f8fbff 100% );
    box-shadow: 0 16px 45px rgba(20, 55, 105, .07);
}


/* ======================================================
   LEFT
====================================================== */

.stoxweb-left {
    position: relative;
    z-index: 5;
}

.stoxweb-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    margin-bottom: 22px;
    border: 1px solid #8ce7bc;
    border-radius: 30px;
    background: #fbfffd;
    color: #00a950;
    font-size: 13px;
    font-weight: 700;
}

    .stoxweb-badge span {
        font-size: 17px;
    }


/* TITLE */

.stoxweb-title {
    margin: 0;
    padding: 0;
    color: #071738;
    font-size: clamp(42px, 4vw, 62px);
    line-height: 1.05;
    letter-spacing: -2.2px;
    font-weight: 800;
}

    .stoxweb-title span {
        background: linear-gradient( 90deg, #0866ef, #06a9a5 48%, #04b54f );
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }


/* DESCRIPTION */

.stoxweb-description {
    max-width: 650px;
    margin: 22px 0 0;
    color: #42516c;
    font-size: 16px;
    line-height: 1.7;
}


/* ======================================================
   QUICK FEATURES
====================================================== */

.stoxweb-quick-features {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 28px;
}

.stoxweb-quick-item {
    position: relative;
    min-width: 175px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-right: 22px;
    padding-right: 22px;
}

    .stoxweb-quick-item:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 2px;
        right: 0;
        width: 1px;
        height: 45px;
        background: #dce4ee;
    }

    .stoxweb-quick-item > span {
        width: 24px;
        height: 24px;
        flex: 0 0 24px;
        display: grid;
        place-items: center;
        border: 2px solid #08b657;
        border-radius: 50%;
        color: #08b657;
        font-size: 12px;
        font-weight: 800;
    }

    .stoxweb-quick-item strong {
        color: #172440;
        font-size: 13px;
        line-height: 1.5;
        font-weight: 600;
    }


/* ======================================================
   ACTIONS
====================================================== */

.stoxweb-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 30px;
}

.stoxweb-demo-btn,
.stoxweb-video-btn {
    min-width: 210px;
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 23px;
    border-radius: 9px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    transition: transform .25s ease, box-shadow .25s ease;
}

.stoxweb-demo-btn {
    color: #ffffff;
    background: linear-gradient( 90deg, #0754e4, #0962ff );
    box-shadow: 0 12px 28px rgba(4, 79, 222, .18);
}

.stoxweb-video-btn {
    color: #073ea8;
    border: 1px solid #8caeff;
    background: #ffffff;
}

.stoxweb-play {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border: 2px solid #0964ec;
    border-radius: 50%;
    color: #0964ec;
    font-size: 9px;
}

.stoxweb-demo-btn:hover,
.stoxweb-video-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(19, 72, 160, .16);
}


/* ======================================================
   RIGHT
====================================================== */

.stoxweb-right {
    position: relative;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* BACKGROUND GRAPH */

.stoxweb-market-bg {
    position: absolute;
    right: -20px;
    top: 65px;
    width: 57%;
    height: 320px;
    opacity: .40;
}

    .stoxweb-market-bg svg {
        position: absolute;
        width: 100%;
        height: 100%;
    }

        .stoxweb-market-bg svg polyline {
            fill: none;
            stroke: #08cc90;
            stroke-width: 3;
        }

.stoxweb-candle {
    position: absolute;
    width: 13px;
    background: rgba(32, 205, 150, .55);
}

    .stoxweb-candle::before {
        content: "";
        position: absolute;
        left: 50%;
        top: -17px;
        width: 2px;
        height: calc(100% + 34px);
        transform: translateX(-50%);
        background: rgba(32, 205, 150, .55);
        z-index: -1;
    }

.stoxweb-candle-1 {
    right: 3%;
    top: 10px;
    height: 46px;
}

.stoxweb-candle-2 {
    right: 16%;
    top: 55px;
    height: 52px;
}

.stoxweb-candle-3 {
    right: 28%;
    top: 95px;
    height: 43px;
}

.stoxweb-candle-4 {
    right: 41%;
    top: 127px;
    height: 58px;
}

.stoxweb-candle-5 {
    right: 54%;
    top: 168px;
    height: 46px;
}


/* ======================================================
   PHONE
====================================================== */

.stoxweb-phone {
    position: relative;
    z-index: 5;
    width: 315px;
    height: 530px;
    padding: 8px;
    transform: rotate(5deg);
    border: 5px solid #202020;
    border-radius: 46px;
    background: #252525;
    box-shadow: 0 28px 60px rgba(14, 36, 72, .25);
}

.stoxweb-phone-notch {
    position: absolute;
    top: 7px;
    left: 50%;
    z-index: 10;
    width: 90px;
    height: 20px;
    transform: translateX(-50%);
    border-radius: 0 0 14px 14px;
    background: #050505;
}

.stoxweb-screen {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 24px 10px 10px;
    border-radius: 35px;
    background: linear-gradient( 180deg, #ffffff, #f7faff );
}


/* PHONE HEADER */

.stoxweb-phone-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 11px;
    font-size: 9px;
}

.stoxweb-live {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 7px;
    border-radius: 6px;
    background: #edfff4;
    color: #00a74e;
    font-size: 7px;
    font-weight: 700;
}

    .stoxweb-live i {
        width: 5px;
        height: 5px;
        display: block;
        border-radius: 50%;
        background: #00b557;
    }

.stoxweb-screen-heading {
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 700;
}


/* ======================================================
   MARKET CARDS
====================================================== */

.stoxweb-market-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}

.stoxweb-market-card {
    padding: 7px 6px;
    border: 1px solid #e7edf4;
    border-radius: 7px;
    background: #ffffff;
}

    .stoxweb-market-card small,
    .stoxweb-market-card strong,
    .stoxweb-market-card span {
        display: block;
    }

    .stoxweb-market-card small {
        color: #50607b;
        font-size: 5px;
    }

    .stoxweb-market-card strong {
        margin: 3px 0;
        color: #101d39;
        font-size: 8px;
    }

    .stoxweb-market-card span {
        color: #02b559;
        font-size: 5px;
        font-weight: 700;
    }


/* ======================================================
   PERFORMANCE
====================================================== */

.stoxweb-performance {
    margin-top: 8px;
    padding: 8px;
    border: 1px solid #e5eaf2;
    border-radius: 8px;
    background: #ffffff;
}

.stoxweb-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .stoxweb-card-header strong {
        font-size: 8px;
    }

    .stoxweb-card-header span,
    .stoxweb-card-header a {
        color: #53617a;
        font-size: 6px;
        text-decoration: none;
    }

.stoxweb-performance-chart {
    position: relative;
    height: 82px;
    margin-top: 4px;
}

    .stoxweb-performance-chart svg {
        position: relative;
        z-index: 5;
        width: 100%;
        height: 100%;
    }

.stoxweb-chart-blue,
.stoxweb-chart-green {
    fill: none;
    stroke-width: 2;
}

.stoxweb-chart-blue {
    stroke: #1163f0;
}

.stoxweb-chart-green {
    stroke: #03b853;
}

.stoxweb-grid {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #edf1f6;
}

.stoxweb-grid-1 {
    top: 25%;
}

.stoxweb-grid-2 {
    top: 50%;
}

.stoxweb-grid-3 {
    top: 75%;
}


/* RESULTS */

.stoxweb-results {
    display: flex;
    justify-content: flex-end;
    gap: 7px;
}

    .stoxweb-results div {
        padding: 4px 6px;
        border-radius: 5px;
        background: #f4f8ff;
    }

    .stoxweb-results strong,
    .stoxweb-results small {
        display: block;
    }

    .stoxweb-results strong {
        color: #0864ec;
        font-size: 7px;
    }

    .stoxweb-results div:last-child strong {
        color: #00aa4e;
    }

    .stoxweb-results small {
        margin-top: 2px;
        color: #65738a;
        font-size: 5px;
    }


/* ======================================================
   STRATEGIES
====================================================== */

.stoxweb-strategy-box {
    margin-top: 7px;
    padding: 8px;
    border: 1px solid #e5eaf2;
    border-radius: 8px;
    background: #ffffff;
}

.stoxweb-strategy-row {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid #edf1f6;
    font-size: 6px;
}

    .stoxweb-strategy-row:last-child {
        border-bottom: none;
    }

    .stoxweb-strategy-row b {
        color: #00ad51;
    }


/* ======================================================
   AI SIGNAL
====================================================== */

.stoxweb-ai-signal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 7px;
    padding: 8px;
    border: 1px solid #e5eaf2;
    border-radius: 8px;
    background: #ffffff;
}

    .stoxweb-ai-signal small {
        display: block;
        color: #5d6b83;
        font-size: 6px;
    }

    .stoxweb-ai-signal strong {
        display: block;
        margin-top: 3px;
        color: #00ad51;
        font-size: 8px;
    }

    .stoxweb-ai-signal p {
        margin: 3px 0 0;
        color: #58667d;
        font-size: 5px;
        line-height: 1.45;
    }

.stoxweb-robot {
    font-size: 30px;
}


/* ======================================================
   STATS
====================================================== */

.stoxweb-stats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    gap: 0;
    margin-top: 20px;
    padding: 18px 22px;
    border: 1px solid #e0e6ef;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(21, 55, 105, .07);
}

.stoxweb-stat {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
}

    .stoxweb-stat:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        width: 1px;
        height: 50px;
        background: #e1e7ef;
    }

.stoxweb-stat-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
}

.stoxweb-blue {
    background: linear-gradient( 135deg, #0752dc, #0671ff );
}

.stoxweb-green {
    background: linear-gradient( 135deg, #04a94e, #09c762 );
}

.stoxweb-purple {
    background: linear-gradient( 135deg, #6234d6, #8f39ef );
}

.stoxweb-orange {
    background: linear-gradient( 135deg, #ff9b00, #ff7000 );
}

.stoxweb-stat strong,
.stoxweb-stat span {
    display: block;
}

.stoxweb-stat strong {
    color: #0b1835;
    font-size: 15px;
}

.stoxweb-stat span {
    margin-top: 4px;
    color: #58667e;
    font-size: 9px;
}


/* ======================================================
   FEATURES STRIP
====================================================== */

.stoxweb-features {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 16px;
    padding: 20px 16px;
    border: 1px solid #dfe6ef;
    border-radius: 14px;
    background: linear-gradient( 180deg, #ffffff, #fbfcff );
    box-shadow: 0 10px 28px rgba(23, 61, 117, .05);
}

.stoxweb-feature {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 0 14px;
}

    .stoxweb-feature:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 3px;
        right: 0;
        width: 1px;
        height: 65px;
        background: #e2e7ef;
    }

.stoxweb-feature-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    font-size: 17px;
    font-weight: 800;
}

.stoxweb-feature-blue {
    color: #0964e9;
    background: #edf4ff;
}

.stoxweb-feature-green {
    color: #02ac51;
    background: #edfff5;
}

.stoxweb-feature-purple {
    color: #7136da;
    background: #f4edff;
}

.stoxweb-feature-orange {
    color: #ff7a00;
    background: #fff3e7;
}

.stoxweb-feature h3 {
    margin: 1px 0 6px;
    color: #0b1835;
    font-size: 10px;
}

.stoxweb-feature p {
    margin: 0;
    color: #59677f;
    font-size: 8px;
    line-height: 1.6;
}


/* ======================================================
   TABLET
====================================================== */

@media (max-width: 1150px) {

    .stoxweb-section {
        padding-left: 35px;
        padding-right: 35px;
    }

    .stoxweb-hero {
        grid-template-columns: 1fr .8fr;
        gap: 25px;
        padding: 40px 30px;
    }

    .stoxweb-title {
        font-size: 36px;
    }

    .stoxweb-phone {
        width: 290px;
        height: 500px;
    }

    .stoxweb-stats {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 25px;
    }

    .stoxweb-stat::after {
        display: none;
    }

    .stoxweb-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 0;
    }

    .stoxweb-feature::after {
        display: none;
    }
}


/* ======================================================
   MOBILE
====================================================== */

@media (max-width: 850px) {

    .stoxweb-section {
        padding: 25px 20px;
    }

    .stoxweb-hero {
        min-height: 0;
        grid-template-columns: 1fr;
        padding: 35px 22px 20px;
    }

    .stoxweb-left {
        text-align: center;
    }

    .stoxweb-description {
        margin-left: auto;
        margin-right: auto;
    }

    .stoxweb-quick-features {
        justify-content: center;
    }

    .stoxweb-actions {
        justify-content: center;
    }

    .stoxweb-right {
        min-height: 520px;
        margin-top: 20px;
    }

    .stoxweb-phone {
        transform: none;
    }

    .stoxweb-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .stoxweb-stat {
        justify-content: flex-start;
    }

    .stoxweb-features {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* ======================================================
   SMALL MOBILE
====================================================== */

@media (max-width: 550px) {

    .stoxweb-section {
        padding: 18px 14px;
    }

    .stoxweb-hero {
        padding: 28px 15px 18px;
    }

    .stoxweb-badge {
        font-size: 10px;
    }

    .stoxweb-title {
        font-size: 34px;
        letter-spacing: -1px;
    }

    .stoxweb-description {
        font-size: 13px;
    }

    .stoxweb-quick-features {
        flex-direction: column;
        gap: 14px;
    }

    .stoxweb-quick-item {
        width: 100%;
        justify-content: center;
        margin: 0;
        padding: 0;
    }

        .stoxweb-quick-item::after {
            display: none;
        }

    .stoxweb-actions {
        flex-direction: column;
    }

    .stoxweb-demo-btn,
    .stoxweb-video-btn {
        width: 100%;
    }

    .stoxweb-right {
        min-height: 470px;
    }

    .stoxweb-phone {
        width: 270px;
        height: 470px;
    }

    .stoxweb-stats {
        grid-template-columns: 1fr;
    }

    .stoxweb-features {
        grid-template-columns: 1fr;
    }

    .stoxweb-feature {
        padding: 12px 5px;
    }
}
/* =====================================================
   STOCKARA OUR TEAM SECTION
   Prefix: stk-team-
   ===================================================== */

.stk-team-section {
    width: 100%;
    padding: 25px 20px;
    background: radial-gradient(circle at 8% 12%, rgba(37, 99, 235, 0.08), transparent 25%), radial-gradient(circle at 92% 85%, rgba(14, 165, 233, 0.08), transparent 26%), #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}

    .stk-team-section * {
        box-sizing: border-box;
    }

.stk-team-container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}


/* =========================
   HEADING
========================= */

.stk-team-heading {
    max-width: 730px;
    margin: 0 auto 50px;
    text-align: center;
}

.stk-team-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    margin-bottom: 15px;
    background: #eef5ff;
    border: 1px solid #d7e7ff;
    border-radius: 50px;
    color: #2563eb;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
}

.stk-team-heading h2 {
    margin: 0 0 15px;
    color: #0f172a;
    font-size: 42px;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: -1px;
}

    .stk-team-heading h2 span {
        color: #2563eb;
    }

.stk-team-heading p {
    margin: 0;
    color: #64748b;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================
   TEAM GRID
========================= */

.stk-team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}


/* =========================
   TEAM CARD
========================= */

.stk-team-card {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #e7edf5;
    border-radius: 22px;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

    .stk-team-card:hover {
        transform: translateY(-8px);
        border-color: #bfd6ff;
        box-shadow: 0 22px 55px rgba(37, 99, 235, 0.13);
    }


/* =========================
   IMAGE
========================= */

.stk-team-image {
    position: relative;
    height: 290px;
    overflow: hidden;
    background: #f1f5f9;
}

    .stk-team-image::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 70px;
        background: linear-gradient( to top, rgba(15, 23, 42, 0.26), transparent );
        pointer-events: none;
    }

    .stk-team-image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center top;
        transition: transform 0.5s ease;
    }

.stk-team-card:hover .stk-team-image img {
    transform: scale(1.04);
}


/* EXPERIENCE BADGE */

.stk-team-exp {
    position: absolute;
    z-index: 2;
    left: 16px;
    bottom: 15px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(8px);
    border-radius: 9px;
    color: #0f172a;
    font-size: 11px;
    font-weight: 700;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}


/* =========================
   CONTENT
========================= */

.stk-team-content {
    padding: 23px 21px 25px;
}

    .stk-team-content h3 {
        margin: 0 0 5px;
        color: #0f172a;
        font-size: 20px;
        line-height: 1.3;
        font-weight: 800;
    }

.stk-team-role {
    display: block;
    margin-bottom: 14px;
    color: #2563eb;
    font-size: 13px;
    font-weight: 700;
}

.stk-team-content p {
    min-height: 72px;
    margin: 0 0 18px;
    color: #64748b;
    font-size: 13.5px;
    line-height: 1.7;
}


/* =========================
   SKILL TAGS
========================= */

.stk-team-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

    .stk-team-tags span {
        display: inline-flex;
        align-items: center;
        padding: 6px 9px;
        background: #f5f8fc;
        border: 1px solid #e8edf4;
        border-radius: 7px;
        color: #475569;
        font-size: 10.5px;
        font-weight: 700;
    }


/* =========================
   BOTTOM INFO BAR
========================= */

.stk-team-bottom {
    display: flex;
    align-items: center;
    gap: 17px;
    max-width: 850px;
    margin: 45px auto 0;
    padding: 20px 25px;
    background: linear-gradient(135deg, #f8fbff, #ffffff);
    border: 1px solid #dde9f9;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.stk-team-bottom-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2563eb;
    border-radius: 13px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.22);
}

.stk-team-bottom strong {
    display: block;
    margin-bottom: 5px;
    color: #0f172a;
    font-size: 15px;
    font-weight: 800;
}

.stk-team-bottom p {
    margin: 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.6;
}


/* =========================
   TABLET
========================= */

@media (max-width: 1050px) {

    .stk-team-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stk-team-image {
        height: 330px;
    }
}


/* =========================
   MOBILE
========================= */

@media (max-width: 650px) {

    .stk-team-section {
        padding: 60px 16px;
    }

    .stk-team-heading {
        margin-bottom: 35px;
    }

        .stk-team-heading h2 {
            font-size: 31px;
        }

        .stk-team-heading p {
            font-size: 14px;
        }

    .stk-team-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .stk-team-image {
        height: 360px;
    }

    .stk-team-content {
        padding: 22px;
    }

        .stk-team-content p {
            min-height: auto;
        }

    .stk-team-bottom {
        align-items: flex-start;
        padding: 18px;
    }
}


/* SMALL MOBILE */

@media (max-width: 420px) {

    .stk-team-heading h2 {
        font-size: 28px;
    }

    .stk-team-image {
        height: 320px;
    }
}