﻿
:root {
    --ink: #10111a;
    --muted: #66697a;
    --line: #e8e9f0;
    --surface: #f7f7fb;
    --brand: #474AD9;
    --brand-dark: #3436ad;
    --accent: #f01717;
    --white: #fff;
    --shadow: 0 18px 60px rgba(26,27,62,.10);
    --radius: 22px;
}



.three-pl-page .hero {
    padding: 86px 0 70px;
    overflow: hidden;
    position: relative
}

    .three-pl-page .hero:before {
        content: "";
        position: absolute;
        width: 560px;
        height: 560px;
        border-radius: 50%;
        background: radial-gradient(circle,rgba(71,74,217,.15),rgba(71,74,217,0) 67%);
        right: -160px;
        top: -140px
    }

.three-pl-page .hero-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 68px;
    align-items: center;
    position: relative
}

/*.three-pl-page  .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid #dedff8;
    background: #f6f6ff;
    color: var(--brand-dark);
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em
}

    .three-pl-page .eyebrow i {
        width: 7px;
        height: 7px;
        background: var(--brand);
        border-radius: 50%
    }*/

.three-pl-page h1 {
    font-size: clamp(45px,6vw,76px);
    line-height: .99;
    letter-spacing: -.055em;
    margin: 24px 0
}

.three-pl-page .hero p {
    font-size: 19px;
    color: var(--muted);
    max-width: 640px
}

.three-pl-page .hero-actions {
    display: flex;
    gap: 12px;
    margin-top: 30px;
    flex-wrap: wrap
}

.three-pl-page .hero-note {
    display: flex;
    gap: 22px;
    margin-top: 28px;
    font-size: 13px;
    color: var(--muted);
    flex-wrap: wrap
}

    .three-pl-page .hero-note span:before {
        content: "✓";
        color: var(--brand);
        font-weight: 800;
        margin-right: 7px
    }

.three-pl-page .dashboard {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 28px;
    box-shadow: var(--shadow);
    padding: 16px;
    transform: rotate(1deg)
}

.three-pl-page .appbar {
    height: 48px;
    background: #f7f7fb;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px
}

.three-pl-page .dots {
    display: flex;
    gap: 6px
}

    .three-pl-page .dots i {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #d6d7df
    }

.three-pl-page .screen {
    display: grid;
    grid-template-columns: 145px 1fr;
    min-height: 410px
}

.three-pl-page .sidebar {
    padding: 18px 12px;
    border-right: 1px solid var(--line)
}

.three-pl-page .side-item {
    padding: 10px;
    border-radius: 9px;
    font-size: 11px;
    color: #77798a;
    margin-bottom: 5px
}

    .three-pl-page .side-item.active {
        background: #eeefff;
        color: var(--brand);
        font-weight: 700
    }

.three-pl-page .content {
    padding: 20px
}

.three-pl-page .content-title {
    font-weight: 800;
    font-size: 16px
}

.three-pl-page .stats {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
    margin: 16px 0
}

.three-pl-page .stat {
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 13px
}

    .three-pl-page .stat small {
        color: var(--muted);
        font-size: 9px
    }

    .three-pl-page .stat strong {
        display: block;
        font-size: 20px;
        margin-top: 4px
    }

.three-pl-page .chart {
    height: 120px;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 14px;
    display: flex;
    align-items: flex-end;
    gap: 7px
}

.three-pl-page .bar {
    flex: 1;
    border-radius: 5px 5px 2px 2px;
    background: linear-gradient(#7f81ed,var(--brand))
}

.three-pl-page .table {
    margin-top: 12px;
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden
}

.three-pl-page .row {
    display: grid;
    grid-template-columns: 1fr .8fr .7fr;
    padding: 10px 12px;
    border-bottom: 1px solid var(--line);
    font-size: 9px
}

    .three-pl-page .row:last-child {
        border: 0
    }

.three-pl-page .pill {
    background: #e9f7ee;
    color: #27824b;
    padding: 3px 6px;
    border-radius: 999px;
    width: max-content
}

.three-pl-page .logos {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 25px 0
}

.three-pl .logo-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    color: #767887;
    font-weight: 800;
    border: unset;
    padding: 0px
}

.three-pl-page section {
    padding: 95px 0;
}

.three-pl-page .section-head {
    max-width: 760px;
    margin-bottom: 48px
}

.three-pl-page .kicker {
    color: var(--brand);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .11em
}

.three-pl-page h2 {
    font-size: clamp(34px,4.4vw,56px);
    line-height: 1.05;
    letter-spacing: -.045em;
    margin: 12px 0 18px
}

.three-pl-page .section-head p {
    font-size: 18px;
    color: var(--muted)
}

.three-pl-page .problems {
    background: var(--surface)
}

.three-pl-page .problem-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px
}

.three-pl-page .card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 26px
}

.three-pl-page .icon {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    background: #eeefff;
    color: var(--brand);
    display: grid;
    place-items: center;
    font-weight: 900;
    margin-bottom: 20px
}

.three-pl-page .card h3 {
    font-size: 19px;
    margin: 0 0 8px
}

.three-pl-page .card p {
    color: var(--muted);
    font-size: 14px;
    margin: 0
}

.three-pl-page .solutions-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px
}

.three-pl-page .solution {
    min-height: 290px;
    padding: 32px;
    position: relative;
    overflow: hidden
}

    .three-pl-page .solution:nth-child(1) {
        background: #11121b;
        color: #fff
    }

    .three-pl-page .solution:nth-child(2) {
        background: #efefff
    }

    .three-pl-page .solution:nth-child(3) {
        background: #fff3f3
    }

    .three-pl-page .solution:nth-child(4) {
        background: #f1f8f4
    }

    .three-pl-page .solution p {
        max-width: 440px;
        color: inherit;
        opacity: .72
    }

    .three-pl-page .solution ul {
        padding: 0;
        list-style: none;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 9px;
        margin-top: 22px
    }

    .three-pl-page .solution li {
        font-size: 13px
    }

        .three-pl-page .solution li:before {
            content: "✓";
            margin-right: 7px;
            font-weight: 800
        }

.three-pl-page .workflow {
    background: #11121b;
    color: #fff
}

    .three-pl-page .workflow .section-head p {
        color: #b7b9c8
    }

.three-pl-page .steps {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 12px
}

.three-pl-page .step {
    border: 1px solid #30313f;
    border-radius: 17px;
    padding: 20px 16px;
    min-height: 135px;
    background: #181923;
    position: relative
}

    .three-pl-page .step span {
        font-size: 11px;
        color: #9da0b2
    }

    .three-pl-page .step strong {
        display: block;
        margin-top: 28px;
        font-size: 15px
    }

    .three-pl-page .step:after {
        content: "→";
        position: absolute;
        right: -13px;
        top: 52px;
        color: #6e70dc;
        font-weight: 900;
        font-size: 13px;
    }

    .three-pl-page .step:nth-child(6):after, .three-pl-page .step:nth-child(12):after {
        display: none
    }

.three-pl-page .features-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 55px;
    align-items: start
}

.three-pl-page .feature-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px
}

.three-pl-page .feature {
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 18px;
    font-size: 14px;
    font-weight: 700
}

    .three-pl-page .feature small {
        display: block;
        color: var(--muted);
        font-weight: 400;
        margin-top: 5px
    }

.three-pl-page .sticky-panel {
    position: sticky;
    top: 115px;
    background: var(--brand);
    color: #fff;
    padding: 35px;
    border-radius: 26px
}

    .three-pl-page .sticky-panel h3 {
        font-size: 30px;
        margin: 0 0 12px;
        letter-spacing: -.03em
    }

.three-pl-page .integrations {
    background: var(--surface)
}

.three-pl-page .integration-box {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 26px;
    padding: 34px
}

.three-pl-page .integration-tabs {
    display: flex;
    gap: 9px;
    margin-bottom: 27px;
    flex-wrap: wrap
}

.three-pl-page .tab {
    padding: 10px 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    background: #fff
}

    .three-pl-page .tab.active {
        background: var(--ink);
        color: #fff;
        border-color: var(--ink)
    }

.three-pl-page .integration-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 13px
}

.three-pl-page .integration {
    height: 82px;
    border: 1px solid var(--line);
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-weight: 800;
    color: #4f5262;
    background: #fff;
    text-align: center;
    padding: 8px
}

.three-pl-page .metrics {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px
}

.three-pl-page .metric {
    padding: 25px 0;
    border-top: 2px solid var(--ink);
    border-left: 0px;
}

    .three-pl-page .metric strong {
        font-size: 38px;
        display: block;
        letter-spacing: -.04em
    }

    .three-pl-page .metric span {
        color: var(--muted);
        font-size: 13px
    }

.three-pl-page .quote {
    background: #f5f5ff;
    border: 1px solid #dedff8;
    border-radius: 28px;
    padding: 42px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: center
}

    .three-pl-page .quote blockquote {
        font-size: 27px;
        line-height: 1.35;
        letter-spacing: -.025em;
        margin: 0
    }

    .three-pl-page .quote small {
        display: block;
        color: var(--muted);
        margin-top: 14px
    }

.three-pl-page .cta {
    padding-top: 30px;
    background: unset !important;
    padding-bottom: 0px;
}

.three-pl-page .cta-box {
    background: linear-gradient(135deg,#17172d,#393579 60%,#514cdb);
    color: #fff;
    border-radius: 32px;
    padding: 65px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 30px
}

    .three-pl-page .cta-box h2 {
        margin: 0 0 12px
    }

    .three-pl-page .cta-box p {
        color: #d8d9ff;
        max-width: 670px
    }

    .three-pl-page .cta-box .btn-primary {
        background: #fff;
        color: var(--brand)
    }



@media(max-width:900px) {


    .three-pl-page .hero-grid, .three-pl-page .features-grid, .three-pl-page .cta-box {
        grid-template-columns: 1fr
    }

    .three-pl-page .dashboard {
        transform: none
    }

    .three-pl-page .problem-grid {
        grid-template-columns: 1fr 1fr
    }

    .three-pl-page .steps {
        grid-template-columns: repeat(3,1fr)
    }

    .three-pl-page .step:nth-child(3):after, .three-pl-page .step:nth-child(9):after {
        display: none
    }

    .three-pl-page .integration-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .three-pl-page .metrics {
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width:600px) {

    .three-pl-page .hero {
        padding-top: 54px
    }

    .three-pl-page h1 {
        font-size: 48px
    }

    .three-pl-page .nav-actions .btn-secondary {
        display: none
    }

    .three-pl-page .hero-grid {
        gap: 42px
    }

    .three-pl-page .screen {
        grid-template-columns: 95px 1fr
    }

    .three-pl-page .sidebar {
        padding: 12px 6px
    }

    .three-pl-page .stats {
        grid-template-columns: 1fr
    }

        .three-pl-page .stats .stat:nth-child(n+2) {
            display: none
        }

    .three-pl-page section {
        padding: 70px 0
    }

    .three-pl-page .problem-grid, .three-pl-page .solutions-grid, .three-pl-page .feature-list {
        grid-template-columns: 1fr
    }

    .three-pl-page .steps {
        grid-template-columns: 1fr 1fr;
    }

    .three-pl-page .step:nth-child(2n):after {
        display: none
    }

    .three-pl-page .step:nth-child(3):after, .three-pl-page .step:nth-child(9):after {
        display: block
    }

    .three-pl-page .integration-grid {
        grid-template-columns: 1fr;
    }

    .three-pl-page .metrics {
        grid-template-columns: 1fr 1fr
    }

    .three-pl-page .quote {
        grid-template-columns: 1fr
    }

    .three-pl-page .cta-box {
        padding: 38px 26px
    }
}
@media (max-width: 400px) {
    .three-pl-page .steps {
        grid-template-columns: 1fr ;
    }
    .three-pl-page .step:after {
        content: "→";
        position: absolute;
        right: 50%;
        top: 97%;
        color: #6e70dc;
        font-weight: 900;
        font-size: 13px;
        right: 50%;
        transform: rotate(90deg);
    }
    .three-pl-page .integration-box {
        padding: 15px;
    }
    .three-pl-page .solution ul {
        grid-template-columns: 1fr ;
    }
    .three-pl .logo-strip {
        justify-content: flex-start;
    }
    .three-pl-page .metrics {
        grid-template-columns: 1fr ;
    }
    .three-pl-page .sidebar {
        padding: 12px 6px;
    }
    .three-pl-page .screen {
        grid-template-columns: 70px 1fr;
    }
    .three-pl-page .dashboard {
        padding: 12px;
    }
    .three-pl-page .side-item {
        padding: 10px;
        font-size: 8px;
    }
    .three-pl-page .content {
        padding: 10px;
    }
}