/* =========================================================
   FONTES SANTANDER
   ========================================================= */
@font-face{font-family:'SantanderHeadline-Bold';src:url('../fonts/santander-headline/santanderheadline-bold-webfont.woff2') format('woff2'),url('../fonts/santander-headline/santanderheadline-bold-webfont.woff') format('woff')}
@font-face{font-family:'SantanderHeadline';src:url('../fonts/santander-headline/santanderheadline-regular-webfont.woff2') format('woff2'),url('../fonts/santander-headline/santanderheadline-regular-webfont.woff') format('woff')}
@font-face{font-family:'SantanderText';src:url('../fonts/santander-text/santandertext-regular-webfont.woff2') format('woff2'),url('../fonts/santander-text/santandertext-regular-webfont.woff') format('woff')}

/* =========================================================
   RESET
   ========================================================= */
*{box-sizing:border-box}
html,body{margin:0;padding:0;overflow-x:hidden;background:#ffffff;}
body{font-family:-apple-system,BlinkMacSystemFont,"SantanderText",Roboto,Ubuntu,Arial,sans-serif;color:#222;background:#ffffff;line-height:1.4}

.sm__underline {
    display: inline-block;
    width: 130px;
    height: 2px;
    border-radius: 0;
    background: #ED0000;
    margin-top: 8px;
}
.sm__underline_white {
    display: inline-block;
    width: 130px;
    height: 2px;
    border-radius: 0;
    background: #FFFFFF;
    margin-top: 8px;
}
p.section-subtitle {
    font-size: 14px;
    line-height: 17px;
    margin-top: 5px;
    margin-bottom: 30px;
}
.show-desktop {display: block;}
  .show-mobile {display: none;}

/* =========================================================
   TOKENS
   ========================================================= */
:root{
  --santander-red:#EC0000;
  --text-on-red:#fff;
  --device-w:300px;
  --gap:12px;
  --tile-w:101px;
  --tile-h:113px;
  --shift-x:0px;
  --shift-y:0px;
  --hero-title-size:32px;
  --hero-sub-size:22px;
  --tile-title-small:12px;
  --tile-title-big:17px;
  --tile-icon-h:40px;
}

/* =========================================================
   HERO
   ========================================================= */
.hero{position:relative;background:var(--santander-red);color:var(--text-on-red);overflow:visible;isolation:isolate}
.hero .container-xl {
  padding-bottom: 0px !important;
  padding-top: 0px;
}
.hero-content {
  padding-left: 15px;
  padding-right: 15px;
}
.hero{
  position: relative;
  background: var(--santander-red);
  overflow: visible;
  isolation: isolate;
  padding-top: 40px;
}
.hero::after {
  display: block;
  width: 100%;
  height: 340px;
  position: absolute;
  bottom: 0;
  content: "";
  background: #FFFFFF;
  background: linear-gradient(175deg, rgba(255, 255, 255, 0) 50%, rgba(84, 0, 0, 0.7) 100%);
}
.hero .col-text{order:1 !important}
.hero .col-visual{order:2 !important}
.hero .tag-black {
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    margin-left: 10px;
}
.hero .tag-black .col-tags {
   display: inline-block;
}
.hero .tag-black .col-tags .flag {}
.hero .tag-black .col-tags .flag.pl-20 {
   margin-left: 20px;
}
.hero .tag-black .col-tags .flag .flag-hero {
    width: 150px;
}

/* Desktop mantém texto à esquerda e visual à direita */
@media (min-width:992px){
  .hero .row{align-items:center}
  .hero .col-text{order:1 !important}
  .hero .col-visual{order:2 !important}
}
@media (min-width: 992px) {
   .hero-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
  }
}

.hero__badge{width:142px;height:auto;display:block;margin-bottom:12px;opacity:0}
.hero__title{
  font-family:'SantanderHeadline',system-ui,sans-serif;
  font-size:var(--hero-title-size);
  line-height:1.15;
  margin:0 0 10px;
  opacity:0;
  transform:translateY(14px);
  font-weight: bold;
}
.hero__subtitle{
  font-size:var(--hero-sub-size);
  opacity:.9;
  margin:0;
  max-width:48ch;
  transform:translateY(14px);
  opacity:0;
  font-family:'SantanderHeadline',system-ui,sans-serif;
}

/* Animações texto */
@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
@keyframes slideInLeft{from{opacity:0;transform:translateX(-16px)}to{opacity:1;transform:translateX(0)}}
.reveal .hero__badge{animation:slideInLeft .6s ease forwards}
.reveal .hero__title{animation:fadeUp .6s .1s ease forwards}
.reveal .hero__subtitle{animation:fadeUp .6s .2s ease forwards}

.hero .col-12.col-lg-6.full-width {
  padding-right: 0 !important;
  padding-left: 0 !important;
  position: relative;
  margin-top: 0px;
}
.hero .col-12.col-lg-6.full-width::after {display: none;}

/* =========================================================
   APARELHO + GRADE FORA DO APARELHO
   ========================================================= */
.device-wrap {
  position: relative;
  width: 400px;
  aspect-ratio: 9 / 16;
  display: grid;
  place-items: center;
  margin-inline: auto;
  background-image: url(../img/fase-2/mockup-smartphone-hero.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto !important;
  background-position-x: center;
  background-position-y: bottom;
}
@media (min-width:992px){
  .device-wrap{margin-left:auto}
}
@media (max-width:786px){
  .device-wrap{max-height: 430px}
  .hero .col-12.col-lg-6.full-width::after {
    display: block;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    content: "";
    background: #FFFFFF;
    background: linear-gradient(175deg, rgba(255, 255, 255, 0) 50%, rgba(84, 0, 0, 1) 100%);
  }
  .hero .col-12.col-lg-6.full-width {margin-top: 20px;}
  .device-wrap {
    width: 330px;
    max-width: 400px;
    background-size: cover;
    background-position-y: top;
  }
  .hero::after {display: block;}

}
.device__shell{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:contain;
  z-index:1;
  pointer-events:none;
  user-select:none;
}

.btn-grid{
  position:absolute;
  left:50%;  
  transform:translate(calc(-50% + var(--shift-x)), calc(-50% + var(--shift-y)));
  width:calc(var(--tile-w)*3 + var(--gap)*2);
  z-index:2
}
.btn-grid .row{--bs-gutter-x:var(--gap);--bs-gutter-y:var(--gap)}

.btn-grid.botton-position.position-absolute {
    bottom: 0px;
}
.btn-grid.top-position.position-absolute {
    margin-top: 100px;
}



.container-destaque-d {
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
}
.destaque-d {
  width: 180px;
  height: 180px;
  margin: -25px;
  display: inline-block;
  animation-name: pulse-item;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}

.dest-item-01-d, .dest-item-02-d, .dest-item-03-d, .dest-item-04-d, .dest-item-05-d {
  background-position-x: center;
  background-position-y: center;
}
.dest-item-01-d {
  background:url(../img/fase-2/item-destaque-01-m.svg) no-repeat;
  animation-delay: 0s;
}
.dest-item-02-d {
  background:url(../img/fase-2/item-destaque-02-m.svg) no-repeat;
  animation-delay: 0.4s;
}
.dest-item-03-d {
  background:url(../img/fase-2/item-destaque-03-m.svg) no-repeat;
  animation-delay: 0.8s;
}
.dest-item-04-d {
  background:url(../img/fase-2/item-destaque-04-m.svg) no-repeat;
  animation-delay: 1.2s;
}
.dest-item-05-d {
  background:url(../img/fase-2/item-destaque-05-m.svg) no-repeat;
  animation-delay: 1.6s;
}




.container-destaque {
    text-align: center;
    max-width: 360px;
    margin: 0 auto;
    padding-left: 20px;
}
.destaque {
  display: inline-block;
  animation-name: pulse-item;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}
.destaque {
    width: 130px;
    height: 150px;
    margin: -10px;
}

.dest-item-01, .dest-item-02, .dest-item-03, .dest-item-04, .dest-item-05 {
  background-position-x: center;
  background-position-y: center;
}
.dest-item-01 {
  background:url(../img/fase-2/item-destaque-01-m.svg) no-repeat;
  animation-delay: 0s;
}
.dest-item-02 {
  background:url(../img/fase-2/item-destaque-02-m.svg) no-repeat;
  animation-delay: 0.4s;
}
.dest-item-03 {
  background:url(../img/fase-2/item-destaque-03-m.svg) no-repeat;
  animation-delay: 0.8s;
}
.dest-item-04 {
  background:url(../img/fase-2/item-destaque-04-m.svg) no-repeat;
  animation-delay: 1.2s;
}
.dest-item-05 {
  background:url(../img/fase-2/item-destaque-05-m.svg) no-repeat;
  animation-delay: 1.6s;
}








/* =========================================================
   CARDS
   ========================================================= */
.card-tile {
    width: 100%;
    height: 90px;
    background: #000000;
    border-radius: 8px;
    text-decoration: none;
    color: #fff;
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform .2s ease, box-shadow .2s ease;
}
.flag-hero {width: 70%;}
.flag-left {text-align: right;}
.flag-right {text-align: left;}

/* Entrada 3D dos cards */
@keyframes pop3d{
  0%{opacity:0;transform:translateY(20px) scale(.9) rotateX(18deg) rotateY(-14deg)}
  60%{opacity:1;transform:translateY(-4px) scale(1.02) rotateX(-4deg) rotateY(3deg)}
  100%{opacity:1;transform:translateY(0) scale(1) rotateX(0) rotateY(0)}
}
.card-tile.in-view{animation:pop3d .8s cubic-bezier(.17,.88,.36,1.08) forwards}

@media (max-width:1024px){
  .container-destaque {
      padding-left: 5px;
  }
  .destaque {
    width: 110px;
    height: 130px;
    margin: -10px;
  }
}

@media (min-width:1024px){
   .hero .tag-black .col-tags .flag .flag-hero {width: 200px; margin-top: 50px;}
   @keyframes pulse-item {
      0%, 100% {
        transform: scale(0.5);
      }
      50% {
        transform: scale(1.3);
      }
    }
}
@media (min-width:992px){
   .card-tile{position:relative}
   .card-tile:nth-child(3n+1)::before,
   .card-tile:nth-child(3n)::before{
   content:"";position:absolute;top:0;bottom:0;width:22px;opacity:.0;pointer-events:none  }
   .card-tile:nth-child(3n+1)::before{left:-11px;background:linear-gradient(90deg,rgba(255,255,255,.6),rgba(255,255,255,0))}
   .card-tile:nth-child(3n)::before{right:-11px;background:linear-gradient(270deg,rgba(255,255,255,.6),rgba(255,255,255,0))}
   .btn-grid.botton-position.position-absolute {bottom: 50px;}
   .card-tile:nth-child(4)::before,.card-tile:nth-child(6)::before{opacity:.7}
   .btn-grid.botton-position.position-absolute {display: none;}
   .screen-mask {--mask-top: 46%;}
   @keyframes pulse-item {
      0%, 100% {
        transform: scale(0.8);
      }
      50% {
        transform: scale(1.4);
      }
    }
}
@media (max-width:991px){
   .hero .tag-black {display: none;}
   .flag-hero {width: 70%;}
   .btn-grid.top-position.position-absolute {margin-top: 20px;}
   .btn-grid.botton-position.position-absolute {bottom: 0px; max-width: 90%;}
   .device-wrap {aspect-ratio:11 / 16}
   .hero .tag-black .col-tags .flag .flag-hero {width: 130px;}
   @keyframes pulse-item {
      0%, 100% {
        transform: scale(0.4);
      }
      50% {
        transform: scale(1);
      }
    }
    .destaque {
      width: 110px;
      height: 110px;
      margin: -25px;
    }
}
@media (max-width:840px){
   .device-wrap {aspect-ratio:14 / 16}
   .hero {padding-top: 70px}
}
@media (max-width:768px){
  .flag-hero {width: 50%;}
  .btn-grid {bottom: -10px !important;}
  .btn-grid.top-position {bottom: 170px !important;}
  .hero .container-xl {padding-top: 18px;}  
}
@media (max-width:480px){
  .flag-hero {width: 100%;}
  .hero__badge {margin-bottom: 12px !important;}
  .hero__title {margin-bottom: 0 !important;}
  .hero .col-12.col-lg-6.full-width {margin-top: 10px;}
  .btn-grid.top-position {bottom: 180px !important;}
  .btn-grid {bottom: 0px !important;}
}
@media (max-width:360px){
  .hero__badge {margin-bottom: 12px !important;}
  .hero__title {font-size: 30px;margin-bottom: 10px !important;line-height: 32px;}
  .hero .col-12.col-lg-6.full-width {margin-top: 10px;}
  .btn-grid.top-position {bottom: 180px !important;}
  .btn-grid {bottom: 0px !important;}
}


/* =========================================================
   SEPARATOR
   ========================================================= */
.tag-separator {
    margin-top: -25px;
    position: relative;
    z-index: 9;
}
.tag-separator .container-xl.full-width {
    padding: 0;
    max-width: 100%;
}

.tag-line {
  background: #F00000;
  width: 100%;
  height: 45px;
}
.tag-line p {
  font-family: 'SantanderText';
}
.tag-separator .of__ribbon {
    position: relative;
    width: 100%;
    margin: clamp(14px, 6.2vw, 56px) auto;
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
}
.tag-separator .of__band {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  font-weight: 600;
  letter-spacing: .6px;
  text-transform: uppercase;
}
.tag-separator .of__band--top {
    white-space: nowrap;
    text-wrap: nowrap;
    background: #ED0000;
    transform: skewY(-1.5deg);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
    gap: 15px;
    padding-inline: 8px;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #fff;
}
.tag-separator .of__star {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: no-repeat center/contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='white'><path d='M12 2l2.3 5.9L20 10l-5.2 2.1L12 18l-2.8-5.9L4 10l5.7-2.1L12 2z'/></svg>");
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
  margin-top: 5px;
}
.tag-separator .of__band--top .of__em {
  font-size: 1.35em;
  font-weight: bold;
  letter-spacing: .02em;
}

@media (max-width:768px){
  .tag-separator .of__band--top {
    background: #F00000;
    transform: skewY(-4deg);
    box-shadow: 0 0px 15px 15px rgba(0, 0, 0, .25);
    gap: 5px;
    padding-inline: 0px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    font-weight: bold;
  }
  .tag-separator .of__ribbon {
    height: 45px;
  }
  .tag-separator {
    margin-top: -20px;
  }
  .tag-separator .of__star {
    width: 14px;
    height: 14px;
  }
}

/* =========================================================
   BREAKPOINTS EM PIXELS
   ========================================================= */

/* sm >= 576px */
@media (min-width:576px){
  :root{
    --device-w:300px;
    --gap:12px;
    --tile-w:100px;
    --tile-h:120px;
    --hero-title-size:32px;
    --hero-sub-size:17px;
    --tile-title-small:12px;
    --tile-title-big:18px;
    --tile-icon-h:42px;
  }
}

@media (min-width:768px){
  :root{
    --device-w:360px;
    --gap:16px;
    --tile-w:160px;
    --tile-h:190px;
    --hero-title-size:40px;
    --hero-sub-size:18px;
    --tile-title-small:14px;
    --tile-title-big:20px;
    --tile-icon-h:48px;
  }
}

@media (min-width:992px){
  :root{
    --device-w:600px;
    --gap:18px;
    --tile-w:168px;
    --tile-h:176px;
    --hero-title-size:56px;
    --hero-sub-size:20px;
    --tile-title-small:14px;
    --tile-title-big:21px;
    --tile-icon-h:52px;
  }
}

@media (min-width:1200px){
  :root{
    --device-w:620px;
    --gap:18px;
    --tile-w:172px;
    --tile-h:180px;
    --hero-title-size:60px;
    --hero-sub-size:21px;
    --tile-title-small:15px;
    --tile-title-big:22px;
    --tile-icon-h:56px;
  }
}

/* xxl >= 1400px */
@media (min-width:1400px){
  :root{
    --device-w:400px;
    --gap:20px;
    --tile-w:180px;
    --tile-h:192px;
    --hero-title-size:60px;
    --hero-sub-size:22px;
    --tile-title-small:16px;
    --tile-title-big:24px;
    --tile-icon-h:60px;
  }
}

/* Ultrawide extra opcional */
@media (min-width:1920px){
  :root{
    --device-w:460px;
    --tile-w:188px;
    --tile-h:200px;
    --tile-title-small:17px;
    --tile-title-big:26px;
    --tile-icon-h:64px;
  }
}

/* =========================================================
   ACESSIBILIDADE
   ========================================================= */
@media (prefers-reduced-motion:reduce){
  *{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important}
  .hero__badge,.hero__title,.hero__subtitle{opacity:1;transform:none}
  .card-tile{transform:none}
}


/* =========================================================
   HEADER
   ========================================================= */
   
:root{
  --santander-red:#EC0000;
  --text-on-red:#fff;
  --tile-gap:18px;
}

.sr-only{position:absolute !important; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0 0 0 0); border:0}

/* Barra fixa opcional */
.s-header{
position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999999;
  background:var(--santander-red);
  color:var(--text-on-red);
  box-shadow:0 2px 0 rgba(0,0,0,.06);
}
.s-header__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
}
.s-header__logo img{display:block; height:auto}

/* Hamburguer */
.s-header__hamburger {
  --size:40px;
  width:27px;
  height:27px;
  display:inline-grid;
  place-items:center;
  background:transparent;
  border:0;
  cursor:pointer;
  border-radius:8px;
}
.s-header__hamburger .s-header__line {
    margin-bottom: 3px !important;
    margin-top: 3px !important;
    right: 10px;
}
.s-header__line {
    display: block;
    width: 27px;
    height: 3px;
    background: #fff;
    position: relative;
}
.s-header__line+.s-header__line{margin-top:5px}

/* Painel do menu */
.s-menu[hidden]{display:none}
.s-menu {
    background: var(--santander-red);
    color: var(--text-on-red);
    inset: 0;
    position: fixed;
    overflow: auto;
    top: 50px;
}
.s-menu__inner{
  padding:20px 16px 28px;
}

/* Itens do menu */
.s-menu__grid{
  list-style:none; padding:0; margin:16px 0 24px;
  display:grid; grid-template-columns:repeat(3,1fr); gap:22px;
}
.s-menu__item{
  display:grid; place-items:center; text-align:center;
  text-decoration:none; color:#fff;
}
.s-menu__icon{
  width:58px; height:58px; border-radius:50%;
  background:#fff; display:grid; place-items:center;
}
.s-menu__icon img{height:28px; width:auto; display:block; filter:contrast(0) brightness(0) saturate(100%) invert(14%) sepia(94%) saturate(6229%) hue-rotate(353deg) brightness(95%) contrast(103%)}
.s-menu__label{
  margin-top:10px; font-size:14px; line-height:1.1;
}

/* CTA */
.s-menu__cta {
  display: block;
  text-align: center;
  margin: 8px auto 8px;
  padding: 13px 20px 17px;
  width: min(420px, 92%);
  background: #fff;
  color: #ED0000;
  font-weight: 300;
  text-decoration: none;
  border-radius: 999px;
  font-size: 22px;
  line-height: 20px;
}

/* Desktop */
@media (min-width:992px){
  .s-header__bar{padding:16px 24px}
  .s-menu__inner{padding:28px 24px}
  /* Após abrir no desktop, os ícones ficam em linha */
  .s-menu__grid{
    grid-template-columns:repeat(7, minmax(90px, 1fr));
    gap:var(--tile-gap);
    align-items:center;
  }
  .s-menu__icon{width:52px; height:52px}
  .s-menu__label{font-size:13px}
  .s-menu__cta{margin-top:12px}
}

/* Animação simples de entrada */
@keyframes slideDown{from{opacity:0; transform:translateY(-8px)} to{opacity:1; transform:translateY(0)}}
.s-menu{animation:slideDown .18s ease}

/* Bloqueio de rolagem atrás do menu */
.body-lock{overflow:hidden}

/* =========================================================
   OFERTAS
   ========================================================= */
.offer {
  background: #000;
  position: relative;
  color: #fff;
  isolation: isolate;
  width: 100%;
  margin: 0 auto;
  margin-top: -25px;
  display: block;
  text-align: center;
}
.offer .container-xl-neg {
    position: relative;
    z-index: 2;
    padding: 80px 0 0px;
}
.offer .container-xl-neg:after {
    display: block;
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.offer_bg {
  position: absolute;
  inset:0;
  z-index: 0;
  overflow:hidden;
  border-radius:0px;
}
.offer_video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 0px;
}

.offer_overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 80% at 50% 0, rgba(0, 0, 0, .15), rgba(0, 0, 0, .2));
}
.offer h2.title-section {
    font-size: 2rem;
    line-height: 2rem;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}
.offer h2.title-section br {display: none;}
.offer .container-xl-neg .palco-ofertas {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}
.offer .float-position {
    position: absolute;
    bottom: 220px;
    width: 20%;
    padding: 10px 0;
    right: 32%;
}
.offer .float-position h3 {
    font-family: 'SantanderHeadline', system-ui, sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    color: #fff;
    margin-bottom: 20px;
}
.offer .float-position h3 span {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 10px;
}
.offer .float-position img.tag-parcelas {
    width: 230px;
}
.offer .float-position .btn-offer {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
}
.offer .btn-offer.inline {
    position: absolute;
    bottom: 20px;
    margin: 0 auto;
    width: 100%;
    z-index: 999;
}
.offer .btn-offer a.cta-btn-offer,
.offer .float-position .btn-offer a.cta-btn-offer {
   background: #EC0000;
   font-family: 'SantanderHeadline', system-ui, sans-serif;
   font-size: 20px;
   line-height: 20px;
   display: inline-block;
   padding: 15px 50px;
   text-decoration: none;
   color: #fff;
   border-radius: 0;
}
.offer .btn-offer.inline a.cta-btn-offer {margin-bottom: 25px;}
.offer .btn-offer a.cta-btn-offer:hover,
.offer .float-position .btn-offer a.cta-btn-offer:hover,
.offer .btn-offer a.cta-btn-offer:focus,
.offer .float-position .btn-offer a.cta-btn-offer:focus {
  text-decoration: none;
}
.offer .text-disclaimer,
.offer .float-position .text-disclaimer {
  font-family: 'SantanderText';
  font-size: 11px;
  line-height: 11px;
  color: #fff;
}

@media (max-width:1680px){
  .offer_video {
    height: 100%;
    margin-top: 20px;
  }
  .offer .float-position {
    bottom: 285px;
    right: 29%;
    width: 350px;
  }
  .offer .float-position .btn-offer {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width:1440px){
  .offer_video {
    height: 100%;
    margin-top: 20px;
  }
  .offer .float-position {
    bottom: 285px;
    right: 25%;
    width: 350px;
  }
  .offer .float-position .btn-offer {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width:1366px){
  .offer_video {
    height: 90%;
    margin-top: 25px;
  }
  .offer .float-position {
    bottom: 285px;
    right: 24%;
    width: 350px;
  }
}
@media (max-width:1200px){
  .offer_video {
    height: 90%;
    margin-top: 25px;
  }
  .offer .float-position {
    bottom: 285px;
    right: 22%;
    width: 350px;
  }
}
@media (max-width:1024px){
  .offer_video {
    height: 90%;
    margin-top: 25px;
  }
  .offer .float-position {
    bottom: 285px;
    right: 17%;
  }
}
@media (max-width:840px){
  .offer_video {
    height: 90%;
    margin-top: 25px;
  }
  .offer .float-position {
    bottom: 285px;
    right: 11%;
  }
}
@media (max-width:768px){
  .offer h2.title-section {
      font-size: 20px;
      line-height: 22px;
      margin-top: 0px;
      margin-bottom: 24px;
  }
  .offer_video {height: 75%;}
  .offer h2.title-section br {display: block;}
  .offer .container-xl-neg {padding: 80px 0 20px;}
  .offer .float-position {
    bottom: 130px;
    width: 100%;
    position: absolute;
    right: 0;
  }
  .offer .float-position .btn-offer {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width:768px){
  .offer .btn-offer.inline a.cta-btn-offer {
    margin-bottom: 25px;
    padding: 15px 30px;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
  }
  /*===== SEMANA 01 =====*/
  .offer .container-xl-neg .palco-ofertas img.palco-ofertas-sm-01-desktop {display: block;margin: 0 auto;}
  .offer .container-xl-neg .palco-ofertas img.palco-ofertas-sm-01-mobile {display: none;margin: 0 auto;}

  /*===== SEMANA 02 =====*/
  .offer .container-xl-neg .palco-ofertas img.palco-ofertas-sm-02-desktop {display: block;margin: 0 auto;}
  .offer .container-xl-neg .palco-ofertas img.palco-ofertas-sm-02-mobile {display: none;margin: 0 auto;}

  /*===== SEMANA 03 =====*/
  .offer .container-xl-neg .palco-ofertas img.palco-ofertas-sm-03-desktop {display: block;margin: 0 auto;}
  .offer .container-xl-neg .palco-ofertas img.palco-ofertas-sm-03-mobile {display: none;margin: 0 auto;}

  /*===== SEMANA 04 =====*/
  .offer .container-xl-neg .palco-ofertas img.palco-ofertas-sm-04-desktop {display: block;margin: 0 auto;}
  .offer .container-xl-neg .palco-ofertas img.palco-ofertas-sm-04-mobile {display: none;margin: 0 auto;}  
}

@media (max-width:767px){
  .offer .btn-offer.inline a.cta-btn-offer {
    margin-bottom: 25px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
  }
  .offer {padding-bottom: 30px;}
  .offer .btn-offer.inline a.cta-btn-offer {margin-bottom: 20px;font-size: 16px;line-height: 16px;padding: 10px 20px;}
  .offer .btn-offer.inline {bottom: -50px;}
  /*===== SEMANA 01 =====*/
  .offer .container-xl-neg .palco-ofertas img.palco-ofertas-sm-01-desktop {display: none;margin: 0 auto;}
  .offer .container-xl-neg .palco-ofertas img.palco-ofertas-sm-01-mobile {display: block;margin: 0 auto;}

  /*===== SEMANA 02 =====*/
  .offer .container-xl-neg .palco-ofertas img.palco-ofertas-sm-02-desktop {display: none;margin: 0 auto;}
  .offer .container-xl-neg .palco-ofertas img.palco-ofertas-sm-02-mobile {display: block;margin: 0 auto;}

  /*===== SEMANA 03 =====*/
  .offer .container-xl-neg .palco-ofertas img.palco-ofertas-sm-03-desktop {display: none;margin: 0 auto;}
  .offer .container-xl-neg .palco-ofertas img.palco-ofertas-sm-03-mobile {display: block;margin: 0 auto;}

  /*===== SEMANA 04 =====*/
  .offer .container-xl-neg .palco-ofertas img.palco-ofertas-sm-04-desktop {display: none;margin: 0 auto;}
  .offer .container-xl-neg .palco-ofertas img.palco-ofertas-sm-04-mobile {display: block;margin: 0 auto;}
}

/* =========================================================
   SPOILER
   ========================================================= */
:root{
  --spoiler-spot-size: 60px;
  --spoiler-spot-feather: 70px;
  --spoiler-spot-blur: 24px;
  --spoiler-overlay-dark: rgba(0,0,0,.92);
}

*{box-sizing:border-box}

.spoiler{
  background:#161616;
  width:100%;
  padding:40px 0 40px;
  border-top: 1px solid #303030;
  border-bottom: 1px solid #303030;
}

/* GRID RESPONSIVO: mobile = 1 coluna; tablet/desktop = 2 colunas */
.spoiler .container{
  display:grid;
  grid-template-columns: 1fr;
  gap:24px;
  align-items:center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Cabeçalho */
.spoiler .head{
  text-align:center;
  margin:0;
}
.spoiler .title{
  font-family:'SantanderHeadline',system-ui,sans-serif;
  color:#fff;
  font-size:24px;
  line-height:30px;
  margin:0 0 6px 0;
  font-weight:700;
}
.spoiler .section-subtitle{
  color:#fff;
  font-size:16px;
  line-height:22px;
  margin:0;
}

/* Cartão da prévia */
.spoiler .wrap{
  width:100%;
  max-width: 520px;
  margin: 0 auto;
}
.spoiler .card{
  background:#000;
  border-radius:10px;
  border:2px solid #fff;
}
.spoiler .banner{
  position:relative;
  border-radius:12px;
  overflow:hidden;
  height:220px;
  background:#111;
}
.spoiler .banner img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  -webkit-user-drag:none;
  user-select:none;
}

/* Overlay sempre ativa com máscara do foco */
.spoiler .lamp-overlay{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:var(--spoiler-overlay-dark);
  -webkit-mask-image: radial-gradient(circle at var(--mx,50%) var(--my,50%),
      transparent 0 calc(var(--spoiler-spot-size)*.5),
      rgba(0,0,0,.01) calc(var(--spoiler-spot-size)*.55) calc(var(--spoiler-spot-size)*.7),
      black calc(var(--spoiler-spot-size)*.9) 100%);
  mask-image: radial-gradient(circle at var(--mx,50%) var(--my,50%),
      transparent 0 calc(var(--spoiler-spot-size)*.5),
      rgba(0,0,0,.01) calc(var(--spoiler-spot-size)*.55) calc(var(--spoiler-spot-size)*.7),
      black calc(var(--spoiler-spot-size)*.9) 100%);
}
.spoiler .lamp-overlay::before{
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at var(--mx,50%) var(--my,50%),
      rgba(255,255,255,.06) 0 calc(var(--spoiler-spot-size)*.45),
      rgba(255,255,255,.02) calc(var(--spoiler-spot-size)*.6) calc(var(--spoiler-spot-size) + var(--spoiler-spot-feather)),
      transparent calc(var(--spoiler-spot-size) + var(--spoiler-spot-feather)) 100%);
  filter:blur(var(--spoiler-spot-blur));
  mix-blend-mode:overlay;
}
.spoiler .lamp-overlay::after{
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at var(--mx,50%) var(--my,50%),
      rgba(0,0,0,0) 0 calc(var(--spoiler-spot-size)*.4),
      rgba(0,0,0,.25) calc(var(--spoiler-spot-size)*.6) calc(var(--spoiler-spot-size) + var(--spoiler-spot-feather)),
      rgba(0,0,0,.9) calc(var(--spoiler-spot-size) + var(--spoiler-spot-feather)) 100%);
  mix-blend-mode:multiply;
}
.spoiler .lamp-ring{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at var(--mx,50%) var(--my,50%),
      rgba(255,255,255,.06) 0 calc(var(--spoiler-spot-size)*.46),
      transparent calc(var(--spoiler-spot-size)*.5) 100%);
  mix-blend-mode:overlay;
  filter:blur(5px);
}
.spoiler .lantern{
  position:absolute;
  width:36px;
  height:36px;
  pointer-events:none;
  transform:translate(-50%,-50%);
  z-index:30;
  filter:drop-shadow(0 6px 10px rgba(0,0,0,.6));
}
.spoiler .lantern svg{
  width:100%;
  height:100%;
  display:block;
}

/* --------- BREAKPOINTS --------- */
/* Mobile pequeno */
@media (max-width:420px){
  .spoiler .banner{height:180px;}
}

/* Mobile geral */
@media (max-width:480px){
  .spoiler .title{font-size:20px; line-height:24px;}
  .spoiler .section-subtitle{font-size:14px; line-height:20px;}
}

/* Tablet e desktop: duas colunas e tipografia maior */
@media (min-width:768px){
  .spoiler .container{
    grid-template-columns: 1fr minmax(420px, 560px);
    gap:32px;
  }
  .spoiler .head{
    text-align:left;
    max-width: 620px;
    justify-self:start;
  }
  .spoiler .title{
    font-size:36px;        /* pedido */
    line-height:42px;
  }
  .spoiler .section-subtitle{
    font-size:24px;        /* pedido */
    line-height:30px;
    margin-top:6px;
  }
  .spoiler .wrap{
    max-width: unset;
    justify-self:end;
    width:100%;
  }
  .spoiler .banner{
    height:260px;
  }
}

/* Desktop amplo: ajuste fino do cartão */
@media (min-width:1200px){
  .spoiler .container{
    grid-template-columns: 1fr 600px;
    gap:40px;
  }
  .spoiler .banner{
    height:250px;
  }
}


/* =========================================================
   SEPARADOR ANIMADO
   ========================================================= */
.separator-arrow {
  background: #000;
  width: 100%;
  height: 70px;
  display: block;
}
.separator-arrow .container {
  display: block;
  position: relative;
  padding-top: 15px;
  padding-bottom: 10px;
}
.separator-arrow .container .arrow-separator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: rotate(0deg);
  cursor: pointer;
}
.separator-arrow .container .arrow-separator span {
  display: block;
  width: 15px;
  height: 15px;
  border-bottom: 3px solid #EC0000;
  border-right: 3px solid #EC0000;
  transform: rotate(0deg);
  margin: -10px;
  animation: animate-arrow 2s infinite;
}
.separator-arrow .container .arrow-separator span:nth-child(2) {animation-delay: -0.2s;}
.separator-arrow .container .arrow-separator span:nth-child(3) {animation-delay: -0.4s;}
@keyframes animate-arrow {
  0% {opacity: 0;transform: rotate(45deg) translate(-20px, -20px);}
  50% {opacity: 1;}
  100% {opacity: 0;transform: rotate(45deg) translate(20px, 20px);}
}


/* =========================================================
   BANNER ESFERA
   ========================================================= */
:root{
  --esfera-radius: 9px;
  --esfera-pad: 0px;
}

.std-esfera{
  background:#000;
  width:100%;
  padding:0 0 50px;
}

.std-esfera .container{
  max-width:1200px;
  margin:0 auto;
  padding:0;
}

.esfera-banner{
  position:relative;
  border-radius:var(--esfera-radius);
  overflow:hidden;
  isolation:isolate;
  min-height:180px;
  background:#0d0d0d;
  box-shadow:0 2px 20px rgba(0,0,0,.25) inset;
  margin: 0 15px;
}

/* Fundo */
.esfera-banner .bg-esfera{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(.9) contrast(1.05) brightness(.98);
  z-index:-1;
}

/* GRID
   mobile: 2 colunas
   tablet: 2 colunas
   desktop: 3 colunas
*/
.esfera-grid{
  display:grid;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-rows:auto;
  gap:16px;
  align-items:center;
  padding:var(--esfera-pad);
}

/* Coluna mídia: mão ancorada no canto inferior esquerdo */
.col-media{
  grid-column:1;
  grid-row:1 / span 2;         /* ocupa a altura do texto+botão no mobile */
  position:relative;
  min-height:200px;            /* garante área para a mão */
}
.hand-phone{
  position:absolute;
  left:var(--esfera-pad);
  bottom:0;
  max-width:140px;
  height:auto;
  display:block;
  filter: drop-shadow(0 6px 18px rgba(0,0,0,.35));
}

/* Coluna texto */
.col-copy{
  grid-column:2;
  align-items:flex-start;
  justify-content:center;
  text-align:left;
  display:flex;
  flex-direction:column;
  gap:10px;
 padding-top: 10px;
 padding-right: 30px;

}
.kicker{
  margin:0;
  font:600 20px/1.25 'SantanderHeadline', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:#111;
}
.logo-esfera{
  height:28px;
  width:auto;
  display:block;
}

/* Botão: no mobile fica na coluna da direita, abaixo do texto */
.col-cta{
  grid-column:2;               /* direita */
  align-self:start;
  justify-content:flex-start;
  display:flex;
}
.btn-esfera{
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:#e30613;
  color:#fff;
  padding:12px 18px;
  border-radius:999px;
  font:600 16px/1 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  text-decoration:none;
  box-shadow:0 6px 16px rgba(227,6,19,.35);
  transition:transform .15s ease, box-shadow .15s ease;
}
.btn-esfera:hover,
.btn-esfera:focus{
  transform:translateY(-1px);
  box-shadow:0 10px 22px rgba(227,6,19,.45);
  outline:none;
}
.btn-esfera .ico{
  flex:0 0 auto;
}

/* ----------------- Tablet ----------------- */
@media (min-width:768px){
  .esfera-grid{
    gap:20px;
    padding:0px;
  }
  .col-media{ min-height:170px; }
  .hand-phone{ max-width:120px; margin-bottom: -10px; }
  .kicker{ font-size:22px; }
  .logo-esfera{ height:32px; }
  /* segue 2 colunas no tablet, botão abaixo do texto à direita */
}

/* ----------------- Desktop ----------------- */
@media (min-width:1024px){
  .esfera-grid{
    grid-template-columns: minmax(240px, 300px) 1fr auto; /* mídia, texto, cta */
    gap:28px;
    padding: 0;
    min-height:180px;
  }
  .col-media{
    grid-column:auto;
    grid-row:auto;
    min-height:200px;
  }
  .hand-phone{ max-width:150px; bottom:0; left: -5px; } /* canto inf. esquerdo */
  .col-copy{ align-self:center; padding-top: 0;}
  .kicker{ font-size:34px; line-height:1.15; color:#111; }
  .logo-esfera{ height:40px; }
  .col-cta{
    grid-column:auto;          /* terceira coluna */
    align-self:center;
    justify-content:flex-end;
    padding-right: 80px;
  }
  .btn-esfera{ padding:14px 22px; font-size:18px; }
}

/* ----------------- Desktop amplo ----------------- */
@media (min-width:1280px){
  .hand-phone{ max-width:140px; left: -5px; }
  .kicker{ font-size:38px; }
  .logo-esfera{ height:44px; }
}


/* =========================================================
   OFERTAS PARCEIROS
   ========================================================= */
.partners {
    padding-top: 30px;
    background: #EDEDED;
}
.partners .container {}
.partners .container header {
    margin-bottom: 20px;
    text-align: center;
}
.partners .container header h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    font-weight: bold;
    color: #222;
}
.partners .container .partner-content {
    width: 100%;
    text-align: center;
}
.partners .container .partner-content .partner-card.partner-ifood .partner-brand,
.partners .container .partner-content .partner-card.partner-ifood .partner-link {
  background: #FF001B;
}

.partners .container .partner-content .partner-card.partner-decolar .partner-brand,
.partners .container .partner-content .partner-card.partner-decolar .partner-link  {
  background: #5500F1;
}

.partners .container .partner-content .partner-card.partner-tik-tok .partner-brand,
.partners .container .partner-content .partner-card.partner-tik-tok .partner-link  {
  background: #000000;
}

.partners .container .partner-content .partner-card.partner-smiles .partner-brand,
.partners .container .partner-content .partner-card.partner-smiles .partner-link  {
  background: #EB7F02;
}

.partners .container .partner-content .partner-card.partner-mastercard .partner-brand,
.partners .container .partner-content .partner-card.partner-mastercard .partner-link {
  background: #000000;
}

.partners .container .partner-content .partner-card.partner-ifood .partner-brand img.logo {
    position: absolute;
    top: 38px;
    left: 35px;
    width: 47px;
}
.partners .container .partner-content .partner-card.partner-decolar .partner-brand img.logo {
    position: absolute;
    top: 27px;
    left: 40px;
    width: 36px;
}
.partners .container .partner-content .partner-card.partner-tik-tok .partner-brand img.logo {
    position: absolute;
    top: 24px;
    left: 32px;
    width: 46px;
}
.partners .container .partner-content .partner-card.partner-smiles .partner-brand img.logo {
    position: absolute;
    top: 39px;
    left: 30px;
    width: 55px;
}
.partners .container .partner-content .partner-card.partner-mastercard .partner-brand img.logo {
    position: absolute;
    top: 23px;
    left: 39px;
    width: 38px;
}
.partners .container .partner-content .partner-card {
    width: 351px;
    height: 100px;
    padding: 0;
    position: relative;
    margin: 10px 15px;
    display: inline-block;
}
.partners .container .partner-content .partner-card a,
.partners .container .partner-content .partner-card a:hover,
.partners .container .partner-content .partner-card a:focus {
  color: #000;
  text-decoration: none;
}
.partners .container .partner-content .partner-card .partner-brand {
    width: 100px;
    height: 100px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    position: absolute;
    left: 0;
    border-right: dashed;
    border-width: 2px;
    border-color: #fff;
}
.partners .container .partner-content .partner-card .partner-brand .border-ticket {
    width: 40px;
    height: 20px;
    border-radius: 20px 20px 0 0;
    background-color: #EDEDED;
    transform: rotate(90deg);
    position: absolute;
    left: -11px;
    top: 40px;
}
.partners .container .partner-content .partner-card .partner-offer {
    width: 230px;
    background: #ffffff;
    height: 100px;
    position: absolute;
    left: 100px;
    padding: 0px 10px;
    box-sizing: border-box;
    text-align: left;
    display: grid;
    align-items: center;
}
.partners .container .partner-content .partner-card .partner-offer .title {
    font-family: 'SantanderText';
    font-weight: bold;
    line-height: 16px;
    font-size: 13px;
    margin-bottom: 6px;
}
.partners .container .partner-content .partner-card .partner-offer span.minimal {
    font-size: 11px;
    line-height: 13px;
    font-weight: 300;
}
.partners .container .partner-content .partner-card .partner-offer span.minimal strong {
    font-weight: bold;
}
.partners .container .partner-content .partner-card .partner-offer p.description {
    padding-left: 0px;
    margin-block-start: 0px;
    margin-block-end: 0px;
    padding-inline-start: 0px;
    margin-top: -20px;
}
.partners .container .partner-content .partner-card .partner-offer ul.description {
    padding-left: 0px;
    margin-block-start: 0px;
    margin-block-end: 0px;
    padding-inline-start: 15px;
    margin-top: -20px;
}
.partners .container .partner-content .partner-card .partner-offer .description,
.partners .container .partner-content .partner-card .partner-offer .description li {
  font-family: 'SantanderText';
  font-weight: 300;
  line-height: 13px;
  font-size: 11px;
}
.partners .container .partner-content .partner-card .partner-link {
    width: 25px;
    height: 100px;
    padding: 0;
    position: absolute;
    right: -5px;
    top: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.partners .container .partner-content .partner-card .partner-link button {
    color: #ffffff;
    font-family: 'SantanderText';
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    transform: rotate(-90deg);
    text-decoration: none;
    text-wrap-mode: nowrap;
    position: absolute;
    right: -23px;
    top: 40px;
    background: transparent;
    border: none;
}
.partners .container .partner-content .partner-card .partner-link a,
.partners .container .partner-content .partner-card .partner-link div.partner-href {
    color: #ffffff;
    font-family: 'SantanderText';
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    transform: rotate(-90deg);
    text-decoration: none;
    text-wrap-mode: nowrap;
    position: absolute;
    right: -17px;
    top: 40px;
}
.partners .container .partner-content .partner-card .partner-link button,
.partners .container .partner-content .partner-card .partner-link a,
.partners .container .partner-content .partner-card .partner-link div.partner-href {
  text-decoration: none;
}
.partners .modal-content {
    background-color: #ffffff;
    margin: 15% auto;
    padding: 0;
    max-width: 330px;
    width: 100%;
    border: none;
}
.partners .modal-content .partner-offer {
    padding: 10px 20px;
    text-align: left;
}
.partners .modal-content hr {
    border: 1px dashed #222222;
}
.partners .modal-content .partner-offer .title {
    font-family: 'SantanderText';
    font-weight: bold;
    line-height: 16px;
    font-size: 15px;
    margin-bottom: 6px;
}
.partners .modal-content .partner-offer .subtitle {
    font-family: 'SantanderText';
    font-weight: 300;
    line-height: 14px;
    font-size: 14px;
    margin-bottom: 6px;
}
.partners .modal-content .partner-offer .description {
    padding-left: 0px;
    margin-block-start: 0px;
    margin-block-end: 0px;
    padding-inline-start: 15px;
    margin-top: 0px;
}
.partners .modal-content .partner-offer .description li {
    font-family: 'SantanderText';
    font-weight: 300;
    line-height: 17px;
    font-size: 14px;
}
.partners .close {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    background: #FF001B;
    width: 30px;
    height: 30px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 4px;
    right: 0;
    top: 0;
    border-top-right-radius: 8px;
}
.partners .close:hover,
.partners .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.partners .modal-content .partner-link {text-align: center;}
.partners .modal-content .partner-link.pb-15 {margin-bottom: 15px;}
.partners .modal-content .partner-link a {
    display: inline-flex;
    align-items: center;
    background: #FF001B;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 999px;
    padding: 3px 20px 7px;
    margin-top: 5px;
}

@media (max-width:480px){
  .partners .container .partner-content .partner-card {margin: 0px;}
  .partners .container .partner-content {max-width: 351px;}
  .partners .container header h2 {font-size: 20px;line-height: 24px;}
  .partners .modal-content {margin: 50% auto;}
}

/* =========================================================
   PLANEJAMENTO — Carrossel 3D (versão limpa)
   ========================================================= */

/* ===== Vars base do 3D (primeira versão) ===== */
:root{
  --t3-gap: 16px;
  --t3-w: 300px;      /* largura card mobile */
  --t3-h: 440px;      /* altura card mobile (retrato) */
  --t3-r: 20px;
  --t3-shadow: 0 18px 42px rgba(0,0,0,.22);
  --t3-persp: 1400px;
  --t3-title: 22px;
  --t3-desc: 15px;
}

/* Tablet */
@media (min-width:768px){
  :root{
    --t3-gap: 20px;
    --t3-w: 420px;
    --t3-h: 520px;
    --t3-persp: 1600px;
    --t3-title: 26px;
    --t3-desc: 16px;
  }
}

/* Desktop (mais horizontal, como no KV) */
@media (min-width:1200px){
  :root{
    --t3-gap: 24px;
    --t3-w: 520px;
    --t3-h: 340px;
    --t3-persp: 1800px;
    --t3-title: 28px;
    --t3-desc: 17px;
  }
}

.tips3d {
  max-width: min(1240px, 94vw);
  margin: 0 auto;
  margin-bottom: 40px;
  text-align:center;
  -webkit-tap-highlight-color: transparent;
  padding: 60px 0;
  background: #ffffff;
}

.tips3d__title{
  font-family: 'SantanderHeadline', system-ui, sans-serif;
  font-size: var(--t3-title);
  line-height: 1.2;
  margin: 0 0 18px;
  color:#222;
}
.tips3d h2 {
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  font-weight: 600;
  color: #222;
}
.tips3d .sm__underline {
  display: inline-block;
  width: 130px;
  height: 2px;
  border-radius: 0;
  background: #ED0000;
  margin-top: 8px;
  }

.tips3d__stage{
  position: relative;
  height: var(--t3-h);
  perspective: var(--t3-persp);
  transform-style: preserve-3d;
  user-select: none;
  touch-action: pan-y;
  margin-top: 30px;
}

.tips3d__card{
  position:absolute;
  left:50%; top:50%;
  width: var(--t3-w);
  height: var(--t3-h);
  transform: translate(-50%,-50%);
  border-radius: var(--t3-r);
  overflow:hidden;
  box-shadow: var(--t3-shadow);
  background:#000;
  cursor:pointer;
  will-change: transform, opacity, filter, z-index;
  transition: transform .55s ease, opacity .55s ease, filter .55s ease, z-index .55s ease;
  pointer-events:auto;
  border: 2px solid #fff;
}
.tips3d__card img{
  width:100%; height:100%; object-fit: cover; display:block; pointer-events:none;
}

/* CTA no rodapé */
.tips3d__card::after{
  content: attr(data-cta);
  position:absolute; left:0; right:0; bottom:0;
  padding:16px 18px;
  font-size: 20px;
  color:#fff; font-weight:500; text-align:center;
  text-shadow:0 2px 6px rgba(0,0,0,.35);
  background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.55) 70%);
  pointer-events:none;
}

/* Camadas 3D — CENTRAL + laterais */
.tips3d__card.pos-0{
  transform: translate(-50%,-50%) translateZ(0) scale(1);
  opacity:1; z-index:6; filter:none;
}
.tips3d__card.pos-1{
  transform: translate(calc(-50% + calc(var(--t3-w)*.55 + var(--t3-gap))), -50%)
             rotateY(-18deg) translateZ(-60px) scale(.92);
  opacity:.92; z-index:5; filter:saturate(.95) brightness(.98);
}
.tips3d__card.pos-2{
  transform: translate(calc(-50% + calc(var(--t3-w)*.95 + var(--t3-gap)*2)), -50%)
             rotateY(-26deg) translateZ(-160px) scale(.86);
  opacity:.7; z-index:4; filter: blur(.3px) saturate(.88);
}
.tips3d__card.pos--1{
  transform: translate(calc(-50% - calc(var(--t3-w)*.55 + var(--t3-gap))), -50%)
             rotateY(18deg) translateZ(-60px) scale(.92);
  opacity:.92; z-index:5; filter:saturate(.95) brightness(.98);
}
.tips3d__card.pos--2{
  transform: translate(calc(-50% - calc(var(--t3-w)*.95 + var(--t3-gap)*2)), -50%)
             rotateY(26deg) translateZ(-160px) scale(.86);
  opacity:.7; z-index:4; filter: blur(.3px) saturate(.88);
}

/* Arrastando -> transição curta */
.tips3d__stage.is-dragging .tips3d__card{
  transition: transform .12s linear, opacity .12s linear, filter .12s linear, z-index .12s linear;
}

/* Descrição dinâmica */
.tips3d__desc{
  font-size: var(--t3-desc);
  color:#222222; max-width:80ch;
  margin: 25px auto 16px;
}

/* Navegação — setas ao lado dos bullets */
.tips3d__nav{ display:inline-flex; align-items:center; gap:14px; }
.tips3d__bullets{ display:inline-flex; gap:10px; align-items:center; }
.tips3d__bullet{
  width:10px; height:10px; border-radius:50%;
  background:#e1e1e1; border:0; padding:0; cursor:pointer;
  transition: transform .2s ease, background .2s ease;
}

/* se tiver um span dentro */
.tips3d__arrow > *{
  line-height:1 !important;
}

/* ajuste fino opcional se a fonte ainda parecer 1px abaixo */
.tips3d__arrow > *{ transform:translateY(-1px) !important; }

.tips3d__bullet.is-active{ background:#ED0000; transform:scale(1.2) }
.tips3d__arrow{
  width:40px;
  height:40px;
  border-radius:50%;
  border:1px solid #e0e0e0;
  background:#fff;
  color:#ED0000;
  font-size:22px;
  cursor:pointer;
  transition: transform .2s ease, border-color .2s ease;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  line-height:1;
  text-align:center;
}
.tips3d__arrow span, .tips3d__arrow.tips3d__next span {
    color: #ED0000;
    margin-top: -3px;
}
.tips3d__arrow:hover{ transform: translateY(-1px); border-color:#d4d4d4 }

@media (prefers-reduced-motion:reduce){
  .tips3d__card{ transition:none }
}

/* Mostrar só 3 cards: o 4º fica atrás do central */
.tips3d--three .tips3d__card.pos-2,
.tips3d--three .tips3d__card.pos--2{
  /* centraliza, coloca bem atrás e some visualmente */
  transform: translateX(-50%) translateZ(-360px) scale(.0) rotateY(0deg);
  opacity: 0;
  z-index: 1;
  pointer-events: none; /* evita clique fantasma */
  filter: none;
}

.tips3d__title{
  position: relative;
  z-index: 2;            /* acima do carrossel */
  color: #222;
}

@media (max-width:768px){
  .tips3d {
    padding: 30px 0;
  }
  .tips3d h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .tips3d .sm__underline {
    display: inline-block;
    width: 130px;
    height: 2px;
    border-radius: 0;
    background: #ED0000;
    margin-top: 8px;
  }
}




/* =========================
   SEGURANÇA
   ========================= */

.safe-tips{ padding: 30px 0; background:#EDEDED; }
.safe-tips__head{ text-align:center; margin-bottom:18px; }

h2#safe-tips__title strong {display: inline;font-weight: 600;}
h2#safe-tips__title strong span.color-red {color: #EC0000;}
.safe-tips h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    font-weight: 600;
    color: #222;
}
.safe-tips p.section-subtitle {
    font-size: 18px;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 30px;
}

.tips-grid{
  list-style:none; padding:0; margin:18px auto 0; 
  display:grid; gap:12px;
  align-items: center;
}

.faq .tips-grid{
    list-style: none;
    padding: 0;
    margin: 18px auto 0;
    display: flex;
    gap: 12px;
    flex-direction: column;
    align-items: stretch;
}


/* Desktop: 2 colunas, 4 de cada lado */
@media (min-width:992px){
  .tips-grid{
    max-width: 1100px;
    grid-template-columns: 1fr 1fr;
    gap:14px 20px;
  }
  .tips-grid .tip:nth-child(-n+4){ grid-column:1; }
  .tips-grid .tip:nth-child(n+5){ grid-column:2; }
}

.tip{
  background:#fff;
  border-radius:150px;            
  box-shadow:0 8px 28px rgba(0,0,0,.12);
  overflow:hidden;                  
  transition:border-radius .25s ease;
}

.tip.is-open{
  border-radius:15px;
}
.tip__row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 5px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border: none;
    background: none;
    cursor: pointer;
}
.tip__badge{
  width:32px; height:32px; border-radius:999px;
  background:#ED0000; color:#fff; font-weight:800;
  display:grid; place-items:center; font-size:13px;
}
.tip__title{
  font-size:16px; line-height:1.2; color:#222; margin:0;
}

.tip__toggle{
  width:36px; height:36px; border-radius:999px; border:0;
  background:#FFFFFF; color:#222; display:grid; place-items:center;
  cursor:pointer; transition: background .2s ease, transform .2s ease;
}
.tip__toggle:hover{ background:#eaeaea; transform: translateY(-1px); }
.tip.is-open .tip__toggle{ background:#F8D9DD; color:#ED0000; }

.tip__body{
  display:none;              
  padding:0 16px 16px;
  color:#555;
  font-size:14px;
  line-height:1.4;
  border-top:0;
  background:#fff;
}

/* “reguinha” preta no topo quando aberto (como no layout) */
.tip.is-open .tip__body{
  display:block;
  padding-top:12px;
  
  
.tip__toggle{
  width:36px; height:36px; border-radius:999px; border:0;
  background:#F2F2F2; color:#222; display:grid; place-items:center;
  cursor:pointer; transition:background .2s ease, transform .2s ease;
}
.tip__toggle:hover{ background:#eaeaea; transform:translateY(-1px); }
.tip.is-open .tip__toggle{ background:#F8D9DD; color:#ED0000; }

/* Mantém o traço horizontal quando aberto no seu SVG do ícone */
.tip.is-open .tip__toggle .ic path{
  d:path("M5 12h14");
}
}

/* Ícone + ↔ − (troca via SVG) */
.tip.is-open .tip__toggle .ic path{
  /* deixa só o traço horizontal (usa o segundo path do ícone de “+“) */
  d:path("M5 12h14");
}


/* DESKTOP: 2 colunas, 4 em cada lado (1–4 à esquerda, 5–8 à direita) */
@media (min-width:992px){
  .tips-grid{
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
    gap:14px 24px;
    grid-auto-flow: row dense;     
   
  }
  /* garante a distribuição 4/4 */
  .tips-grid > .tip:nth-child(-n+4){ grid-column: 1; }
  .tips-grid > .tip:nth-child(n+5){  grid-column: 2; }

  /* evita qualquer largura mínima estranha do li */
  .tips-grid > .tip{ min-width:0; }
}

@media (max-width:768px){
  h2#safe-tips__title strong {display: block;font-weight: 600;}
  h2#safe-tips__title strong span.color-red {color: #EC0000;}

  .safe-tips h2 {
      font-size: 20px;
      line-height: 24px;
  }
  .safe-tips p.section-subtitle {
      font-size: 14px;
      line-height: 18px;
  }
}



/* =========================
   OFERTAS
   ========================= */
/* ====== Base ====== */
.of { position: relative; color: #fff; isolation: isolate;width: 100%;margin: 0 auto;}
.of .container-xl-neg {position: relative;z-index: 2;padding: 80px 0;}
.of__bg { position: absolute; inset:0; z-index: 0; overflow:hidden;border-radius:0px; }
.of__video { width:100%; height:100%; object-fit: cover; }
.of__overlay { position:absolute; inset:0; background: radial-gradient(120% 80% at 50% 0, rgba(0,0,0,.15), rgba(0,0,0,.6)); }
.small, small {font-size: 24px;font-family: 'SantanderText';font-weight: 400;}

/* ====== Header ====== */
.of__head { text-align:center; }
.of__kicker {
    margin: 0;
    opacity: 1;
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
}
.of__title { margin:0; font-family: 'SantanderHeadline', system-ui, sans-serif; }
.of__title span { display:block; font-size: clamp(28px, 5.4vw, 56px); line-height:1.05; letter-spacing:.3px; }
.of__title small { display:block; font-size: clamp(16px, 2.2vw, 26px); font-weight:600; margin-top:6px; }

/* ====== Ribbon dupla ====== */
.of__ribbon {
  position: relative;
  width: 100%;
  margin: clamp(14px,6.2vw,56px) auto;
  height: clamp(36px,4.8vw,54px);
  margin-top: 50px;
}
.of__band {
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:0px;
  font-weight:600;
  letter-spacing:.6px;
  text-transform:uppercase;
}
.of__band--top {
    background: #ED0000;
    transform: skewY(-2deg);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
    gap: 10px;
    padding-inline: 8px;
    font-size: 1.5rem;
    line-height: 1.5rem;
}
.of__band--bottom {
    background: #C70017;
    transform: translateY(10%) skewY(2deg);
    filter: brightness(1);
    z-index: -1;
}
/* Estrelinhas antes/depois do texto */
.of__star {
  width: 14px; height: 14px; display:inline-block;
  background: no-repeat center/contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='white'><path d='M12 2l2.3 5.9L20 10l-5.2 2.1L12 18l-2.8-5.9L4 10l5.7-2.1L12 2z'/></svg>");
  filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
}

/* ====== Timer (sem segundos) ====== */
.of__timer {
    display: flex;
    justify-content: center;
    gap: clamp(20px, 2.2vw, 20px);
    margin-top: 50px;
    margin-bottom: 40px;
}
.of__time {
  width: clamp(84px, 14vw, 120px); aspect-ratio: 4/4.2;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(0,0,0,.25) inset, 0 8px 20px rgba(0,0,0,.22);
  display:grid; place-items:center; gap: 6px;
}
.of__num {
    font-weight: 600;
    font-size: 48px;
    line-height: 48px;
    padding-top: 5px;
    padding-bottom: 0px;
}
.of__lbl {
    opacity: 1;
    font-size: 13px;
    line-height: 13px;
    margin-top: -15px;
    margin-bottom: 7px;
}
h2#of__title {
    color: #ED0000;
    font-size: 60px;
    line-height: 76px;
    font-weight: 700;
}

/* ====== Cards ====== */
.of__cards {
  display:grid; gap: 16px; max-width: 980px; margin-inline:auto; margin: 0 15px;
}


.of__card.white {
  background: #c6b6b9d6;
  border: 1px solid #ffffff;
  border-radius: 6px;
  padding: clamp(14px,2.2vw,22px);
  box-shadow: 0 12px 36px rgba(0,0,0,.25);
  backdrop-filter: blur(4px);
}
.of__card {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 6px;
  padding: clamp(14px,2.2vw,22px);
  box-shadow: 0 12px 36px rgba(0,0,0,.25);
  backdrop-filter: blur(4px);
}
.of__card-title { margin: 0 0 6px; font-size: clamp(18px,2.6vw,24px); }
.of__card p { margin:0; text-align: center;}
.of__card.white p {color: #000000;font-size: 15px;line-height:21px;display: flex; flex-direction: column;}
.of__card p {color: #ffffff;font-size: 24px;line-height:30px;}

/* ====== Desktop ====== */
@media (min-width: 992px){
  .of__cards { grid-template-columns: 1fr 1fr; gap: 22px; margin: 0 auto;}
}

@media (max-width: 768px){
  .of__band--top {
    background: #ED0000;
    transform: skewY(-4deg);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
    gap: 3px;
    padding-inline: 8px;
    font-size: 14px;
    line-height: 14px;
  }
  .of__bg {border-radius:0px; }
  .of__kicker {
      margin: 0;
      opacity: 1;
      font-size: 24px;
      font-weight: 600;
      line-height: 30px;
  }
  h2#of__title {
    color: #ED0000;
    font-size: 36px;
    line-height: 42px;
  }
}



/* =========================
  DINHEIRO VALER MAIS
   ========================= */

/* ====== Resets locais e tokens ====== */
.benefits { --red:#ED0000; --gray:#f2f2f2; --card:#fff; --text:#222; --muted:#6a6a6a; }
.benefits * { box-sizing:border-box; }
.benefits img { max-width:100%; height:auto; display:block; }
.benefits .accent{ color:var(--red); }


.benefits h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    font-weight: 600;
    color: #222;
}
.benefits p.section-subtitle {
    font-size: 18px;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 30px;
}

.benefits h3 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* ====== Cabeçalho ====== */
.benefits {
    padding: 60px 0;
    color: var(--text);
    background: #ffffff;
}
.benefits__head{ text-align:center; max-width:760px; margin:0 auto 20px; }
.benefits__lead{ margin:0 0 16px; color:var(--muted); }
.benefits hr {display: none;}
/* ====== Abas (pílulas) ====== */
.tabs{ display:inline-flex; gap:10px; padding:6px; background:var(--gray); border-radius:999px; }
.tab{
  -webkit-tap-highlight-color:transparent;
  padding:10px 18px; border:0; border-radius:999px;
  background:transparent; color:#222; font-weight:600; cursor:pointer;
}
.tab:is(:hover,:focus-visible){ outline:0; background:#e9e9e9; }
.tab.is-active{ background:var(--red); color:#fff; }

/* ====== Painéis ====== */
.panel{ margin-top:18px; }
.panel[hidden]{ display:none; }
.panel__grid{
  display:grid; gap:20px;
  grid-template-columns: 1fr;          /* mobile */
  align-items:start;
}
.panel__content {
    background: #f2f2f2;
    border-radius: 10px;
    padding: 15px;
}
.card-img{ margin:0 0 14px; border-radius:12px; overflow:hidden; }
.panel__text {
    margin: 0 0 14px;
    color: #333;
    font-size: 16px;
    line-height: 20px;
}
.panel__bullets {
    display: grid;
    gap: 12px;
    margin: 0px 0 16px;
}
.bullet{ display:flex; gap:10px; align-items:flex-start; }
.bullet img {
    padding-top: 5px;
}
.bullet span {
    font-size: 16px;
    line-height: 20px;
}
.bullet .dot{ width:8px; height:8px; border-radius:50%; background:var(--red); margin-top:.5em; flex:0 0 8px; }
.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: var(--red);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 999px;
    padding: 9px 20px;
}
.cta-btn svg{ width:18px; height:18px }
.panel__fine {
    margin: 12px 0 0;
    font-size: .9rem;
    color: #222222;
}
.panel__media{ display:none }         /* mostra no desktop */
.media-img{ width:100%; border-radius:16px; box-shadow:0 16px 36px rgba(0,0,0,.12); }

/* CTAs de app */
.app-ctas{ display:grid; gap:12px; margin-top:12px; }
.app-cta {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--text);
    background: #f2f2f2;
    border-radius: 16px;
    padding: 14px 16px;
    transition: transform .15s 
ease, box-shadow .15s 
ease;
}
.app-cta:hover{ transform:translateY(-2px); box-shadow:0 12px 28px rgba(0,0,0,.12); }
.app-cta__icon{ width:32px; height:32px; object-fit:contain }
.app-cta__label{ font-weight:700 }
.app-cta__chev{ margin-left:auto; width:18px; height:18px; color:var(--red) }

.show-desktop .app-cta__icon{ width:120px; height:auto; object-fit:contain }

.panel__content {
  height: 100%;
  display: block;
}

/* ====== Desktop ====== */
@media (min-width: 992px){
  .panel__grid{
    grid-template-columns: minmax(420px, 1fr) minmax(420px, 1fr);
    gap:28px;
  align-items: center;
  }
  .panel__media{ display:block }
  /* garante imagem à direita e conteúdo à esquerda */
  #panel-shopping .panel__content,
  #panel-bateu .panel__content{ order:2 }
  #panel-shopping .panel__media,
  #panel-bateu .panel__media{ order:1 }
  
  .card-img {
    display: none;
  }
}
@media (max-width: 768px){
  .benefits{ padding:30px 0; }
  .benefits h2 {font-size: 20px;line-height: 24px;}
  .benefits p.section-subtitle {font-size: 14px;line-height: 17px;}
  .panel__text {font-size: 14px;line-height: 18px;}
  .bullet img {padding-top: 10px;}
  .bullet span {font-size: 14px;line-height: 18px;}
  .benefits hr {color: #dddddd;}
  .bf__subtitle {text-align: left;}
}

/* ================================ */
/*  AINDA NÃO É CLIENTE? (benefícios) */
/* ================================ */

.bf{
  position:relative;
  isolation:isolate;
  color:#fff;
  --c1:#B70B10;
  --c2:#2E0001;
  --c3:#000000; 
  background:
    radial-gradient(120% 100% at 50% 0%, var(--c1) 0%, var(--c2) 44%, var(--c3) 86%);
  padding: clamp(36px, 6vw, 56px) 0;
  z-index: 99999;
}
.bf::before{
  content:"";position:absolute;inset:0;
  background: radial-gradient(80% 60% at 50% 20%, rgba(255,255,255,.08), rgba(255,255,255,0) 70%);
  pointer-events:none;
}

/* Head */
.bf__head{ text-align:center; margin-bottom: clamp(22px, 4vw, 28px); }
.bf__title {
    font-family: 'SantanderHeadline', system-ui, sans-serif;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 0px;
    font-weight: 600;
}
.bf__lead{ max-width:64ch; margin:0 auto; opacity:.9 }

/* Grid desktop */
.bf__grid{
  display:grid; gap: clamp(22px, 5vw, 40px);
  grid-template-columns: 1fr;
  align-items:center;
}
@media (min-width: 992px){
  .bf__grid{ grid-template-columns: 1fr 1.1fr; }
}

/* imagem dos cartões */
.bf__cards-fig{
  display:grid; place-items:center;
}
.bf__cards-fig img{
  max-width:min(560px, 90%); height:auto; display:block;
  filter: drop-shadow(0 24px 40px rgba(0,0,0,.45));
}

/* Subtítulo + palco */
.bf__subtitle{
  text-align:center;
  font: 700 clamp(18px, 3vw, 22px)/1.25 'SantanderHeadline', system-ui, sans-serif;
  margin:0 0 14px; color:#fff;
}
@media (min-width: 992px){
  .bf__subtitle{ text-align:center; font-size: 18px;}
}

/* Stage (reusa motor/posições do carrossel anterior) */
.bf__stage{ position:relative; height:auto; user-select:none; touch-action:pan-y; }
.bf__track{ position:relative; height: clamp(240px, 44vw, 320px); }

/* Card base (ativo e inativos compartilham classe bf__card + classes pos-*) */
.bf__card{
  position:absolute; left:50%; top:50%;
  width: 180px;
  transform: translate(-50%, -50%);
  background:#fff; color:#222; border-radius:16px;
  overflow:hidden; cursor:pointer; will-change: transform, opacity, filter;
  transition: transform .55s cubic-bezier(.22,.75,.25,1), opacity .55s, filter .55s;
}
.bf__card-body{ padding:0px; height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;}
.bf__icon{ display:inline-grid; place-items:center; width:56px; height:56px; border-radius:50%; background:#ED0000; box-shadow:0 8px 18px rgba(237,0,0,.35); margin:-36px auto 10px; }
.bf__icon img{ width:28px; height:28px;}
.bf__card-title{ font:700 18px/1.2 'SantanderHeadline', system-ui, sans-serif; margin:8px 0 6px; color:#111; text-align:center; }
.bf__card-desc{ font-size:14px; color:#222; text-align:center; padding: 0 8px;}

/* Posições (mesma semântica do carrossel de Planejamento; aqui sem “perspectiva”) */
.bf__card.pos-0{ z-index:5; transform: translate(-50%,-50%) scale(1); opacity:1; filter:none; }
.bf__card.pos-1{ z-index:4; transform: translate(calc(-50% + 72%), -50%) scale(.92); opacity:.92; filter:saturate(.96) brightness(.98); }
.bf__card.pos-2{ z-index:3; transform: translate(calc(-50% + 140%), -50%) scale(.86); opacity:.75; }
.bf__card.pos--1{ z-index:4; transform: translate(calc(-50% - 72%), -50%) scale(.92); opacity:.92; }
.bf__card.pos--2{ z-index:3; transform: translate(calc(-50% - 140%), -50%) scale(.86); opacity:.75; }

/* Dashes (bullets) */
.bf__dashes{
  display:flex; justify-content:center; gap:12px; margin-top: clamp(12px, 3vw, 16px);
}
.bf__dashes .dash{
  width:22px; height:5px; border-radius:3px; background:#ffffff; border:0; cursor:pointer;
  transition:transform .2s, background .2s; outline: none;
}
.bf__dashes .dash.is-active{ background:#ED0000; transform:scaleX(1.15); }

/* CTA final */
.bf__cta-row{ display:grid; place-items:center; margin-top: clamp(22px, 5vw, 30px); }
.bf__btn{
  display:inline-flex; align-items:center; gap:10px; padding:9px 26px; border-radius:999px;
  background:#ED0000; color:#fff; text-decoration:none; font-weight:800; letter-spacing:.2px;
  box-shadow: 0 14px 32px rgba(237,0,0,.28);
}
.bf__btn:hover{ filter:brightness(1.05); transform: translateY(-1px); }

/* Ajustes responsivos do card no desktop (um pouco maior) */
@media (min-width:1200px){
  .bf__card {width: 240px;}
  .bf__track{ height: 240px; }
}

/* Mostrar apenas 3 cards no desktop (centro e os dois lados) */
@media (min-width: 992px){
  #bf-stage .bf__card.pos--2,
  #bf-stage .bf__card.pos-2{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 1;
    transform: translateY(8px) scale(.94); /* só pra um sumiço elegante */
    transition: opacity .45s ease, transform .45s ease, filter .45s ease;
  }
}



/* ================ */
/* ===== BLOG ===== */
/* ============-=== */
.sm {
    --gap: 16px;
    --r: 16px;
    --cols: 1;
    --card-p: 16px;
    padding: 30px 0;
    background: #EDEDED;
}
@media (min-width: 768px){ .sm{ --gap:18px; --cols:2; } }
@media (min-width: 1200px){ .sm{ --gap:20px; --cols:4; } }

.sm__head{ text-align:center; margin-bottom:14px; }

.sm__head h2 {
  font-family: 'SantanderHeadline', system-ui, sans-serif;
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  font-weight: 600;
  color: #222;
}

.sm__view{ position:relative; }


.sm__track {
  display:flex; gap:var(--gap);
  overflow-x:auto; overscroll-behavior-x:contain;
  scroll-snap-type:x mandatory;
  padding: 15px;
}
.sm__track{ scrollbar-width:thin; scrollbar-color:#e5e5e5 transparent; }
.sm__track::-webkit-scrollbar-thumb{ background:#dedede; border-radius:999px; }

.sm__card{
  flex: 0 0 calc( (100% - (var(--gap) * (var(--cols) - 1))) / var(--cols) );
  scroll-snap-align:start;
}
.sm__box {
    display: block;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: box-shadow .2s 
    ease, transform .2s ease;
    text-decoration: none;
}
.sm__box:hover{ transform: translateY(-2px); box-shadow: 0 0 8px rgba(0,0,0,.18); }
.sm__media{ background:#f5f5f5; }
.sm__media img{ width:100%; height:100%; object-fit:cover; display:block; }
.sm__content{ padding: var(--card-p);position:relative;min-height: 260px;}
.sm__title {
    color: #222;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}
.sm__desc {
    color: #222222;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}
.sm__meta {
    border-top: 1px solid #eee;
    padding-top: 10px;
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0px;
    padding-left: 15px;
}
.sm__plus{
  width:32px; height:32px; display:inline-grid; place-items:center;
  border:1px solid #e4e4e4; border-radius:50%; color:#888; font-size:18px;
}

/* NAV */
.sm__nav{
  display:flex; align-items:center; justify-content:center; gap:14px;
  margin-top:14px; opacity:0; pointer-events:none; transition:opacity .2s ease;
}
.sm__nav.is-visible{ opacity:1; pointer-events:auto; }

.sm__arrow{
  width:40px;
  height:40px; border-radius:50%; border:1px solid #e0e0e0;
  background:#fff; color:#ED0000; font-size:20px; display:grid; place-items:center;
  cursor:pointer; transition: transform .2s ease;
}
.sm__arrow span {
    margin-top: -5px;
}
.sm__arrow:hover{ transform: translateY(-1px); }

/* bolinhas como no layout */
.sm__dots{ display:none; align-items:center; gap:12px; }
.sm__dots .dot{
  width:10px; height:10px; border-radius:50%;
  background:#e4e4e4; transition:transform .2s ease, background .2s ease;
}
.sm__dots .dot.is-active{ background:#ED0000; transform:scale(1.15); }

@media (max-width: 768px) {
  .sm__head h2{  font-size: 20px;line-height: 24px;}
}

/* =============== */
/* ===== FAQ ===== */
/* =============== */
.faq{ margin: 0;background: #ffffff;}
.faq__head{ text-align:center; margin-bottom: 14px;padding-top: 30px;}
.faq__head h2{
  font-family: 'SantanderHeadline', system-ui, sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 0px;
  font-weight: 600;
}

/* lista/itens */
.faq__list{ list-style:none; padding:0; margin:0; display:grid; gap:12px; }
#faq .tip {
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #F2F2F2;
    box-shadow: none;
}
#faq .tip__title {
    margin: 0 10px;
    flex: 1 1 auto;
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

/* linha do cabeçalho */
#faq .tip__row{
  display:flex; align-items:center; gap:10px;
  padding:14px 16px;
  cursor:pointer;
}
.tip__title {
    margin: 0 10px;
    flex: 1 1 auto;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}

/* botão (+ / –) */
#faq .tip__toggle{
  border:0; background:#fff; color:#666;
  width:36px; height:36px; border-radius:10px;
  display:grid; place-items:center; cursor:pointer;
  box-shadow: inset 0 0 0 1px #e6e6e6;
  transition: background .15s ease, color .15s ease;
}
#faq .tip__toggle:hover{ background:#fafafa; color:#ED0000; }

/* corpo aberto */
#faq .tip__body{
  padding:14px 16px 16px;
  border-top:1px solid #eee;
  color:#555; font-size:15px; line-height:1.5;
}

/* estado aberto: muda ícone para “–” (esconde a barra vertical do SVG) */
#faq .tip.is-open .tip__toggle .ico path:last-child{ display:none; }

/* filete lateral (como no print) */
#faq .tip.is-open{
  position:relative;
}
#faq .tip.is-open::before{
  content:""; position:absolute; left:0; top:12px; bottom:12px;
  width:3px; border-radius:3px; background:#ED0000;
}

/* acessibilidade utilitária (para o texto do botão) */
.visually-hidden{
  position:absolute!important; height:1px;width:1px;
  overflow:hidden; clip:rect(1px,1px,1px,1px); white-space:nowrap;
}

.faq .container-xl{
     max-height: 35vh; overflow-y: scroll;
    overflow-x: hidden; scrollbar-gutter: stable both-edges;
     scrollbar-width:thin; scrollbar-color:#ED0000 transparent; }
     
     
/* WebKit: mostrar e estilizar sempre */
.faq .container-xl::-webkit-scrollbar{ width: 8px; }
.faq .container-xl::-webkit-scrollbar-thumb{ background: #ED0000; border-radius: 999px; }
.faq .container-xl::-webkit-scrollbar-track{ background: transparent; }     


/* container com scrollbar fino*/

@media (max-width: 420px){
  .faq .container-xl{ max-height: 30vh; overflow:auto; }
  .faq .container-xl::-webkit-scrollbar{ width:6px; }
  .faq .container-xl::-webkit-scrollbar-thumb{ background:#ED0000; border-radius:999px; }
  .faq .container-xl{ scrollbar-width:thin; scrollbar-color:#ED0000 transparent; }
}
.faq .container-xl {
    padding-bottom: 30px;
}
.faq .footer-faq {width: 100%;display: block;height: 30px;}

/* ===== Disclaimers ===== */
.disc{
  background:#F6F6F6;
  border-top:1px solid #eee;
  padding:24px 0 36px;
}
.disc__list{
  margin:0; padding-left:1.1em;   /* mantém alinhamento da lista */
  display:grid; gap:10px;
  color:#5e5e5e;
  font-size:11px;
  line-height:16px;
}
.disc__list li{ list-style: none; position:relative; }
.disc__list li sup{
  position:relative; top:-.25em;  /* sobe um pouco o sobrescrito */
  font-size:.8em; color:#888; margin-right:.25em;
}
.disc a{
  color:#0b63ce; text-decoration: underline;
}
.disc a:focus-visible{
  outline:2px solid #0b63ce; outline-offset:2px; border-radius:2px;
}

/* utilitário usado para esconder o título da seção e manter acessível */
.visually-hidden{
  position:absolute!important; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; border:0;
}

/* espaçamento responsivo */
@media (min-width: 992px){
  .disc{ padding:32px 0 48px; }
  .disc__list{ gap:12px; font-size:14px; }
}


/* ===== Footer ===== */
.s-footer{
  background:#ED0000;
  color:#fff;
  padding:24px 18px 36px;
  z-index: 9999;
 position: relative;
}

/* social */
.sf-social{
  display:flex; gap:12px; margin-bottom:18px;
}
.sf-social__btn{
  width:36px; height:36px; display:grid; place-items:center;
  border:1.5px solid #fff; border-radius:8px; color:#fff;
  transition:.2s transform ease, .2s background-color ease;
}
.sf-social__btn:hover{ transform:translateY(-1px); background:rgba(255,255,255,.08); }
.sf-social__btn svg{ width:18px; height:18px; }

/* grid de colunas no desktop */
.sf-grid{ display:grid; gap:14px; }

/* título/row do acordeão */
.tip {background: #fff;}
.tip__row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 5px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border: none;
    background: none;
    cursor: pointer;
}
.tip__title{ letter-spacing:.2px; }

/* ícone Chevron (mais/menos visual) */
.tip__chev{
  width:22px; height:22px; border:1.5px solid rgba(255,255,255,.8);
  border-radius:50%; position:relative; flex:0 0 auto;
}
.tip__chev::before, .tip__chev::after{
  content:""; position:absolute; left:50%; top:50%;
  width:10px; height:2px; background:#fff; border-radius:2px;
  transform:translate(-50%,-50%) rotate(0deg);
  transition:.2s transform ease, .2s opacity ease;
}
.tip__chev::after{
  transform:translate(-50%,-50%) rotate(90deg);
}
.tip.is-open .tip__chev::after{ opacity:0; }   /* vira “menos” quando aberto */

/* corpo do acordeão */
#footer.tip__body{
  color:#fff; font-size:15px; line-height:1.45;
  padding-bottom:8px;
}
.sf-sep{
  height:2px; border:0; background:rgba(255,255,255,.25);
  margin:0 0 12px 0;
}
.tip__body a{ color:#fff; text-decoration:underline; }




.visually-hidden{
  position:absolute!important; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap;
}

/* ==== Footer:  1 coluna ==== */
.s-footer{
  background:#ed0000 !important;
  color:#fff;
  text-align:left;
}

/* Social mantém borda e sem fill de fundo */
.s-footer .sf-social{ justify-content:flex-start; }

.s-footer .tip{ background:transparent !important; }
.s-footer .tip__row{
  appearance:none;
  -webkit-appearance:none;
  background:transparent !important;
  color:#fff !important;
  border:none !important;
  box-shadow:none !important;
  border-radius:0 !important;
  padding:14px 10px;
  text-align:left;
}
.s-footer .tip__title{ color:#fff; }
.s-footer .tip__body{ background: #ffffff00; }
.s-footer .tip {
    box-shadow: none;
    border-bottom: 1px solid rgb(255, 255, 255, 0.5);
    border-radius: 0;
}
/* Chevron branco */
.s-footer .tip__chev{
  border:1.5px solid rgba(255,255,255,.8);
}
.s-footer .tip__chev::before,
.s-footer .tip__chev::after{
  background:#fff;
}

/* Corpo do acordeão em branco e links brancos */
.s-footer .tip__body{
  color:#fff;
  font-size:15px;
  line-height:1.45;
  padding:0 10px 8px;
}
.s-footer .tip__body a{ color:#fff; text-decoration:underline; }
.s-footer .sf-sep{ background:rgba(255,255,255,.25); }

/* Desktop continua empilhado em 1 coluna */
@media (min-width:992px){
  .s-footer .sf-grid{ grid-template-columns:1fr !important; }
}




/* =========================
   Soluções Financeiras (finx)
   ========================= */
#solucoes-financeiras-2 {
    padding: 40px 0 0;
    margin: 0 auto;
    background: #ffffff;
}
#solucoes-financeiras-2 .item-solucoes {
    background: #ffffff;
    width: 19%;
    height: 320px;
    display: inline-block;
    position: relative;
    border: 1px solid #EDEDED;
    border-radius: 10px;
    padding: 10px;
    margin-left: 15px;
    margin-bottom: 15px;
    min-width: 240px;
}
#solucoes-financeiras-2 .item-solucoes:first-child {
    margin-left: 0;
}
#solucoes-financeiras-2 .item-solucoes header {
    display: inline-block;
    margin-bottom: 15px;
}
#solucoes-financeiras-2 .item-solucoes header img {
    width: 30px;
    height: 30px;
    margin-right: 8px;
}
#solucoes-financeiras-2 .item-solucoes header h3 {
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    font-weight: bold;
    padding-top: 7px;
    display: inline-block;
}
#solucoes-financeiras-2 .item-solucoes.second-item header {
    margin-bottom: 8px !important;
}
#solucoes-financeiras-2 .tag-black {
    background: #000;
    text-align: center;
    padding: 7px 0;
    position: absolute;
    width: 100%;
    left: 0;
    height: 38px;
}
#solucoes-financeiras-2 .tag-black:after {
    display: block;
    content: "";
    width: 99%;
    height: 38px;
    background: rgb(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    left: 0;
    transform: rotate(-3deg);
}
#solucoes-financeiras-2 .tag-black:before {
    display: block;
    content: "Oferta Exclusiva Black Friday";
    position: absolute;
    font-size: 15px;
    color: #ffffff;
    z-index: 9;
    width: 100%;
    font-weight: 900;
}
#solucoes-financeiras-2 .item-solucoes .body-solucoes {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
#solucoes-financeiras-2 .item-solucoes.second-item .body-solucoes {
    margin-top: 54px;
}
#solucoes-financeiras-2 .item-solucoes .body-solucoes p {
    font-size: 14px;
    line-height: 16px;
    color: #222222;
    font-weight: 300;
    margin-bottom: 8px;
}
#solucoes-financeiras-2 .item-solucoes .body-solucoes p.txt-destaque {
    font-size: 13px;
}
#solucoes-financeiras-2 .item-solucoes .body-solucoes p.pt-15 {
    margin-top: 15px;
}
#solucoes-financeiras-2 .item-solucoes .body-solucoes p img {
    margin-right: 3px;
}
#solucoes-financeiras-2 .item-solucoes .body-solucoes a.btn-link {
    position: absolute;
    bottom: 15px;
    background: #EC0000;
    padding: 10px 15px;
    border-radius: 40px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}


#solucoes-financeiras .finx__track {list-style:none!important;margin:0!important;padding:0!important;}
#solucoes-financeiras .finx__icon svg {width:22px!important;height:22px!important;display:block!important;}
#solucoes-financeiras .finx__wrap{max-width:1120px;margin:0 auto;padding:0 16px;}
#solucoes-financeiras .finx__head,#solucoes-financeiras-2 .finx__head{text-align:center;margin-bottom:28px;}
#solucoes-financeiras .finx__stage{position:relative;height:360px;}
#solucoes-financeiras .finx__track{position:absolute;inset:0;}
#solucoes-financeiras .finx__card{
  position:absolute;top:50%;left:50%;
  width:300px;max-width:calc(100vw - 64px);
  transform:translate(-50%,-50%);
  background:#fff;color:#222;border-radius:18px;box-shadow:0 20px 40px rgba(0,0,0,.14);
  padding:20px;
  transition:transform .45s cubic-bezier(.22,.75,.15,1),filter .3s,opacity .3s;
  filter:saturate(.9);
  cursor: pointer;
}
#solucoes-financeiras .finx__card.is-active{opacity:1;filter:saturate(1.02);}
#solucoes-financeiras .finx__card-head{display:flex;align-items:center;gap:10px;margin-bottom:8px;}
#solucoes-financeiras .finx__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    margin: 0;
}
#solucoes-financeiras .finx__list {
    margin: 5px 0 10px;
    padding-left: 0px;
}
#solucoes-financeiras .tag-black {
    background: #000;
    text-align: center;
    padding: 7px 0;
    position: absolute;
    width: 100%;
    left: 0;
    height: 38px;
}
#solucoes-financeiras .tag-black:after {
    display: block;
    content: "";
    width: 99%;
    height: 38px;
    background: rgb(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    left: 0;
    transform: rotate(-3deg);
}
#solucoes-financeiras .tag-black:before {
    display: block;
    content: "Oferta Exclusiva Black Friday";
    position: absolute;
    font-size: 15px;
    color: #ffffff;
    z-index: 9;
    width: 100%;
    font-weight: 900;
}
#solucoes-financeiras .finx__list li {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
    list-style: none;
    display: inline-block;
}
#solucoes-financeiras .finx__list li.li-destaque {
    margin-top: 42px;
    font-size: 14px;
    margin-left: -10px;
}
#solucoes-financeiras .finx__list li img {
    padding-right: 5px;
    width: 20px;
    height: auto;
    float: left;
}
#solucoes-financeiras .finx__list li span {
    float: left;
    width: calc(100% - 30px);
}

#solucoes-financeiras .btn-link {color:#e30613;text-decoration:none;font-weight:600;}

/* Posições desktop – 1 centro + 2 de cada lado; o resto “atrás” */
#solucoes-financeiras .finx__card.pos-0{transform:translate(-50%,-50%) scale(1);z-index:4;}
#solucoes-financeiras .finx__card.pos-1{transform:translate(calc(-50% + 360px),-50%) scale(.92);z-index:3;}
#solucoes-financeiras .finx__card.pos-2{transform:translate(calc(-50% + 640px),-50%) scale(.86);z-index:2;}
#solucoes-financeiras .finx__card.pos--1{transform:translate(calc(-50% - 360px),-50%) scale(.92);z-index:3;}
#solucoes-financeiras .finx__card.pos--2{transform:translate(calc(-50% - 640px),-50%) scale(.86);z-index:2;}

/* Mostra descrição só no ativo */
#solucoes-financeiras .finx__card:not(.is-active) .finx__body{display:none!important;}

/* Dashes */
#solucoes-financeiras .finx__rail{margin-top:18px;display:flex;justify-content:center;}
#solucoes-financeiras .finx__dashes{display:flex;gap:18px;}
#solucoes-financeiras .dash{width:35px;height:5px;border-radius:999px;background:#dddddd;border:0;cursor:pointer;}
#solucoes-financeiras .dash.is-active{background:#e30613;}

/* Mobile: vertical + barra à direita */
@media (max-width:991.98px){
  #solucoes-financeiras .finx__stage {height: 510px;}
  #solucoes-financeiras .finx__card{width:85vw;max-width:420px;}
  #solucoes-financeiras .finx__card.pos-0{transform:translate(-50%,-50%) scale(1);}
  #solucoes-financeiras .finx__card.pos-1{transform:translate(-50%,calc(-50% + 165px)) scale(.8);}
  #solucoes-financeiras .finx__card.pos-2{transform:translate(-50%,calc(-50% + 225px)) scale(.6);}
  #solucoes-financeiras .finx__card.pos--1{transform:translate(-50%,calc(-50% - 165px)) scale(.8);}
  #solucoes-financeiras .finx__card.pos--2{transform:translate(-50%,calc(-50% - 225px)) scale(.6);}
  #solucoes-financeiras .finx__rail {position: absolute;right: -7px;top: 47%;transform: translateY(-50%);}
  #solucoes-financeiras .finx__dashes {flex-direction: column;gap: 10px;}
  #solucoes-financeiras .dash {width: 5px;height: 35px;}
}

/* ===== Tema do card ATIVO ===== */
#solucoes-financeiras .finx__card.is-active {
  background: #EC0000;
  color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Título, listas, marcadores e link dentro do ativo */
#solucoes-financeiras .finx__card.is-active .finx__title,
#solucoes-financeiras .finx__card.is-active .finx__body,
#solucoes-financeiras .finx__card.is-active .finx__list li::marker{ color:#fff; }
#solucoes-financeiras .finx__card.is-active .btn-link {
  opacity: 1;
  background: #fff;
  border-radius: 35px;
  padding: 5px 15px;
  text-decoration: none;
  text-transform: none;
  color: #EC0000;
  font-weight: 500;
}
#solucoes-financeiras .finx__card.is-active .btn-link img {
    padding-left: 5px;
    margin-top: -3px;
}

/* ===== Ícones brancos no card ativo ===== */


#solucoes-financeiras .finx__icon svg{
  width:22px!important;height:22px!important;display:block!important;
  color:#e30613; /* cor padrão no estado inativo */
}
#solucoes-financeiras .finx__card.is-active .finx__icon svg{ color:#fff; }

/* 2) SVG inline com atributos fill/stroke fixos */
#solucoes-financeiras .finx__card.is-active .finx__icon svg *,
#solucoes-financeiras .finx__card.is-active .finx__icon [fill],
#solucoes-financeiras .finx__card.is-active .finx__icon [stroke]{
  fill:#fff !important;
  stroke:#fff !important;
}


#solucoes-financeiras .finx__icon img {
    display: block;
    width: 100%;
    height: 28px;
    transition: filter .25s ease;
}
#solucoes-financeiras .finx__card.is-active .finx__icon img{
  /* funciona bem se o SVG base for escuro */
  filter:brightness(0) invert(1);
}

@media (max-width: 768px) {
  #solucoes-financeiras h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
  }
  #solucoes-financeiras p.section-subtitle {
    font-size: 14px;
    line-height: 17px;
    margin-top: 5px;
    margin-bottom: 30px;
  }
  #solucoes-financeiras {padding:30px 0; background-color: #ffffff;}
  #solucoes-financeiras h2 {
      font-size: 20px;
      line-height: 24px;
  }
  #solucoes-financeiras p.section-subtitle {
      font-size: 14px;
      line-height: 18px;
  }
  .show-desktop {display: none;}
  .show-mobile {display: block;}
}

/* ===== CTA fixo no footer ===== */
:root{
  --cta-height: 40px;
  --cta-maxw: 640px;
  --cta-pad: 5px;
  --cta-bg: #fde7e7;         /* rosa bem claro do fundo */
  --cta-btn-bg: #ffffff;     /* pílula branca */
  --cta-text: #e00000;       /* vermelho do texto */
}

body.has-cta-footer{
  /* garante espaço para o CTA não sobrepor o conteúdo */
  padding-bottom: calc(var(--cta-height) + var(--cta-pad) * 2 + env(safe-area-inset-bottom));
}

.cta-footer{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  padding:
    var(--cta-pad)
    clamp(12px, 5vw, 24px)
    calc(var(--cta-pad) + env(safe-area-inset-bottom));
 background: rgba(253, 231, 231, .65);
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%); /* Safari iOS */
  box-shadow: 0 -10px 30px rgba(0,0,0,.08) inset, 0 -4px 16px rgba(0,0,0,.06);
  border-top: 1px solid rgba(255,255,255,.35);
}

.cta-footer__btn{
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--cta-height);
  max-width: min(360px, var(--cta-maxw));
  margin: 0 auto;
  padding: 0 22px;
  background: var(--cta-btn-bg);
  color: var(--cta-text);
  font: 600 18px/1.1 system-ui, -apple-system, "SantanderHeadline", Roboto, Arial, sans-serif;
  text-decoration: none;
  border-radius: 999px;
  box-shadow: 0 4px 16px rgba(0,0,0,.10);
  transition: transform .12s ease, box-shadow .12s ease, opacity .12s ease;
  will-change: transform;
}

.cta-footer__btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0,0,0,.14);
}

.cta-footer__btn:active{
  transform: translateY(0);
  box-shadow: 0 3px 12px rgba(0,0,0,.10);
}

.cta-footer__btn:focus-visible{
  outline: 3px solid rgba(224,0,0,.3);
  outline-offset: 2px;
}

/* tipografia adapta levemente em telas menores */
@media (max-width: 380px){
  .cta-footer__btn{ font-size: 17px; }
}

/* respeita quem prefere menos animação */
@media (prefers-reduced-motion: reduce){
  .cta-footer__btn{ transition: none; }
}

.container-xl.disclaimers {
    padding: 25px;
    line-height: 18px;
}

@media (min-width:992px){
.bf {
    margin: 15px;
    border-radius: 10px;
}

.bf__lead {
    font-size: 18px;
}

.bf__title {
    font-size: 28px;
}

.faq__head h2 {
    font-size: 24px;
}

.safe-tips {
    padding: 60px 0;
}

#o-que-comprar .wrap {
    margin: 0 auto;
    padding: 40px 0;
    background: var(--red);
    position: relative;
    box-shadow: var(--shadow);
    overflow: visible;
    max-width: 1200px;
}
}

@media (min-width: 992px) {
    .bf {
        margin: 15px;
        border-radius: 10px;
        padding: 40px;
    }
    
    .app-ctas {
    display: flex;
    gap: 12px;
    margin-top: 12px;
    flex-direction: row;
    justify-content: space-around;
}

.app-ctas .show-desktop {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
}
}

@media (min-width: 900px) and (max-width: 1200px) {
.device-wrap {
    max-width: 300px;
}
:root {
        --tile-h: 160px;
        --hero-title-size: 60px;
        --hero-sub-size: 21px;
        --tile-title-small: 15px;
        --tile-title-big: 22px;
        --tile-icon-h: 56px;
    }
   .hero__title {
      font-size: 42px;
      line-height: 44px;
   }
}


:root { --header-h: 50px; }
html{
  scroll-padding-top: var(--header-h);
}


.of__band--top{ white-space:nowrap; text-wrap:nowrap; }
.of__band--top .of__em{
  font-size: 1.25em; 
  font-weight: 800;
  letter-spacing: .02em;
}



/* hoje está inline-flex; troque para inline ou inline-block */
#solucoes-financeiras-2 ul li.finx__card .finx__body ul li span{
  display: inline;          /* ou inline-block */
}

/* estilo do sobrescrito */
.disc-ref{
  font-size: .65em;
  line-height: 0;
}

.tip__body a {
    color: blue;
}

.tip__row { position: relative }
.tip__gtm { 
  position: absolute; 
  inset: 0 56px 0 0;  /* deixa livre a área do botão à direita */
  display: block;
}
.tip__toggle { position: relative; z-index: 2 } /* fica acima da âncora */


/* hero seguro */
.hero {
    position: relative;
    overflow: hidden;
}

.device-wrap {
    position: relative;
    width: min(420px, 88vw);
    aspect-ratio: 9/16;
    isolation: isolate;
}

.device-hero {
    position: absolute;
    inset: 0;
    background: url(/assets/img/fase-2/kv-celular.png) center/contain no-repeat;
    z-index: 1;
}

/*
.screen-mask {
    --mask-left: 0%;
    --mask-right: 0%;
    --mask-top: 40%;
    --mask-bottom: 25%;
    position: absolute;
    left: var(--mask-left);
    right: var(--mask-right);
    top: var(--mask-top);
    bottom: var(--mask-bottom);
    overflow: visible;
    pointer-events: none;
    z-index: 5;
}
*/

/* MOBILE: fileira em linha */
.icon-rail {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 22%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.mini-card {
    --size: clamp(40px, 16vw, 56px);
    --mini: .84;
    --peak: 1.20;
    width: 70px;
    height: 70px;
    border-radius: 5px;
     background-color:#fff;
      background-repeat:no-repeat;
      background-position:center;
      background-size:contain;
      background-origin:content-box;
      padding: 10px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .25), 0 2px 0 rgba(0, 0, 0, .08) inset;
    transform: scale(var(--mini)) rotate(0deg);
}

/* AJUSTE: Animação de "burst" para o mobile, acionada via JS */
.mini-card.burst {
    animation: popRow var(--burstDur, .9s) ease-in-out both;
}

/* DESKTOP: duas linhas centralizadas */
.scatter {
    position: absolute;
    inset: 0;
    display: none;
}

.big-card {
    --mini: .88;
    --peak: 1.42;
    width: var(--sizePx, 160px);
    height: var(--sizePx, 160px);
    border-radius: 18px;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .28), 0 2px 0 rgba(0, 0, 0, .08) inset;
    position: absolute;
    transform: translate(-50%, -50%) scale(var(--mini)) rotate(0deg);
    
    /* AJUSTE: Animação em loop com timing suave para evitar distorção */
    animation: popGrid var(--cycle, 8s) ease-in-out infinite;
    animation-delay: calc(var(--stepDelay, 0s) + 1ms);
    animation-fill-mode: both;

    /* AJUSTE: Padding para a imagem e contenção do background */
    padding: 25px;
    box-sizing: border-box;
    background-size: contain;
    background-origin: content-box;
}

/* Otimizações de renderização para todas as animações */
.mini-card,
.big-card {
    will-change: transform, opacity;
    backface-visibility: hidden;
    transform: translateZ(0);
    image-rendering: -webkit-optimize-contrast;
}



/* ANIMAÇÕES */

/* AJUSTE: Animação do mobile mais sutil e rápida no pico */
@keyframes popRow {
    0% { transform: scale(var(--mini)) rotate(0deg); }
    40% { transform: scale(var(--peak)) rotate(var(--rot, 0deg)); }
    100% { transform: scale(var(--mini)) rotate(0deg); }
}

/* AJUSTE: Animação do desktop com pico mais rápido para evitar blur */
@keyframes popGrid {
    0%, 10%, 35%, 100% {
        transform: translate(-50%, -50%) scale(var(--mini)) rotate(0deg);
    }
    20% {
        transform: translate(-50%, -50%) scale(var(--peak)) rotate(var(--rot, 0deg));
    }
}

@keyframes favPop {
    0% { transform: scale(1); }
    60% { transform: scale(1.25); }
    100% { transform: scale(1); }
}

/* breakpoints */
@media (min-width: 1024px) {
  .screen-mask {margin-top: 50%;}
}

@media (min-width: 992px) {
    .icon-rail { display: none; }
    .scatter { display: block; }
    .big-card::after { top: 8px; right: 8px; width: 20px; height: 20px; }
    .screen-mask {margin-top: 64%;}
}

@media (prefers-reduced-motion: reduce) {
    .mini-card,
    .big-card {
        animation: none;
    }
    .mini-card { transform: scale(1) rotate(0deg); }
    .big-card { transform: translate(-50%, -50%) scale(1) rotate(0deg); }
}


.partners .container {    
    display: flex;
    flex-direction: column;
    align-items: center;
}


@media (max-width:991px) {
  .screen-mask {margin-top: 10%;}
}


@media (max-width:768px) {
  .hero::after {
    display: block;
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    content: "";
    background: #FFFFFF;
    background: linear-gradient(175deg, rgba(255, 255, 255, 0) 50%, rgba(84, 0, 0, 0.7) 100%);
  }
  .screen-mask {margin-top: 5%;}
}
@media (max-width:575px) {
  .screen-mask {margin-top: 5%;}
}
@media (max-width:480px) {
  .screen-mask {margin-top: -10%;}
}

/* tablet: maior e trilho mais largo */
@media (min-width:768px) and (max-width:991.98px){
  .device-wrap{ width:min(620px,92vw) }
  .icon-rail{ top:24%; width:125%; gap:18px }
  .mini-card{ --size:clamp(64px,12vw,92px); border-radius:9px }

}

p.text-disclaimer {
    font-size: 13px;
    margin-bottom: 30px;
}



.faq .container-xl{
  position: relative;
  max-height: 30vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 30px;

  /* reserva do espaço da barra para não sobrepor conteúdo */
  padding-right: 14px;          /* igual à largura do trilho + folga */
  scrollbar-gutter: stable;     /* ajuda nos navegadores que suportam */
}

.faq-scrollbar{
  position: absolute;
  top: 6px;
  bottom: 6px;
  right: 3px;                   /* encostado no gutter reservado */
  width: 8px;
  background: rgba(0,0,0,.06);
  border-radius: 999px;
  pointer-events: none;         /* não bloqueia clique no conteúdo */
}

.faq-scrollbar__thumb{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 24px;
  background: #ED0000;
  border-radius: 999px;
  opacity: .95;
}

