/* ============================================================
   SAIBA MAIS SOBRE AS TINTAS — Estilos da página
   ============================================================ */

/* ---- BARRA DE TÍTULO ---- */
.svt-title-bar {
    background: #66589e;
    border-radius: 0 0 30px 30px;
    padding-top: 20px;
}

.svt-title-card {
    background: #fff;
    border-radius: 16px 16px 0 0;
    padding: 24px 40px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 7px rgba(0,0,0,0.15);
    min-height: 93px;
    gap: 16px;
}

.svt-title-page {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 1;
}

.svt-title-dot {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #66589e;
    flex-shrink: 0;
}

.svt-title-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #66589e;
    letter-spacing: -0.32px;
    margin: 0;
    line-height: 1.2;
}

.svt-breadcrumb {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #66589e;
    text-align: right;
    white-space: nowrap;
    text-decoration: none;
}

.svt-breadcrumb a {
    color: #66589e;
    text-decoration: none;
}

.svt-breadcrumb strong {
    font-weight: 700;
}

/* ---- DECORAÇÕES ---- */
.svt-paint-left {
    position: absolute;
    left: -74px;
    top: 60px;
    width: 324px;
    pointer-events: none;
    z-index: 0;
}

.svt-paint-left img {
    width: 100%;
    transform: rotate(180deg) scaleY(-1);
}

.svt-paint-right {
    position: absolute;
    right: -60px;
    width: 341px;
    pointer-events: none;
    z-index: 0;
}

.svt-paint-right img {
    width: 100%;
    transform: rotate(180deg);
}

/* ---- PAINEL HERO ---- */
.svt-hero {
    padding: 50px 0 40px;
}

.svt-hero-panel {
    background: #66589e;
    border-radius: 16px 24px 24px 24px;
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.svt-hero-text-col {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.svt-hero-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #b2c3dd;
    margin: 0;
}

.svt-hero-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
    color: #fff;
    margin: 0;
}

.svt-hero-desc {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
}

.svt-hero-desc p {
    margin-bottom: 20px;
}

.svt-hero-desc p:last-child {
    margin-bottom: 0;
}

.svt-hero-img-col {
    width: 304px;
    flex-shrink: 0;
}

.svt-hero-img,
.svt-hero-placeholder {
    width: 100%;
    height: 307px;
    border-radius: 20px;
    object-fit: cover;
    display: block;
}

.svt-hero-placeholder {
    background: #d4cce8;
}

/* ---- TÍTULO DE SEÇÃO ---- */
.svt-section-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #5a738d;
    letter-spacing: -0.32px;
    margin: 0 0 12px;
    line-height: 1.2;
}

.svt-section-title::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-color: var(--color-purple);
    border-radius: 50%;
    position: relative;
    top: 10px;
    left: -16px;
}

.svt-body-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    color: #707070;
}

.svt-body-text p {
    margin-bottom: 20px;
}

.svt-body-text p:last-child {
    margin-bottom: 0;
}

/* ---- HISTÓRIA ---- */
.svt-historia {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.svt-historia-row {
    display: flex;
    align-items: center;
    gap: 60px;
}

.svt-historia-img-col {
    width: 515px;
    flex-shrink: 0;
}

.svt-historia-img {
    width: 100%;
    display: block;
}

.svt-historia-text-col {
    flex: 1;
    min-width: 0;
}

/* ---- TIPOS DE TINTAS ---- */
.svt-tipos {
    padding: 40px 0;
}

.svt-tipos-subtitulo {
    margin-bottom: 30px;
}

.svt-tipos-grid {
    display: flex;
    gap: 32px;
}

.svt-tipo-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0 7px rgba(0,0,0,0.15);
    padding: 28px;
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.svt-badge {
    width: 48px;
    height: 48px;
    background: #66589e;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    flex-shrink: 0;
}

.svt-badge img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.svt-tipo-titulo {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #58536f;
    letter-spacing: 0.32px;
    margin: 0;
}

.svt-tipo-desc {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    color: #707070;
    margin: 0;
}

.svt-tipo-img {
    width: 100%;
    height: 199px;
    border-radius: 16px;
    object-fit: cover;
    display: block;
    margin-top: auto;
}

/* ---- PARA QUE SERVE A TINTA ---- */
.svt-beneficios {
    background: #ecf1f6;
    padding: 80px 0;
}

.svt-beneficios-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.svt-pill {
    background: #fff;
    border: 1px solid #6c85aa;
    border-radius: 999px;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.svt-pill-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #66589e;
    flex-shrink: 0;
}

.svt-pill-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #58536f;
    white-space: nowrap;
}

/* ---- COMO AS TINTAS SÃO FEITAS ---- */
.svt-componentes {
    padding: 40px 0 70px;
    position: relative;
    overflow: hidden;
}

.svt-componentes-texto {
    margin-bottom: 30px;
}

.svt-componentes-grid {
    display: flex;
    gap: 24px;
}

.svt-componente-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0 7px rgba(0,0,0,0.15);
    padding: 28px;
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.svt-componente-titulo {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #58536f;
    letter-spacing: 0.32px;
    margin: 0;
}

.svt-componente-desc {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    color: #707070;
    margin: 0;
}

/* ---- RESPONSIVO ---- */
@media (max-width: 991px) {
    .svt-hero-panel      { flex-direction: column; align-items: flex-start; }
    .svt-hero-img-col    { width: 100%; }
    .svt-historia-row    { flex-direction: column; }
    .svt-historia-img-col { width: 100%; }
    .svt-tipos-grid      { flex-wrap: wrap; }
    .svt-tipo-card       { flex: 1 1 calc(50% - 16px); }
    .svt-componentes-grid { flex-wrap: wrap; }
    .svt-componente-card { flex: 1 1 calc(50% - 12px); }
}

@media (max-width: 768px) {
    .svt-title-text     { font-size: 20px; }
    .svt-title-card     { padding: 20px 20px; flex-wrap: wrap; gap: 8px; }
    .svt-hero-panel     { padding: 24px 20px; }
    .svt-hero-title     { font-size: 22px; }
    .svt-hero-desc      { font-size: 15px; }
    .svt-section-title  { font-size: 22px; }
    .svt-body-text      { font-size: 16px; }
    .svt-tipo-card       { flex: 1 1 100%; }
    .svt-componente-card { flex: 1 1 100%; }
}

/* Espaçamento entre seções reduzido pela metade em notebook (1366x768) e
   telas médias (1024px–1280px). */
@media screen and (max-width: 1366px) and (max-height: 768px),
       screen and (min-width: 1024px) and (max-width: 1280px) {
    .svt-hero {
        padding: 25px 0 20px;
    }

    .svt-historia {
        padding: 20px 0;
    }

    .svt-tipos {
        padding: 20px 0;
    }

    .svt-beneficios {
        padding: 40px 0;
    }

    .svt-componentes {
        padding: 20px 0 35px;
    }
}