﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    height: 100%;
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.flex-wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-between
}

body {
    /*background-color: #f0eded;*/
    font-family: 'Signika Negative', sans-serif;
    font-size: 16px;
    color: #000000;
    background-color: #f2f3f5;
}

/** {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}*/

.card {
    background: #ffffff;
    border: none;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 20px rgba(115, 105, 215, 0.15);
    -moz-box-shadow: 0px 0px 20px rgba(115, 105, 215, 0.15);
    box-shadow: 0px 0px 20px rgba(115, 105, 215, 0.15);
    border-radius: 0rem;
    padding: 0;
    border-radius: 8px;
}

.bg-danger, .btn-danger {
    background-color: #f00 !important;
}

.btn-dark {
    background-color: #080807 !important;
}

.validation-summary-errors ul {
    list-style: none;
}

    .validation-summary-errors ul li {
        font-size: 13px;
    }

.pagination > li > a {
    background-color: white;
    color: #292525;
}

    .pagination > li > a:focus,
    .pagination > li > a:hover,
    .pagination > li > span:focus,
    .pagination > li > span:hover {
        color: #5a5a5a;
        background-color: #eee;
        border-color: #ddd;
    }

.pagination > .active > a {
    color: white;
    background-color: #f00 !important;
    border: solid 1px #f00 !important;
}

    .pagination > .active > a:hover {
        background-color: #f00 !important;
        border: solid 1px #f00;
    }



.adyobe-title {
    font-size: 14px;
    /*font-weight: bold;*/
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.adyobe-text {
    font-size: 14px !important;
}

.adyobe-p {
    margin-bottom: 0.5rem !important;
}
    .adyobe-p > i {
        padding-left: 6px
    }
    .img-container {
        position: relative;
        overflow: hidden;
    }

    .img-container img {
        display: block;
        margin: -10% 0;
        width: 100%;
    }

    .img-container .fa-play {
        position: absolute;
        bottom: 0px;
        left: 0px;
        /*background: white;*/
        padding: 8px;
        font-size: 30px;
    }

.adyobe-title-a {
    text-decoration: none;
}

    .adyobe-title-a:hover div {
        text-decoration: underline;
        color: #1861ac !important;
    }

.adyobe-card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.adyobe-card-body {
    flex: 1 1 auto;
    padding-top: 2px;
}

.adyobe-card {
    background-color: white;
}

.adyobe-divider {
    margin-left: 4px;
    margin-right: 10px;
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    height: 15px;
}

.move-to-bottom {
    bottom: 0px;
}

.fa-play {
    color: red !important;
}

.spotlight-play {
    padding: 18px !important;
}

.youtube-thumb {
    height: 138px;
    width: 210px;
}


.cat-menu {
    position: absolute;
    top: 25px;
    right: 20px;
}

    .cat-menu a {
        font-size: 12px;
        text-transform: uppercase;
        padding-bottom: 6px;
        color: #525b6e;
        border-bottom: 2px solid transparent;
        text-decoration: none;
    }

        .cat-menu a:hover {
            color: #ed1c24;
        }

.section-title {
    margin-top: 15px;
    margin-bottom: 35px;
    padding-bottom: 0;
    position: relative;
    font-size: 24px;
    text-transform: capitalize;
    color: #525b6e;
    font-weight: 600;
    margin-left: 5px;
    margin-right: 5px;
}

    .section-title::before,
    .section-title::after {
        position: absolute;
        content: "";
        bottom: -12px;
        left: 0;
        height: 2px;
        background-color: #e6e6e8;
        width: 100%;
    }

    .section-title::before {
        width: 50px;
        z-index: 1;
        background-color: #ed1c24;
    }


.latest-news-wrapper {
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#latest-news {
    position: relative;
}

    #latest-news .owl-controls .owl-pagination {
        position: absolute;
        top: 21px;
        right: 3px;
        text-align: right;
    }

    #latest-news .owl-controls .owl-page span {
        background-color: #c2c3c4;
        margin: 3px;
    }

.latest-news-wrapper .section-title:after {
    margin-right: 80px;
}

#latest-news:hover .post img {
    opacity: 0.6;
}

#latest-news .post:hover img {
    opacity: 1;
}

.owl-controls .owl-pagination {
    float: right;
    margin-top: -40px;
    position: relative;
    padding-right: 25px;
}

.owl-theme .owl-controls .owl-pagination {
    text-align: center;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

    .owl-theme .owl-controls .owl-page span {
        display: block;
        width: 8px;
        height: 8px;
        margin: 5px;
        background-color: #fff;
        -webkit-border-radius: 100% !important;
        -moz-border-radius: 100% !important;
        border-radius: 100% !important;
    }


    .owl-theme .owl-controls .owl-page.active span,
    .owl-theme .owl-controls.clickable .owl-page:hover span,
    #latest-news .owl-controls .owl-page.active span,
    #latest-news .owl-controls.clickable .owl-page:hover span,
    .widget.news-letter button,
    .pagination li a:hover,
    .pagination .active > a,
    .pagination .active > a:focus,
    .pagination .active > a:hover,
    #breaking-news span,
    .subscribe-me button,
    .top-user-form .btn:hover {
        background-color: #ed1c24;
    }



/*
    FOOTER MENU
*/


.footer-widget {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 60px;
    border-bottom: 1px solid #f2f3f5;
}

.footer-widget {
    padding-top: 70px;
}

    .footer-widget ul li {
        float: left;
        width: 70px;
        height: 70px;
        margin-right: 25px;
        margin-bottom: 25px;
    }

        .footer-widget ul li img {
            border-radius: 4px;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .footer-widget ul li img:hover {
                opacity: 0.7;
            }

        .footer-widget ul li:last-child,
        .footer-widget ul li:nth-child(4) {
            margin-right: 0;
        }

.widget.news-letter {
    color: #aeaeae;
}

    .widget.news-letter form {
        margin-top: 20px;
    }

    .widget.news-letter input {
        padding: 10px 12px;
        width: 100%;
        border: 1px solid #f6f6f6;
        border-radius: 4px;
        font-size: 14px;
        margin-bottom: 20px;
        outline: none;
    }

        .widget.news-letter input:focus {
            border-width: 1px;
            border-style: solid;
        }

    .widget.news-letter button {
        display: block;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        padding: 10px 30px;
        border: 0;
        outline: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.footer-top {
    background-color: #e6e7e8;
}

.logo-icon {
    border-top: 1px solid #f2f3f5;
    padding: 20px 0;
    position: relative;
}

    .logo-icon:before,
    .logo-icon:after {
        position: absolute;
        content: "";
        top: 50%;
        height: 1px;
        width: 140px;
        background-color: #d9dadb;
        left: 50%;
    }

    .logo-icon:before {
        margin-left: -180px;
    }

    .logo-icon:after {
        margin-left: 40px;
    }

    .logo-icon img {
        display: inline-block;
    }

.footer-menu {
    background-color: #27292a;
    text-align: center;
    border-bottom: 1px solid #1a1b1c;
}

    .footer-menu .navbar-nav {
        display: inline-block;
        float: none !important;
        padding: 25px 0 20px 0;
    }

    .footer-menu li {
        float: left;
    }

    .footer-menu .navbar-nav li a {
        font-size: 11px;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 2px;
        padding: 10px;
    }

.widget {
    margin-bottom: 30px;
}

.bottom-widgets {
    background-color: #27292a;
    padding: 50px 0;
    color: #fff;
}

    .bottom-widgets .widget h2 {
        margin-bottom: 25px;
        font-size: 16px;
        text-transform: uppercase;
    }

    .bottom-widgets .widget ul {
        float: left;
        margin-right: 20px;
        list-style: none;
        margin-left: 0px;
        padding-left: 0px;
    }

        .bottom-widgets .widget ul:last-child {
            margin-right: 0;
        }

    .bottom-widgets .widget li a {
        padding: 5px;
        display: block;
        font-size: 14px;
        color: #aeaeae;
        text-decoration: none;
    }

        .bottom-widgets .widget li a:hover {
            color: #fff;
        }

.footer-bottom {
    background-color: #1f2021;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 10px;
}

.footer-site-name {
    color: #aeaeae;
}



/**
    TOP category menu
*/

.category-parent-bar {
    margin-top: 2px;
    width: 100%;
    min-height: 50px;
    padding-top: 14px;
    margin-top: -18px;
}

.category-bar {
    list-style: none;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

    .category-bar .home {
        display: inline;
        padding-right: 10px;
    }

.dropdown-menu .home {
    display: block;
    padding: 3px;
    padding-left: 12px;
}

.category-parent-bar a {
    color: #aeaeae;
    text-decoration: none;
}

    .category-parent-bar a:hover {
        color: #ff0000
    }


.page-title {
    margin-bottom: 20px;
    margin-top: 12px;
    font-size: 32px;
    font-weight: 700;
}

.page-description {
    color: #888;
    font-size: 14px;
    font-weight: 300;
}

.page-content {
    color: #5b5858;
    font-size: 16px;
    font-weight: 400;
}

.adyobe-card-item {
    min-height: 250px;
}


.line-clamp {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 11px;
    font-size: 12px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 576px) {
    .adyobe-card-item {
        min-height: 150px;
    }

    .adyobe-card-item-sportlight {
        min-height: 124px;
    }
}

@media(min-width: 992px) {
    .lg-height {
        height: 435px;
    }
}

.adyobe-zero-padding {
    padding-left:0px !important;
    padding-right:0px !important;
}





/*************************
      sticky slider
*************************/

.quickicons {
    position: fixed;
    top: 75%;
    right: 23px;
    width: 180px;
    display: flex;
    flex-direction: column;
    padding-right:6px;
}

    .quickicons a {
        text-decoration: none;
        text-transform: uppercase;
        padding: 10px;
        font-size: 16px;
        margin: 2px;
        text-align: left;
        border-radius: 35px 0px 0px 35px;
        transform: translate(145px, 0px);
        transition: all 0.5s;
    }

        .quickicons a:hover {
            transform: translate(40px, 0px);
            color: white;
        }

        .quickicons a i {
            margin-right: 20px;
            background-color: white;
            height: 35px;
            width: 35px;
            color: black;
            text-align: center;
            line-height: 35px;
            border-radius: 50%;
            transition: all 0.5s;
        }

        .quickicons a:hover i {
            transform: rotate(360deg);
        }

        .quickicons a i.fa-envelope {
            color: #ed1c24;
        }

        .quickicons a i.fa-cog {
            color: #ed1c24;
        }

        .quickicons a i.fa-info-circle {
            color: #ed1c24;
        }

.clink {
    background-color: #ed1c24;
    color: #ffffff;
}

/*************************
      sticky end slider
*************************/

.adyobe-card-group-element:not(:last-child) {
    margin-right: 5px;
}

.adyobe-card-group-element {
    margin-top: 5px;
    margin-bottom: 5px;
}


.validation-summary-errors ul {
    list-style: none !important;
    margin: 0px !important;
    padding: 0px !important;
}


.adyobe-legal-section h1, h2 {
    color: #1a1a1a;
}

.adyobe-legal-section h1 {
    font-size: 2em;
    margin-bottom: 1rem;
}

.adyobe-legal-section p {
    margin-bottom: 1rem;
}

.adyobe-legal-section a {
    color: #007BFF;
    text-decoration: none;
}

.adyobe-legal-section a:hover {
    text-decoration: underline;
}

/* AdYobe creator-discovery home redesign */
.adyobe-hero,
.adyobe-value-section,
.adyobe-steps,
.adyobe-join {
    margin: 22px 0;
}

.adyobe-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
    gap: 48px;
    align-items: center;
    min-height: 470px;
    padding: 64px;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(circle at 88% 18%, rgba(255, 255, 255, .13), transparent 26%),
        radial-gradient(circle at 60% 110%, rgba(227, 0, 0, .32), transparent 40%),
        linear-gradient(135deg, #111318 0%, #1d2028 56%, #300507 100%);
    border-radius: 22px;
    box-shadow: 0 22px 55px rgba(17, 19, 24, .18);
}

.adyobe-hero::before {
    position: absolute;
    top: -90px;
    right: -75px;
    width: 260px;
    height: 260px;
    content: "";
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
}

.adyobe-hero__content,
.adyobe-hero__visual {
    position: relative;
    z-index: 1;
}

.adyobe-eyebrow {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    margin-bottom: 17px;
    color: #e30000;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.adyobe-eyebrow--light {
    color: #ffb8bc;
}

.adyobe-hero h1 {
    max-width: 720px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -2.2px;
}

.adyobe-hero__lead {
    max-width: 650px;
    margin: 25px 0 0;
    color: #cbd0da;
    font-size: 18px;
    line-height: 1.7;
}

.adyobe-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 30px;
}

.adyobe-button {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 22px;
    border: 1px solid transparent;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.adyobe-button:hover {
    transform: translateY(-2px);
}

.adyobe-button--primary {
    color: #ffffff !important;
    background: #e30000;
    box-shadow: 0 10px 24px rgba(227, 0, 0, .28);
}

.adyobe-button--primary:hover {
    background: #c90000;
}

.adyobe-button--secondary {
    color: #ffffff !important;
    background: rgba(255, 255, 255, .07);
    border-color: rgba(255, 255, 255, .22);
}

.adyobe-button--secondary:hover {
    background: rgba(255, 255, 255, .13);
}

.adyobe-button--light {
    color: #17191f !important;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .16);
}

.adyobe-button--light:hover {
    background: #f5f5f5;
}

.adyobe-hero__assurances {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    padding: 0;
    margin: 28px 0 0;
    color: #aeb5c2;
    font-size: 13px;
    list-style: none;
}

.adyobe-hero__assurances i {
    margin-right: 5px;
    color: #62d49b;
}

.adyobe-hero__visual {
    min-height: 340px;
}

.adyobe-visual-card {
    position: absolute;
    top: 28px;
    right: 12px;
    width: min(100%, 355px);
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 16px;
    box-shadow: 0 26px 54px rgba(0, 0, 0, .35);
    transform: rotate(2deg);
}

.adyobe-visual-card__thumbnail {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 205px;
    background:
        linear-gradient(135deg, rgba(227, 0, 0, .86), rgba(117, 0, 8, .93)),
        linear-gradient(45deg, #e30000, #111318);
}

.adyobe-visual-card__thumbnail::before,
.adyobe-visual-card__thumbnail::after {
    position: absolute;
    content: "";
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
}

.adyobe-visual-card__thumbnail::before {
    width: 180px;
    height: 180px;
    transform: translate(-90px, -55px);
}

.adyobe-visual-card__thumbnail::after {
    width: 110px;
    height: 110px;
    transform: translate(120px, 70px);
}

.adyobe-play {
    position: relative;
    z-index: 1;
    display: grid;
    width: 62px;
    height: 62px;
    color: #e30000;
    background: #ffffff;
    border-radius: 50%;
    place-items: center;
    box-shadow: 0 12px 25px rgba(0, 0, 0, .2);
}

.adyobe-play i {
    margin-left: 4px;
}

.adyobe-visual-card__label {
    position: absolute;
    right: 16px;
    bottom: 14px;
    padding: 6px 10px;
    color: #ffffff;
    background: rgba(17, 19, 24, .55);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
}

.adyobe-visual-card__body {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 17px;
    color: #17191f;
}

.adyobe-avatar {
    flex: 0 0 37px;
    width: 37px;
    height: 37px;
    background: linear-gradient(135deg, #e30000, #ff737c);
    border-radius: 50%;
}

.adyobe-visual-card__body strong,
.adyobe-visual-card__body span {
    display: block;
}

.adyobe-visual-card__body strong {
    font-size: 13px;
}

.adyobe-visual-card__body div span {
    margin-top: 3px;
    color: #717785;
    font-size: 11px;
}

.adyobe-floating-card {
    position: absolute;
    z-index: 2;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 12px 15px;
    color: #252832;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(17, 19, 24, .08);
    border-radius: 11px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
    font-size: 12px;
}

.adyobe-floating-card i {
    display: grid;
    width: 30px;
    height: 30px;
    color: #ffffff;
    background: #e30000;
    border-radius: 8px;
    place-items: center;
}

.adyobe-floating-card strong {
    display: block;
}

.adyobe-floating-card--top {
    top: 0;
    left: 0;
}

.adyobe-floating-card--bottom {
    right: -8px;
    bottom: 8px;
}

.adyobe-value-section {
    padding: 50px 44px;
    background: #ffffff;
    border: 1px solid #e8e9ed;
    border-radius: 18px;
}

.adyobe-section-intro {
    max-width: 700px;
    margin: 0 auto 32px;
    text-align: center;
}

.adyobe-section-intro h2,
.adyobe-steps h2,
.adyobe-join h2,
.adyobe-principles h2 {
    margin: 0;
    color: #17191f;
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -1px;
}

.adyobe-section-intro p {
    margin: 14px 0 0;
    color: #686e7a;
    font-size: 16px;
    line-height: 1.7;
}

.adyobe-value-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.adyobe-value-card {
    padding: 27px;
    background: #f7f8fa;
    border: 1px solid #eceef1;
    border-radius: 14px;
}

.adyobe-icon-tile,
.adyobe-principle-card__icon {
    display: grid;
    width: 44px;
    height: 44px;
    color: #e30000;
    background: #ffe9ea;
    border-radius: 11px;
    place-items: center;
    font-size: 18px;
}

.adyobe-value-card h3,
.adyobe-step-list h3,
.adyobe-principle-card h3 {
    margin: 19px 0 9px;
    color: #1c1f26;
    font-size: 18px;
    font-weight: 800;
}

.adyobe-value-card p,
.adyobe-step-list p,
.adyobe-principle-card p {
    margin: 0;
    color: #6d7380;
    font-size: 14px;
    line-height: 1.65;
}

.adyobe-steps {
    padding: 42px 44px;
    background: #f4f5f7;
    border-radius: 18px;
}

.adyobe-steps__header {
    display: flex;
    gap: 24px;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 30px;
}

.adyobe-text-link,
.adyobe-principle-card a {
    color: #c90000 !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
}

.adyobe-text-link i,
.adyobe-principle-card a i {
    margin-left: 6px;
    transition: transform .2s ease;
}

.adyobe-text-link:hover i,
.adyobe-principle-card a:hover i {
    transform: translateX(3px);
}

.adyobe-step-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background: #dfe1e6;
    border: 1px solid #dfe1e6;
    border-radius: 13px;
    list-style: none;
}

.adyobe-step-list li {
    display: flex;
    gap: 17px;
    padding: 25px;
    background: #ffffff;
}

.adyobe-step-list h3 {
    margin-top: 2px;
}

.adyobe-step-number {
    color: #e30000;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
}

.adyobe-join {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 26px;
    align-items: center;
    padding: 42px 46px;
    color: #ffffff;
    background: linear-gradient(120deg, #bf0000, #e30000 48%, #ff3946);
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(227, 0, 0, .2);
}

.adyobe-join__mark {
    display: grid;
    width: 58px;
    height: 58px;
    color: #e30000;
    background: #ffffff;
    border-radius: 15px;
    place-items: center;
    font-size: 18px;
}

.adyobe-join__mark i {
    margin-left: 3px;
}

.adyobe-join h2 {
    color: #ffffff;
    font-size: clamp(27px, 3vw, 38px);
}

.adyobe-join__content p {
    max-width: 720px;
    margin: 12px 0 0;
    color: #ffd9dc;
    line-height: 1.65;
}

.adyobe-join__action {
    display: flex;
    flex-direction: column;
    gap: 9px;
    align-items: center;
    min-width: 210px;
}

.adyobe-join__action span {
    color: #ffd9dc;
    font-size: 11px;
}

.adyobe-principles {
    padding: 68px 0;
    background: #ffffff;
    border-top: 1px solid #eceef1;
}

.adyobe-principles__intro {
    max-width: 690px;
    margin: 0 auto 35px;
    text-align: center;
}

.adyobe-principles__intro p {
    margin: 14px 0 0;
    color: #6d7380;
    font-size: 16px;
    line-height: 1.7;
}

.adyobe-principle-card {
    display: flex;
    flex-direction: column;
    min-height: 285px;
    padding: 28px;
    margin-bottom: 20px;
    background: #ffffff;
    border: 1px solid #e7e9ed;
    border-radius: 15px;
    box-shadow: 0 12px 28px rgba(25, 28, 35, .06);
}

.adyobe-principle-card p {
    flex: 1;
    margin-bottom: 22px;
}

@media (max-width: 991px) {
    .adyobe-hero {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 48px;
    }

    .adyobe-hero__visual {
        width: min(100%, 500px);
        min-height: 330px;
        margin: 0 auto;
    }

    .adyobe-value-grid,
    .adyobe-step-list {
        grid-template-columns: 1fr;
    }

    .adyobe-join {
        grid-template-columns: auto 1fr;
    }

    .adyobe-join__action {
        grid-column: 1 / -1;
        align-items: flex-start;
        padding-left: 84px;
    }
}

@media (max-width: 575px) {
    .adyobe-hero {
        min-height: auto;
        padding: 36px 24px;
        border-radius: 15px;
    }

    .adyobe-hero h1 {
        font-size: 38px;
        letter-spacing: -1.3px;
    }

    .adyobe-hero__lead {
        font-size: 16px;
    }

    .adyobe-hero__actions,
    .adyobe-button {
        width: 100%;
    }

    .adyobe-hero__assurances {
        display: grid;
    }

    .adyobe-hero__visual {
        display: none;
    }

    .adyobe-value-section,
    .adyobe-steps {
        padding: 34px 22px;
        border-radius: 14px;
    }

    .adyobe-steps__header {
        display: block;
    }

    .adyobe-text-link {
        display: inline-block;
        margin-top: 14px;
    }

    .adyobe-step-list li {
        padding: 22px 19px;
    }

    .adyobe-join {
        display: block;
        padding: 34px 24px;
        border-radius: 14px;
    }

    .adyobe-join__mark {
        margin-bottom: 22px;
    }

    .adyobe-join__action {
        align-items: stretch;
        padding: 0;
        margin-top: 24px;
    }

    .adyobe-principles {
        padding: 48px 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .adyobe-button,
    .adyobe-text-link i,
    .adyobe-principle-card a i {
        transition: none;
    }
}
