﻿/* =========================================================
   HERO
========================================================= */

.sw-hero {
    position: relative;
    min-height: 780px;
    padding-top: 78px;
    overflow: hidden;
    background: radial-gradient( circle at 78% 42%, rgba(0, 145, 255, .18), transparent 35% ), linear-gradient( 110deg, #020a14, #06192b 58%, #02101c );
}

.sw-grid-bg {
    position: absolute;
    inset: 0;
    opacity: .12;
    background-image: linear-gradient( rgba(56,188,255,.22) 1px, transparent 1px ), linear-gradient( 90deg, rgba(56,188,255,.22) 1px, transparent 1px );
    background-size: 75px 75px;
}

.sw-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
}

.sw-glow-one {
    width: 540px;
    height: 540px;
    right: 0;
    top: 80px;
    background: rgba(0,135,255,.17);
}

.sw-glow-two {
    width: 300px;
    height: 300px;
    left: -110px;
    bottom: -100px;
    background: rgba(48,218,255,.08);
}

.sw-hero-layout {
    position: relative;
    z-index: 2;
    min-height: 700px;
    display: grid;
    grid-template-columns: 1fr .9fr;
    align-items: center;
    gap: 80px;
}

.sw-breadcrumb {
    margin-bottom: 38px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: #62798d;
    font-size: 9px;
}

    .sw-breadcrumb strong {
        color: #9cb1c2;
        font-weight: 500;
    }

    .sw-breadcrumb a:hover {
        color: white;
    }

.sw-eyebrow {
    display: block;
    margin-bottom: 18px;
    color: #42d6ff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .17em;
}

.sw-hero h1 {
    margin-bottom: 26px;
    color: white;
    font-size: clamp(50px, 5.2vw, 78px);
    line-height: 1;
    letter-spacing: -.06em;
}

    .sw-hero h1 span {
        display: block;
        color: #4bd5ff;
    }

.sw-hero-description {
    max-width: 720px;
    color: #a4b6c6;
    font-size: 16px;
    line-height: 1.9;
}

.sw-hero-actions {
    margin-top: 35px;
    display: flex;
    gap: 14px;
}

.sw-hero-tags {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

    .sw-hero-tags span {
        padding: 8px 11px;
        border: 1px solid rgba(67,207,255,.17);
        color: #8ca6b8;
        background: rgba(255,255,255,.025);
        font-size: 8px;
    }


/* =========================================================
   HERO VISUAL
========================================================= */

.sw-hero-visual {
    position: relative;
    min-height: 520px;
}

.sw-code-window {
    position: absolute;
    left: 50%;
    top: 48%;
    width: min(420px, 90%);
    transform: translate(-50%, -50%);
    border: 1px solid rgba(63,208,255,.2);
    background: linear-gradient( 145deg, rgba(7,38,62,.96), rgba(3,18,31,.96) );
    box-shadow: 0 35px 80px rgba(0,0,0,.25);
}

.sw-code-header {
    min-height: 48px;
    padding: 0 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,.07);
}

    .sw-code-header > div {
        display: flex;
        gap: 6px;
    }

        .sw-code-header > div span {
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #35536a;
        }

    .sw-code-header small {
        color: #4bd7ff;
        font-size: 7px;
        font-weight: 800;
    }

.sw-code-body {
    min-height: 270px;
    padding: 34px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sw-code-line {
    color: #7492a7;
    font-family: monospace;
    font-size: 11px;
}

.sw-code-blue {
    color: #50d8ff;
}

.sw-code-indent {
    padding-left: 30px;
    color: #a9c0cf;
}

.sw-node {
    position: absolute;
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(63,208,255,.2);
    border-radius: 50%;
    color: #43d5ff;
    background: #062139;
    font-size: 8px;
    font-weight: 800;
}

.sw-node-ui {
    left: 2%;
    top: 15%;
}

.sw-node-api {
    right: 2%;
    top: 15%;
}

.sw-node-db {
    left: 4%;
    bottom: 15%;
}

.sw-node-auth {
    right: 4%;
    bottom: 15%;
}

.sw-status {
    position: absolute;
    right: 4%;
    bottom: 0;
    width: 195px;
    padding: 20px;
    border: 1px solid rgba(60,207,255,.18);
    background: rgba(3,24,42,.9);
}

    .sw-status span {
        display: block;
        margin-bottom: 8px;
        color: #43d6ff;
        font-size: 7px;
        font-weight: 800;
    }

    .sw-status strong {
        display: block;
        margin-bottom: 7px;
        color: white;
        font-size: 11px;
    }

    .sw-status small {
        color: #718b9e;
        font-size: 7px;
    }


/* =========================================================
   COMMON
========================================================= */

.sw-heading h2,
.sw-centered-heading h2,
.sw-faq-heading h2,
.sw-related-heading h2 {
    color: #08182b;
    font-size: clamp(39px, 4vw, 57px);
    line-height: 1.08;
    letter-spacing: -.05em;
}

    .sw-heading h2 span,
    .sw-centered-heading h2 span,
    .sw-faq-heading h2 span,
    .sw-related-heading h2 span {
        display: block;
        color: #1174cf;
    }

.sw-centered-heading {
    max-width: 900px;
    margin: 0 auto 60px;
    text-align: center;
}

    .sw-centered-heading > p {
        max-width: 730px;
        margin: 23px auto 0;
        color: #68798b;
        font-size: 14px;
        line-height: 1.9;
    }

.sw-heading-light h2 {
    color: white;
}

    .sw-heading-light h2 span {
        color: #49d4ff;
    }

.sw-heading-light > p {
    color: #91a6b8;
}


/* =========================================================
   LIST
========================================================= */

.sw-detail-list {
    margin: 22px 0 0;
    padding: 18px 0 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-top: 1px solid rgba(255,255,255,.08);
    list-style: none;
}

    .sw-detail-list li {
        position: relative;
        padding-left: 15px;
        color: #92a7b7;
        font-size: 9px;
        line-height: 1.6;
    }

        .sw-detail-list li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 7px;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #37d4ff;
        }

.sw-light-list {
    border-top-color: #dbe5ed;
}

    .sw-light-list li {
        color: #687c8e;
    }


/* =========================================================
   INTRO
========================================================= */

.sw-intro-section {
    padding: 120px 0;
    color: #08182b;
    background: #f7f9fc;
}

.sw-intro-layout {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 110px;
}

.sw-intro-copy p {
    margin-bottom: 21px;
    color: #68798a;
    font-size: 14px;
    line-height: 1.95;
}

.sw-intro-copy .sw-lead {
    color: #293c4f;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
}


/* =========================================================
   PROBLEMS
========================================================= */

.sw-problem-section {
    padding: 115px 0;
    background: linear-gradient( 115deg, #03101d, #071f35 );
}

.sw-problem-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(255,255,255,.08);
    border-left: 1px solid rgba(255,255,255,.08);
}

.sw-problem-card {
    min-height: 365px;
    padding: 27px;
    border-right: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.018);
}

    .sw-problem-card > span {
        display: block;
        margin-bottom: 45px;
        color: #547187;
        font-size: 9px;
        font-weight: 800;
    }

    .sw-problem-card h3 {
        margin-bottom: 13px;
        color: white;
        font-size: 17px;
    }

    .sw-problem-card > p {
        color: #899eaf;
        font-size: 11px;
        line-height: 1.8;
    }


/* =========================================================
   SERVICES
========================================================= */

.sw-services-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}

.sw-service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #d7e3ed;
    border-left: 1px solid #d7e3ed;
}

.sw-service-card {
    min-height: 410px;
    padding: 27px;
    border-right: 1px solid #d7e3ed;
    border-bottom: 1px solid #d7e3ed;
    background: rgba(255,255,255,.5);
    transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

    .sw-service-card:hover {
        position: relative;
        z-index: 2;
        transform: translateY(-6px);
        background: white;
        box-shadow: 0 25px 55px rgba(8,40,68,.09);
    }

    .sw-service-card > span {
        display: block;
        margin-bottom: 19px;
        color: #91a3b4;
        font-size: 9px;
        font-weight: 800;
    }

    .sw-service-card > div {
        width: 52px;
        height: 52px;
        margin-bottom: 25px;
        display: grid;
        place-items: center;
        border: 1px solid #bdddf3;
        border-radius: 8px;
        color: #0876d0;
        background: #f5fbff;
        font-size: 8px;
        font-weight: 800;
    }

    .sw-service-card h3 {
        margin-bottom: 13px;
        color: #12263a;
        font-size: 17px;
    }

    .sw-service-card > p {
        color: #6d7d8e;
        font-size: 11px;
        line-height: 1.8;
    }


/* =========================================================
   ANALYSIS
========================================================= */

.sw-analysis-section {
    padding: 115px 0;
    background: linear-gradient( 115deg, #03101d, #072139 );
}

.sw-analysis-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}

.sw-analysis-copy h2,
.sw-architecture-copy h2,
.sw-security-copy h2,
.sw-deploy-copy h2,
.sw-maintenance-copy h2 {
    margin-bottom: 24px;
    color: white;
    font-size: clamp(39px, 4vw, 57px);
    line-height: 1.08;
    letter-spacing: -.05em;
}

    .sw-analysis-copy h2 span,
    .sw-architecture-copy h2 span,
    .sw-security-copy h2 span,
    .sw-deploy-copy h2 span,
    .sw-maintenance-copy h2 span {
        display: block;
        color: #49d4ff;
    }

.sw-analysis-copy > p,
.sw-architecture-copy > p,
.sw-security-copy > p,
.sw-deploy-copy > p,
.sw-maintenance-copy > p {
    margin-bottom: 19px;
    color: #94a8b9;
    font-size: 13px;
    line-height: 1.9;
}

.sw-analysis-tags,
.sw-architecture-tags,
.sw-security-tags {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

    .sw-analysis-tags span,
    .sw-architecture-tags span,
    .sw-security-tags span {
        padding: 9px 12px;
        border: 1px solid rgba(61,204,255,.15);
        color: #b4c6d3;
        background: rgba(255,255,255,.025);
        font-size: 9px;
    }

.sw-analysis-panel {
    padding: 26px;
    border: 1px solid rgba(60,203,255,.18);
    background: rgba(255,255,255,.025);
}

.sw-analysis-header {
    padding-bottom: 17px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,.08);
    color: #43d6ff;
    font-size: 8px;
    font-weight: 800;
}

    .sw-analysis-header i {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #46ddb9;
        box-shadow: 0 0 8px #46ddb9;
    }

.sw-analysis-row {
    min-height: 70px;
    display: grid;
    grid-template-columns: 90px 1fr;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,.07);
}

    .sw-analysis-row:last-child {
        border-bottom: 0;
    }

    .sw-analysis-row span {
        color: #43d5ff;
        font-size: 8px;
        font-weight: 800;
    }

    .sw-analysis-row strong {
        color: #c5d5df;
        font-size: 10px;
    }


/* =========================================================
   REQUIREMENTS
========================================================= */

.sw-requirement-section {
    padding: 115px 0;
    color: #08182b;
    background: #f7f9fc;
}

.sw-requirement-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.sw-requirement-card {
    min-height: 430px;
    padding: 31px;
    border: 1px solid #d7e3ed;
    background: white;
}

    .sw-requirement-card > span {
        display: inline-flex;
        min-width: 75px;
        height: 35px;
        align-items: center;
        justify-content: center;
        margin-bottom: 50px;
        border: 1px solid #bdddf3;
        color: #0877d1;
        font-size: 8px;
        font-weight: 800;
    }

    .sw-requirement-card h3 {
        margin-bottom: 13px;
        color: #14283b;
        font-size: 18px;
    }

    .sw-requirement-card > p {
        color: #68798a;
        font-size: 11px;
        line-height: 1.85;
    }


/* =========================================================
   ARCHITECTURE
========================================================= */

.sw-architecture-section {
    padding: 115px 0;
    background: #03101d;
}

.sw-architecture-layout {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    align-items: center;
    gap: 100px;
}

.sw-architecture-visual {
    min-height: 460px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.sw-arch-client,
.sw-arch-app,
.sw-arch-api,
.sw-arch-data {
    width: 280px;
    min-height: 62px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(61,205,255,.18);
    color: #9db4c4;
    background: rgba(255,255,255,.025);
    font-size: 8px;
    font-weight: 800;
}

.sw-arch-app {
    color: white;
    background: linear-gradient( 110deg, #087cc8, #07517c );
}

.sw-architecture-visual > span {
    color: #43d5ff;
}


/* =========================================================
   UI
========================================================= */

.sw-ui-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}

.sw-ui-layout {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 60px;
    align-items: center;
}

.sw-ui-window {
    min-height: 430px;
    display: grid;
    grid-template-columns: 170px 1fr;
    border: 1px solid #d3e1eb;
    background: white;
    box-shadow: 0 30px 70px rgba(8,40,68,.09);
}

.sw-ui-sidebar {
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 13px;
    background: #071c2f;
}

    .sw-ui-sidebar strong {
        margin-bottom: 25px;
        color: #43d5ff;
        font-size: 18px;
    }

    .sw-ui-sidebar span {
        padding: 10px;
        color: #8ea5b6;
        font-size: 9px;
    }

        .sw-ui-sidebar span:first-of-type {
            color: white;
            background: rgba(42,154,232,.15);
        }

.sw-ui-main {
    padding: 25px;
}

.sw-ui-topbar {
    padding-bottom: 18px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e2eaf0;
}

    .sw-ui-topbar span {
        color: #173045;
        font-size: 11px;
        font-weight: 700;
    }

    .sw-ui-topbar small {
        color: #0877d1;
        font-size: 7px;
    }

.sw-ui-stats {
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

    .sw-ui-stats > div {
        min-height: 90px;
        padding: 17px;
        border: 1px solid #e0e8ef;
        color: #7a8d9d;
        font-size: 8px;
    }

    .sw-ui-stats span {
        display: block;
        margin-bottom: 10px;
        color: #0877d1;
        font-size: 20px;
        font-weight: 700;
    }

.sw-ui-table {
    margin-top: 20px;
    border-top: 1px solid #e2eaf0;
}

    .sw-ui-table div {
        height: 48px;
        border-bottom: 1px solid #e8eef3;
    }

.sw-ui-principles {
    border-top: 1px solid #d7e3ed;
}

    .sw-ui-principles > div {
        min-height: 100px;
        padding: 18px 0;
        display: grid;
        grid-template-columns: 50px 1fr;
        border-bottom: 1px solid #d7e3ed;
    }

    .sw-ui-principles span {
        color: #0877d1;
        font-size: 9px;
        font-weight: 800;
    }

    .sw-ui-principles strong {
        display: block;
        margin-bottom: 7px;
        color: #173045;
        font-size: 13px;
    }

    .sw-ui-principles p {
        color: #6d7e8e;
        font-size: 9px;
        line-height: 1.7;
    }


/* =========================================================
   STACK
========================================================= */

.sw-stack-section {
    padding: 115px 0;
    background: linear-gradient( 115deg, #03101d, #071f35 );
}

.sw-stack-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255,255,255,.08);
    border-left: 1px solid rgba(255,255,255,.08);
}

.sw-stack-card {
    min-height: 400px;
    padding: 28px;
    border-right: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

    .sw-stack-card > span {
        display: inline-flex;
        min-width: 78px;
        height: 35px;
        align-items: center;
        justify-content: center;
        margin-bottom: 48px;
        border: 1px solid rgba(61,205,255,.2);
        color: #43d5ff;
        font-size: 8px;
        font-weight: 800;
    }

    .sw-stack-card h3 {
        margin-bottom: 13px;
        color: white;
        font-size: 17px;
    }

    .sw-stack-card > p {
        color: #899eaf;
        font-size: 11px;
        line-height: 1.8;
    }


/* =========================================================
   API
========================================================= */

.sw-api-section {
    padding: 115px 0;
    color: #08182b;
    background: #f7f9fc;
}

.sw-api-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}

.sw-api-copy h2,
.sw-performance-copy h2 {
    color: #08182b;
    font-size: clamp(39px, 4vw, 57px);
    line-height: 1.08;
    letter-spacing: -.05em;
}

    .sw-api-copy h2 span,
    .sw-performance-copy h2 span {
        display: block;
        color: #1174cf;
    }

.sw-api-copy > p,
.sw-performance-copy > p {
    margin-top: 20px;
    color: #68798a;
    font-size: 13px;
    line-height: 1.9;
}

.sw-api-tags,
.sw-performance-tags {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

    .sw-api-tags span,
    .sw-performance-tags span {
        padding: 9px 12px;
        border: 1px solid #d1e3f0;
        color: #4e687c;
        background: white;
        font-size: 9px;
    }

.sw-api-visual {
    position: relative;
    min-height: 430px;
}

.sw-api-core,
.sw-api-node {
    position: absolute;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-weight: 800;
}

.sw-api-core {
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    transform: translate(-50%, -50%);
    color: white;
    background: linear-gradient( 145deg, #087dcc, #074a73 );
}

.sw-api-node {
    width: 75px;
    height: 75px;
    border: 1px solid #c7dfef;
    color: #0877d1;
    background: white;
    font-size: 8px;
}

.sw-api-erp {
    left: 5%;
    top: 15%;
}

.sw-api-crm {
    right: 5%;
    top: 15%;
}

.sw-api-web {
    left: 5%;
    bottom: 15%;
}

.sw-api-ext {
    right: 5%;
    bottom: 15%;
}


/* =========================================================
   DATABASE
========================================================= */

.sw-database-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}

.sw-database-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #d7e3ed;
    border-left: 1px solid #d7e3ed;
}

.sw-database-card {
    min-height: 360px;
    padding: 27px;
    border-right: 1px solid #d7e3ed;
    border-bottom: 1px solid #d7e3ed;
    background: rgba(255,255,255,.48);
}

    .sw-database-card > span {
        display: block;
        margin-bottom: 48px;
        color: #8ba0b1;
        font-size: 9px;
        font-weight: 800;
    }

    .sw-database-card h3 {
        margin-bottom: 13px;
        color: #14283b;
        font-size: 17px;
    }

    .sw-database-card > p {
        color: #6d7e8e;
        font-size: 11px;
        line-height: 1.8;
    }


/* =========================================================
   SECURITY
========================================================= */

.sw-security-section {
    padding: 115px 0;
    background: #03101d;
}

.sw-security-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}

.sw-security-visual {
    position: relative;
    min-height: 420px;
}

.sw-security-core,
.sw-security-node {
    position: absolute;
    display: grid;
    place-items: center;
    border-radius: 50%;
}

.sw-security-core {
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    transform: translate(-50%, -50%);
    color: white;
    background: linear-gradient( 145deg, #087dcc, #074a73 );
    font-weight: 800;
}

.sw-security-node {
    width: 72px;
    height: 72px;
    border: 1px solid rgba(60,205,255,.2);
    color: #43d5ff;
    background: #062139;
    font-size: 8px;
    font-weight: 800;
}

.sw-sec-auth {
    left: 7%;
    top: 13%;
}

.sw-sec-role {
    right: 7%;
    top: 13%;
}

.sw-sec-log {
    left: 7%;
    bottom: 13%;
}

.sw-sec-data {
    right: 7%;
    bottom: 13%;
}


/* =========================================================
   TEST
========================================================= */

.sw-test-section {
    padding: 115px 0;
    color: #08182b;
    background: #f7f9fc;
}

.sw-test-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #d7e3ed;
    border-left: 1px solid #d7e3ed;
}

.sw-test-card {
    min-height: 365px;
    padding: 27px;
    border-right: 1px solid #d7e3ed;
    border-bottom: 1px solid #d7e3ed;
    background: rgba(255,255,255,.5);
}

    .sw-test-card > span {
        display: block;
        margin-bottom: 48px;
        color: #8ba0b1;
        font-size: 9px;
        font-weight: 800;
    }

    .sw-test-card h3 {
        margin-bottom: 13px;
        color: #14283b;
        font-size: 17px;
    }

    .sw-test-card > p {
        color: #6d7e8e;
        font-size: 11px;
        line-height: 1.8;
    }


/* =========================================================
   DEPLOYMENT
========================================================= */

.sw-deploy-section {
    padding: 115px 0;
    background: linear-gradient( 115deg, #03101d, #071f35 );
}

.sw-deploy-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}

.sw-deploy-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

    .sw-deploy-flow > div {
        width: 145px;
        min-height: 105px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(61,205,255,.18);
        background: rgba(255,255,255,.025);
    }

        .sw-deploy-flow > div:nth-of-type(3) {
            background: linear-gradient( 145deg, #087dcc, #074a73 );
        }

    .sw-deploy-flow span {
        margin-bottom: 8px;
        color: #43d5ff;
        font-size: 8px;
        font-weight: 800;
    }

    .sw-deploy-flow strong {
        color: #c6d6e1;
        font-size: 10px;
    }

    .sw-deploy-flow i {
        color: #43d5ff;
        font-style: normal;
    }


/* =========================================================
   LOGGING
========================================================= */

.sw-logging-section {
    padding: 115px 0;
    background: #03101d;
}

.sw-logging-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255,255,255,.08);
    border-left: 1px solid rgba(255,255,255,.08);
}

.sw-logging-card {
    min-height: 355px;
    padding: 27px;
    border-right: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

    .sw-logging-card > span {
        width: 50px;
        height: 50px;
        margin-bottom: 48px;
        display: grid;
        place-items: center;
        border: 1px solid rgba(61,205,255,.2);
        color: #43d5ff;
        font-size: 8px;
        font-weight: 800;
    }

    .sw-logging-card h3 {
        margin-bottom: 13px;
        color: white;
        font-size: 17px;
    }

    .sw-logging-card > p {
        color: #899eaf;
        font-size: 11px;
        line-height: 1.8;
    }


/* =========================================================
   PERFORMANCE
========================================================= */

.sw-performance-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}

.sw-performance-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}

.sw-performance-panel {
    padding: 26px;
    border: 1px solid #d4e2ec;
    background: white;
    box-shadow: 0 25px 60px rgba(8,39,67,.08);
}

.sw-performance-header {
    padding-bottom: 17px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e4ebf1;
    color: #0877d1;
    font-size: 8px;
    font-weight: 800;
}

    .sw-performance-header small {
        color: #23a987;
    }

.sw-performance-row {
    min-height: 70px;
    display: grid;
    grid-template-columns: 90px 1fr 35px;
    align-items: center;
    gap: 14px;
    border-bottom: 1px solid #e8eef3;
}

    .sw-performance-row:last-child {
        border-bottom: 0;
    }

    .sw-performance-row > span {
        color: #718496;
        font-size: 8px;
    }

    .sw-performance-row > div {
        height: 5px;
        background: #e7eef3;
    }

    .sw-performance-row i {
        display: block;
        height: 100%;
        background: linear-gradient( 90deg, #087dd5, #43d7ff );
    }

    .sw-performance-row strong {
        color: #23a987;
        font-size: 7px;
    }


/* =========================================================
   MVP
========================================================= */

.sw-mvp-section {
    padding: 115px 0;
    color: #08182b;
    background: #f7f9fc;
}

.sw-mvp-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.sw-mvp-card {
    min-height: 380px;
    padding: 29px;
    border: 1px solid #d7e3ed;
    background: white;
}

    .sw-mvp-card > span {
        display: inline-flex;
        min-width: 76px;
        height: 34px;
        align-items: center;
        justify-content: center;
        margin-bottom: 50px;
        border: 1px solid #bdddf3;
        color: #0877d1;
        font-size: 8px;
        font-weight: 800;
    }

    .sw-mvp-card h3 {
        margin-bottom: 13px;
        color: #14283b;
        font-size: 18px;
    }

    .sw-mvp-card > p {
        color: #68798a;
        font-size: 11px;
        line-height: 1.85;
    }


/* =========================================================
   MAINTENANCE
========================================================= */

.sw-maintenance-section {
    padding: 115px 0;
    background: linear-gradient( 115deg, #03101d, #071f35 );
}

.sw-maintenance-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}

.sw-maintenance-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid rgba(255,255,255,.08);
    border-left: 1px solid rgba(255,255,255,.08);
}

    .sw-maintenance-grid > div {
        min-height: 180px;
        padding: 23px;
        border-right: 1px solid rgba(255,255,255,.08);
        border-bottom: 1px solid rgba(255,255,255,.08);
    }

    .sw-maintenance-grid span {
        display: block;
        margin-bottom: 28px;
        color: #43d5ff;
        font-size: 8px;
        font-weight: 800;
    }

    .sw-maintenance-grid strong {
        display: block;
        margin-bottom: 9px;
        color: #c7d6e0;
        font-size: 13px;
    }

    .sw-maintenance-grid p {
        color: #8297a8;
        font-size: 9px;
        line-height: 1.7;
    }


/* =========================================================
   PROCESS
========================================================= */

.sw-process-section {
    padding: 115px 0;
    background: #03101d;
}

.sw-process-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid rgba(255,255,255,.08);
    border-left: 1px solid rgba(255,255,255,.08);
}

.sw-process-card {
    min-height: 290px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

    .sw-process-card > span {
        display: block;
        margin-bottom: 42px;
        color: #557187;
        font-size: 9px;
        font-weight: 800;
    }

    .sw-process-card h3 {
        margin-bottom: 11px;
        color: white;
        font-size: 15px;
    }

    .sw-process-card p {
        color: #899eaf;
        font-size: 10px;
        line-height: 1.8;
    }

    .sw-process-card small {
        margin-top: auto;
        padding-top: 15px;
        border-top: 1px solid rgba(255,255,255,.08);
        color: #43d5ff;
        font-size: 7px;
        font-weight: 800;
    }


/* =========================================================
   USE CASES
========================================================= */

.sw-use-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}

.sw-use-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #d7e3ed;
    border-left: 1px solid #d7e3ed;
}

.sw-use-card {
    min-height: 235px;
    padding: 26px;
    border-right: 1px solid #d7e3ed;
    border-bottom: 1px solid #d7e3ed;
    background: rgba(255,255,255,.45);
}

    .sw-use-card > span {
        display: block;
        margin-bottom: 40px;
        color: #0877d1;
        font-size: 9px;
        font-weight: 800;
    }

    .sw-use-card h3 {
        margin-bottom: 11px;
        color: #173045;
        font-size: 16px;
    }

    .sw-use-card p {
        color: #6d7f8f;
        font-size: 10px;
        line-height: 1.8;
    }


/* =========================================================
   FAQ
========================================================= */

.sw-faq-section {
    padding: 115px 0;
    color: #08182b;
    background: #f7f9fc;
}

.sw-faq-layout {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 100px;
}

.sw-faq-list {
    border-top: 1px solid #d9e4ed;
}

.sw-faq-item {
    border-bottom: 1px solid #d9e4ed;
}

    .sw-faq-item summary {
        min-height: 80px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 25px;
        cursor: pointer;
        color: #14293c;
        font-size: 13px;
        font-weight: 700;
        list-style: none;
    }

        .sw-faq-item summary::-webkit-details-marker {
            display: none;
        }

        .sw-faq-item summary span {
            color: #0876d0;
            font-size: 19px;
        }

    .sw-faq-item p {
        padding: 0 40px 28px 0;
        color: #6c7d8d;
        font-size: 12px;
        line-height: 1.9;
    }


/* =========================================================
   RELATED
========================================================= */

.sw-related-section {
    padding: 110px 0;
    color: #08182b;
    background: #edf3f8;
}

.sw-related-heading {
    margin-bottom: 50px;
}

.sw-related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.sw-related-card {
    min-height: 300px;
    padding: 27px;
    display: flex;
    flex-direction: column;
    border: 1px solid #d4e1eb;
    background: rgba(255,255,255,.52);
    transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

    .sw-related-card:hover {
        transform: translateY(-6px);
        background: white;
        box-shadow: 0 25px 55px rgba(8,40,68,.09);
    }

    .sw-related-card > span {
        margin-bottom: 45px;
        color: #8ca0b1;
        font-size: 9px;
        font-weight: 800;
    }

    .sw-related-card h3 {
        margin-bottom: 13px;
        color: #13273a;
        font-size: 18px;
    }

    .sw-related-card p {
        margin-bottom: 25px;
        color: #6d7f8f;
        font-size: 11px;
        line-height: 1.8;
    }

    .sw-related-card strong {
        margin-top: auto;
        color: #0877d1;
        font-size: 10px;
    }


/* =========================================================
   FINAL CTA
========================================================= */

.sw-final-section {
    position: relative;
    padding: 95px 0;
    overflow: hidden;
    background: linear-gradient( 115deg, #065b9e, #087fce, #07508b );
}

.sw-final-grid {
    position: absolute;
    inset: 0;
    opacity: .1;
    background-image: linear-gradient( rgba(255,255,255,.3) 1px, transparent 1px ), linear-gradient( 90deg, rgba(255,255,255,.3) 1px, transparent 1px );
    background-size: 70px 70px;
}

.sw-final-layout {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

    .sw-final-layout > div {
        max-width: 870px;
    }

        .sw-final-layout > div > span {
            display: block;
            margin-bottom: 13px;
            color: #c4edff;
            font-size: 8px;
            font-weight: 800;
            letter-spacing: .17em;
        }

    .sw-final-layout h2 {
        margin-bottom: 15px;
        color: white;
        font-size: clamp(30px, 4vw, 46px);
        line-height: 1.2;
        letter-spacing: -.04em;
    }

    .sw-final-layout p {
        max-width: 720px;
        color: rgba(255,255,255,.76);
        font-size: 12px;
        line-height: 1.8;
    }

    .sw-final-layout .button {
        flex-shrink: 0;
        background: #031827;
    }


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1200px) {

    .sw-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 1150px) {

    .sw-hero-layout,
    .sw-intro-layout,
    .sw-analysis-layout,
    .sw-architecture-layout,
    .sw-ui-layout,
    .sw-api-layout,
    .sw-security-layout,
    .sw-deploy-layout,
    .sw-performance-layout,
    .sw-maintenance-layout,
    .sw-faq-layout {
        grid-template-columns: 1fr;
        gap: 60px;
    }


    .sw-hero-layout {
        padding: 70px 0;
    }


    .sw-service-grid,
    .sw-stack-grid,
    .sw-database-grid,
    .sw-logging-grid,
    .sw-mvp-grid,
    .sw-use-grid,
    .sw-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .sw-problem-grid,
    .sw-test-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 700px) {

    .sw-hero {
        padding-top: 68px;
    }


        .sw-hero h1 {
            font-size: 43px;
        }


    .sw-hero-description {
        font-size: 14px;
    }


    .sw-hero-actions {
        flex-direction: column;
    }


    .sw-hero-visual {
        min-height: 430px;
    }


    .sw-code-body {
        padding: 24px;
    }


    .sw-node {
        width: 48px;
        height: 48px;
        font-size: 6px;
    }


    .sw-intro-section,
    .sw-problem-section,
    .sw-services-section,
    .sw-analysis-section,
    .sw-requirement-section,
    .sw-architecture-section,
    .sw-ui-section,
    .sw-stack-section,
    .sw-api-section,
    .sw-database-section,
    .sw-security-section,
    .sw-test-section,
    .sw-deploy-section,
    .sw-logging-section,
    .sw-performance-section,
    .sw-mvp-section,
    .sw-maintenance-section,
    .sw-process-section,
    .sw-use-section,
    .sw-faq-section,
    .sw-related-section {
        padding: 80px 0;
    }


    .sw-problem-grid,
    .sw-service-grid,
    .sw-requirement-grid,
    .sw-stack-grid,
    .sw-database-grid,
    .sw-test-grid,
    .sw-logging-grid,
    .sw-mvp-grid,
    .sw-process-grid,
    .sw-use-grid,
    .sw-related-grid {
        grid-template-columns: 1fr;
    }


    .sw-ui-window {
        grid-template-columns: 1fr;
    }


    .sw-ui-sidebar {
        display: none;
    }


    .sw-ui-stats {
        grid-template-columns: 1fr;
    }


    .sw-deploy-flow {
        flex-direction: column;
    }


        .sw-deploy-flow i {
            transform: rotate(90deg);
        }


    .sw-maintenance-grid {
        grid-template-columns: 1fr;
    }


    .sw-final-layout {
        align-items: flex-start;
        flex-direction: column;
    }
}
