/* V53 — Home central unificada + menu flutuante PT/EN */
html body .v52-section-nav{display:none!important;}

html body .v53-home-hub{
  position:relative;
  padding:92px 0 88px!important;
  background:
    radial-gradient(circle at 12% 10%, rgba(255,181,38,.08), transparent 28%),
    radial-gradient(circle at 82% 44%, rgba(82,208,255,.08), transparent 32%),
    linear-gradient(180deg, rgba(5,10,16,.96), rgba(8,13,20,.98));
}
html body .v53-home-hub .content-area{max-width:1480px!important;}
html body .v53-home-hub__panel{
  position:relative;
  overflow:hidden;
  padding:50px 54px 58px;
  border:1px solid rgba(217,164,58,.34);
  border-radius:30px;
  background:
    linear-gradient(135deg, rgba(9,14,21,.94), rgba(13,23,32,.84)),
    radial-gradient(circle at 10% 8%, rgba(255,190,50,.10), transparent 32%),
    radial-gradient(circle at 90% 70%, rgba(66,199,255,.08), transparent 35%);
  box-shadow:0 34px 100px rgba(0,0,0,.52), inset 0 1px 0 rgba(255,255,255,.045);
}
html body .v53-home-hub__panel:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.032) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.026) 1px, transparent 1px);
  background-size:54px 54px;
  opacity:.20;
  mask-image:linear-gradient(180deg, rgba(0,0,0,.82), rgba(0,0,0,.18));
}
html body .v53-home-hub__panel:after{
  content:"";
  position:absolute;
  left:54px;right:54px;top:0;height:1px;
  background:linear-gradient(90deg, transparent, rgba(255,211,116,.58), rgba(112,221,255,.25), transparent);
  opacity:.85;
}
html body .v53-section-head{
  position:relative;z-index:1;
  display:flex;align-items:flex-end;justify-content:space-between;gap:30px;
  margin-bottom:32px;
}
html body .v53-section-head .pro-title{margin:10px 0 0!important;max-width:980px;}
html body .v53-section-head .pro-subtitle{max-width:940px!important;margin-top:12px!important;}
html body .v53-head-actions{display:flex;gap:12px;flex:0 0 auto;}
html body .v53-head-link{
  min-height:44px;min-width:148px;padding:0 20px;border-radius:999px;
  display:inline-flex;align-items:center;justify-content:center;
  border:1px solid rgba(255,194,62,.52);
  background:linear-gradient(180deg, rgba(255,190,45,.14), rgba(124,74,10,.06));
  color:#ffe6a6!important;text-decoration:none!important;
  font-family:var(--font-title, inherit);font-size:12px;font-weight:900;
  letter-spacing:.12em;text-transform:uppercase;
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
}
html body .v53-head-link.is-gold,
html body .v53-head-link:hover{
  color:#12100a!important;
  background:linear-gradient(180deg,#ffd966,#f2a50b);
  box-shadow:0 16px 42px rgba(255,174,24,.20), inset 0 1px 0 rgba(255,255,255,.36);
  transform:translateY(-2px);
}

html body .v53-update-grid{
  position:relative;z-index:1;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  grid-auto-rows:minmax(220px, auto);
  gap:22px;
}
html body .v53-update-card{
  position:relative;
  overflow:hidden;
  min-height:220px;
  border-radius:22px;
  border:1px solid rgba(214,166,64,.30);
  background-size:cover;
  background-position:center;
  color:#fff!important;
  text-decoration:none!important;
  box-shadow:0 20px 58px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.04);
  transition:transform .24s ease, border-color .24s ease, box-shadow .24s ease, filter .24s ease;
  display:flex;align-items:flex-end;
}
html body .v53-update-card--wide{grid-column:span 2;}
html body .v53-update-card:before{
  content:"";position:absolute;inset:0;
  background:
    linear-gradient(180deg, rgba(3,5,9,.12) 0%, rgba(3,5,9,.62) 55%, rgba(3,5,9,.94) 100%),
    radial-gradient(circle at 15% 15%, rgba(255,203,83,.12), transparent 32%);
  z-index:0;transition:opacity .24s ease;
}
html body .v53-update-card:after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:4px;
  background:linear-gradient(90deg, rgba(255,198,61,.88), rgba(98,221,255,.42), transparent);
  opacity:.0;transform:scaleX(.55);transform-origin:left;transition:opacity .24s ease, transform .24s ease;
}
html body .v53-update-card:hover{
  transform:translateY(-5px);
  border-color:rgba(255,202,78,.62);
  box-shadow:0 28px 72px rgba(0,0,0,.48),0 0 0 1px rgba(255,202,78,.16),0 0 40px rgba(255,177,29,.10);
  filter:saturate(1.08);
}
html body .v53-update-card:hover:after{opacity:1;transform:scaleX(1);}
html body .v53-card-tag{
  position:absolute;left:22px;top:20px;z-index:2;
  display:inline-flex;align-items:center;justify-content:center;
  width:auto!important;max-width:max-content!important;
  padding:7px 13px;border-radius:999px;
  background:linear-gradient(180deg,rgba(255,211,91,.92),rgba(173,111,20,.82));
  color:#201606!important;
  border:1px solid rgba(255,231,146,.45);
  font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;
  box-shadow:0 10px 28px rgba(0,0,0,.30);
}
html body .v53-card-tag.is-event{
  background:linear-gradient(180deg,rgba(104,236,255,.96),rgba(42,169,193,.84));
  border-color:rgba(169,248,255,.50);
  color:#051016!important;
}
html body .v53-card-content{
  position:relative;z-index:1;width:100%;padding:74px 24px 24px;
}
html body .v53-card-content h3{
  margin:0 0 10px!important;color:#fff7df!important;
  font-family:var(--font-title, inherit);font-size:25px;line-height:1.05;font-weight:900;
  letter-spacing:.03em;text-shadow:0 10px 28px rgba(0,0,0,.60);
}
html body .v53-card-content p{
  margin:0!important;color:rgba(255,255,255,.82)!important;
  font-size:15px;line-height:1.55;max-width:560px;
}
html body .v53-event-row{
  margin-top:18px;display:flex;align-items:center;gap:10px;flex-wrap:wrap;
}
html body .v53-event-row strong,
html body .v53-event-row span{
  display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 13px;border-radius:10px;
  border:1px solid rgba(255,212,94,.33);background:rgba(6,9,14,.68);
  color:#ffd66c;font-size:13px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;
}
html body .v53-event-row strong.is-active{background:linear-gradient(180deg,#57f37a,#1fbf55);color:#07140b;border-color:rgba(142,255,170,.65);}

/* Menu flutuante vertical com idioma PT/EN */
html body .v53-section-nav{
  position:fixed;right:26px;top:154px;z-index:89;
  display:flex;flex-direction:column;gap:18px;padding:24px 0;
  pointer-events:auto;
}
html body .v53-section-nav:before{
  content:"";position:absolute;top:34px;bottom:34px;right:11px;width:1px;
  background:linear-gradient(180deg,transparent,rgba(255,232,190,.58),rgba(255,177,31,.55),transparent);
  box-shadow:0 0 18px rgba(255,180,36,.20);opacity:.82;
}
html body .v53-section-nav__item{
  position:relative;display:grid;grid-template-columns:minmax(96px,136px) 34px 24px;align-items:center;
  min-height:44px;text-align:right;color:rgba(255,239,211,.50)!important;text-decoration:none!important;
  transition:transform .22s ease,color .22s ease,opacity .22s ease;
}
html body .v53-section-nav__text strong{display:block;font-family:Georgia,'Times New Roman',serif;font-size:19px;line-height:1;font-weight:700;letter-spacing:.01em;text-shadow:0 8px 24px rgba(0,0,0,.45);}
html body .v53-section-nav__text small{display:block;margin-top:4px;font-size:12px;line-height:1;color:rgba(255,239,211,.44);font-weight:700;letter-spacing:.02em;}
html body .v53-section-nav__line{width:31px;height:1px;justify-self:end;background:rgba(255,239,211,.58);transition:width .22s ease,background .22s ease,box-shadow .22s ease;}
html body .v53-section-nav__diamond{width:12px;height:12px;transform:rotate(45deg);border:2px solid rgba(255,239,211,.70);background:rgba(10,12,16,.76);box-shadow:0 0 0 3px rgba(0,0,0,.24);transition:border-color .22s ease,background .22s ease,box-shadow .22s ease,transform .22s ease;}
html body .v53-section-nav__item:hover,html body .v53-section-nav__item.is-active{color:#fff2c8!important;transform:translateX(-5px);}
html body .v53-section-nav__item:hover small,html body .v53-section-nav__item.is-active small{color:#d9ae57!important;}
html body .v53-section-nav__item:hover .v53-section-nav__line,html body .v53-section-nav__item.is-active .v53-section-nav__line{width:44px;background:#f7c75d;box-shadow:0 0 18px rgba(247,199,93,.48);}
html body .v53-section-nav__item:hover .v53-section-nav__diamond,html body .v53-section-nav__item.is-active .v53-section-nav__diamond{border-color:#f7c75d;background:#120d05;box-shadow:0 0 0 4px rgba(247,199,93,.08),0 0 24px rgba(247,199,93,.55);transform:rotate(45deg) scale(1.08);}

@media (max-width:1500px){
  html body .v53-section-nav{right:14px;top:146px;transform:scale(.88);transform-origin:top right;}
  html body .v53-home-hub .content-area{max-width:calc(100% - 160px)!important;margin-left:42px!important;}
}
@media (max-width:1280px){
  html body .v53-home-hub .content-area{max-width:calc(100% - 40px)!important;margin:0 auto!important;}
  html body .v53-section-nav{left:50%;right:auto;top:auto;bottom:16px;transform:translateX(-50%);flex-direction:row;gap:8px;padding:8px;border:1px solid rgba(214,165,64,.30);border-radius:999px;background:rgba(8,12,18,.86);backdrop-filter:blur(12px);box-shadow:0 18px 48px rgba(0,0,0,.34);max-width:calc(100vw - 22px);overflow-x:auto;}
  html body .v53-section-nav:before,.v53-section-nav__line{display:none!important;}
  html body .v53-section-nav__item{display:flex;min-height:38px;min-width:auto;text-align:center;padding:0 12px;border-radius:999px;grid-template-columns:none;}
  html body .v53-section-nav__text strong{font-family:inherit;font-size:11px;text-transform:uppercase;letter-spacing:.1em;white-space:nowrap;}
  html body .v53-section-nav__text small{display:none;}
  html body .v53-section-nav__diamond{display:none;}
  html body .v53-section-nav__item:hover,html body .v53-section-nav__item.is-active{transform:none;background:rgba(246,195,91,.15);}
}
@media (max-width:1100px){
  html body .v53-update-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  html body .v53-update-card--wide{grid-column:span 2;}
}
@media (max-width:991px){
  html body .v53-home-hub{padding:56px 0 78px!important;}
  html body .v53-home-hub__panel{padding:30px 22px 34px;border-radius:22px;}
  html body .v53-section-head{display:block;margin-bottom:24px;}
  html body .v53-head-actions{margin-top:18px;flex-wrap:wrap;}
}
@media (max-width:720px){
  html body .v53-update-grid{grid-template-columns:1fr;}
  html body .v53-update-card--wide{grid-column:auto;}
  html body .v53-update-card{min-height:210px;}
  html body .v53-card-content h3{font-size:22px;}
  html body .v53-section-nav{display:none!important;}
}
