/* Dom Bosco Metais — Produtos V2 */
.products-rebrand .db-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 28px;
    padding: 0;
    color: rgba(255,255,255,.58);
    list-style: none;
    font-size: 12px;
}
.products-rebrand .db-breadcrumb li + li::before { content: "/"; margin-right: 8px; color: rgba(255,255,255,.32); }
.products-rebrand .db-breadcrumb a { color: rgba(255,255,255,.72); }
.products-rebrand .db-breadcrumb a:hover { color: #fff; }

.products-rebrand .db-products-hero {
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 18% 20%, rgba(6,125,191,.30), transparent 34%),
        linear-gradient(135deg, #021f2a 0%, #032d3d 55%, #04384b 100%);
}
.products-rebrand .db-products-hero__grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 72px;
    align-items: center;
    min-height: 650px;
    padding: 72px 0;
}
.products-rebrand .db-products-hero__copy .db-kicker { color: #75d6ff; }
.products-rebrand .db-products-hero h1 {
    max-width: 690px;
    margin-bottom: 24px;
    color: #fff;
    font-size: clamp(48px, 5vw, 72px);
    line-height: .98;
    letter-spacing: -.045em;
    font-weight: 900;
}
.products-rebrand .db-products-hero__copy > p {
    max-width: 660px;
    color: rgba(255,255,255,.72);
    font-size: 17px;
    line-height: 1.75;
}
.products-rebrand .db-products-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

.products-rebrand .db-products-hero__mosaic {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    grid-template-rows: repeat(2, 205px);
    gap: 12px;
}
.products-rebrand .db-products-hero__tile {
    position: relative;
    overflow: hidden;
    min-height: 0;
    color: #fff;
    border-radius: 14px;
    background: #123b4b;
}
.products-rebrand .db-products-hero__tile--large { grid-row: 1 / 3; }
.products-rebrand .db-products-hero__tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.88);
    transition: transform .35s ease, filter .35s ease;
}
.products-rebrand .db-products-hero__tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 42%, rgba(2,31,42,.84) 100%);
}
.products-rebrand .db-products-hero__tile span {
    position: absolute;
    left: 18px;
    bottom: 15px;
    z-index: 2;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.products-rebrand .db-products-hero__tile:hover img { transform: scale(1.045); filter: saturate(1); }

.products-rebrand .db-products-intro { padding: 92px 0; background: #fff; }
.products-rebrand .db-products-intro__grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 90px;
    align-items: start;
}
.products-rebrand .db-products-intro h2,
.products-rebrand .db-section-head h2,
.products-rebrand .db-processing-copy h2,
.products-rebrand .db-products-quote__intro h2 {
    color: var(--db-blue-dark);
    letter-spacing: -.035em;
    font-weight: 900;
}
.products-rebrand .db-products-intro h2 {
    max-width: 540px;
    margin-bottom: 0;
    font-size: clamp(38px, 4vw, 56px);
    line-height: 1.05;
}
.products-rebrand .db-products-intro__text p {
    margin-bottom: 17px;
    color: #6d7c82;
    font-size: 15px;
    line-height: 1.8;
}
.products-rebrand .db-products-intro__text strong { color: var(--db-blue-dark); }

.products-rebrand .db-products-section { padding: 96px 0; }
.products-rebrand .db-products-section--soft { background: var(--db-soft); }
.products-rebrand .db-section-head { max-width: 820px; margin-bottom: 42px; }
.products-rebrand .db-section-head h2 {
    margin-bottom: 18px;
    font-size: clamp(38px, 4vw, 54px);
    line-height: 1.05;
}
.products-rebrand .db-section-head p {
    margin-bottom: 0;
    color: #718087;
    font-size: 15px;
    line-height: 1.75;
}
.products-rebrand .db-section-head--light h2 { color: #fff; }
.products-rebrand .db-section-head--light p { color: rgba(255,255,255,.66); }
.products-rebrand .db-section-head--light .db-kicker { color: #75d6ff; }

.products-rebrand .db-products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.products-rebrand .db-product-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--db-line);
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(3,45,61,.04);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.products-rebrand .db-product-card:hover {
    transform: translateY(-5px);
    border-color: rgba(6,125,191,.28);
    box-shadow: 0 18px 42px rgba(3,45,61,.10);
}
.products-rebrand .db-product-card__media {
    position: relative;
    overflow: hidden;
    height: 230px;
    background: #dce5e9;
}
.products-rebrand .db-product-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}
.products-rebrand .db-product-card:hover .db-product-card__media img { transform: scale(1.04); }
.products-rebrand .db-product-card__index {
    position: absolute;
    right: 14px;
    top: 14px;
    min-width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: #fff;
    background: rgba(3,45,61,.88);
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 50%;
    font-size: 11px;
    font-weight: 900;
}
.products-rebrand .db-product-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 26px;
    padding: 24px;
}
.products-rebrand .db-product-card__eyebrow {
    color: var(--db-blue);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .10em;
    text-transform: uppercase;
}
.products-rebrand .db-product-card h3 {
    margin: 5px 0 11px;
    color: var(--db-blue-dark);
    font-size: 26px;
    line-height: 1.1;
}
.products-rebrand .db-product-card p {
    margin-bottom: 0;
    color: #718087;
    font-size: 13px;
    line-height: 1.65;
}
.products-rebrand .db-product-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--db-blue);
    font-size: 12px;
    font-weight: 900;
}
.products-rebrand .db-product-card__link span { transition: transform .2s ease; }
.products-rebrand .db-product-card:hover .db-product-card__link span { transform: translateX(4px); }

.products-rebrand .db-processing-section { padding: 96px 0; background: #fff; }
.products-rebrand .db-processing-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 88px;
    align-items: center;
}
.products-rebrand .db-processing-copy h2 {
    margin-bottom: 20px;
    font-size: clamp(38px, 4vw, 54px);
    line-height: 1.05;
}
.products-rebrand .db-processing-copy p {
    max-width: 520px;
    color: #718087;
    font-size: 15px;
    line-height: 1.75;
}
.products-rebrand .db-processing-copy .db-btn { margin-top: 20px; }
.products-rebrand .db-processing-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--db-line);
    border-left: 1px solid var(--db-line);
}
.products-rebrand .db-processing-list > div {
    min-height: 112px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px;
    border-right: 1px solid var(--db-line);
    border-bottom: 1px solid var(--db-line);
}
.products-rebrand .db-processing-list span {
    color: var(--db-blue);
    font-size: 11px;
    font-weight: 900;
}
.products-rebrand .db-processing-list strong {
    color: var(--db-blue-dark);
    font-size: 15px;
    line-height: 1.35;
}

.products-rebrand .db-products-intent { padding: 96px 0; background: var(--db-blue-dark); }
.products-rebrand .db-products-intent__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}
.products-rebrand .db-products-intent__card {
    position: relative;
    overflow: hidden;
    min-height: 360px;
    padding: 38px;
    color: #fff;
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 16px;
}
.products-rebrand .db-products-intent__card::after {
    content: "";
    position: absolute;
    right: -45px;
    bottom: -70px;
    width: 210px;
    height: 210px;
    border: 1px solid rgba(117,214,255,.14);
    border-radius: 50%;
}
.products-rebrand .db-products-intent__number {
    display: block;
    margin-bottom: 52px;
    color: #75d6ff;
    font-size: 12px;
    font-weight: 900;
}
.products-rebrand .db-products-intent__card .db-kicker { color: #75d6ff; }
.products-rebrand .db-products-intent__card h3 {
    margin-bottom: 14px;
    color: #fff;
    font-size: 34px;
    line-height: 1.08;
}
.products-rebrand .db-products-intent__card p {
    max-width: 520px;
    color: rgba(255,255,255,.67);
    font-size: 15px;
    line-height: 1.75;
}
.products-rebrand .db-products-intent__card .db-btn { position: relative; z-index: 2; margin-top: 20px; }

.products-rebrand .db-products-quote { padding: 100px 0; background: var(--db-blue); }
.products-rebrand .db-products-quote__layout {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 70px;
    align-items: start;
}
.products-rebrand .db-products-quote__intro .db-kicker { color: #d2f2ff; }
.products-rebrand .db-products-quote__intro h2 {
    margin-bottom: 18px;
    color: #fff;
    font-size: clamp(38px, 4vw, 54px);
    line-height: 1.05;
}
.products-rebrand .db-products-quote__intro > p {
    color: rgba(255,255,255,.76);
    font-size: 15px;
    line-height: 1.75;
}
.products-rebrand .db-products-quote__direct { display: grid; gap: 10px; margin-top: 30px; }
.products-rebrand .db-products-quote__direct a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 0;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.16);
}
.products-rebrand .db-products-quote__direct i {
    width: 24px;
    color: #d2f2ff;
    font-size: 21px;
    text-align: center;
}
.products-rebrand .db-products-quote__direct span { display: grid; }
.products-rebrand .db-products-quote__direct small {
    color: rgba(255,255,255,.64);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.products-rebrand .db-products-quote__direct strong {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
}

@media (max-width: 1100px) {
    .products-rebrand .db-products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1024px) {
    .products-rebrand .db-products-hero__grid,
    .products-rebrand .db-products-intro__grid,
    .products-rebrand .db-processing-grid,
    .products-rebrand .db-products-quote__layout { grid-template-columns: 1fr; }

    .products-rebrand .db-products-hero__grid { min-height: 0; gap: 48px; padding: 62px 0; }
    .products-rebrand .db-products-hero__mosaic { grid-template-rows: repeat(2, 190px); }
    .products-rebrand .db-products-intro__grid,
    .products-rebrand .db-processing-grid { gap: 40px; }
    .products-rebrand .db-products-intent__grid { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
    .products-rebrand .db-products-hero__grid { padding: 48px 0; }
    .products-rebrand .db-products-hero h1 { font-size: 43px; }
    .products-rebrand .db-products-hero__actions { display: grid; }
    .products-rebrand .db-products-hero__actions .db-btn { width: 100%; }
    .products-rebrand .db-products-hero__mosaic {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 185px 150px 150px;
    }
    .products-rebrand .db-products-hero__tile--large { grid-column: 1 / 3; grid-row: auto; }
    .products-rebrand .db-products-hero__tile:last-child { grid-column: 1 / 3; }

    .products-rebrand .db-products-intro,
    .products-rebrand .db-products-section,
    .products-rebrand .db-processing-section,
    .products-rebrand .db-products-intent,
    .products-rebrand .db-products-quote { padding: 70px 0; }

    .products-rebrand .db-products-intro h2,
    .products-rebrand .db-section-head h2,
    .products-rebrand .db-processing-copy h2,
    .products-rebrand .db-products-quote__intro h2 { font-size: 36px; }

    .products-rebrand .db-products-grid { grid-template-columns: 1fr; }
    .products-rebrand .db-product-card__media { height: 205px; }
    .products-rebrand .db-processing-list { grid-template-columns: 1fr; }
    .products-rebrand .db-processing-list > div { min-height: 86px; }
    .products-rebrand .db-products-intent__card { min-height: 0; padding: 28px 24px; }
    .products-rebrand .db-products-intent__number { margin-bottom: 34px; }
    .products-rebrand .db-products-intent__card h3 { font-size: 29px; }
    .products-rebrand .db-products-quote__layout { gap: 42px; }
}
