

 /* =========================================================
   PROCLEP PLATFORM PAGE
   CSS for the supplied platform.html
========================================================= */

.platform-page {
    --navy: #071d35;
    --navy-2: #0b2c4d;
    --blue: #1764dc;
    --blue-light: #eaf2ff;
    --orange: #ff9d32;
    --purple: #7257d8;
    --green: #1c9b5a;
    --text: #071b31;
    --muted: #6d7b8c;
    --border: #e2e8ef;
    --light: #f6f8fb;

    color: var(--text);
    overflow: hidden;
}

.platform-page *,
.platform-page *::before,
.platform-page *::after {
    box-sizing: border-box;
}

.platform-page a {
    text-decoration: none;
}

.platform-page img {
    max-width: 100%;
}


/* =========================================================
   GLOBAL
========================================================= */

.platform-page .container {
    width: min(1180px, calc(100% - 50px));
    margin-left: auto;
    margin-right: auto;
}

.platform-page .section {
    padding: 120px 0;
}

.platform-page .eyebrow {
    font-size: 13px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    font-weight: 800;
    color: #93c5fd;
}

.platform-page .eyebrow::before {
    content: "";

    width: 24px;
    height: 1px;

    background: currentColor;
}

.platform-page .eyebrow-light {
    color: #78aaff;
}

.platform-page h1,
.platform-page h2,
.platform-page h3,
.platform-page h4,
.platform-page p {
    margin-top: 0;
}

.platform-page .text-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    color: var(--blue);

    font-size: 18px;
    font-weight: 800;

    transition: gap .25s ease;
}

.platform-page .text-link:hover {
    gap: 12px;
}
 
/* =========================================================
   HERO
========================================================= */

.platform-page .platform-hero {
    position: relative;

    min-height: 750px;

    display: flex;
    align-items: center;

    overflow: hidden;

    color: #fff;

    background:
        radial-gradient(
            circle at 80% 50%,
            rgba(30,104,224,.32),
            transparent 32%
        ),
        linear-gradient(
            120deg,
            #061a30 0%,
            #082746 55%,
            #0d4a91 100%
        );
}

.platform-page .hero-grid {
    position: absolute;
    inset: 0;

    opacity: .1;

    background-image:
        linear-gradient(
            rgba(255,255,255,.35) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.35) 1px,
            transparent 1px
        );

    background-size: 75px 75px;

    mask-image: linear-gradient(
        to bottom,
        #000,
        transparent
    );
}

.platform-page .hero-grid::after {
    content: "";

    position: absolute;

    width: 500px;
    height: 500px;

    right: 8%;
    top: 50%;

    transform: translateY(-50%);

    border-radius: 50%;

    background: rgba(41,119,239,.15);

    filter: blur(80px);
}

.platform-page .hero-inner {
    position: relative;
    z-index: 2;

    min-height: 750px;

    display: grid;
    grid-template-columns: .85fr 1.15fr;
    align-items: center;

    gap: 70px;
}

.platform-page .hero-content {
    max-width: 550px;
}

.platform-page .hero-content h1 {
    margin-bottom: 25px;

    font-size: clamp(52px, 6vw, 76px);
    line-height: .94;
    letter-spacing: -0.05em;
 
}

.platform-page .hero-content h1 span {
    color: #73a9ff;
}

.platform-page .hero-content > p {
    max-width: 500px;

    margin-bottom: 30px;

    color: rgba(255,255,255,.63);

    font-size: 18px;
    line-height: 1.85;
}

.platform-page .hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


/* =========================================================
   PLATFORM PREVIEW
========================================================= */

.platform-page .platform-preview {
    position: relative;

    height: 520px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.platform-page .platform-preview::before,
.platform-page .platform-preview::after {
    content: "";

    position: absolute;

    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);

    border: 1px solid rgba(112,166,255,.12);
    border-radius: 50%;
}

.platform-page .platform-preview::before {
    width: 430px;
    height: 430px;
}

.platform-page .platform-preview::after {
    width: 600px;
    height: 600px;
}


/* Window */

.platform-page .preview-window {
    position: relative;
    z-index: 5;

    width: 470px;

    overflow: hidden;

    border: 1px solid rgba(255,255,255,.14);
    border-radius: 15px;

    background: rgba(255,255,255,.08);

    backdrop-filter: blur(20px);

    box-shadow:
        0 40px 90px rgba(0,0,0,.28),
        inset 0 1px rgba(255,255,255,.08);
}

.platform-page .preview-top {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 18px 20px;

    border-bottom: 1px solid rgba(255,255,255,.08);
}

.platform-page .preview-top small {
    display: block;

    color: #72a8ff;

    font-size: 6px;
    font-weight: 800;
    letter-spacing: 1px;
}

.platform-page .preview-top strong {
    display: block;

    margin-top: 5px;

    color: #fff;

    font-size: 18px;
}

.platform-page .status-green {
    color: #5fda98;

    font-size: 7px;
    font-weight: 800;
    text-transform: uppercase;
}


/* Stats */

.platform-page .preview-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 7px;

    padding: 12px;
}

.platform-page .preview-stat {
    padding: 12px;

    border-radius: 8px;

    background: rgba(255,255,255,.06);
}

.platform-page .preview-stat small {
    display: block;

    color: rgba(255,255,255,.38);

    font-size: 6px;
}

.platform-page .preview-stat strong {
    display: block;

    margin-top: 5px;

    color: #fff;

    font-size: 17px;
}


/* Preview body */

.platform-page .preview-body {
    padding: 0 12px 12px;
}

.platform-page .preview-list {
    padding: 15px;

    border-radius: 9px;

    background: rgba(1,16,33,.38);
}

.platform-page .preview-list-title {
    margin-bottom: 10px;

    color: rgba(255,255,255,.4);

    font-size: 7px;
    font-weight: 800;
    text-transform: uppercase;
}

.platform-page .preview-row {
    display: grid;
    grid-template-columns: 30px 1fr 10px;
    align-items: center;
    gap: 10px;

    padding: 12px 0;

    border-top: 1px solid rgba(255,255,255,.06);
}

.platform-page .preview-row:first-of-type {
    border-top: 0;
}

.platform-page .preview-row strong {
    display: block;

    color: #fff;

    font-size: 18px;
}

.platform-page .preview-row small {
    display: block;

    margin-top: 3px;

    color: rgba(255,255,255,.35);

    font-size: 6px;
}

.platform-page .preview-row b {
    color: rgba(255,255,255,.4);
}

.platform-page .row-icon {
    width: 27px;
    height: 27px;

    display: grid;
    place-items: center;

    border-radius: 7px;

    font-size: 18px;
    font-weight: 800;
}

.platform-page .row-icon.blue {
    color: #71a8ff;
    background: rgba(70,135,235,.13);
}

.platform-page .row-icon.orange {
    color: #ffac59;
    background: rgba(255,157,50,.12);
}

.platform-page .row-icon.green {
    color: #61d899;
    background: rgba(50,180,105,.12);
}


/* Floating cards */

.platform-page .floating-card {
    position: absolute;
    z-index: 8;

    padding: 13px 16px;

    border: 1px solid rgba(255,255,255,.18);
    border-radius: 9px;

    background: rgba(255,255,255,.95);

    box-shadow: 0 25px 50px rgba(0,0,0,.22);
}

.platform-page .floating-card span {
    display: block;

    margin-bottom: 4px;

    color: #7e8a99;

    font-size: 6px;
    font-weight: 800;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.platform-page .floating-card strong {
    display: block;

    color: #09213a;

    font-size: 10px;
}

.platform-page .floating-card-one {
    top: 90px;
    left: 0;
}

.platform-page .floating-card-two {
    right: -5px;
    bottom: 90px;
}


/* =========================================================
   INTRO
========================================================= */

.platform-page .intro-section {
    background: #fff;
}

.platform-page .intro-grid {
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: 100px;
    align-items: end;
}

.platform-page .intro-grid h2 {
    max-width: 650px;

    margin-bottom: 0;

    font-size: clamp(42px, 5vw, 64px);
    line-height: .98;
    letter-spacing: -.06em;
}

.platform-page .intro-copy {
    max-width: 500px;
}

.platform-page .intro-copy p {
    margin-bottom: 25px;

    color: var(--muted);

    font-size: 18px;
    line-height: 1.85;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.platform-page .section-heading {
    max-width: 750px;
}

.platform-page .section-heading.center {
    margin-left: auto;
    margin-right: auto;

    text-align: center;
}

.platform-page .section-heading.center .eyebrow {
    justify-content: center;
}

.platform-page .section-heading h2 {
    margin-bottom: 18px;

    font-size: clamp(40px, 4.5vw, 60px);
    line-height: .98;
    letter-spacing: -.06em;
}

.platform-page .section-heading p {
    max-width: 600px;

    margin-left: auto;
    margin-right: auto;

    color: var(--muted);

    font-size: 18px;
    line-height: 1.8;
}


/* =========================================================
   MODULES
========================================================= */

.platform-page .modules-section {
    background: #f5f8fb;
}

.platform-page .module-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;

    margin-top: 55px;
}

.platform-page .module-card {
    position: relative;

    min-height: 360px;

    padding: 35px;

    overflow: hidden;

    border: 1px solid var(--border);
    border-radius: 16px;

    background: #fff;

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.platform-page .module-card::after {
    content: "";

    position: absolute;

    width: 200px;
    height: 200px;

    right: -80px;
    bottom: -90px;

    border-radius: 50%;

    opacity: .75;
}

.platform-page .module-card:nth-child(1)::after {
    background: #eaf2ff;
}

.platform-page .module-card:nth-child(2)::after {
    background: #f0edff;
}

.platform-page .module-card:nth-child(3)::after {
    background: #fff0df;
}

.platform-page .module-card:nth-child(4)::after {
    background: #e8f8ee;
}

.platform-page .module-card:hover {
    transform: translateY(-5px);

    box-shadow: 0 30px 70px rgba(12,40,70,.1);
}

.platform-page .module-number {
    position: absolute;

    top: 25px;
    right: 28px;

    color: #a3adba;

    font-size: 18px;
    font-weight: 800;
}

.platform-page .module-icon {
    position: relative;
    z-index: 2;

    width: 52px;
    height: 52px;

    display: grid;
    place-items: center;

    margin-bottom: 35px;

    border-radius: 13px;

    font-size: 19px;
    font-weight: 800;
}

.platform-page .icon-blue {
    color: #155de0;
    background: #eaf2ff;
}

.platform-page .icon-purple {
    color: #7257d8;
    background: #f0edff;
}

.platform-page .icon-orange {
    color: #e98429;
    background: #fff0df;
}

.platform-page .icon-green {
    color: #1c9b5a;
    background: #e8f8ee;
}

.platform-page .module-card h3 {
    position: relative;
    z-index: 2;

    max-width: 360px;

    margin-bottom: 14px;

    font-size: 25px;
    line-height: 1.05;
    letter-spacing: -.045em;
}

.platform-page .module-card p {
    position: relative;
    z-index: 2;

    max-width: 400px;

    margin-bottom: 25px;

    color: var(--muted);

    font-size: 18px;
    line-height: 1.8;
}

.platform-page .module-card > a {
    position: relative;
    z-index: 3;

    color: var(--blue);

    font-size: 18px;
    font-weight: 800;
}


/* =========================================================
   WORKFLOW
========================================================= */

.platform-page .workflow-section {
    background: #fff;
}

.platform-page .workflow {
    position: relative;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;

    margin-top: 80px;
}

.platform-page .workflow-line {
    position: absolute;

    top: 27px;
    left: 8%;
    right: 8%;

    height: 1px;

    background: #dce4ed;
}

.platform-page .workflow-item {
    position: relative;
    z-index: 2;

    text-align: center;
}

.platform-page .workflow-dot {
    width: 55px;
    height: 55px;

    display: grid;
    place-items: center;

    margin: 0 auto 22px;

    border: 1px solid #dce4ed;
    border-radius: 50%;

    color: #778596;

    background: #fff;

    font-size: 18px;
    font-weight: 800;

    transition: .25s ease;
}

.platform-page .workflow-item.active .workflow-dot,
.platform-page .workflow-item:hover .workflow-dot {
    border-color: var(--blue);

    color: #fff;

    background: var(--blue);

    box-shadow: 0 10px 25px rgba(23,100,220,.2);
}

.platform-page .workflow-item h3 {
    margin-bottom: 10px;

    font-size: 18px;
    letter-spacing: -.03em;
}

.platform-page .workflow-item p {
    max-width: 220px;

    margin: auto;

    color: var(--muted);

    font-size: 18px;
    line-height: 1.75;
}


/* =========================================================
   INTELLIGENCE
========================================================= */

.platform-page .intelligence-section {
    background: #f5f8fb;
}

.platform-page .intelligence-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 100px;

    align-items: center;
}

.platform-page .intelligence-copy h2 {
    max-width: 480px;

    margin-bottom: 22px;

    font-size: clamp(42px, 5vw, 62px);
    line-height: .98;
    letter-spacing: -.06em;
}

.platform-page .intelligence-copy > p {
    max-width: 500px;

    margin-bottom: 25px;

    color: var(--muted);

    font-size: 18px;
    line-height: 1.85;
}

.platform-page .check-list {
    margin: 0 0 28px;
    padding: 0;

    list-style: none;
}

.platform-page .check-list li {
    display: flex;
    align-items: center;
    gap: 9px;

    margin-bottom: 11px;

    color: #4d5c6d;

    font-size: 18px;
}

.platform-page .check-list li span {
    width: 18px;
    height: 18px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    color: #1a9958;
    background: #e2f5ea;

    font-size: 18px;
}


/* AI window */

.platform-page .intelligence-ui {
    padding: 35px;

    border-radius: 18px;

    background:
        radial-gradient(
            circle at 90% 0,
            rgba(38,112,230,.3),
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #071d35,
            #0d3d72
        );

    box-shadow: 0 35px 80px rgba(7,29,53,.18);
}

.platform-page .ai-window {
    padding: 18px;

    border: 1px solid rgba(255,255,255,.13);
    border-radius: 13px;

    background: rgba(255,255,255,.07);

    backdrop-filter: blur(15px);
}

.platform-page .ai-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding-bottom: 17px;
}

.platform-page .ai-header small {
    display: block;

    color: #72a8ff;

    font-size: 6px;
    font-weight: 800;
    letter-spacing: 1px;
}

.platform-page .ai-header strong {
    display: block;

    margin-top: 4px;

    color: #fff;

    font-size: 18px;
}

.platform-page .ai-header > span {
    width: 28px;
    height: 28px;

    display: grid;
    place-items: center;

    border: 1px solid rgba(255,255,255,.15);
    border-radius: 7px;

    color: #73a9ff;

    font-size: 18px;
    font-weight: 800;
}

.platform-page .search-box {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 12px 14px;

    border: 1px solid rgba(255,255,255,.1);
    border-radius: 7px;

    color: rgba(255,255,255,.35);

    background: rgba(0,0,0,.15);

    font-size: 18px;
}

.platform-page .search-box b {
    color: #73a9ff;
    font-size: 14px;
}

.platform-page .ai-result {
    margin-top: 8px;

    padding: 16px;

    border-radius: 8px;

    background: rgba(255,255,255,.06);
}

.platform-page .result-label {
    margin-bottom: 9px;

    color: #70a6f8;

    font-size: 6px;
    font-weight: 800;
    letter-spacing: 1px;
}

.platform-page .ai-result h4 {
    margin-bottom: 7px;

    color: #fff;

    font-size: 18px;
}

.platform-page .ai-result p {
    margin-bottom: 12px;

    color: rgba(255,255,255,.48);

    font-size: 18px;
    line-height: 1.7;
}

.platform-page .result-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.platform-page .result-tags span {
    padding: 5px 7px;

    border-radius: 4px;

    color: #9bbff5;

    background: rgba(65,130,220,.12);

    font-size: 6px;
}

.platform-page .related-row {
    display: flex;
    justify-content: space-between;

    padding: 9px 0;

    border-top: 1px solid rgba(255,255,255,.06);

    color: rgba(255,255,255,.55);

    font-size: 18px;
}

.platform-page .related-row b {
    color: #fff;
}


/* =========================================================
   PROJECT SPACE
========================================================= */

.platform-page .project-space {
    background: #fff;
}

.platform-page .project-board {
    display: grid;
    grid-template-columns: 180px 1fr;

    min-height: 480px;

    margin-top: 55px;

    overflow: hidden;

    border: 1px solid #dfe6ee;
    border-radius: 15px;

    background: #fff;

    box-shadow: 0 25px 70px rgba(15,40,70,.08);
}

.platform-page .board-sidebar {
    padding: 25px 15px;

    border-right: 1px solid #e5eaf0;

    background: #f7f9fb;
}

.platform-page .board-logo {
    margin: 0 10px 30px;

    color: var(--navy);

    font-size: 18px;
    font-weight: 900;
    letter-spacing: 1.5px;
}

.platform-page .board-sidebar a {
    display: block;

    margin-bottom: 3px;
    padding: 10px;

    border-radius: 6px;

    color: #7c8997;

    font-size: 12px;
    font-weight: 700;
}

.platform-page .board-sidebar a.active,
.platform-page .board-sidebar a:hover {
    color: var(--blue);

    background: #eaf2ff;
}

.platform-page .board-main {
    padding: 30px;
}

.platform-page .board-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding-bottom: 25px;

    border-bottom: 1px solid #e8edf2;
}

.platform-page .board-heading small {
    display: block;

    color: #8793a1;

    font-size: 6px;
    font-weight: 800;
    letter-spacing: 1px;
}

.platform-page .board-heading h3 {
    margin: 5px 0 0;

    font-size: 17px;
    letter-spacing: -.03em;
}

.platform-page .board-status {
    padding: 7px 10px;

    border-radius: 20px;

    color: #16834a;

    background: #e5f7ec;

    font-size: 7px;
    font-weight: 800;
}

.platform-page .board-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;

    margin-top: 20px;
}

.platform-page .board-cards > div {
    padding: 15px;

    border: 1px solid #e7ecf1;
    border-radius: 8px;

    background: #fafbfd;
}

.platform-page .board-cards small {
    display: block;

    color: #8995a3;

    font-size: 10px;
}

.platform-page .board-cards strong {
    display: block;

    margin-top: 7px;

    color: var(--navy);

    font-size: 17px;
}

.platform-page .board-table {
    margin-top: 25px;

    border: 1px solid #e7ecf1;
    border-radius: 8px;

    overflow: hidden;
}

.platform-page .table-title {
    padding: 13px 15px;

    color: #6c7988;

    background: #f8fafc;

    font-size: 18px;
    font-weight: 800;
}

.platform-page .table-row {
    display: grid;
    grid-template-columns: 1fr 120px 70px;

    padding: 15px;

    border-top: 1px solid #edf0f3;

    font-size: 18px;
}

.platform-page .table-row span {
    color: #25364a;
    font-weight: 700;
}

.platform-page .table-row small {
    color: #8b96a4;
}

.platform-page .table-row b {
    color: #8b96a4;
    font-weight: 500;
    text-align: right;
}


/* =========================================================
   WHY
========================================================= */

.platform-page .why-section {
    background: #f5f8fb;
}

.platform-page .why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;

    margin-top: 55px;
}

.platform-page .why-card {
    min-height: 250px;

    padding: 28px;

    border: 1px solid #e1e7ed;
    border-radius: 13px;

    background: #fff;

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.platform-page .why-card:hover {
    transform: translateY(-4px);

    box-shadow: 0 20px 45px rgba(15,40,70,.07);
}

.platform-page .why-card > span {
    color: var(--blue);

    font-size: 18px;
    font-weight: 800;
}

.platform-page .why-card h3 {
    margin: 50px 0 10px;

    font-size: 17px;
    letter-spacing: -.03em;
}

.platform-page .why-card p {
    margin: 0;

    color: var(--muted);

    font-size: 18px;
    line-height: 1.75;
}


/* =========================================================
   CTA
========================================================= */

.platform-page .platform-cta {
    position: relative;

    min-height: 390px;

    display: flex;
    align-items: center;

    overflow: hidden;

    color: #fff;

    background:
        linear-gradient(
            120deg,
            #071d35,
            #0e4d9f 70%,
            #1765dc
        );
}

.platform-page .cta-pattern {
    position: absolute;
    inset: 0;

    opacity: .09;

    background-image:
        linear-gradient(
            rgba(255,255,255,.4) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.4) 1px,
            transparent 1px
        );

    background-size: 70px 70px;
}

.platform-page .cta-inner {
    position: relative;
    z-index: 2;

    display: flex;
    justify-content: space-between;
    align-items: center;

    gap: 50px;
}

.platform-page .cta-inner h2 {
    max-width: 700px;

    margin-bottom: 20px;

    font-size: clamp(42px, 5vw, 64px);
    line-height: .98;
    letter-spacing: -.06em;
}

.platform-page .cta-inner p {
    margin: 0;

    color: rgba(255,255,255,.55);

    font-size: 18px;
}

.platform-page .cta-inner .btn-primary {
    flex-shrink: 0;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .platform-page .hero-inner {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .platform-page .hero-content h1 {
        font-size: 57px;
    }

    .platform-page .platform-preview {
        transform: scale(.88);
    }

    .platform-page .intro-grid,
    .platform-page .intelligence-grid {
        gap: 50px;
    }

    .platform-page .project-board {
        grid-template-columns: 150px 1fr;
    }

}


/* =========================================================
   TABLET / SMALL LAPTOP
========================================================= */

@media (max-width: 850px) {

    .platform-page .section {
        padding: 90px 0;
    }

    /* Hero */

    .platform-page .platform-hero {
        min-height: auto;
    }

    .platform-page .hero-inner {
        min-height: auto;

        grid-template-columns: 1fr;

        padding-top: 130px;
        padding-bottom: 80px;
    }

    .platform-page .hero-content {
        max-width: 700px;
    }

    .platform-page .hero-content h1 {
        font-size: clamp(50px, 8vw, 70px);
    }

    .platform-page .platform-preview {
        max-width: 650px;
        width: 100%;

        margin: 0 auto;

        transform: scale(.9);
    }

    /* Intro */

    .platform-page .intro-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    /* Modules */

    .platform-page .module-grid {
        grid-template-columns: 1fr 1fr;
    }

    /* Workflow */

    .platform-page .workflow {
        gap: 15px;
    }

    /* Intelligence */

    .platform-page .intelligence-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .platform-page .intelligence-copy {
        max-width: 650px;
    }

    /* Why */

    .platform-page .why-grid {
        grid-template-columns: 1fr 1fr;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .platform-page .container {
        width: calc(100% - 30px);
    }

    .platform-page .section {
        padding: 75px 0;
    }


    /* -----------------------------------------------------
       HERO
    ----------------------------------------------------- */

    .platform-page .platform-hero {
        min-height: auto;
    }

    .platform-page .hero-inner {
        padding-top: 115px;
        padding-bottom: 50px;
    }

    .platform-page .hero-content h1 {
        font-size: 46px;
        line-height: .96;
    }

    .platform-page .hero-content > p {
        font-size: 18px;
        line-height: 1.8;
    }

    .platform-page .hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .platform-page .hero-buttons a {
        width: 100%;
    }


    /* Preview */

    .platform-page .platform-preview {
        height: 400px;

        transform: scale(.68);

        transform-origin: center center;

        margin-top: -30px;
        margin-bottom: -80px;
    }

    .platform-page .preview-window {
        width: 450px;
    }

    .platform-page .floating-card-one {
        left: -15px;
    }

    .platform-page .floating-card-two {
        right: -20px;
    }


    /* -----------------------------------------------------
       HEADINGS
    ----------------------------------------------------- */

    .platform-page .section-heading h2,
    .platform-page .intro-grid h2,
    .platform-page .intelligence-copy h2,
    .platform-page .cta-inner h2 {
        font-size: 40px;
    }

    .platform-page .section-heading p {
        font-size: 18px;
    }


    /* -----------------------------------------------------
       MODULES
    ----------------------------------------------------- */

    .platform-page .module-grid {
        grid-template-columns: 1fr;

        margin-top: 40px;
    }

    .platform-page .module-card {
        min-height: 330px;

        padding: 27px;
    }

    .platform-page .module-card h3 {
        font-size: 24px;
    }


    /* -----------------------------------------------------
       WORKFLOW
    ----------------------------------------------------- */

    .platform-page .workflow {
        grid-template-columns: 1fr;

        gap: 0;

        margin-top: 50px;
    }

    .platform-page .workflow-line {
        top: 27px;
        bottom: 27px;
        left: 27px;
        right: auto;

        width: 1px;
        height: auto;
    }

    .platform-page .workflow-item {
        display: grid;
        grid-template-columns: 55px 1fr;

        gap: 20px;

        text-align: left;

        padding-bottom: 35px;
    }

    .platform-page .workflow-item:last-child {
        padding-bottom: 0;
    }

    .platform-page .workflow-dot {
        margin: 0;
    }

    .platform-page .workflow-item h3 {
        margin-top: 7px;
    }

    .platform-page .workflow-item p {
        margin: 0;

        max-width: 100%;
    }


    /* -----------------------------------------------------
       INTELLIGENCE
    ----------------------------------------------------- */

    .platform-page .intelligence-ui {
        padding: 18px;
    }

    .platform-page .ai-window {
        padding: 13px;
    }


    /* -----------------------------------------------------
       PROJECT BOARD
    ----------------------------------------------------- */

    .platform-page .project-board {
        grid-template-columns: 1fr;

        min-height: auto;
    }

    .platform-page .board-sidebar {
        display: flex;
        align-items: center;
        gap: 5px;

        overflow-x: auto;

        padding: 10px;

        border-right: 0;
        border-bottom: 1px solid #e5eaf0;
    }

    .platform-page .board-logo {
        display: none;
    }

    .platform-page .board-sidebar a {
        flex-shrink: 0;

        margin: 0;
        padding: 9px 10px;
    }

    .platform-page .board-main {
        padding: 18px;
    }

    .platform-page .board-heading {
        align-items: flex-start;
        flex-direction: column;

        gap: 15px;
    }

    .platform-page .board-cards {
        grid-template-columns: 1fr 1fr;
    }

    .platform-page .table-row {
        grid-template-columns: 1fr 80px;

        gap: 8px;
    }

    .platform-page .table-row b {
        display: none;
    }


    /* -----------------------------------------------------
       WHY
    ----------------------------------------------------- */

    .platform-page .why-grid {
        grid-template-columns: 1fr;

        margin-top: 40px;
    }

    .platform-page .why-card {
        min-height: auto;
    }

    .platform-page .why-card h3 {
        margin-top: 30px;
    }


    /* -----------------------------------------------------
       CTA
    ----------------------------------------------------- */

    .platform-page .platform-cta {
        min-height: 470px;
    }

    .platform-page .cta-inner {
        flex-direction: column;
        align-items: flex-start;

        gap: 30px;
    }

    .platform-page .cta-inner .btn-primary {
        width: 100%;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .platform-page .hero-content h1 {
        font-size: 42px;
    }

    .platform-page .platform-preview {
        transform: scale(.57);

        margin-top: -55px;
        margin-bottom: -115px;
    }

    .platform-page .preview-window {
        width: 450px;
    }

    .platform-page .floating-card {
        display: none;
    }

    .platform-page .preview-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .platform-page .section-heading h2,
    .platform-page .intro-grid h2,
    .platform-page .intelligence-copy h2,
    .platform-page .cta-inner h2 {
        font-size: 36px;
    }

    .platform-page .module-card {
        padding: 24px;
    }

    .platform-page .module-card h3 {
        font-size: 22px;
    }

    .platform-page .board-cards {
        grid-template-columns: 1fr;
    }

    .platform-page .intelligence-ui {
        padding: 10px;
    }

}