* {
    scrollbar-color: rgba(0, 85, 150, 0.5) transparent !important;
    scrollbar-width: thin !important;
}

*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    border: 2px solid transparent;
    border-radius: 999px;
    background-color: rgba(0, 85, 150, 0.5);
    background-clip: content-box;
}

.intro > .container,
.intro .prestech-services-intro-copy {
    width: 100%;
    max-width: 100%;
    margin: 0;
    font-size: 1.5rem;
}

.intro .team-highlight {
    margin: 0;
}

.intro .team-highlight ~ * {
    margin-left: 0.5%;
}

.prestech-intro-line,
.prestech-intro-text,
.prestech-intro-note {
    max-width: 100%;
    line-height: 1.55;
}

.prestech-intro-text {
    margin-top: 1rem;
}

.prestech-intro-text,
.prestech-intro-note,
.prestech-intro-note + ul {
    color: #4c4c4c;
}

.prestech-intro-text span,
.prestech-intro-line span {
    display: inline;
}

.service-filter-buttons .service-filter-btn {
    font-size: 1.5rem;
}

.tech-grid {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1rem;
    margin-inline: 3rem;
    margin-bottom: 3rem;
}

.tech-grid + p {
    margin-inline: 3% !important;
}

.tech-card.prestech-service-card {
    display: flex;
    min-height: 25rem;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.11);
    animation: none;
}

.tech-card.prestech-service-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.16);
}

.prestech-service-card__figure {
    margin: 0;
}

.prestech-service-card__image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.prestech-service-card__image[src$="/devops-technician-m.webp"] {
    object-position: 0 -24px;
}

.prestech-service-card__image[src$="/devops-technician-f.webp"] {
    object-position: 0 -8px;
}

.prestech-service-card .tech-header,
.prestech-service-card__caption {
    display: block;
    padding: 2rem 2rem 0;
    background: transparent;
    color: #003b71;
    text-align: left;
}

.prestech-service-card .tech-header h3,
.prestech-service-card__title {
    margin: 0;
    color: #003b71;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.25;
}

.prestech-service-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 2rem;
}

.prestech-service-card__description {
    flex: 1;
    margin: 0 0 2.5rem;
    color: #626262;
    font-size: 1.2rem;
    line-height: 1.35;
}

.prestech-service-card__description abbr,
.prestech-service-modal abbr,
.prestech-consultoria-note abbr {
    cursor: help;
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.18em;
}

.prestech-service-card__description dfn,
.prestech-service-modal dfn,
.prestech-consultoria-note dfn {
    color: #003b71;
    font-style: normal;
    font-weight: 700;
}

.prestech-service-card__description mark,
.prestech-service-modal mark,
.prestech-consultoria-note mark {
    border-radius: 3px;
    background: #fff1bf;
    color: inherit;
    padding-inline: 0.15em;
}

.prestech-service-card__description code,
.prestech-service-modal code,
.prestech-consultoria-note code,
.prestech-service-card__description var,
.prestech-service-modal var,
.prestech-consultoria-note var {
    border-radius: 3px;
    background: #eef4fb;
    color: #003b71;
    font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
    font-size: 0.95em;
    padding-inline: 0.2em;
}

.prestech-service-card__button {
    align-self: flex-start;
    min-width: 7.75rem;
    border-color: #005596;
    background: #005596;
    font-weight: 800;
    text-transform: uppercase;
}

.prestech-service-modal .modal-title {
    color: #003b71;
    font-size: 1.5rem;
    font-weight: 800;
}

.prestech-service-modal .modal-dialog {
    width: calc(100vw - 2rem);
    max-width: 58rem;
}

.prestech-service-modal .modal-content {
    width: 100%;
    max-width: 58rem;
    max-height: calc(100vh - 2rem);
    overflow: hidden;
}

.prestech-service-modal .modal-body {
    overflow-y: auto;
}

.prestech-service-modal__summary {
    margin: 0 0 1rem;
    color: #4c4c4c;
    font-size: 1.05rem;
    line-height: 1.5;
}

.prestech-service-modal .modal-header {
    padding-inline: 1.5rem;
}

.prestech-service-modal .nav-tabs {
    gap: 0.5rem;
    border-bottom-color: #d7e3ef;
}

.prestech-service-modal .nav-tabs .nav-link {
    border-radius: 4px 4px 0 0;
    color: #4f5f70;
    font-size: 1rem;
    font-weight: 700;
}

.prestech-service-modal .nav-tabs .nav-link.active {
    color: #005596;
}

.prestech-service-modal .service-list {
    margin: 1rem 0 0;
    padding: 0;
}

.prestech-service-modal .service-list li {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    padding: 0.85rem 0;
    border-bottom: 1px dashed #d6dce5;
    font-size: 1.05rem;
    font-weight: 550;
    line-height: 1.45;
}

.prestech-service-modal .service-list li::before {
    content: none;
}

.prestech-service-modal .service-icon {
    flex: 0 0 auto;
    margin: 0;
    color: #005596;
    font-size: 1.1em;
    line-height: 1.45;
}

.prestech-service-modal .tab-content {
    display: block;
    max-height: min(28rem, calc(100vh - 18rem));
    overflow-y: auto;
    padding: 1rem;
}

.prestech-service-modal__pane {
    display: block;
    animation: none;
}

.prestech-service-modal__pane[hidden] {
    display: none !important;
}

.ptc-chatbot {
    color: transparent;
}

.ptc-chatbot__message.is-user {
    color: black;
}

@media (max-width: 768px) {
    .tech-grid {
        grid-template-columns: 1fr;
        margin-inline: 1rem;
    }

    .tech-grid + p {
        margin-inline: 1rem !important;
    }

    .intro > .container,
    .intro .prestech-services-intro-copy {
        font-size: 1.2rem;
    }

    .service-filter-buttons .service-filter-btn {
        font-size: 1.1rem;
    }
}