/* Dom Bosco Metais — Página de Material V2 */
.material-rebrand .db-material-hero { position: relative; overflow: hidden; background: var(--db-blue-dark); }
.material-rebrand .db-material-hero__grid { min-height: 590px; max-height: 650px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: stretch; }
.material-rebrand .db-material-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: 82px 72px 82px 0; }
.material-rebrand .db-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 28px; padding: 0; list-style: none; color: rgba(255,255,255,.58); font-size: 12px; }
.material-rebrand .db-breadcrumb li + li::before { content: '/'; margin-right: 8px; color: rgba(255,255,255,.28); }
.material-rebrand .db-breadcrumb a { color: rgba(255,255,255,.72); }
.material-rebrand .db-material-hero .db-kicker { color: #79d5ff; }
.material-rebrand .db-material-hero h1 { max-width: 680px; margin-bottom: 20px; color: #fff; font-size: clamp(48px, 5.2vw, 74px); line-height: .98; letter-spacing: -.04em; font-weight: 900; }
.material-rebrand .db-material-hero__lead { max-width: 660px; margin-bottom: 30px; color: rgba(255,255,255,.80); font-size: 19px; line-height: 1.65; }
.material-rebrand .db-material-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.material-rebrand .db-material-hero__media { position: relative; min-height: 590px; max-height: 650px; margin-right: calc((100vw - min(1180px, calc(100vw - 48px))) / -2); overflow: hidden; }
.material-rebrand .db-material-hero__media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, var(--db-blue-dark) 0%, rgba(3,45,61,.28) 28%, rgba(3,45,61,.02) 62%); pointer-events: none; }
.material-rebrand .db-material-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.material-rebrand .db-material-hero__badge { position: absolute; z-index: 2; right: 34px; bottom: 34px; display: grid; min-width: 190px; padding: 18px 20px; color: #fff; background: rgba(3,45,61,.88); border: 1px solid rgba(255,255,255,.15); backdrop-filter: blur(8px); }
.material-rebrand .db-material-hero__badge strong { font-size: 22px; line-height: 1.2; }
.material-rebrand .db-material-hero__badge span { margin-top: 4px; color: rgba(255,255,255,.67); font-size: 12px; }

.material-rebrand .db-material-section { padding: 96px 0; }
.material-rebrand .db-material-section--soft { background: var(--db-soft); }
.material-rebrand .db-section-head { max-width: 760px; margin-bottom: 44px; }
.material-rebrand .db-section-head h2 { margin-bottom: 16px; color: var(--db-blue-dark); font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.025em; font-weight: 850; }
.material-rebrand .db-section-head p { color: #68767c; font-size: 17px; line-height: 1.7; }
.material-rebrand .db-overview-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: start; }
.material-rebrand .db-overview-copy h2 { margin-bottom: 22px; color: var(--db-blue-dark); font-size: clamp(36px, 4vw, 52px); line-height: 1.08; font-weight: 850; letter-spacing: -.025em; }
.material-rebrand .db-overview-copy p { color: #5f6d73; font-size: 17px; line-height: 1.8; }
.material-rebrand .db-overview-copy p + p { margin-top: 18px; }
.material-rebrand .db-overview-aside { padding: 34px; background: var(--db-blue-dark); border-radius: 14px; color: #fff; }
.material-rebrand .db-overview-aside h3 { margin-bottom: 18px; color: #fff; font-size: 22px; }
.material-rebrand .db-overview-aside ul { margin: 0; padding: 0; list-style: none; }
.material-rebrand .db-overview-aside li { position: relative; padding: 13px 0 13px 24px; border-bottom: 1px solid rgba(255,255,255,.10); color: rgba(255,255,255,.75); font-size: 14px; }
.material-rebrand .db-overview-aside li:last-child { border-bottom: 0; }
.material-rebrand .db-overview-aside li::before { content: ''; position: absolute; left: 0; top: 22px; width: 8px; height: 8px; border-radius: 50%; background: #79d5ff; }

.material-rebrand .db-classification-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.material-rebrand .db-classification-card { position: relative; min-height: 150px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 24px 22px 22px; background: linear-gradient(145deg, #ffffff 0%, #fbfdfe 100%); border: 1px solid var(--db-line); border-radius: 14px; box-shadow: 0 8px 26px rgba(3,45,61,.035); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease; isolation: isolate; }
.material-rebrand .db-classification-card::before { content: ''; position: absolute; z-index: -1; width: 105px; height: 105px; right: -38px; top: -42px; border-radius: 50%; background: rgba(6,125,191,.06); transition: transform .28s ease, background .28s ease; }
.material-rebrand .db-classification-card:hover { transform: translateY(-5px); border-color: rgba(6,125,191,.32); box-shadow: 0 16px 38px rgba(3,45,61,.09); background: #fff; }
.material-rebrand .db-classification-card:hover::before { transform: scale(1.18); background: rgba(6,125,191,.10); }
.material-rebrand .db-classification-card__number { position: absolute; top: 18px; right: 20px; color: rgba(3,45,61,.10); font-family: 'Open Sans', sans-serif; font-size: 38px; line-height: 1; font-weight: 800; letter-spacing: -.05em; }
.material-rebrand .db-classification-card__eyebrow { margin-bottom: 8px; color: var(--db-blue); font-size: 10px; line-height: 1.2; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.material-rebrand .db-classification-card strong { max-width: 170px; color: var(--db-blue-dark); font-size: 20px; line-height: 1.18; font-weight: 800; }
.material-rebrand .db-classification-card__line { width: 36px; height: 3px; margin-top: 16px; background: var(--db-blue); border-radius: 99px; transition: width .22s ease; }
.material-rebrand .db-classification-card:hover .db-classification-card__line { width: 62px; }

.material-rebrand .db-intent-section { padding: 90px 0; color: #fff; background: var(--db-blue-dark); }
.material-rebrand .db-intent-section .db-section-head h2 { color: #fff; }
.material-rebrand .db-intent-section .db-section-head p { color: rgba(255,255,255,.66); }
.material-rebrand .db-intent-section .db-kicker { color: #79d5ff; }
.material-rebrand .db-intent-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.material-rebrand .db-intent-card { position: relative; min-height: 330px; padding: 38px; overflow: hidden; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.11); border-radius: 14px; }
.material-rebrand .db-intent-card::before { content: ''; position: absolute; left: 0; top: 0; width: 5px; height: 100%; background: var(--db-blue); }
.material-rebrand .db-intent-card__number { display: block; margin-bottom: 52px; color: #79d5ff; font-size: 12px; font-weight: 900; letter-spacing: .10em; }
.material-rebrand .db-intent-card h3 { margin-bottom: 14px; color: #fff; font-size: 34px; line-height: 1.1; }
.material-rebrand .db-intent-card p { max-width: 520px; color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.7; }
.material-rebrand .db-intent-card .db-btn { margin-top: 18px; }

.material-rebrand .db-video-section { background: #fff; }
.material-rebrand .db-video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.material-rebrand .db-video-card { overflow: hidden; background: var(--db-blue-dark); border-radius: 14px; box-shadow: 0 16px 40px rgba(3,45,61,.10); }
.material-rebrand .db-video-card video { display: block; width: 100%; aspect-ratio: 16 / 9; background: #0e161a; object-fit: cover; }
.material-rebrand .db-video-card__body { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 24px; }
.material-rebrand .db-video-card__body span { color: #79d5ff; font-size: 11px; font-weight: 900; letter-spacing: .10em; text-transform: uppercase; }
.material-rebrand .db-video-card__body h3 { margin: 3px 0 0; color: #fff; font-size: 20px; }
.material-rebrand .db-video-card__body i { color: rgba(255,255,255,.55); font-size: 20px; }

.material-rebrand .db-quote-section { padding: 100px 0; background: var(--db-blue); }
.material-rebrand .db-quote-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.material-rebrand .db-quote-intro .db-kicker { color: #d2f2ff; }
.material-rebrand .db-quote-intro h2 { margin-bottom: 18px; color: #fff; font-size: clamp(36px, 4vw, 52px); line-height: 1.06; letter-spacing: -.025em; font-weight: 850; }
.material-rebrand .db-quote-intro > p { color: rgba(255,255,255,.76); font-size: 16px; line-height: 1.75; }
.material-rebrand .db-quote-direct { display: grid; gap: 10px; margin-top: 30px; }
.material-rebrand .db-quote-direct a { display: flex; align-items: center; gap: 12px; padding: 14px 0; color: #fff; border-bottom: 1px solid rgba(255,255,255,.16); }
.material-rebrand .db-quote-direct i { width: 24px; color: #d2f2ff; font-size: 21px; text-align: center; }
.material-rebrand .db-quote-direct span { display: grid; }
.material-rebrand .db-quote-direct small { color: rgba(255,255,255,.64); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.material-rebrand .db-quote-direct strong { font-family: 'Open Sans', sans-serif; font-size: 17px; }

.material-rebrand .db-related { padding: 76px 0; background: var(--db-soft); }
.material-rebrand .db-related .db-section-head { margin-bottom: 34px; }
.material-rebrand .db-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.material-rebrand .db-related-card { overflow: hidden; color: var(--db-text); background: #fff; border: 1px solid var(--db-line); border-radius: 14px; box-shadow: 0 8px 24px rgba(3,45,61,.035); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.material-rebrand .db-related-card:hover { transform: translateY(-4px); border-color: rgba(6,125,191,.28); box-shadow: 0 14px 34px rgba(3,45,61,.08); }
.material-rebrand .db-related-card__media { height: 190px; overflow: hidden; background: #dfe6e9; }
.material-rebrand .db-related-card img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .32s ease; }
.material-rebrand .db-related-card:hover img { transform: scale(1.035); }
.material-rebrand .db-related-card__body { min-height: 180px; display: flex; flex-direction: column; justify-content: space-between; gap: 18px; padding: 20px 22px 22px; }
.material-rebrand .db-related-card h3 { margin-bottom: 6px; color: var(--db-blue-dark); font-size: 22px; line-height: 1.15; }
.material-rebrand .db-related-card p { margin-bottom: 0; color: #718087; font-size: 13px; line-height: 1.6; }
.material-rebrand .db-related-card__link { display: inline-flex; align-items: center; gap: 8px; color: var(--db-blue); font-size: 12px; font-weight: 900; letter-spacing: .01em; }
.material-rebrand .db-related-card__link span { transition: transform .2s ease; }
.material-rebrand .db-related-card:hover .db-related-card__link span { transform: translateX(4px); }

@media (max-width: 1024px) {
    .material-rebrand .db-material-hero__grid { grid-template-columns: 1fr; }
    .material-rebrand .db-material-hero__copy { padding: 68px 0 56px; }
    .material-rebrand .db-material-hero__media { min-height: 420px; margin: 0; }
    .material-rebrand .db-material-hero__media::after { background: linear-gradient(180deg, var(--db-blue-dark) 0%, rgba(3,45,61,.08) 30%, rgba(3,45,61,.02) 100%); }
    .material-rebrand .db-overview-grid,
    .material-rebrand .db-quote-layout { grid-template-columns: 1fr; }
    .material-rebrand .db-classification-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 767px) {
    .material-rebrand .db-material-hero__grid { min-height: 0; }
    .material-rebrand .db-material-hero__copy { padding: 52px 0 42px; }
    .material-rebrand .db-material-hero h1 { font-size: 44px; }
    .material-rebrand .db-material-hero__lead { font-size: 16px; }
    .material-rebrand .db-material-hero__actions { display: grid; }
    .material-rebrand .db-material-hero__actions .db-btn { width: 100%; }
    .material-rebrand .db-material-hero__media { min-height: 330px; }
    .material-rebrand .db-material-hero__badge { right: 16px; bottom: 16px; min-width: 160px; padding: 14px 16px; }
    .material-rebrand .db-material-section { padding: 70px 0; }
    .material-rebrand .db-overview-grid { gap: 34px; }
    .material-rebrand .db-overview-aside { padding: 26px 22px; }
    .material-rebrand .db-classification-grid { grid-template-columns: 1fr 1fr; }
    .material-rebrand .db-classification-card { min-height: 138px; padding: 22px 18px 18px; }
    .material-rebrand .db-classification-card__number { top: 16px; right: 16px; font-size: 31px; }
    .material-rebrand .db-intent-section { padding: 70px 0; }
    .material-rebrand .db-intent-grid,
    .material-rebrand .db-video-grid,
    .material-rebrand .db-related-grid { grid-template-columns: 1fr; }
    .material-rebrand .db-intent-card { min-height: 0; padding: 30px 24px; }
    .material-rebrand .db-intent-card__number { margin-bottom: 34px; }
    .material-rebrand .db-video-card__body { padding: 18px; }
    .material-rebrand .db-quote-section { padding: 70px 0; }
    .material-rebrand .db-quote-layout { gap: 40px; }
    .material-rebrand .db-related { padding: 62px 0; }
    .material-rebrand .db-related-card__media { height: 170px; }
    .material-rebrand .db-related-card__body { min-height: 0; padding: 18px 20px 20px; }
}

/* Ajustes específicos — página de Alumínio */
@media (min-width: 1025px) {
    .material-rebrand--aluminio .db-classification-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .material-rebrand--aluminio .db-video-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
    .material-rebrand--aluminio .db-video-card__body { padding: 18px 20px; }
    .material-rebrand--aluminio .db-video-card__body h3 { font-size: 18px; }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .material-rebrand--aluminio .db-video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
    .material-rebrand--aluminio .db-video-grid { grid-template-columns: 1fr; }
}

/* Ajustes específicos — página de Latão */
@media (min-width: 1025px) {
    .material-rebrand--latao .db-classification-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* Ajustes específicos — página de Bronze */
@media (min-width: 768px) {
    .material-rebrand--bronze .db-classification-grid--bronze {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 760px;
    }
    .material-rebrand--bronze .db-classification-card {
        min-height: 190px;
    }
}