* {
    text-align: justify;
}

.contingut--sub-header {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contingut--sub-header > .logo {
    height: 64px;
    display: flex;
    align-items: center;
}

.contingut--sub-header > .logo > img {
    height: 100%;
    width: auto;
}

.imc--pag > .imc--element > img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
}

@media screen and (max-width: 1200px) {
    .contingut--sub-header > .logo {
        height: 42px;
    }
}

@media screen and (max-width: 768px) {
    .contingut--sub-header {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .contingut--sub-header > .logo {
        height: 42px;
        width: 100%;
        min-width: 0;
        justify-content: center;
    }

    .contingut--sub-header > .logo > img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }
}

.show-numbers {
    padding-left: 40px;
    list-style: auto;
}

.show-numbers > li {
    list-style: auto;
}

.imc--continguts > .imc--me-menu {
    border-radius: 16px;
}

.cs-page > .cs-page-header {
    position: relative;
}

.cs-page > .cs-page-header > img {
    width: 100%;
    aspect-ratio: 3 / 1;
    object-fit: cover;
}

.cs-page > .cs-page-header > h1 {
    position: absolute;
    top: 150px;
    color: white;
    width: 100%;
    text-align: center;
    margin: 0 !important;
}

.cs-page h4 {
    line-height: 28px;
}

.cs-page h2 {
    color: #004B99;
}

.cs-page p.cs-ic {
    padding-left: 32px !important;
    display: flex;
    flex-direction: row;
}

.cs-page p.cs-ic:before {
    content: '';
    display: inline-block;
    min-width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    margin-right: 10px;
    background-image: url(archivopub.do?ctrl=MCRST17266ZI546600&id=546600);
}

.cs-page p.cs-ic > span {
    flex: 1;
}

.cs-page .cs-contact-info {
    display: flex;
    justify-content: space-evenly;
}

.cs-page .cs-contact-info > a {
    position: relative;
    display: flex;
    height: 150px;
    flex-direction: column;
    align-items: center;
}

.cs-page .cs-contact-info > a:before {
    content: none;
}

.cs-page .cs-contact-info > a > img {
    position: absolute;
    display: inline-block;
    height: 128px;
    max-width: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    opacity: 0.2;
}

.cs-page .cs-contact-info > a > span.contact-desc {
    font-size: 20px;
    color: rgb(46,46,46);
    font-weight: 700;
    flex: 1;
    display: flex;
    align-items: center;
    z-index: 1;
}

.cs-page .cs-contact-info > a > span.contact-title {
    font-size: 16px;
    font-weight: 400;
    color: rgb(0, 75, 153);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.cs-page .cs-contact-info > a > span.contact-title:after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: -2px;
    margin-right: 10px;
    background-image: url(archivopub.do?ctrl=MCRST17266ZI546178&id=546178);
}

.cs-page .cs-contact-info > a:hover > span {
    text-decoration: underline;
}

.cs-page .contingut-relacionat li {
    padding: 0 !important;
    border-radius: 16px;
    border: 1.235px solid #E5E7EB;
    background: #FFF;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}

.cs-page .contingut-relacionat li div.link {
    border: none;
    position: relative;
}

.cs-page .contingut-relacionat li div.link > div {
    display: grid;
    grid-template-areas: "subtitol arrow";
    grid-auto-columns: 1fr 30px;
    align-items: center;
    gap: 16px;
}

.cs-page .contingut-relacionat li div.link > div:after {
    content: '';
    display: block;
    width: 30px;
    height: 20px;
    background-image: url(archivopub.do?ctrl=MCRST17266ZI546636&id=546636);
    margin: 16px 0;
    grid-area: arrow;
    background-size: contain;
}

.cs-page .contingut-relacionat li div.link > div > .imc--titol {
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: transparent;
    margin: 0;
}
.cs-page .contingut-relacionat li div.link > div > .imc--titol > a {
    height: 100%;
    width: 100%;
    display: block;
    color: transparent;
}


.cs-page .contingut-relacionat li div.link > div > .imc--subtitol {
    grid-area: subtitol;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.cs-page .contingut-relacionat li div.link > div > .imc--subtitol > p {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.cs-page .contingut-relacionat li div.link > div > .imc--subtitol > p > img {
    height: 64px;
    width: 64px;
    border-radius: 8px;
}

.imc--llista > ul {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
    padding: 0 !important;
}

.imc--llista > ul > li {
    padding: 0;
}

.imc--llista > ul > li > div  {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 !important;
    overflow: hidden;
    border-radius: 8px;
}

.imc--llista > ul > li > div > img {
    width: 100%;
    max-width: none !important;
    max-height: none;
    aspect-ratio: 16 / 7;
    object-fit: cover;
}

.imc--llista > ul > li > div > div {
    flex: 1;
    margin: 8px 16px;
}

@media screen and (min-width: 768px) {
    .imc--llista > ul {
        grid-template-columns: 1fr 1fr;
    }
}

a.imc-bt.imc-bt-especial {
    border: solid 1px var(--color-primari);
    padding: 8px 16px;
    border-radius: 25px;
    background: var(--color-primari);
    color: white;
    font-weight: 300;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    transition: all 0.25s ease;
}

a.imc-bt.imc-bt-especial:hover {
    background: transparent;
    color: var(--color-primari);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.cs-page .accordion-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cs-page .accordion {
    display: grid;
    gap: 16px;
    align-items: center;
    padding: 16px;
    grid-template-columns: auto 1fr auto;
    border-radius: 16px;
    border: 1.235px solid #E5E7EB;
    background: #FFF;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    font-size: 24px;
    font-weight: 700;
    color: var(--color-primari);
    cursor: pointer;
}

.cs-page .accordion:before {
    content: '';
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 8px;
    background-color: var(--color-primari);
    background-size: 80% !important;
    background-position: center;
    background-repeat: no-repeat;
}

.cs-page .accordion-container > .accordion:nth-of-type(1):before {
    background-image: url(archivopub.do?ctrl=MCRST17266ZI549039&id=549039);
}

.cs-page .accordion-container > .accordion:nth-of-type(2):before {
    background-image: url(archivopub.do?ctrl=MCRST17266ZI549040&id=549040);
}

.cs-page .accordion-container > .accordion:nth-of-type(3):before {
    background-image: url(archivopub.do?ctrl=MCRST17266ZI549041&id=549041);
}

.cs-page .accordion-container > .accordion:nth-of-type(4):before {
    background-image: url(archivopub.do?ctrl=MCRST17266ZI549054&id=549054);
}

.cs-page .accordion-container > .accordion:nth-of-type(5):before {
    background-image: url(archivopub.do?ctrl=MCRST17266ZI549042&id=549042);
}

.cs-page .accordion-container > .accordion:nth-of-type(6):before {
    background-image: url(archivopub.do?ctrl=MCRST17266ZI549055&id=549055);
}

.cs-page .accordion-container > .accordion:nth-of-type(7):before {
    background-image: url(archivopub.do?ctrl=MCRST17266ZI549056&id=549056);
}

.cs-page .accordion:hover {
    background: var(--color-primari);
    color: white;
}

.cs-page .accordion:after {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background-image: url(archivopub.do?ctrl=MCRST17266ZI547025&id=547025);
    background-size: contain;
}

.cs-page .accordion:hover:after {
    filter: brightness(0) invert(1);
}

.cs-page .active.accordion:after {
    transform: rotate(180deg);
}

.cs-page .panel {
    padding: 0 18px 24px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.cs-page .panel h2 {
    margin-top: 42px;
}

.cs-page .three-columns {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: center;
    margin-top: 42px;
}

.cs-page .three-columns div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cs-page .three-columns div > h2 {
    margin-top: 16px;
}

.cs-page .three-columns div:before {
    content: '';
    display: block;
    width: 64px;
    height: 64px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.cs-page .three-columns div.column-time:before {
    background-image: url(archivopub.do?ctrl=MCRST17266ZI547125&id=547125);
}

.cs-page .three-columns div.column-date:before {
    background-image: url(archivopub.do?ctrl=MCRST17266ZI547080&id=547080);
}

.cs-page .three-columns div.column-mode:before {
    background-image: url(archivopub.do?ctrl=MCRST17266ZI547079&id=547079);
}

.cs-page .three-columns div.column-target:before {
    background-image: url(archivopub.do?ctrl=MCRST17266ZI547791&id=547791);
}

.cs-page .three-columns div.column-method:before {
    background-image: url(archivopub.do?ctrl=MCRST17266ZI547782&id=547782);
}

.cs-page .three-columns div.column-date p {
    text-align: center;
}

.cs-page .three-columns div.column-method p {
    margin: 0;
}

.cs-page .three-columns div.column-method p.cs-ic {
    padding-left: 0 !important;
}

.cs-page .three-columns div.column-method p.cs-ic:before {
    content: none !important;
}

@media screen and (max-width: 1500px) {
    .cs-page .three-columns {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .cs-page .three-columns {
        grid-template-columns: 1fr;
    }
}

ul#noticiesLlistatLinks.services {
    display: flex;
    flex-direction: column;
}

ul#noticiesLlistatLinks.services .link {
    padding: 0 !important;
    border-radius: 16px;
    border: 1.235px solid #E5E7EB;
    background: #FFF;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}

ul#noticiesLlistatLinks.services hr {
    opacity: 0.1;
}

ul#noticiesLlistatLinks.services .imc--titol {
    font-size: 24px;
    font-weight: 700;
}

ul#noticiesLlistatLinks.services .service-titol {
    font-weight: 700;
    font-size: 20px;
    color: #b02518;
}

ul#noticiesLlistatLinks.services .service-contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

ul#noticiesLlistatLinks.services .service-contact > div {
    display: flex;
    flex-direction: row;
    align-items: center;
}

ul#noticiesLlistatLinks.services .service-contact > div:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 16px;
}

ul#noticiesLlistatLinks.services .service-contact > .phone:before {
    background-image: url(archivopub.do?ctrl=MCRST17266ZI548949&id=548949);
}

ul#noticiesLlistatLinks.services .service-contact > .email:before {
    background-image: url(archivopub.do?ctrl=MCRST17266ZI548205&id=548205);
}

ul#noticiesLlistatLinks.services .service-contact > .location:before {
    background-image: url(archivopub.do?ctrl=MCRST17266ZI548216&id=548216);
}

ul#noticiesLlistatLinks.services .service-contact > .url:before {
    background-image: url(archivopub.do?ctrl=MCRST17266ZI547080&id=547080);
}

ul#noticiesLlistatLinks.services .service-contact > div > p > a {
    color: black;
}

ul#noticiesLlistatLinks.services .service-contact > div > p > a:before {
    content: none;
}

.header-description {
    position: relative;
    text-align: end;
    display: block;
}

.header-description .header-hint {
    border: 1px solid limegreen;
    color: limegreen;
    border-radius: 8px;
    padding: 4px 8px;
    display: none;
}

.header-description > div {
    display: flex;
    text-align: start;
    flex-direction: column;
    gap: 24px;
    padding: 8px 16px;
    border-radius: 16px;
    border: 1.235px solid #E5E7EB;
    background: #E5E7EB;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    margin-bottom: 32px;
}

/* =============================================
   AUTODIAGNÓSTICO PAGE — Scoped under #autodiag-page
   ============================================= */

#autodiag-page {
    font-family: inherit;
    line-height: 1.6;
    color: #1F2937;
}

#autodiag-page p,
#autodiag-page li,
#autodiag-page span {
    text-align: justify;
}

#autodiag-page h2 {
    color: #004B99;
    margin-bottom: 16px;
}

#autodiag-page .ad-section-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#autodiag-page .ad-section-inner > h2 {
    text-align: center;
}

/* --- Hero --- */

#autodiag-page .ad-hero {
    background: #FFFFFF;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
    padding: 48px 48px 0;
    overflow: hidden;
}

#autodiag-page .ad-hero__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 48px;
    max-width: 560px;
    margin-left: auto;
}

#autodiag-page .ad-hero__tag {
    display: inline-block;
    background: #DBEAFE;
    color: #1E40AF;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    align-self: flex-start;
}

#autodiag-page .ad-hero__content h1 {
    color: #1F2937;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
}

#autodiag-page .ad-hero__content p {
    color: #4B5563;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

#autodiag-page .ad-hero__cta {
    display: inline-block;
    background: #004B99;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 15px;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    border: 2px solid #004B99;
    transition: all 0.25s ease;
    align-self: flex-start;
}

#autodiag-page .ad-hero__cta:hover {
    background: transparent;
    color: #004B99;
}

#autodiag-page .ad-hero__cta:before {
    content: none;
}

#autodiag-page .ad-hero__image {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    align-self: end;
    padding-bottom: 24px;
}

#autodiag-page .ad-hero__image img {
    width: 100%;
    max-width: 480px;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}

/* --- Tecnología motor --- */

#autodiag-page .ad-tech-motor {
    background: #CCCCCC66;
    padding: 64px 24px;
}

#autodiag-page .ad-title-decorated {
    position: relative;
}

#autodiag-page .ad-title-centered {
    text-align: center;
    padding-left: 0;
}

#autodiag-page .ad-title-centered:before {
    content: none;
}

#autodiag-page .ad-text-centered {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 32px;
}

#autodiag-page .ad-tech-motor p {
    margin-bottom: 40px;
    max-width: 900px;
}

#autodiag-page .ad-tech-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

#autodiag-page .ad-tech-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px 16px;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    background: #FAFBFC;
    text-align: center;
    transition: box-shadow 0.2s ease;
    align-items: center;
}

#autodiag-page .ad-tech-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

#autodiag-page .ad-tech-card__icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E8F0FE;
    border-radius: 12px;
}

#autodiag-page .ad-tech-card__icon svg {
    width: 40px;
    height: 40px;
}

#autodiag-page .ad-tech-card__title {
    font-weight: 600;
    font-size: 14px;
    color: #1F2937;
    text-align: center;
}

#autodiag-page .ad-tech-card__desc {
    font-size: 13px;
    color: #6B7280;
    line-height: 1.5;
    margin: 0;
    text-align: center;
}

/* --- Incidente --- */

#autodiag-page .ad-incident {
    background: #F3F4F6;
    padding: 64px 24px;
}

#autodiag-page .ad-incident__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

#autodiag-page .ad-incident__text h2 {
    font-size: 26px;
    line-height: 1.3;
}

#autodiag-page .ad-incident__text p {
    color: #4B5563;
    line-height: 1.7;
}

#autodiag-page .ad-incident__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

#autodiag-page .ad-incident-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px 16px;
    border-radius: 12px;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    background: #FAFBFC;
    transition: box-shadow 0.2s ease;
    text-align: center;
    align-items: center;
}

#autodiag-page .ad-incident-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

#autodiag-page .ad-incident-card__icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E8F0FE;
    border-radius: 12px;
}

#autodiag-page .ad-incident-card__title {
    font-weight: 600;
    font-size: 14px;
    color: #1F2937;
    text-align: center;
}

#autodiag-page .ad-incident-card__desc {
    font-size: 13px;
    color: #6B7280;
    line-height: 1.5;
    margin: 0;
    text-align: center;
}

/* --- Evalúa --- */

#autodiag-page .ad-evaluate {
    background: #004B99;
    padding: 64px 24px;
    text-align: center;
}

#autodiag-page .ad-evaluate h2 {
    color: #FFFFFF;
    font-size: 28px;
    margin-bottom: 12px;
    width: 100%;
    text-align: center;
}

#autodiag-page .ad-evaluate > .ad-section-inner > p {
    color: rgba(255, 255, 255, 0.85);
    max-width: 720px;
    margin: 0 auto 48px;
    text-align: center;
}

#autodiag-page .ad-evaluate__steps {
    display: flex;
    justify-content: center;
    gap: 48px;
}

#autodiag-page .ad-evaluate-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    max-width: 260px;
}

#autodiag-page .ad-evaluate-step__icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

#autodiag-page .ad-evaluate-step h3 {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

#autodiag-page .ad-evaluate-step p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    margin: 0;
    text-align: center;
}

/* --- Recomendaciones --- */

#autodiag-page .ad-recommendations {
    background: #FFFFFF;
    padding: 64px 24px;
}

#autodiag-page .ad-recommendations__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

#autodiag-page .ad-recommendation-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 24px;
    border-radius: 16px;
    border: 1.235px solid #E5E7EB;
    background: #FFFFFF;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

#autodiag-page .ad-recommendation-card__icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#autodiag-page .ad-recommendation-card__content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

#autodiag-page .ad-recommendation-card__content strong {
    font-size: 16px;
    color: #1F2937;
}

#autodiag-page .ad-recommendation-card__content p {
    font-size: 14px;
    color: #6B7280;
    margin: 0;
    line-height: 1.5;
}

/* --- CTA Final --- */

#autodiag-page .ad-cta {
    background: #F3F4F6;
    padding: 64px 24px;
    text-align: center;
}

#autodiag-page .ad-cta h2 {
    font-size: 28px;
    max-width: 600px;
    margin: 0 auto 16px;
    color: #1F2937;
}

#autodiag-page .ad-cta > .ad-section-inner > p {
    color: #4B5563;
    max-width: 640px;
    margin: 0 auto 32px;
    text-align: center;
}

#autodiag-page .ad-cta__button {
    display: inline-block;
    background: #004B99;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    border: 2px solid #004B99;
    transition: all 0.25s ease;
}

#autodiag-page .ad-cta__button:hover {
    background: transparent;
    color: #004B99;
}

#autodiag-page .ad-cta__button:before {
    content: none;
}

/* --- Responsive --- */

@media screen and (max-width: 1024px) {
    #autodiag-page .ad-hero {
        grid-template-columns: 1fr;
        padding: 40px 32px 0;
    }

    #autodiag-page .ad-hero__content {
        max-width: 100%;
        margin-left: 0;
    }

    #autodiag-page .ad-hero__image {
        justify-content: center;
    }

    #autodiag-page .ad-hero__image img {
        max-width: 400px;
    }

    #autodiag-page .ad-tech-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    #autodiag-page .ad-incident__layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    #autodiag-page .ad-evaluate__steps {
        gap: 32px;
    }
}

@media screen and (max-width: 768px) {
    #autodiag-page .ad-hero {
        padding: 32px 20px 0;
        gap: 24px;
    }

    #autodiag-page .ad-hero__content h1 {
        font-size: 26px;
    }

    #autodiag-page .ad-hero__image img {
        max-width: 320px;
    }

    #autodiag-page .ad-tech-cards {
        grid-template-columns: 1fr 1fr;
    }

    #autodiag-page .ad-incident__cards {
        grid-template-columns: 1fr 1fr;
    }

    #autodiag-page .ad-evaluate__steps {
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }

    #autodiag-page .ad-recommendations__cards {
        grid-template-columns: 1fr;
    }

    #autodiag-page .ad-evaluate h2,
    #autodiag-page .ad-cta h2 {
        font-size: 24px;
    }
}

@media screen and (max-width: 480px) {
    #autodiag-page .ad-hero {
        padding: 24px 16px 0;
    }

    #autodiag-page .ad-hero__content h1 {
        font-size: 22px;
    }

    #autodiag-page .ad-hero__cta {
        font-size: 14px;
        padding: 12px 20px;
        text-align: center;
    }

    #autodiag-page .ad-tech-cards {
        grid-template-columns: 1fr;
    }

    #autodiag-page .ad-incident__cards {
        grid-template-columns: 1fr;
    }

    #autodiag-page .ad-section-inner {
        padding: 0 16px;
    }

    #autodiag-page .ad-tech-motor,
    #autodiag-page .ad-incident,
    #autodiag-page .ad-evaluate,
    #autodiag-page .ad-recommendations,
    #autodiag-page .ad-cta {
        padding: 48px 16px;
    }
}
