/* model-detail page tweaks */
body.homepage:has(.model-detail-page) {
    background-position: center top;
    /* background: radial-gradient(circle at 70% 20%, #17BFAE 0%, #004D4F 35%, #002D2F 100%); */
}
.model-detail-page {
    font-family: 'Roboto', sans-serif;
    /* background:
      radial-gradient(120% 30% at 52% 18%, rgba(27, 244, 203, 0.78) 0%, rgba(27, 244, 203, 0.24) 32%, rgba(27, 244, 203, 0) 60%),
      radial-gradient(28% 65% at 0% 78%, rgba(61, 244, 214, 0.62) 0%, rgba(61, 244, 214, 0.18) 44%, rgba(61, 244, 214, 0) 78%),
      linear-gradient(180deg, #041f45 0%, #0a6e79 21%, #0b666e 34%, #09505a 58%, #084952 100%); */
}

/* Keep typography consistent: body text in Roboto, headings in Wix Madefor Display */
.model-detail-page h1,
.model-detai-title,
.model-detail-page h3,
.model-detail-page .model-detail-heading {
    font-family: 'Wix Madefor Display', sans-serif;
}

/* .model-detai-title, */
.model-detail-page p,
.model-detail-page li,
.model-detail-page a,
.model-detail-page button,
.model-detail-page input,
.model-detail-page span {
    font-family: 'Roboto', sans-serif;
}

.model-detai-title{
    font-size: 24px;
    font-weight: 500;
}

.model-detail-heading{
    margin: 0;
    color: #fff;
    /* font-family: var(--model-font-display); */
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 1;
    margin-bottom: 18px;
}

.model-detail-specs {
    background-color: rgb(14 87 97 / 70%);
}


.detail-content ul li{
    color: #fff;
    font-size: 14px;
}

@media (max-width: 768px) {
    .model-detail-page h1 {
        font-size: 2.2rem;
    }
}



.trust-section {
    /* background: var(--sec-bg-mid); */
    padding: 0;
    overflow: hidden;
}
.trust-inner {
    max-width: 1280px;
    margin: 0 auto;
    /* padding: 0 1.5rem; */
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    /* background-color: #01323C; */
    /* background-color: #2b5e5c; */
    /* border-radius: 10px; */
    background-color: #00FFB526;
    padding-right: 24px;
}

.trust-image-wrap {
    position: relative;
    border-radius: var(--sec-radius);
    overflow: hidden;
    aspect-ratio: 4 / 3;
    padding-block: 22px;
}

.trust-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
    /* border-radius: 8px; */
}

.models-topbar{
    padding-inline: 32px;
}

.trust-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 200, 150, 0.12) 0%, transparent 60%);
    pointer-events: none;
}

.trust-heading {
    font-family: 'URWDIN-Bold', sans-serif;
    font-size: 30px;
    font-weight: bolder;
    line-height: 1.35;
    color: #00FFB5;
    margin: 0 0 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.trust-body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #fff;
    margin: 0 0 0.9rem;
}

.trust-body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #fff;
    margin: 0 0 0.9rem;
}

.trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.6rem;
    display: none;
}
