:root{
--primary:#ff6a00;
--secondary:#b55700;
--dark:#101010;
--light:#f5f5f5;
}

*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Inter,sans-serif;
}

html{
scroll-behavior:smooth;
}

body{
background:#f4f4f4;
color:#111;
padding-top:70px;
overflow-x:hidden;
}

a{text-decoration:none}
img{display:block;max-width:100%}

.container{
max-width:1250px;
margin:auto;
padding:0 20px;
}

/* HEADER AJUSTADO PADRÃO HOME */
.menu{
position:fixed;
top:0;
left:0;
width:100%;
background:#000;
box-shadow:0 4px 20px rgba(0,0,0,.5);
z-index:999;
border-bottom:2px solid var(--primary);
padding:0 30px;
}

.menu-content{
display:flex;
justify-content:space-between;
align-items:center;
max-width:1400px;
margin:0 auto;
height:70px;
gap:40px;
}

.logo{
display:flex;
align-items:center;
gap:10px;
text-decoration:none;
flex-shrink:0;
}

.logo img{
height:50px;
width:auto;
}

.menu nav{
display:flex;
gap:30px;
flex:1;
justify-content:center;
}

.menu nav a{
color:var(--primary);
font-weight:700;
font-size:15px;
text-decoration:none;
transition:.3s;
position:relative;
text-transform:uppercase;
letter-spacing:.5px;
}

.menu nav a::after{
content:"";
position:absolute;
bottom:-5px;
left:0;
width:0;
height:2px;
background:var(--primary);
transition:width .3s;
}

.menu nav a:hover::after{
width:100%;
}

.menu nav a:hover{
color:#fff;
}

.menu nav a.active{
color:#fff;
font-weight:900;
}

.menu-actions{
display:flex;
align-items:center;
gap:15px;
}

.btn-contato{
background:var(--primary);
color:#000;
padding:10px 24px;
border-radius:30px;
font-weight:700;
text-decoration:none;
transition:.3s;
display:inline-block;
text-transform:uppercase;
font-size:13px;
letter-spacing:.5px;
}

.btn-contato:hover{
background:#fff;
transform:translateY(-2px);
box-shadow:0 6px 15px rgba(252,110,2,.4);
}

/* Menu button (hamburger) */
.menu-btn{
width:40px;
height:40px;
border:none;
background:transparent;
display:none;
flex-direction:column;
justify-content:center;
gap:6px;
cursor:pointer;
}

.menu-btn span{
height:3px;
width:100%;
background:var(--primary);
border-radius:3px;
transition:.3s;
}

@media(max-width:1024px){
.menu-content{
gap:20px;
padding:0 20px;
}

.menu nav{
gap:20px;
}

.menu nav a{
font-size:14px;
}
}

@media(max-width:768px){
.menu{
padding:0 15px;
}

.menu-content{
height:60px;
gap:10px;
}

.logo img{
height:40px;
}

.menu nav{
position:absolute;
top:60px;
left:0;
right:0;
background:#000;
flex-direction:column;
gap:0;
width:100%;
padding:20px 0;
display:none;
border-top:2px solid var(--primary);
}

.menu nav.active{
display:flex;
}

.menu nav a{
padding:15px 20px;
border-bottom:1px solid rgba(252,110,2,.2);
text-align:left;
}

.menu nav a::after{
display:none;
}

.menu-actions{
gap:10px;
}

.btn-contato{
padding:8px 16px;
font-size:12px;
}

.menu-btn{
display:flex;
order:3;
}
}

/* HERO */
.hero{
background:
radial-gradient(circle at top right,rgba(255,106,0,.18),transparent 45%),
linear-gradient(135deg,#101010,#1b1b1b 70%,#2a1708);
padding:95px 20px 80px;
color:#fff;
position:relative;
overflow:hidden;
}

.hero:before{
content:"";
position:absolute;
inset:0;
background:
repeating-linear-gradient(
90deg,
transparent,
transparent 40px,
rgba(255,255,255,.015) 40px,
rgba(255,255,255,.015) 41px
);
}

.hero-grid{
max-width:1200px;
margin:auto;
position:relative;
z-index:2;
}

.hero-label{
display:inline-block;
padding:10px 18px;
border-radius:30px;
background:rgba(255,106,0,.15);
border:1px solid rgba(255,106,0,.35);
font-weight:800;
letter-spacing:1px;
color:#ffb27a;
margin-bottom:25px;
}

.hero-divider{
width:120px;
height:5px;
background:var(--primary);
border-radius:30px;
margin-bottom:30px;
}

.hero h1{
max-width:1120px;
font-size:clamp(46px,6.2vw,78px);
line-height:1;
font-weight:900;
margin-bottom:22px;
}

.hero p{
font-size:24px;
max-width:850px;
line-height:1.5;
color:#ddd;
margin-bottom:30px;
}

.hero-stats{
display:flex;
gap:14px;
flex-wrap:wrap;
}

.filter-btn{
padding:13px 20px;
border-radius:35px;
background:#ffffff10;
border:1px solid rgba(255,255,255,.08);
font-weight:700;
cursor:pointer;
transition:.25s;
color:#fff;
}

.filter-btn:hover{
transform:translateY(-2px);
background:#ffffff18;
}

.filter-btn.active{
background:var(--primary);
border-color:var(--primary);
box-shadow:0 0 0 4px rgba(255,106,0,.18);
}

.professional-link{
display:inline-flex;
align-items:center;
color:#fff;
text-decoration:none;
}

.hero-participate{
background:var(--primary);
border-color:var(--primary);
color:#111;
}

.page{
width:100%;
min-width:0;
margin-top:35px;
}

.page>*{
width:100%;
min-width:0;
}

/* Manifesto do novo conceito */
.belief-block{
display:grid;
grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
gap:42px;
align-items:center;
margin-bottom:52px;
padding:clamp(30px,5vw,54px);
border-radius:30px;
background:#111;
color:#fff;
box-shadow:0 18px 50px rgba(17,17,17,.14);
}

.belief-copy>span,
.section-intro>span,
.community-invite>span,
.sidebar-eyebrow,
.highlight>span{
display:inline-block;
color:var(--primary);
font-size:12px;
font-weight:900;
letter-spacing:.08em;
}

.belief-copy h2{
margin:12px 0 16px;
color:#fff;
font-size:clamp(32px,4vw,48px);
line-height:1.08;
}

.belief-copy p{
max-width:620px;
color:#d5d5d5;
font-size:18px;
line-height:1.65;
}

.belief-pillars{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:12px;
}

.belief-pillars div{
min-height:142px;
padding:22px;
border:1px solid rgba(255,255,255,.1);
border-radius:22px;
background:rgba(255,255,255,.055);
}

.belief-pillars strong,
.belief-pillars span{
display:block;
}

.belief-pillars strong{
margin-bottom:9px;
color:var(--primary);
font-size:20px;
}

.belief-pillars span{
color:#e2e2e2;
font-size:14px;
line-height:1.5;
}

.belief-block-compact{
grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);
gap:28px;
margin-bottom:52px;
padding:28px 34px;
}

.belief-block-compact .belief-copy h2{
font-size:clamp(27px,3vw,38px);
}

.belief-block-compact .belief-copy p{
font-size:15px;
}

.belief-block-compact .belief-pillars{
grid-template-columns:repeat(2,minmax(0,1fr));
gap:8px;
}

.belief-block-compact .belief-pillars div{
min-height:0;
padding:14px;
border-radius:15px;
}

.belief-block-compact .belief-pillars strong{
margin-bottom:3px;
font-size:15px;
}

.belief-block-compact .belief-pillars span{
font-size:12px;
}

/* Entrada por objetivo */
.journey-paths{
margin-bottom:52px;
padding:clamp(24px,3vw,34px);
border:1px solid #e8e8e8;
border-radius:30px;
background:#fff;
box-shadow:0 18px 50px rgba(17,17,17,.07);
scroll-margin-top:100px;
}

.journey-head{
display:grid;
grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);
gap:32px;
align-items:end;
margin-bottom:20px;
}

.journey-head>div>span{
color:var(--primary);
font-size:12px;
font-weight:900;
letter-spacing:.08em;
}

.journey-head h2{
margin-top:9px;
font-size:clamp(28px,3vw,38px);
line-height:1.05;
}

.journey-head>p{
color:#626262;
font-size:14px;
line-height:1.6;
}

.journey-assistant{
padding:18px 22px 20px;
border:1px solid #e8e8e8;
border-radius:18px;
background:#fafafa;
}

.journey-progress{
display:grid;
grid-template-columns:repeat(6,minmax(0,1fr));
margin:0 0 20px;
padding:0;
list-style:none;
}

.journey-progress li{
position:relative;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
gap:5px;
min-width:0;
color:#8a8a8a;
font-size:12px;
font-weight:800;
}

.journey-progress li:not(:last-child)::after{
content:"";
position:absolute;
top:15px;
left:calc(50% + 18px);
right:calc(-50% + 18px);
height:2px;
background:#dedede;
}

.journey-progress li span{
position:relative;
z-index:1;
display:grid;
place-items:center;
flex:0 0 30px;
width:30px;
height:30px;
border:1px solid #d8d8d8;
border-radius:50%;
background:#fff;
}

.journey-progress li.active,
.journey-progress li.complete{
color:#111;
}

.journey-progress li.active span,
.journey-progress li.complete span{
border-color:var(--primary);
background:var(--primary);
color:#fff;
}

.journey-progress li.complete:not(:last-child)::after{
background:var(--primary);
}

.journey-reset-bar{
display:flex;
align-items:center;
justify-content:space-between;
gap:12px;
margin:-4px 0 16px;
padding:9px 11px;
border:1px solid #e8e2dc;
border-radius:10px;
background:#fff;
color:#756e68;
font-size:10px;
font-weight:750;
}

.journey-reset-bar button{
flex:0 0 auto;
padding:6px 8px;
border:0;
background:transparent;
color:#c73c12;
font:inherit;
font-size:10px;
font-weight:900;
cursor:pointer;
}

.journey-stage{
min-height:0;
padding:14px 0 0;
border:0;
border-top:1px solid #ededed;
border-radius:0;
background:transparent;
}

.journey-stage[hidden]{
display:none !important;
}

.journey-stage-kicker{
display:none;
color:var(--primary);
font-size:11px;
font-weight:900;
letter-spacing:.1em;
}

.journey-stage h3{
max-width:760px;
margin-bottom:5px;
font-size:clamp(19px,2vw,24px);
line-height:1.15;
}

.journey-stage h3:focus{
outline:none;
}

.journey-stage>p{
max-width:720px;
color:#666;
font-size:12px;
line-height:1.5;
}

.journey-options{
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:8px;
margin-top:16px;
}

.journey-options-goals .journey-option:last-child{
grid-column:auto;
}

.journey-options-compact{
grid-template-columns:repeat(5,minmax(0,1fr));
}

.journey-options-availability{
grid-template-columns:repeat(3,minmax(0,1fr));
}

.journey-options-practice{
grid-template-columns:repeat(4,minmax(0,1fr));
}

.journey-text-field{
display:grid;
gap:7px;
max-width:520px;
margin-top:18px;
color:#3f3934;
font-size:12px;
font-weight:850;
}

.journey-text-field[hidden]{
display:none!important;
}

.journey-text-field input{
width:100%;
min-height:48px;
padding:11px 13px;
border:1px solid #ded8d2;
border-radius:11px;
background:#fff;
color:#211d1a;
font:inherit;
font-size:14px;
outline:0;
}

.journey-text-field input:focus{
border-color:var(--primary);
box-shadow:0 0 0 3px rgba(255,106,0,.12);
}

.journey-option{
position:relative;
display:flex;
flex-direction:column;
align-items:flex-start;
gap:4px;
min-width:0;
min-height:66px;
padding:12px 38px 12px 14px;
border:1px solid #e3e3e3;
border-radius:10px;
background:#fff;
color:#111;
font:inherit;
text-align:left;
cursor:pointer;
transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease;
}

.journey-option::after{
content:"";
position:absolute;
top:12px;
right:12px;
width:15px;
height:15px;
border:2px solid #c9c9c9;
border-radius:50%;
box-shadow:inset 0 0 0 4px #fff;
}

.journey-option:hover,
.journey-option:focus-visible{
border-color:#ffb987;
box-shadow:0 10px 24px rgba(17,17,17,.07);
outline:none;
transform:translateY(-2px);
}

.journey-option.selected{
border-color:var(--primary);
background:#fff7f0;
box-shadow:0 0 0 3px rgba(255,106,0,.1);
}

.journey-option.selected::after{
border-color:var(--primary);
background:var(--primary);
}

.journey-option strong{
font-size:13px;
line-height:1.25;
}

.journey-option small{
color:#6a6a6a;
font-size:10px;
line-height:1.45;
}

.journey-options-goals .journey-option{
display:grid;
grid-template-columns:25px minmax(0,1fr);
grid-template-rows:auto auto;
column-gap:9px;
align-content:center;
}

.journey-options-goals .journey-option svg{
grid-row:1/3;
align-self:center;
width:22px;
height:22px;
fill:none;
stroke:var(--primary);
stroke-width:1.7;
stroke-linecap:round;
stroke-linejoin:round;
}

.journey-navigation{
display:flex;
align-items:center;
justify-content:space-between;
gap:14px;
margin-top:14px;
}

.journey-navigation>span{
color:#777;
font-size:12px;
font-weight:800;
}

.journey-back,
.journey-next,
.journey-restart{
min-height:38px;
padding:0 17px;
border-radius:999px;
font:inherit;
font-size:13px;
font-weight:900;
cursor:pointer;
}

.journey-back,
.journey-restart{
border:1px solid #d8d8d8;
background:#fff;
color:#111;
}

.journey-next{
border:1px solid var(--primary);
background:var(--primary);
color:#111;
}

.journey-next:disabled{
border-color:#ffd6b8;
background:#fff0e4;
color:#b95812;
cursor:not-allowed;
}

.journey-result{
padding:20px;
border:1px solid #ffd7ba;
border-radius:14px;
background:linear-gradient(135deg,#fff7f0,#fff 72%);
color:#fff;
}

.journey-result-heading{
display:grid;
grid-template-columns:minmax(0,1fr) auto;
gap:24px;
align-items:start;
}

.journey-result h3{
color:#111;
}

.journey-result-heading p{
max-width:760px;
color:#5f5f5f;
font-size:13px;
line-height:1.65;
}

.journey-result-profile{
padding:9px 13px;
border:1px solid #ffd7ba;
border-radius:999px;
background:#fff;
color:#9a4100;
font-size:12px;
font-weight:800;
white-space:nowrap;
}

.journey-result-grid{
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:10px;
margin-top:18px;
}

.journey-result-grid div{
padding:14px;
border:1px solid #ececec;
border-radius:10px;
background:#fff;
}

.journey-result-grid span,
.journey-result-grid strong{
display:block;
}

.journey-result-grid span{
margin-bottom:8px;
color:#ff9a52;
font-size:10px;
font-weight:900;
letter-spacing:.08em;
}

.journey-result-grid strong{
color:#222;
font-size:12px;
line-height:1.5;
}

.journey-result-boundary{
margin:14px 0 0;
padding:12px 14px;
border-left:3px solid #ff7a1a;
border-radius:0 9px 9px 0;
background:#fff7f0;
color:#5d5148;
font-size:12px;
line-height:1.55;
}

.journey-result-boundary strong{color:#2c2723}

.journey-result-actions{
display:flex;
flex-wrap:wrap;
gap:10px;
margin-top:18px;
}

.journey-restart{
border-color:#d8d8d8;
background:#fff;
color:#111;
}

.fala-video{
display:grid;
grid-template-columns:minmax(0,.85fr) minmax(360px,1.15fr);
gap:28px;
align-items:center;
margin-bottom:52px;
padding:30px;
border-radius:30px;
background:linear-gradient(145deg,#111,#1c1c1c);
color:#fff;
box-shadow:0 18px 50px rgba(17,17,17,.14);
}

.fala-video-copy>span{
color:var(--primary);
font-size:12px;
font-weight:900;
letter-spacing:.08em;
}

.fala-video h2{
margin:10px 0 14px;
font-size:clamp(30px,4vw,46px);
line-height:1.04;
}

.fala-video p{
color:#d2d2d2;
font-size:16px;
line-height:1.6;
}

.fala-video-actions{
display:flex;
flex-wrap:wrap;
align-items:center;
gap:14px;
margin-top:22px;
}

.fala-video-actions a{
color:#fff;
font-weight:850;
text-decoration:underline;
text-decoration-color:var(--primary);
text-decoration-thickness:2px;
text-underline-offset:5px;
}

.fala-video-media{
position:relative;
aspect-ratio:16/9;
overflow:hidden;
border:1px solid rgba(255,255,255,.12);
border-radius:22px;
background:#050505;
}

.fala-video-play{
position:absolute;
inset:50% auto auto 50%;
z-index:2;
display:grid;
place-items:center;
width:48px;
height:48px;
padding:0;
border:1px solid rgba(255,255,255,.42);
border-radius:50%;
background:rgba(18,18,18,.46);
backdrop-filter:blur(6px);
color:#fff;
cursor:pointer;
box-shadow:0 6px 18px rgba(0,0,0,.18);
transform:translate(-50%,-50%);
transition:opacity .2s ease,visibility .2s ease,background .2s ease,transform .2s ease;
}

.fala-video-play:hover,
.fala-video-play:focus-visible{
background:rgba(18,18,18,.68);
outline:none;
transform:translate(-50%,-50%) scale(1.04);
}

.fala-video-play span{
width:0;
height:0;
margin-left:4px;
border-top:8px solid transparent;
border-bottom:8px solid transparent;
border-left:13px solid currentColor;
}

.fala-video-play.is-playing{
opacity:0;
visibility:hidden;
pointer-events:none;
transform:translate(-50%,-50%) scale(.86);
}

.fala-video-media video{
width:100%;
height:100%;
display:block;
object-fit:contain;
background:#050505;
}

/* Centro de participação */
.community-hub{
margin-bottom:52px;
padding:clamp(28px,4vw,44px);
border:1px solid #e8e8e8;
border-radius:30px;
background:#fff;
box-shadow:0 18px 50px rgba(17,17,17,.08);
scroll-margin-top:100px;
}

.community-hub-head{
display:grid;
grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);
gap:32px;
align-items:end;
margin-bottom:28px;
}

.community-hub-head span,
.hub-card-label{
display:inline-block;
color:var(--primary);
font-size:12px;
font-weight:900;
letter-spacing:.08em;
}

.community-hub-head h2{
max-width:760px;
margin-top:9px;
font-size:clamp(30px,4vw,48px);
line-height:1.06;
}

.community-hub-head>p{
color:#626262;
font-size:17px;
line-height:1.55;
}

.community-hub-grid{
display:grid;
grid-template-columns:minmax(0,1.35fr) repeat(2,minmax(0,.825fr));
gap:16px;
}

.weekly-poll,
.hub-action-card{
padding:26px;
border-radius:24px;
}

.weekly-poll{
background:#111;
color:#fff;
}

.weekly-poll h3,
.hub-action-card h3{
margin:10px 0 18px;
font-size:clamp(22px,2.4vw,30px);
line-height:1.15;
}

.poll-options{
display:grid;
gap:9px;
}

.poll-option{
position:relative;
display:flex;
justify-content:space-between;
align-items:center;
width:100%;
padding:13px 15px;
overflow:hidden;
border:1px solid rgba(255,255,255,.14);
border-radius:14px;
background:rgba(255,255,255,.06);
color:#fff;
font:inherit;
font-size:14px;
font-weight:800;
text-align:left;
cursor:pointer;
transition:.2s;
}

.poll-option:hover,
.poll-option.selected{
border-color:var(--primary);
background:rgba(255,106,0,.16);
}

.poll-option span{
color:#ffb27a;
font-size:12px;
}

.poll-feedback{
margin-top:14px;
color:#bcbcbc;
font-size:12px;
line-height:1.45;
}

.hub-action-card{
display:flex;
flex-direction:column;
background:#fff6ef;
border:1px solid #ffd9bd;
}

.hub-action-card p,
.hub-rhythm li{
color:#5e5e5e;
font-size:14px;
line-height:1.55;
}

.hub-link{
display:inline-flex;
align-self:flex-start;
margin-top:auto;
padding-top:22px;
color:#111;
font-weight:900;
text-decoration:underline;
text-decoration-color:var(--primary);
text-decoration-thickness:3px;
text-underline-offset:5px;
}

.hub-rhythm{
background:#f6f6f6;
border-color:#e7e7e7;
}

.hub-rhythm ul{
display:grid;
gap:10px;
padding:0;
list-style:none;
}

.hub-rhythm strong{
color:#111;
}

.layout{
display:grid;
grid-template-columns:2.1fr 1fr;
gap:30px;
min-width:0;
}

.layout main,
.layout aside{
min-width:0;
}

.section-title{
font-size:38px;
font-weight:900;
margin-bottom:24px;
}

.section-intro{
scroll-margin-top:100px;
}

.section-intro .section-title{
margin:8px 0 10px;
}

.content-channels{
display:flex;
gap:9px;
margin:0 0 24px;
padding-bottom:4px;
overflow-x:auto;
scrollbar-width:thin;
}

.content-search{
display:grid;
grid-template-columns:auto minmax(0,1fr) auto;
align-items:center;
gap:10px;
margin:0 0 14px;
padding:0 17px;
border:1px solid #dedede;
border-radius:18px;
background:#fff;
box-shadow:0 7px 20px rgba(17,17,17,.05);
transition:.2s;
}

.content-search:focus-within{
border-color:var(--primary);
box-shadow:0 0 0 4px rgba(255,106,0,.11);
}

.content-search input{
height:54px;
border:0;
background:transparent;
color:#111;
font:inherit;
font-size:15px;
outline:0;
}

.content-search-icon{
color:var(--primary);
font-size:24px;
font-weight:900;
}

.content-search-hint{
color:#888;
font-size:12px;
font-weight:800;
}

.community-channel{
flex:0 0 auto;
padding:10px 16px;
border:1px solid #dedede;
border-radius:999px;
background:#fff;
color:#222;
font:inherit;
font-size:13px;
font-weight:850;
cursor:pointer;
transition:.2s;
}

.community-channel:hover,
.community-channel.active{
border-color:var(--primary);
background:var(--primary);
color:#fff;
}

.content-results{
margin:-10px 0 18px;
color:#777;
font-size:12px;
font-weight:750;
}

.feature{
background:
linear-gradient(135deg,#111,#1e1e1e 70%,#2d1707);
color:#fff;
padding:55px;
border-radius:30px;
box-shadow:0 8px 25px rgba(0,0,0,.08);
margin-bottom:30px;
}

.kicker{
display:inline-block;
padding:10px 18px;
border-radius:30px;
background:rgba(255,106,0,.15);
border:1px solid rgba(255,106,0,.35);
color:#ffba82;
font-weight:900;
margin-bottom:25px;
}

.feature h2{
font-size:52px;
line-height:1.05;
margin-bottom:18px;
}

.feature p{
font-size:22px;
color:#ddd;
}

/* Mantém o destaque escuro mesmo com as regras globais de cards. */
body .feature{
background:linear-gradient(135deg,#111,#1e1e1e 70%,#2d1707) !important;
color:#fff !important;
border-color:rgba(255,255,255,.08) !important;
}

body .feature h2{
color:#fff !important;
}

body .feature p{
color:#ddd !important;
}

#opiniao-corinthians{
scroll-margin-top:100px;
}

.article-grid{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:18px;
align-items:start;
}

.post{
background:#fff;
padding:30px;
border-radius:24px;
margin-bottom:0;
box-shadow:0 8px 25px rgba(0,0,0,.05);
transition:.3s;
}

.article-grid .post{
display:flex;
flex-direction:column;
min-height:100%;
}

.article-grid .post.expanded{
grid-column:1/-1;
}

.post:hover{
transform:translateY(-4px);
}

.author-line{
display:flex;
align-items:center;
gap:14px;
margin-bottom:18px;
}

.author-line img{
width:58px;
height:58px;
border-radius:50%;
object-fit:cover;
}

.post h3{
font-size:clamp(25px,2.5vw,32px);
margin-bottom:12px;
}

.post-badges{
display:flex;
flex-wrap:wrap;
gap:7px;
margin-bottom:16px;
}

.post-badges span{
padding:7px 10px;
border-radius:999px;
background:#f1f1f1;
color:#444;
font-size:11px;
font-weight:900;
letter-spacing:.03em;
text-transform:uppercase;
}

.post-badges .post-badge-hot{
background:#fff0e5;
color:#b74c00;
}

.post-badges .post-badge-discussion{
background:#111;
color:#fff;
}

.meta{
font-size:14px;
color:#777;
font-weight:600;
}

.excerpt{
font-size:18px;
margin:15px 0;
}

.btn{
background:var(--primary);
color:#fff;
border:none;
padding:12px 24px;
border-radius:30px;
font-weight:800;
cursor:pointer;
}

.full-text{
display:none;
margin-top:20px;
padding-top:20px;
border-top:1px solid #eee;
}

.full-text p{
margin-bottom:14px;
}

.post-engagement{
margin-top:auto;
padding-top:22px;
}

.post-engagement>span{
display:block;
margin-bottom:10px;
color:#666;
font-size:12px;
font-weight:800;
}

.post-engagement>div{
display:flex;
flex-wrap:wrap;
gap:7px;
}

.reaction-btn,
.share-post{
padding:8px 11px;
border:1px solid #dedede;
border-radius:999px;
background:#fff;
color:#444;
font:inherit;
font-size:11px;
font-weight:850;
cursor:pointer;
transition:.2s;
}

.reaction-btn:hover,
.reaction-btn.selected,
.share-post:hover{
border-color:var(--primary);
background:#fff4eb;
color:#b74c00;
}

/* A Voz do Profissional */
.professional-voice{
margin-top:48px;
padding:42px;
border:1px solid #e9e9e9;
border-radius:30px;
background:linear-gradient(145deg,#fff 0%,#fff8f2 100%);
box-shadow:0 14px 36px rgba(17,17,17,.08);
scroll-margin-top:100px;
}

.professional-voice-head{
display:grid;
grid-template-columns:minmax(0,1fr) auto;
gap:28px;
align-items:start;
}

.professional-voice-kicker,
.professional-launch-status{
display:inline-block;
color:var(--primary);
font-size:12px;
font-weight:900;
letter-spacing:.08em;
}

.professional-voice h2{
margin:10px 0 14px;
font-size:clamp(36px,5vw,54px);
line-height:1;
}

.professional-voice-head p{
max-width:720px;
color:#5f5f5f;
font-size:18px;
line-height:1.65;
}

.professional-voice-frequency{
min-width:132px;
padding:20px;
border-radius:22px;
background:#111;
color:#fff;
text-align:center;
}

.professional-voice-frequency strong,
.professional-voice-frequency span{
display:block;
}

.professional-voice-frequency strong{
color:var(--primary);
font-size:22px;
}

.professional-voice-frequency span{
margin-top:4px;
font-size:13px;
font-weight:700;
}

.professional-voice-topics{
display:flex;
flex-wrap:wrap;
gap:9px;
margin:28px 0;
}

.professional-voice-topics span{
padding:9px 13px;
border:1px solid #e6e6e6;
border-radius:999px;
background:#fff;
font-size:13px;
font-weight:800;
}

.professional-launch{
display:grid;
grid-template-columns:150px minmax(0,1fr);
gap:28px;
align-items:center;
padding:28px;
border-radius:26px;
background:#111;
color:#fff;
overflow:hidden;
}

.professional-launch-mark{
display:grid;
place-items:center;
width:150px;
height:150px;
border:1px solid rgba(255,106,0,.35);
border-radius:50%;
background:#fff;
color:#111;
box-shadow:0 0 0 10px rgba(255,106,0,.08);
}

.professional-launch-mark img{
width:72%;
height:72%;
object-fit:contain;
}

.professional-launch h3{
margin:9px 0 10px;
color:#fff;
font-size:clamp(26px,4vw,36px);
line-height:1.1;
}

.professional-launch p{
max-width:650px;
margin-bottom:20px;
color:#d8d8d8;
font-size:16px;
line-height:1.6;
}

.topic-link{
display:block;
color:inherit;
text-decoration:none;
}

.community-invite{
margin-top:30px;
padding:clamp(30px,5vw,48px);
border:1px solid #ffd8bc;
border-radius:30px;
background:linear-gradient(135deg,#fff7f0,#fff 70%);
scroll-margin-top:100px;
}

.community-invite h2{
max-width:820px;
margin:10px 0 14px;
font-size:clamp(30px,4vw,44px);
line-height:1.08;
}

.community-invite p{
max-width:760px;
color:#5f5f5f;
font-size:17px;
line-height:1.65;
}

.community-actions{
display:flex;
flex-wrap:wrap;
align-items:center;
gap:14px;
margin-top:24px;
}

.community-secondary{
display:inline-flex;
align-items:center;
min-height:46px;
padding:0 20px;
border:1px solid #d8d8d8;
border-radius:999px;
color:#111;
font-weight:850;
text-decoration:none;
}

.community-form{
display:grid;
grid-template-columns:minmax(180px,.65fr) minmax(0,1.35fr);
gap:16px;
margin-top:26px;
}

.community-form label,
.community-form label>span{
display:block;
}

.community-form label>span{
margin-bottom:8px;
color:#333;
font-size:13px;
font-weight:850;
}

.community-form input,
.community-form select,
.community-form textarea{
width:100%;
border:1px solid #d8d8d8;
border-radius:15px;
background:#fff;
color:#111;
font:inherit;
font-size:15px;
outline:none;
transition:.2s;
}

.community-form input{height:50px;padding:0 14px}
.community-message-field{grid-column:1/-1}

.community-form select{
height:50px;
padding:0 14px;
}

.community-form textarea{
min-height:120px;
padding:14px;
resize:vertical;
}

.community-form input:focus,
.community-form select:focus,
.community-form textarea:focus{
border-color:var(--primary);
box-shadow:0 0 0 4px rgba(255,106,0,.12);
}

.community-form-status{grid-column:1/-1!important;margin:0!important;color:#245b39!important;font-size:13px!important;font-weight:750}
.community-feed{margin-top:26px;padding-top:24px;border-top:1px solid #eadfd8}
.community-feed>header{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:10px}
.community-feed>header span{display:block;margin-bottom:5px;color:#e94b14;font-size:.68rem;font-weight:950;letter-spacing:.09em}
.community-feed>header h3{margin:0;font-size:clamp(22px,3vw,30px)}
.community-feed>header button{min-height:40px;padding:0 14px;border:1px solid #d9cdc4;border-radius:999px;background:#fff;color:#29231f;font:inherit;font-size:12px;font-weight:850;cursor:pointer}
.community-feed>p{margin:0 0 16px;color:#746b65;font-size:13px;line-height:1.5}
#community-feed-list{display:grid;gap:12px}
.community-feed-item{padding:17px;border:1px solid #e7ddd5;border-radius:16px;background:#fff}
.community-feed-item>header{display:flex;align-items:center;justify-content:space-between;gap:12px}.community-feed-item>header strong{font-size:14px}.community-feed-item>header span{padding:5px 8px;border-radius:999px;background:#fff1e9;color:#c84415;font-size:10px;font-weight:900;text-transform:uppercase}
.community-feed-item>p{margin:10px 0;color:#403936;font-size:14px;line-height:1.55;white-space:pre-wrap}.community-feed-item time{color:#8a817b;font-size:11px}
.community-feed-replies{display:grid;gap:8px;margin-top:13px;padding-left:14px;border-left:3px solid #f2ded2}.community-feed-reply{padding:10px;border-radius:10px;background:#faf7f4}.community-feed-reply strong{font-size:12px}.community-feed-reply p{margin:4px 0;color:#514944;font-size:12px;line-height:1.45}
.community-reply-form{display:flex;gap:8px;margin-top:13px}.community-reply-form input{flex:1;min-width:0;height:40px;padding:0 11px;border:1px solid #ded3cc;border-radius:10px;font:inherit;font-size:12px}.community-reply-form button{min-height:40px;padding:0 12px;border:0;border-radius:10px;background:#29231f;color:#fff;font:inherit;font-size:11px;font-weight:850;cursor:pointer}

.community-form-footer{
grid-column:1/-1;
display:flex;
align-items:center;
gap:14px;
}

.community-form-footer small{
color:#777;
font-size:12px;
}

.sidebar-box{
background:#fff;
padding:28px;
border-radius:24px;
margin-bottom:25px;
box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.sidebar-title{
font-size:24px;
font-weight:900;
margin-bottom:20px;
}

.sidebar-community{
background:linear-gradient(145deg,#fff7f0,#fff);
border:1px solid #ffd8bc;
}

.sidebar-community h3{
margin:8px 0 10px;
font-size:25px;
line-height:1.12;
}

.sidebar-community p{
color:#666;
font-size:14px;
line-height:1.55;
}

.sidebar-cta{
display:inline-flex;
margin-top:18px;
}

.author-mini{
text-align:center;
}

.sidebar-eyebrow{
margin-bottom:8px;
}

.author-mini img{
width:130px;
height:130px;
border-radius:50%;
object-fit:cover;
margin:auto auto 18px;
border:4px solid var(--primary);
}

.topic{
padding:16px 0;
border-bottom:1px solid #eee;
font-weight:700;
cursor:pointer;
transition:.25s;
}

.topic:hover{
color:var(--primary);
padding-left:8px;
}

.topic:last-child{
border:none;
}

.highlight{
background:#111;
color:#fff;
padding:40px;
border-radius:25px;
}

.highlight h4{
font-size:34px;
margin-bottom:15px;
}

.highlight>span{
margin-bottom:14px;
}

.hidden-search{
display:none!important;
}

.search-note{
margin-bottom:20px;
font-weight:700;
color:#666;
}

footer{
margin-top:60px;
background:#fff;
padding:40px;
text-align:center;
font-weight:700;
}

.clear-filter{
margin-top:15px;
background:#111;
color:#fff;
border:none;
padding:11px 18px;
border-radius:30px;
cursor:pointer;
font-weight:700;
}

#backToTop{
position:fixed;
right:25px;
bottom:25px;
width:54px;
height:54px;
border:none;
border-radius:50%;
background:var(--primary);
color:#fff;
font-size:22px;
font-weight:900;
cursor:pointer;
display:none;
box-shadow:0 8px 20px rgba(0,0,0,.25);
z-index:9999;
}

#backToTop.show{
display:block;
}

#backToTop svg{
display:block;
width:24px;
height:24px;
margin:auto;
fill:none;
stroke:currentColor;
stroke-width:2.5;
stroke-linecap:round;
stroke-linejoin:round;
}

@media(max-width:980px){
.menu nav{display:none}
.menu-actions{width:100%}
.search{width:100%}
.layout{grid-template-columns:1fr}
.journey-head{grid-template-columns:1fr;gap:12px}
.journey-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.journey-card:last-child{grid-column:1/-1;min-height:210px}
.community-hub-head{grid-template-columns:1fr;gap:12px}
.community-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.weekly-poll{grid-column:1/-1}
.fala-video{grid-template-columns:1fr}
.hero h1{font-size:50px}
.hero p{font-size:20px}
.feature{padding:35px}
.feature h2{font-size:36px}
.post h3{font-size:28px}
.professional-voice{padding:30px}
.belief-block{grid-template-columns:1fr}
}

@media(max-width:520px){
.hero{padding:62px 18px 54px}
.hero h1{font-size:clamp(36px,11vw,44px)}
.hero p{font-size:17px;line-height:1.55}
.hero-label{padding:8px 12px;font-size:11px}
.community-hub{margin-bottom:36px;padding:24px 18px;border-radius:24px}
.community-hub-grid{grid-template-columns:1fr}
.weekly-poll{grid-column:auto}
.weekly-poll,.hub-action-card{padding:22px 18px}
.journey-paths{margin-bottom:36px;padding:24px 18px;border-radius:24px}
.journey-grid{grid-template-columns:1fr}
.journey-card,.journey-card:last-child{grid-column:auto;min-height:220px;padding:22px 20px}
.fala-video{margin-bottom:36px;padding:22px 18px;border-radius:24px}
.article-grid{grid-template-columns:1fr}
.article-grid .post.expanded{grid-column:auto}
.content-search-hint{display:none}
.community-form{grid-template-columns:1fr}
.community-form-footer{align-items:stretch;flex-direction:column}
.community-form-footer .btn{width:100%}
.feature{padding:26px 22px !important}
.feature h2{font-size:32px;line-height:1.1}
.feature p{font-size:18px;line-height:1.55}
.professional-voice{margin-top:34px;padding:24px 20px;border-radius:24px}
.professional-voice-head{grid-template-columns:1fr}
.professional-voice-frequency{display:flex;align-items:center;justify-content:center;gap:8px;min-width:0}
.professional-voice-frequency span{margin:0}
.professional-launch{grid-template-columns:1fr;padding:24px 20px}
.professional-launch-mark{width:96px;height:96px}
.belief-block{margin-bottom:36px;padding:26px 20px;border-radius:24px}
.belief-block-compact .belief-pillars{grid-template-columns:1fr}
.belief-pillars div{min-height:0}
.community-invite{padding:28px 20px;border-radius:24px}
.community-actions{align-items:stretch;flex-direction:column}
.community-actions .btn,.community-secondary{justify-content:center;width:100%}
}

/* Ajustes finais de layout da pagina Fala Bem.
   Este arquivo e carregado depois do CSS global para evitar que regras genericas
   alterem novamente as margens e o comportamento dos cards. */
.fala-bem-page{
padding-top:0 !important;
}

.fala-bem-page .container.page{
padding-top:0 !important;
}

.fala-bem-page :where(h1,h2,h3,h4,p,span,small,a,button,li){
overflow-wrap:break-word;
}

.fala-bem-page :where(.journey-card,.weekly-poll,.hub-action-card,.post,.sidebar-box,.professional-launch,.highlight){
min-width:0;
}

.fala-bem-page .post,
.fala-bem-page .sidebar-box{
padding:30px !important;
}

.fala-bem-page .full-text p{
color:#343434 !important;
font-size:16px;
line-height:1.75;
}

.fala-bem-page .read-toggle,
.fala-bem-page .professional-launch .btn,
.fala-bem-page .sidebar-cta{
max-width:100%;
white-space:normal;
text-align:center;
}

@media(max-width:768px){
.fala-bem-page .menu-content{
width:100% !important;
min-height:60px !important;
}

.fala-bem-page .menu nav{
position:absolute !important;
top:68px !important;
left:12px !important;
right:12px !important;
display:none !important;
flex-direction:column !important;
align-items:stretch !important;
gap:6px !important;
width:auto !important;
max-height:calc(100vh - 84px);
padding:12px !important;
overflow-y:auto !important;
border:1px solid #e8e8e8 !important;
border-radius:18px !important;
background:#fff !important;
box-shadow:0 18px 45px rgba(17,17,17,.16) !important;
}

.fala-bem-page .menu nav.active{
display:flex !important;
}

.fala-bem-page .menu nav a{
justify-content:flex-start !important;
width:100%;
min-height:42px !important;
}

.fala-bem-page .menu-btn{
display:flex !important;
flex:0 0 40px;
}

.fala-bem-page .container.page{
width:calc(100% - 32px) !important;
margin-top:24px;
padding-bottom:52px !important;
}

.fala-bem-page .hero{
padding:54px 20px 48px !important;
border-right:0 !important;
border-left:0 !important;
border-radius:0 !important;
}

.fala-bem-page .hero h1{
font-size:clamp(34px,10vw,50px);
line-height:1.04;
}

.fala-bem-page .hero p{
font-size:17px;
line-height:1.6;
}

.fala-bem-page .hero-stats{
display:grid;
grid-template-columns:1fr;
}

.fala-bem-page .hero-stats .filter-btn{
justify-content:center;
width:100%;
text-align:center;
}

.fala-bem-page .belief-block,
.fala-bem-page .journey-paths,
.fala-bem-page .fala-video,
.fala-bem-page .community-hub,
.fala-bem-page .professional-voice,
.fala-bem-page .community-invite{
padding:24px 20px;
border-radius:22px;
}

.fala-bem-page .journey-head,
.fala-bem-page .community-hub-head{
grid-template-columns:1fr;
gap:12px;
}

.fala-bem-page .journey-grid,
.fala-bem-page .community-hub-grid,
.fala-bem-page .article-grid{
grid-template-columns:1fr;
}

.fala-bem-page .journey-card,
.fala-bem-page .journey-card:last-child,
.fala-bem-page .weekly-poll{
grid-column:auto;
}

.fala-bem-page .journey-card,
.fala-bem-page .journey-card:last-child{
min-height:0;
padding:22px 20px;
}

.fala-bem-page .journey-number{
margin-bottom:20px;
}

.fala-bem-page .journey-link{
margin-top:22px;
padding-top:0;
}

.fala-bem-page .weekly-poll,
.fala-bem-page .hub-action-card{
padding:22px 18px;
}

.fala-bem-page .poll-option{
gap:12px;
}

.fala-bem-page .poll-option span{
flex:0 0 auto;
}

.fala-bem-page .feature{
padding:28px 22px !important;
}

.fala-bem-page .feature h2{
font-size:clamp(30px,8.5vw,38px);
}

.fala-bem-page .post,
.fala-bem-page .sidebar-box{
padding:22px !important;
}

.fala-bem-page .post h3{
font-size:clamp(23px,7vw,28px);
line-height:1.18;
}

.fala-bem-page .excerpt{
font-size:16px;
line-height:1.6;
}

.fala-bem-page .professional-voice-head,
.fala-bem-page .professional-launch,
.fala-bem-page .community-form{
grid-template-columns:1fr;
}

.fala-bem-page .professional-launch{
gap:20px;
padding:22px 20px;
}

.fala-bem-page .community-form-footer{
align-items:stretch;
flex-direction:column;
}

.fala-bem-page .community-form-footer .btn{
width:100%;
}

.fala-bem-page aside{
display:grid;
grid-template-columns:1fr;
gap:18px;
}

.fala-bem-page aside :where(.sidebar-box,.highlight){
margin:0;
}
}

@media(max-width:520px){
.fala-bem-page .menu-actions{
display:none;
}

.fala-bem-page .content-search{
padding:0 13px;
}

.fala-bem-page .content-search input{
min-width:0;
font-size:14px;
}

.fala-bem-page .post-engagement>div{
display:grid;
grid-template-columns:1fr;
}

.fala-bem-page .reaction-btn,
.fala-bem-page .share-post{
width:100%;
min-height:40px;
}

.fala-bem-page .professional-voice-topics span{
flex:1 1 calc(50% - 9px);
text-align:center;
}

.fala-bem-page .highlight{
padding:28px 22px;
}

.fala-bem-page .highlight h4{
font-size:28px;
line-height:1.14;
}
}

@media(max-width:360px){
.fala-bem-page .container.page{
width:calc(100% - 24px) !important;
}

.fala-bem-page .belief-block,
.fala-bem-page .journey-paths,
.fala-bem-page .fala-video,
.fala-bem-page .community-hub,
.fala-bem-page .professional-voice,
.fala-bem-page .community-invite,
.fala-bem-page .post,
.fala-bem-page .sidebar-box{
padding-right:17px !important;
padding-left:17px !important;
}

.fala-bem-page .author-line{
align-items:flex-start;
}
}

/* Resposta direta dos caminhos Começar, Evoluir e Permanecer */
.journey-guidance{
position:relative;
margin:0 0 24px;
scroll-margin-top:96px;
}

.journey-guidance[hidden],
.journey-guidance-card[hidden]{
display:none !important;
}

.journey-guidance-card{
padding:clamp(24px,4vw,38px);
overflow:hidden;
border:1px solid #ffd8bc;
border-left:6px solid var(--primary);
border-radius:24px;
background:linear-gradient(135deg,#fff7f0,#fff 72%);
box-shadow:0 12px 30px rgba(17,17,17,.07);
}

.journey-guidance-card>span{
display:inline-block;
margin-bottom:10px;
color:var(--primary);
font-size:12px;
font-weight:900;
letter-spacing:.08em;
}

.journey-guidance-card h3{
max-width:760px;
margin-bottom:12px;
font-size:clamp(27px,3.6vw,40px);
line-height:1.08;
}

.journey-guidance-card p{
max-width:840px;
color:#555;
font-size:16px;
line-height:1.65;
}

.journey-guidance-card strong{
display:block;
margin-top:18px;
color:#111;
font-size:14px;
}

@media(max-width:768px){
.fala-bem-page .journey-guidance{
padding-right:0 !important;
padding-left:0 !important;
}

.fala-bem-page .journey-guidance-card{
padding:24px 20px;
border-left-width:4px;
border-radius:20px;
}

.fala-bem-page .journey-guidance-card h3{
font-size:clamp(25px,7.5vw,32px);
}
}

@media(max-width:768px){
.fala-bem-page .journey-paths{
padding:24px 20px !important;
}

.journey-assistant{
padding:14px 16px 16px;
}

.journey-progress{
margin-bottom:18px;
}

.journey-progress li{
gap:6px;
}

.journey-progress li small{
font-size:10px;
}

.journey-stage{
min-height:0;
padding:14px 0 0;
}

.journey-options-compact,
.journey-options-availability,
.journey-options-practice{
grid-template-columns:repeat(2,minmax(0,1fr));
}

.journey-result-heading{
grid-template-columns:1fr;
gap:14px;
}

.journey-result{
padding:18px;
}

.journey-result-profile{
justify-self:start;
white-space:normal;
}

.journey-result-grid{
grid-template-columns:1fr;
}
}

@media(max-width:560px){
.journey-assistant{
padding:12px;
border-radius:18px;
}

.journey-progress li{
justify-content:center;
}

.journey-progress li small{
position:absolute;
width:1px;
height:1px;
overflow:hidden;
clip:rect(0 0 0 0);
white-space:nowrap;
}

.journey-progress li:not(:last-child)::after{
left:calc(50% + 20px);
right:calc(-50% + 20px);
}

.journey-reset-bar{
align-items:flex-start;
}

.journey-reset-bar span{
max-width:170px;
line-height:1.35;
}

.journey-stage{
padding:14px 0 0;
border-radius:0;
}

.journey-options,
.journey-options-compact,
.journey-options-availability{
grid-template-columns:1fr;
}

.journey-options-goals .journey-option:last-child{
grid-column:auto;
}

.journey-option{
min-height:68px;
}

.journey-result{
padding:16px;
border-radius:12px;
}

.journey-navigation{
display:grid;
grid-template-columns:1fr auto 1fr;
}

.journey-back{
justify-self:start;
}

.journey-next{
justify-self:end;
}

.journey-result-actions{
display:grid;
}

.journey-result-actions .btn,
.journey-restart{
justify-content:center;
width:100%;
}
}
