/*
|--------------------------------------------------------------------------
| Article
|--------------------------------------------------------------------------
*/

.article-hero {
    position: relative;
    padding: 150px 0 105px;
    overflow: hidden;
    color: #fff;
    background: #07101f;
}

.article-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.article-orb-one {
    width: 650px;
    height: 650px;
    top: -360px;
    right: -170px;
    background: radial-gradient(circle, rgba(230, 47, 110, .25), transparent 68%);
}

.article-orb-two {
    width: 500px;
    height: 500px;
    left: -300px;
    bottom: -330px;
    background: radial-gradient(circle, rgba(80, 110, 255, .14), transparent 68%);
}

.article-breadcrumb {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 48px;
    color: rgba(255,255,255,.42);
    font-size: .76rem;
}

.article-breadcrumb a {
    color: rgba(255,255,255,.55);
    text-decoration: none;
}

.article-breadcrumb a:hover {
    color: #fff;
}

.article-breadcrumb i {
    font-size: .65rem;
}

.article-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1080px;
}

.article-category {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
    color: rgba(255,255,255,.62);
    font-size: .75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.article-category span {
    width: 35px;
    height: 2px;
    background: #e62f6e;
}

.article-hero h1 {
    max-width: 1050px;
    margin: 0;
    color: #fff;
    font-size: clamp(3rem, 4vw, 4.7rem);
    line-height: .98;
    font-weight: 900;
    letter-spacing: 0;
}

.article-intro {
    max-width: 820px;
    margin: 34px 0 0;
    color: rgba(255,255,255,.65);
    font-size: clamp(1.05rem, 1.7vw, 1.25rem);
    line-height: 1.75;
}

.article-info {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 38px;
}

.article-info div {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,.55);
    font-size: .8rem;
    font-weight: 650;
}

.article-info i {
    color: #e62f6e;
}


/*
|--------------------------------------------------------------------------
| Cover
|--------------------------------------------------------------------------
*/

.article-cover {
    padding: 55px 0 40px;
}

.article-cover figure {
    max-width: 1080px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 30px;
    background: #edf0f4;
    box-shadow: 0 30px 80px rgba(7,16,31,.1);
}

.article-cover img {
    display: block;
    width: 100%;
    height: auto;
}


/*
|--------------------------------------------------------------------------
| Layout
|--------------------------------------------------------------------------
*/

.article-section {
    padding: 70px 0 120px;
}

.article-layout {
    display: grid;
    grid-template-columns: 210px minmax(0, 780px);
    justify-content: center;
    gap: 75px;
}

.aside-sticky {
    position: sticky;
    top: 120px;
}

.aside-label {
    display: block;
    margin-bottom: 25px;
    color: #e62f6e;
    font-size: .7rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.aside-data {
    padding: 17px 0;
    border-top: 1px solid #e5e8ed;
}

.aside-data span {
    display: block;
    margin-bottom: 4px;
    color: #929aa5;
    font-size: .69rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
}

.aside-data strong {
    display: block;
    color: #07101f;
    font-size: .86rem;
    line-height: 1.45;
}

.aside-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid #e5e8ed;
    color: #07101f;
    font-size: .8rem;
    font-weight: 800;
    text-decoration: none;
}

.aside-contact i {
    color: #e62f6e;
}


/*
|--------------------------------------------------------------------------
| Contenu
|--------------------------------------------------------------------------
*/

.article-content {
    min-width: 0;
}

.article-content p {
    margin: 0 0 26px;
    color: #596575;
    font-size: 1.04rem;
    line-height: 1.86;
}

.article-content .article-lead {
    margin-bottom: 55px;
    color: #26354a;
    font-size: 1.28rem;
    line-height: 1.75;
    font-weight: 500;
}

.article-content h2 {
    margin: 65px 0 24px;
    color: #07101f;
    font-size: clamp(2rem, 3.5vw, 3rem);
    line-height: 1.08;
    font-weight: 600;
    letter-spacing: -.04em;
}

.article-content strong {
    color: #17263c;
}


/*
|--------------------------------------------------------------------------
| Highlight
|--------------------------------------------------------------------------
*/

.article-highlight {
    display: flex;
    gap: 22px;
    margin: 45px 0 60px;
    padding: 30px;
    border: 1px solid #e4e8ed;
    border-radius: 20px;
    background: #f7f9fb;
}

.highlight-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    color: #fff;
    background: #e62f6e;
    font-size: 1.15rem;
}

.highlight-label {
    display: block;
    margin-bottom: 7px;
    color: #e62f6e;
    font-size: .7rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.article-highlight p {
    margin: 0;
    color: #334155;
    font-size: 1rem;
}


/*
|--------------------------------------------------------------------------
| Screenshots
|--------------------------------------------------------------------------
*/

.article-screen {
    margin: 45px 0 70px;
}

.article-screen img {
    display: block;
    width: 100%;
    max-height: 720px;
    object-fit: contain;
    padding: 25px;
    border-radius: 24px;
    background: #f3f6fa;
}

.article-screen figcaption {
    margin-top: 13px;
    color: #969da8;
    font-size: .75rem;
    line-height: 1.5;
}


/*
|--------------------------------------------------------------------------
| Features
|--------------------------------------------------------------------------
*/

.feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 16px;
    margin: 40px 0 60px;
}

.article-feature {
    padding: 27px;
    border: 1px solid #e5e9ef;
    border-radius: 19px;
    background: #fff;
}

.feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin-bottom: 20px;
    border-radius: 13px;
    font-size: 1.05rem;
}

.feature-icon.blue {
    color: #1471cb;
    background: #eaf4ff;
}

.feature-icon.green {
    color: #33a51c;
    background: #ebf9e7;
}

.feature-icon.purple {
    color: #9854d7;
    background: #f4ebfc;
}

.feature-icon.orange {
    color: #ee9800;
    background: #fff4dc;
}

.feature-icon.red {
    color: #e6334e;
    background: #ffecef;
}

.feature-icon.cyan {
    color: #058ca8;
    background: #e8f9fc;
}

.article-feature h3 {
    margin: 0 0 8px;
    color: #07101f;
    font-size: 1rem;
    font-weight: 850;
}

.article-feature p {
    margin: 0;
    color: #778291;
    font-size: .86rem;
    line-height: 1.6;
}


/*
|--------------------------------------------------------------------------
| Technique
|--------------------------------------------------------------------------
*/

.technical-block {
    margin: 55px 0 70px;
    padding: 42px;
    border-radius: 26px;
    color: #fff;
    background: #07101f;
}

.technical-intro span {
    display: block;
    margin-bottom: 8px;
    color: #e62f6e;
    font-size: .7rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.technical-intro h3 {
    margin: 0 0 35px;
    color: #fff;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: -.035em;
}

.technical-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 1px;
    overflow: hidden;
    background: rgba(255,255,255,.1);
}

.technical-grid div {
    display: flex;
    flex-direction: column;
    padding: 26px;
    background: #07101f;
}

.technical-grid i {
    margin-bottom: 18px;
    color: #e62f6e;
    font-size: 1.45rem;
}

.technical-grid strong {
    margin-bottom: 6px;
    color: #fff;
    font-size: .95rem;
}

.technical-grid span {
    color: rgba(255,255,255,.5);
    font-size: .82rem;
    line-height: 1.6;
}


/*
|--------------------------------------------------------------------------
| Citation
|--------------------------------------------------------------------------
*/

.article-quote {
    position: relative;
    margin: 55px 0;
    padding: 15px 0 15px 35px;
    border-left: 4px solid #e62f6e;
}

.article-quote p {
    margin: 0;
    color: #18283e;
    font-size: 1.35rem;
    line-height: 1.55;
    font-weight: 750;
    letter-spacing: -.02em;
}


/*
|--------------------------------------------------------------------------
| Conclusion
|--------------------------------------------------------------------------
*/

.article-conclusion {
    margin-top: 70px;
    padding: 42px;
    border-radius: 25px;
    background: #f3f6f9;
}

.conclusion-label {
    display: block;
    margin-bottom: 10px;
    color: #e62f6e;
    font-size: .7rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.article-conclusion h2 {
    margin: 0 0 18px;
    font-size: 2.2rem;
}

.article-conclusion p {
    margin: 0;
}


/*
|--------------------------------------------------------------------------
| Footer article
|--------------------------------------------------------------------------
*/

.article-footer {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #e5e8ed;
    background: transparent;
    color: #07101f;
}

.article-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 30px;
}

.article-tags span {
    padding: 8px 13px;
    border-radius: 999px;
    color: #657386;
    background: #f1f4f7;
    font-size: .73rem;
    font-weight: 700;
}

.article-author {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 27px;
    border-top: 1px solid #e5e8ed;
}

.author-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(135deg, #e62f6e, #9653e8);
    font-size: 1.2rem;
}

.article-author strong {
    display: block;
    margin-bottom: 2px;
    color: #07101f;
    font-size: .95rem;
    font-weight: 850;
}

.article-author p {
    margin: 0;
    color: #8390a0;
    font-size: .8rem;
}


/*
|--------------------------------------------------------------------------
| CTA
|--------------------------------------------------------------------------
*/

.article-cta {
    padding: 0 0 90px;
}

.article-cta-box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 55px;
    padding: clamp(40px, 6vw, 70px);
    border-radius: 28px;
    color: #fff;
    background: #07101f;
}

.article-cta-label {
    display: block;
    margin-bottom: 12px;
    color: #e62f6e;
    font-size: .7rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.article-cta h2 {
    max-width: 820px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.3rem, 4vw, 3.8rem);
    line-height: 1.02;
    font-weight: 600;
    letter-spacing: -.05em;
}

.article-cta p {
    max-width: 680px;
    margin: 22px 0 0;
    color: rgba(255,255,255,.56);
    line-height: 1.7;
}

.article-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    flex: 0 0 auto;
    color: #fff;
    font-size: .86rem;
    font-weight: 850;
    text-decoration: none;
}

.article-cta-button span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: #fff;
    background: #e62f6e;
}


/*
|--------------------------------------------------------------------------
| Back
|--------------------------------------------------------------------------
*/

.back-news {
    padding: 0 0 100px;
}

.back-news a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #07101f;
    font-size: .82rem;
    font-weight: 800;
    text-decoration: none;
}

.back-news i {
    color: #e62f6e;
}


/*
|--------------------------------------------------------------------------
| Nav active
|--------------------------------------------------------------------------
*/

.nav-links a.active {
    color: #e62f6e;
}


/*
|--------------------------------------------------------------------------
| Responsive
|--------------------------------------------------------------------------
*/

@media (max-width: 991px) {

    .article-layout {
        grid-template-columns: 1fr;
        max-width: 780px;
    }

    .article-aside {
        display: none;
    }

    .article-cta-box {
        align-items: flex-start;
        flex-direction: column;
    }

}

@media (max-width: 767px) {

    .article-hero {
        padding: 125px 0 75px;
    }

    .article-breadcrumb {
        margin-bottom: 35px;
    }

    .article-hero h1 {
        font-size: clamp(2.8rem, 13vw, 4rem);
    }

    .article-cover {
        padding: 35px 0 25px;
    }

    .article-cover figure {
        border-radius: 20px;
    }

    .article-section {
        padding: 50px 0 80px;
    }

    .article-content .article-lead {
        font-size: 1.12rem;
    }

    .feature-grid,
    .technical-grid {
        grid-template-columns: 1fr;
    }

    .article-highlight {
        padding: 23px;
    }

    .technical-block {
        padding: 28px 22px;
    }

    .article-conclusion {
        padding: 28px 24px;
    }

    .article-cta {
        padding-bottom: 70px;
    }

    .article-cta-box {
        padding: 35px 25px;
        border-radius: 22px;
    }

}