/* Custom styles for the dynamic page can be added here. */

.devops-block-19 {
    padding: 60px 0;
}
.tags {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag {
    background-color: #f3f4f6;
    border-radius: 30px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 500;
}

.hardware-tag {
    background-color: #e4e8ef;
    color: #030303;
}

.software-tag {
    background-color: #f0f9eb;

    color: #445c2e;
}


.devops-block-19 .cards-grid {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

@media (min-width: 992px) {


    .devops-block-19 .cards-grid {
        display: grid;
        gap: 32px;
        grid-template-columns: 1fr 1fr 1fr;
    }


}

.devops-block-19 .card:hover {
    background-color: transparent;
    background-image: linear-gradient(115deg, #e4fa9d 6.07%, #d3ec87 13.05%, #c0dc6e 23.24%, #b4d25e 32.48%, #b0cf59 39.85%, #a5c958 52.83%, #89b855 75.38%, #6da852 93.57%);
}


.devops-block-19 .card-header {
    background-color: transparent;
    border: none;
}

.devops-block-19 .card-header .title {
    margin: 0;
    font-size: 21px;
    letter-spacing: .029px;
    font-weight: 600;
    line-height: 1.5;
    font-family: "Plus Jakarta Sans", "Work Sans", Arial, Helvetica, sans-serif;
    color: #121926;
}
 
 
 .devops-block-19>.header-block {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    text-align: center;
}
.devops-block-19 .card {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    padding: 40px;
    border-radius: 32px;
    border: 1px solid #e3e8ef;
    overflow: hidden;
}

.devops-block-19 .card {
    border: 1px solid #a9c760;
}

.devops-block-19 .header-block>.title {
    display: inline-block;
    font-size: 40px;
    letter-spacing: .038px;
	text-transform: uppercase;
    font-weight: 600;
    line-height: 1.5;
    font-family: "Plus Jakarta Sans", "Work Sans", Arial, Helvetica, sans-serif;
    margin: 0;
    background: linear-gradient(90deg, var(--text-gradient-color-start) 0, var(--text-gradient-color-stop) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

@media (min-width: 992px) {
    .devops-block-19 .header-block>.subtitle {
        font-size: 20px;
        letter-spacing: .024px;
        font-weight: 400;
        line-height: 1.5;
        font-family: "Work Sans", Arial, Helvetica, sans-serif;
		padding-bottom: 25px;
    }
}




.devops-block-4>.banner {
    margin-left: -20px;
    margin-right: -20px;
    background: linear-gradient(87deg,var(--banner-gradient-color-start) 0,var(--banner-gradient-color-stop) 156.99%);
    color: #fff
}

.devops-block-4>.banner>.header {
    position: relative;
    background-image: url(../../img/redesign/mvp/bg-ellipse.svg);
    background-repeat: no-repeat;
    background-position: center top;
	background-color: transparent !important;
}

.devops-block-4>.banner>.header>img {
    width: 100%;
    max-width: 306px;
    display: block;
    margin: -40px auto 0
}

.devops-block-4>.banner>.header>.title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(208,208,208,.1);
    backdrop-filter: blur(16px);
    display: flex;
    padding: 8px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    text-align: center
}

.devops-block-4>.banner>.header>.title>.name {
    font-size: 20px;
    letter-spacing: .024px;
    font-weight: 600
}

.devops-block-4>.banner>.header>.title>.position {
    font-size: 14px;
    letter-spacing: .017px
}

.devops-block-4>.banner>.body {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    padding: 23px 20px;
    font-size: 16px;
    letter-spacing: .019px
}

.devops-block-4>.banner>.body>.list,.devops-block-4>.banner>.body>.list-title,.devops-block-4>.banner>.body>.text {
    margin: 0
}

.devops-block-4>.banner>.body>.list-title {
    font-size: 18px;
    letter-spacing: .022px;
    font-weight: 600;
    line-height: 1.5;
    font-family: "Plus Jakarta Sans","Work Sans",Arial,Helvetica,sans-serif;
    color: var(--primary-bg-light)
}

@media (min-width: 992px) {
    .devops-block-4>.banner {
        margin-left:0;
        margin-right: 0;
        border-radius: 32px;
        padding-left: 25px;
        display: flex;
        column-gap: 55px;
        background: url(../../img/redesign/mvp/bg-ellipse-bottom.svg),linear-gradient(87deg,var(--banner-gradient-color-start) 0,var(--banner-gradient-color-stop) 156.99%);
        background-repeat: no-repeat;
        background-position: left bottom
    }

    .devops-block-4>.banner>.header {
        width: 372px;
        flex-shrink: 0;
        align-self: flex-end;
        background-image: none
    }

    .devops-block-4>.banner>.header>img {
        height: 100%;
        max-width: 100%
    }

    .devops-block-4>.banner>.header>.title {
        bottom: 16px;
        left: 50%;
        transform: translateX(-50%);
        max-width: 260px;
        border-radius: 16px
    }

    .devops-block-4>.banner>.body {
        max-width: 859px;
        padding: 32px 32px 32px 0;
        align-items: flex-start
    }

    .devops-block-4>.banner>.body>.list-title {
        font-size: 24px
    }
}

.devops-block-4 .additional-text {
    font-size: 16px;
    letter-spacing: .019px;
    font-weight: 400;
    line-height: 1.5;
    font-family: "Work Sans",Arial,Helvetica,sans-serif;
    margin: 0
}


/* Agreement Container */
.agreement-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Header Section */
.agreement-header {
    max-width: 1200px;
    margin: 0 auto 40px;
    text-align: center;
}

.agreement-title {
    font-family: 'Plus Jakarta Sans', 'Work Sans', Arial, Helvetica, sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0.038px;
    background: linear-gradient(90deg, #121926 0%, #7cb932 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 16px;
}

.agreement-subtitle {
    font-size: 20px;
    line-height: 30px;
    color: #364152;
}

/* Body Section */
.agreement-body {
    display: flex;
    flex-direction: row-reverse;
    gap: 32px;
    align-items: flex-start;
}

.agreement-content {
    flex: 1;
    background-color: #f8fafc;
    padding: 40px;
    border-radius: 32px;
}

.agreement-item {
    margin-bottom: 40px;
}

.agreement-item:last-of-type {
    margin-bottom: 0;
}

.item-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.item-icon {
    width: 32px;
    height: 32px;
    background-color: #dbeda8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.item-icon i {
    font-size: 24px;
    line-height: 24px;
    color: #1d1d1f;
}

.item-title {
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.019px;
    color: #121926;
    margin: 0;
}

.item-text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.019px;
    color: #364152;
    margin: 0;
}

.content-image-mobile {
    display: none;
    margin-top: 40px;
}

.content-image-mobile img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

/* Sidebar Section */
.agreement-sidebar {
    width: 420px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.sidebar-image {
    width: 100%;
}

.sidebar-image img {
    width: 100%;
    height: auto;
    display: block;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 22px;
    background-color: #1d1d1f;
    color: #ffffff;
    border: 1px solid #1d1d1f;
    border-radius: 43px;
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}

.cta-button:hover {
    background-color: #2d2d2f;
    border-color: #2d2d2f;
    transform: translateY(-2px);
}

.cta-button i {
    font-size: 16px;
    line-height: 16px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .agreement-body {
        flex-direction: column;
    }

    .agreement-sidebar {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .agreement-title {
        font-size: 40px;
        line-height: 48px;
    }

    .agreement-subtitle {
        font-size: 18px;
        line-height: 26px;
    }

    .agreement-content {
        padding: 24px;
    }

    .item-title {
        font-size: 18px;
        line-height: 26px;
    }

    .item-text {
        font-size: 15px;
        line-height: 22px;
    }

    .agreement-sidebar {
        display: none;
    }

    .content-image-mobile {
        display: block;
    }

    .cta-button {
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .agreement-title {
        font-size: 32px;
        line-height: 40px;
    }

    .item-header {
        gap: 8px;
    }

    .item-icon {
        width: 28px;
        height: 28px;
    }

    .item-icon i {
        font-size: 20px;
    }
}



/* Agentic Container */
.agentic-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 60px 20px;
}

/* Header Section */
.agentic-header {
    max-width: 1200px;
    margin: 0 auto 40px;
    text-align: center;
}

.agentic-title {
    font-family: 'Plus Jakarta Sans', 'Work Sans', Arial, Helvetica, sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 78px;
    letter-spacing: 0.038px;
    background: linear-gradient(90deg, #121926 0%, #7cb932 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 12px;
}

.agentic-subtitle {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.024px;
    color: #364152;
    margin-top: 12px;
}

/* Body Section */
.agentic-body {
    margin-top: 40px;
}

/* Grid Layout */
.agentic-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
}

/* Flip Card */
.flip-card {
    flex: 0 0 calc(33.333% - 24px);
    min-width: 300px;
    max-width: 416px;
    height: 350px;
    perspective: 1000px;
    cursor: pointer;
    padding: 1px;
    border-radius: 32px;
    transition: background 0.3s;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card.is-flipped .flip-card-inner {
    transform: rotateY(180deg);
}

/* Front and Back Common Styles */
.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

/* Front Side */
.flip-card-front {
    background-color: #ffffff;
    border: 1px solid #e3e8ef;
    text-align: center;
}

.card-icon {
    width: 72px;
    height: 72px;
    background-color: #f8fafc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    transition: 0.3s;
}

.card-icon i {
    font-size: 32px;
    line-height: 32px;
    color: #202939;
}

.card-title {
    font-family: 'Plus Jakarta Sans', 'Work Sans', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    color: #202939;
    margin: 0 0 12px;
}

/* Back Side */
.flip-card-back {
    background-color: #29303f;
    color: #ffffff;
    transform: rotateY(180deg);
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    padding: 30px;
}

/* Footer Text */
.agentic-footer {
    margin-top: 48px;
    margin-bottom: 16px;
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #1d1d1f;
    text-align: center;
}

/* Hover Effects */
.flip-card:hover .card-icon {
    transform: scale(1.05);
    background-color: #e8f2fc;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .flip-card {
        flex: 0 0 calc(50% - 16px);
    }
}

@media (max-width: 768px) {
    .agentic-title {
        font-size: 40px;
        line-height: 52px;
    }

    .agentic-subtitle {
        font-size: 18px;
        line-height: 26px;
    }

    .flip-card {
        flex: 0 0 100%;
        max-width: 100%;
        height: 320px;
    }

    .card-title {
        font-size: 20px;
        line-height: 28px;
    }

    .flip-card-back {
        font-size: 18px;
        line-height: 26px;
        padding: 24px;
    }

    .agentic-grid {
        gap: 24px;
    }
}

@media (max-width: 480px) {
    .agentic-container {
        padding: 40px 16px;
    }

    .agentic-title {
        font-size: 32px;
        line-height: 42px;
    }

    .agentic-subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    .flip-card {
        height: 300px;
    }

    .card-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }

    .card-icon i {
        font-size: 28px;
    }

    .card-title {
        font-size: 18px;
        line-height: 26px;
    }

    .flip-card-back {
        font-size: 16px;
        line-height: 24px;
        padding: 20px;
    }
}
