.sector-v2-page { background: #f7f4ee; }
.sector-v2-hero { position: relative; min-height: 610px; display: flex; align-items: center; color: #fff; background: #68131c; overflow: hidden; }
.sector-v2-hero-image,.sector-v2-hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.sector-v2-hero-image { object-fit: cover; object-position: center; }.sector-v2-hero-overlay { background: linear-gradient(90deg,rgba(72,7,14,.97) 0%,rgba(121,18,29,.84) 52%,rgba(72,7,14,.38) 100%); }
.sector-v2-hero::after { content: ""; position: absolute; right: -180px; bottom: -360px; width: 680px; height: 680px; border: 1px solid rgba(221,190,129,.2); border-radius: 50%; }
.sector-v2-hero .container { position: relative; z-index: 1; }
.sector-v2-hero-copy { max-width: 780px; padding: 105px 0; }
.sector-v2-kicker,.sector-v2-label { display: inline-flex; align-items: center; gap: 12px; color: #d8bd87; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.sector-v2-kicker::before,.sector-v2-label::before { content: ""; width: 24px; height: 1px; background: currentColor; }
.sector-v2-hero h1 { max-width: 760px; margin: 20px 0 18px; color: #fff !important; font: 600 clamp(54px,7vw,88px)/.95 "League Spartan",sans-serif; }
.sector-v2-hero p { max-width: 650px; margin: 0; color: rgba(255,255,255,.76) !important; font-size: 15px; line-height: 1.8; }
.sector-v2-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.sector-v2-primary,.sector-v2-secondary { min-height: 54px; display: inline-flex; align-items: center; gap: 20px; padding: 0 23px; font-size: 11px; font-weight: 700; }
.sector-v2-primary { color: #68141c !important; background: #fff; }.sector-v2-primary:hover { color: #fff !important; background: #1b3029; }
.sector-v2-secondary { color: #fff !important; border: 1px solid rgba(255,255,255,.42); }.sector-v2-secondary:hover { background: rgba(255,255,255,.1); }
.sector-v2-stats { position: relative; z-index: 2; margin-top: -45px; }
.sector-v2-stat { position: relative; min-height: 265px; height: 100%; padding: 38px; background: #fff; border-right: 1px solid #e5ded3; box-shadow: 0 20px 45px rgba(52,31,27,.08); }
.sector-v2-stat-index { position: absolute; top: 22px; right: 25px; color: #c8bca9; font-size: 10px; }
.sector-v2-stat strong { display: block; color: #7d1720; font: 600 46px/1 "League Spartan",sans-serif; }
.sector-v2-stat h2 { margin: 13px 0 8px; font-size: 20px; }.sector-v2-stat p { margin: 0; font-size: 12px; line-height: 1.65; }
.sector-v2-stat small { display: block; margin-top: 15px; color: #9b9184; font-size: 9px; text-transform: uppercase; }
.sector-v2-intro,.sector-v2-opportunities,.sector-v2-path,.sector-v2-sources { padding: 105px 0; }
.sector-v2-intro h2,.sector-v2-heading h2,.sector-v2-path h2,.sector-v2-sources h2 { margin-top: 17px; color: #19251f; font: 600 clamp(40px,5vw,61px)/1.02 "League Spartan",sans-serif; }
.sector-v2-lead { color: #2f3c37 !important; font-size: 20px; line-height: 1.65; }
.sector-v2-focus-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 0; margin-top: 34px; border-top: 1px solid #ddd5c9; }
.sector-v2-focus-list div { display: flex; gap: 13px; padding: 19px 10px 19px 0; color: #25312c; border-bottom: 1px solid #ddd5c9; font-size: 12px; }.sector-v2-focus-list i { color: #861d27; }
.sector-v2-gallery { padding: 0 0 105px; }.sector-v2-gallery-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: minmax(310px, auto) 255px; align-items: stretch; }.sector-v2-gallery figure { margin: 0; overflow: hidden; }.sector-v2-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }.sector-v2-gallery figure:hover img { transform: scale(1.035); }.sector-v2-gallery-main { grid-row: 1 / 3; }.sector-v2-gallery-copy { min-height: 310px; display: flex; flex-direction: column; justify-content: center; padding: 45px; background: #7d1720; overflow: hidden; }.sector-v2-gallery-copy .sector-v2-label { color: #e1c58f; }.sector-v2-gallery-copy blockquote { margin: 22px 0 0; color: #fff; font: 500 clamp(24px,2.55vw,34px)/1.14 "League Spartan",sans-serif; }.sector-v2-gallery-secondary { min-height: 255px; }
.sector-v2-opportunities { background: #192d26; }
.sector-v2-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 55px; }.sector-v2-heading h2 { max-width: 680px; color: #fff; }.sector-v2-heading > p { max-width: 390px; color: rgba(255,255,255,.58) !important; font-size: 12px; line-height: 1.8; }
.sector-v2-opportunity-grid { border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.sector-v2-opportunity { position: relative; min-height: 330px; height: 100%; padding: 38px 31px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); transition: background .25s ease; }.sector-v2-opportunity:hover { background: #7d1720; }
.sector-v2-opportunity > span { position: absolute; top: 25px; right: 26px; color: rgba(255,255,255,.35); font-size: 9px; }.sector-v2-opportunity > i { color: #d8bd87; font-size: 31px; }.sector-v2-opportunity h3 { margin: 48px 0 14px; color: #fff; font-size: 25px; }.sector-v2-opportunity p { color: rgba(255,255,255,.58) !important; font-size: 12px; line-height: 1.75; }
.sector-v2-path { background: #fff; }.sector-v2-path-title { height: 100%; padding: 55px; background: #7d1720; }.sector-v2-path-title .sector-v2-label { color: #e1c58f; }.sector-v2-path-title h2 { color: #fff; }.sector-v2-path-title p { color: rgba(255,255,255,.66) !important; line-height: 1.75; }
.sector-v2-steps { height: 100%; margin: 0; padding: 25px 55px; list-style: none; background: #f4f0e8; }.sector-v2-steps li { display: flex; gap: 30px; padding: 29px 0; border-bottom: 1px solid #d9d1c5; }.sector-v2-steps li:last-child { border-bottom: 0; }.sector-v2-steps li > span { color: #9b783f; font-size: 10px; }.sector-v2-steps strong { color: #1d2924; font-size: 17px; }.sector-v2-steps p { margin: 5px 0 0; font-size: 12px; }
.sector-v2-sources { padding-top: 20px; background: #fff; }.sector-v2-sources-inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; padding-top: 70px; border-top: 1px solid #dfd8cd; }.sector-v2-sources h2 { font-size: 38px; }.sector-v2-sources p { max-width: 430px; font-size: 12px; }.sector-v2-sources ul { margin: 0; padding: 0; list-style: none; }.sector-v2-sources li { border-bottom: 1px solid #dfd8cd; }.sector-v2-sources a { display: flex; justify-content: space-between; padding: 18px 0; color: #27332e; font-size: 12px; font-weight: 600; }.sector-v2-sources a:hover { color: #861d27; }
@media(max-width:991px){.sector-v2-hero{min-height:520px}.sector-v2-stat{min-height:230px;border-bottom:1px solid #e5ded3}.sector-v2-heading{display:block}.sector-v2-heading>p{margin-top:20px}.sector-v2-sources-inner{grid-template-columns:1fr;gap:35px}}
@media(max-width:767px){.sector-v2-hero-copy{padding:80px 0}.sector-v2-hero h1{font-size:50px}.sector-v2-stats{margin-top:0}.sector-v2-intro,.sector-v2-opportunities,.sector-v2-path,.sector-v2-sources{padding:72px 0}.sector-v2-focus-list{grid-template-columns:1fr}.sector-v2-gallery{padding-bottom:72px}.sector-v2-gallery-grid{display:block}.sector-v2-gallery-main{height:350px}.sector-v2-gallery-copy{min-height:260px;padding:35px 27px}.sector-v2-gallery-secondary{height:240px}.sector-v2-path-title,.sector-v2-steps{padding:36px 27px}.sector-v2-sources-inner{padding-top:55px}.sector-v2-heading h2{font-size:42px}}

/* Índice de setores */
.sectors-index-hero { padding: 120px 0 145px; color: #fff; background: linear-gradient(115deg,rgba(81,8,16,.98),rgba(132,22,33,.91)),url('../images/ccmi_int_02.jpg') center/cover; }
.sectors-index-hero h1 { margin: 22px 0 18px; color: #fff !important; font: 600 clamp(58px,8vw,96px)/.92 "League Spartan",sans-serif; }.sectors-index-hero p { max-width: 650px; color: rgba(255,255,255,.7) !important; font-size: 15px; line-height: 1.8; }
.sectors-index-grid { padding: 105px 0; }.sectors-index-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 55px; }.sectors-index-heading h2 { margin-top: 15px; color: #19251f; font: 600 clamp(40px,5vw,60px)/1 "League Spartan",sans-serif; }.sectors-index-heading > p { max-width: 400px; font-size: 12px; line-height: 1.8; }
.sectors-index-card { position: relative; min-height: 430px; display: flex; align-items: end; padding: 35px; color: #fff !important; overflow: hidden; }.sectors-index-card img,.sectors-index-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }.sectors-index-card img { object-fit: cover; transition: transform .5s ease; }.sectors-index-card:hover img { transform: scale(1.05); }.sectors-index-overlay { background: linear-gradient(180deg,rgba(19,31,27,.05),rgba(48,7,12,.93)); }.sectors-index-card > div { position: relative; z-index: 2; }.sectors-index-card h2 { max-width: 320px; color: #fff !important; font-size: 31px; line-height: 1.05; }.sectors-index-card p { min-height: 56px; color: rgba(255,255,255,.63) !important; font-size: 11px; line-height: 1.7; }.sectors-index-card strong { display: inline-flex; gap: 14px; align-items: center; margin-top: 10px; color: #e2c78f; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }.sectors-index-number { position: absolute; z-index: 2; top: 27px; right: 29px; color: rgba(255,255,255,.65); font-size: 10px; }.sectors-index-new { position: absolute; z-index: 2; top: 27px; left: 29px; padding: 7px 9px; color: #6e121c; background: #e2c78f; font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
@media(max-width:767px){.sectors-index-hero{padding:85px 0 95px}.sectors-index-hero h1{font-size:54px}.sectors-index-grid{padding:72px 0}.sectors-index-heading{display:block}.sectors-index-heading>p{margin-top:20px}.sectors-index-card{min-height:390px}}

/* Ajustes finais de contraste nas páginas setoriais */
.sector-v2-gallery-copy blockquote {
    position: static !important;
    margin: 22px 0 0 !important;
    padding: 0 !important;
    color: #fff !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    font: 500 clamp(25px, 3vw, 37px)/1.15 "League Spartan", sans-serif !important;
    overflow: visible !important;
}
.sector-v2-gallery-copy blockquote::before,
.sector-v2-gallery-copy blockquote::after { display: none !important; content: none !important; }
.sector-v2-opportunities {
    position: relative;
    background-image: linear-gradient(105deg, rgba(79,8,16,.97), rgba(121,19,30,.94)), url('../images/bg_cta_05.jpg');
    background-position: center;
    background-size: cover;
}
.sector-v2-heading h2,
.sector-v2-opportunity h3 { color: #fff !important; }
.sector-v2-heading > p,
.sector-v2-opportunity p { color: rgba(255,255,255,.74) !important; }
.sector-v2-opportunity {
    background: rgba(56,5,11,.2);
    border-color: rgba(255,255,255,.19);
}
.sector-v2-opportunity:hover { background: rgba(38,4,8,.55); }
.sector-v2-opportunity > i { color: #e1c58f; }
