.section-hero{
    background-image: url('../images/banner-alugantia-home.jpg');
    background-size: cover;
    position: relative;
    background-position: center;
  }

  
  .hero-content{
    position: relative;
    z-index: 2;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    padding: 100px 0 80px;
  }

  .hero-left{
    flex: 1;
    max-width: 58%;
    min-width: 0;
  }

  .hero-form{
    flex-shrink: 0;
    align-self: center;
  }
  
  .hero-text{
    max-width: 650px;
    padding-top: 0;
  }
  
  .hero-text .H1{
    margin-top: 18px;
    margin-bottom: 24px;
  }
  
  .hero-text .H1 span{
    color: var(--yellow-2);
  }
  
  .hero-text .body0{
    max-width: 580px;
    margin-bottom: 34px;
  }
  
  .hero-icons{
    margin-top: 54px;
    display: flex;
    gap: 36px;
  }
  
  .hero-icon-item{
    max-width:240px;
    color: var(--C0);
  }
  
  .hero-icon-circle{
    width: 66px;
    height: 66px;
    border-radius: 50%;
    border: 2px solid var(--C0);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
  }

  .alugantia-form{
    width: 100%;
    max-width: 460px;
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,.65);
    border-radius: 18px;
    padding: 34px;
    box-shadow: 0 28px 80px rgba(0,30,98,.22);
  }
  
  .alugantia-form .H4{
    margin-bottom: 8px;
  }
  
  .alugantia-form > .body2{
    margin-bottom: 24px;
    color: var(--text);
  }
  
  .alugantia-form label{
    display: block;
    margin-bottom: 14px;
  }
  
  .alugantia-form-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  
  .alugantia-form input,
  .alugantia-form select,
  .alugantia-form textarea{
    width: 100%;
    height: 48px;
    border: 1px solid rgba(0,30,98,.14);
    border-radius: 8px;
    padding: 0 14px;
    background: #fff;
    font-family: "Lufga", sans-serif;
    font-size: 14px;
    color: var(--primary);
  }
  
  .alugantia-form textarea{
    height: 90px;
    padding-top: 14px;
    resize: none;
  }
  
  .alugantia-form input::placeholder,
  .alugantia-form textarea::placeholder{
    color: #8A96A8;
  }
  
  .alugantia-form input:focus,
  .alugantia-form select:focus,
  .alugantia-form textarea:focus{
    border-color: var(--yellow-2);
  }
  
  .alugantia-form-submit .wpcf7-submit{
    width: 100%;
    height: 54px;
    border: none;
    border-radius: 8px;
    background: var(--yellow-2);
    color: var(--primary);
    font-family: "Lufga", sans-serif;
    font-size: 17px;
    font-weight: 800;
    cursor: pointer;
    transition: .3s ease;
  }
  
  .alugantia-form-submit .wpcf7-submit:hover{
    background: var(--yellow);
  }
  
  .alugantia-form .wpcf7-spinner{
    display: none;
  }
  
  .alugantia-form .wpcf7-not-valid-tip{
    position: static;
    transform: none;
    margin-top: 5px;
    font-family: "Lufga", sans-serif;
    font-size: 12px;
    color: #D93025;
  }
  
  .alugantia-form .wpcf7-response-output{
    margin: 16px 0 0 !important;
    padding: 12px 14px !important;
    border-radius: 8px;
    font-family: "Lufga", sans-serif;
    font-size: 14px;
  }
  
  @media (max-width: 1100px){
    .hero-content{
      flex-direction: column;
      align-items: flex-start;
      gap: 40px;
      padding-top: 120px;
    }

    .hero-left{
      max-width: 100%;
    }

    .hero-form{
      width: 100%;
      align-self: stretch;
    }
  }

  @media (max-width: 900px){
    .alugantia-form{
      max-width: none;
      padding: 28px;
    }
  
    .alugantia-form-grid{
      grid-template-columns: 1fr;
      gap: 0;
    }
  }

  @media screen and (orientation: portrait){
    .hero-icons{
      display: block;
    }
    .hero-icon-item{
      display: flex;
      gap: 8px;
      margin-bottom: 12px;
    }
  }

  .section-servicos{
    background:
    radial-gradient(circle at 15% 20%, rgba(0,156,222,.10), transparent 28%),
    radial-gradient(circle at 85% 75%, rgba(255,163,0,.10), transparent 24%),
    #F7FAFC;
  }

  .servicos-sobre{
    text-align: center;
    margin: 92px 0;
  }

  .icon-banner {
    color: var(--C0);
    height: 40px;
  }

  .servicos-boxes{
    justify-content: space-between;
  }

  .servicos-box{
    width: 450px;
    border: solid 3px var(--primary-2);
    padding: 48px;
    border-radius: 12px;
    text-align: center;
    background: rgba(255,255,255,.82);
    box-shadow: 0 24px 60px rgba(0,30,98,.06);
    border: 1px solid rgba(0,30,98,.16);
    transition: 0.3s;
  }

  .servicos-box:hover{
    transform: translateY(-8px);
  box-shadow: 0 34px 80px rgba(0,30,98,.12);
  border-color: var(--yellow);
  }

  .servicos-box p{
    margin: 12px 0 24px;
  }

  .servicos-box .btn-2{
    margin: auto
  }

  .icon-servicos img{
    height: 100px;
    margin-bottom: 24px;
  }

  @media screen and (orientation: portrait){
    .servicos-box{
      width: 100% !important;
      margin-bottom: 12px;
    }
  }


  .section-garantia-total{
    position: relative;
    background-image: url('../images/ALUGANTIA-background-garantia-total.png');
    background-size: cover;
    background-position: center right;
    overflow: hidden;
  }
  
  .garantia-total-content{
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
  
  .garantia-total-text{
    width: 48%;
    max-width: 680px;
    padding-top: 90px;
  }
  
  .garantia-total-label{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
  }
  
  .garantia-total-label-icon{
    width: 72px;
    height: 72px;
    object-fit: contain;
  }
  
  .garantia-total-title{
    color: var(--primary);
    max-width: 660px;
    margin-bottom: 24px;
  }
  
  .garantia-total-title::after{
    content: ".";
    color: var(--yellow-2);
  }
  
  .garantia-total-desc{
    max-width: 560px;
    color: var(--text);
    margin-bottom: 34px;
  }
  
  .garantia-total-list{
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 560px;
    margin-bottom: 38px;
  }
  
  .garantia-total-list li{
    display: flex;
    align-items: center;
    gap: 16px;
  }
  
  .garantia-total-list span{
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border: 2px solid var(--yellow-2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--yellow-2);
    font-family: "Lufga", sans-serif;
    font-size: 18px;
    font-weight: 800;
  }
  
  .garantia-total-list p{
    color: var(--text);
  }
  
  .garantia-total-list strong{
    color: var(--primary);
    font-weight: 800;
  }
  
  .garantia-total-actions{
    display: flex;
    align-items: center;
    gap: 28px;
  }
  
  .garantia-total-more{
    font-family: "Lufga", sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: var(--primary);
    border-bottom: 2px solid var(--yellow-2);
    padding-bottom: 4px;
  }
  
  .garantia-total-more:hover{
    color: var(--primary-2);
  }
  
  /* Mobile */
  @media screen and (orientation: portrait){
    .section-garantia-total{
      background-position: center bottom;
      height: 880px !important;
      background-image: url('../images/ALUGANTIA-background-garantia-total-mobile.png');
    }

    
    .section-garantia-parcial, .section-cobranca{
      background-position: center bottom;
      height: 980px !important;
    }
  
    .garantia-total-content{
      min-height: auto;
      padding: 130px 0 80px;
    }
  
    .garantia-total-text{
      width: 100%;
      max-width: none;
      padding-top: 0;
    }
  
    .garantia-total-actions{
      flex-direction: column;
      align-items: flex-start;
    }

    .section-garantia-total .fp-slides .fp-slidesContainer .fp-slide .fp-tableCell,
    .section-garantia-parcial .fp-slides .fp-slidesContainer .fp-slide .fp-tableCell,
    .section-cobranca .fp-slides .fp-slidesContainer .fp-slide .fp-tableCell{
      vertical-align: top;
    }
  }




  .garantia-total-detalhes{
    background:
      radial-gradient(circle at 12% 18%, rgba(0,156,222,.08), transparent 28%),
      radial-gradient(circle at 88% 78%, rgba(255,205,0,.08), transparent 26%),
      #F7FAFC;
    position: relative;
    overflow: hidden;
  }
  
  .garantia-total-detalhes::before{
    content: "";
    position: absolute;
    width: 760px;
    height: 760px;
    right: -180px;
    bottom: -220px;
    background: url("../images/ALUGANTIA-simbolo.svg") center/contain no-repeat;
    opacity: .025;
    pointer-events: none;
  }
  
  .garantia-detalhes-content{
    position: relative;
    z-index: 2;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 90px;
  }
  
  .garantia-detalhes-header{
    max-width: 920px;
    margin-bottom: 64px;
  }
  
  .garantia-detalhes-header .H2{
    margin: 16px 0 18px;
    max-width: 860px;
  }
  
  .garantia-detalhes-header .body1{
    max-width: 760px;
    color: var(--text);
  }
  
  .garantia-processo{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-bottom: 56px;
    position: relative;
  }
  
  .processo-item{
    position: relative;
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(0,30,98,.10);
    border-radius: 16px;
    padding: 30px 26px;
    box-shadow: 0 18px 48px rgba(0,30,98,.045);
    transition: .3s ease;
  }
  
  .processo-item:hover{
    transform: translateY(-6px);
    box-shadow: 0 28px 70px rgba(0,30,98,.08);
    border-color: rgba(255,205,0,.65);
  }
  
  .processo-destaque{
    border-color: rgba(255,205,0,.45);
  }
  
  .processo-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 22px;
  }
  
  .processo-numero{
    font-family: "Lufga", sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .08em;
    color: var(--yellow-2);
  }
  
  .processo-top strong{
    font-family: "Lufga", sans-serif;
    font-size: 15px;
    line-height: 1;
    font-weight: 800;
    color: var(--primary);
    background: rgba(255,205,0,.16);
    border: 1px solid rgba(255,205,0,.35);
    border-radius: 999px;
    padding: 8px 12px;
  }
  
  .processo-item .H5{
    margin-bottom: 12px;
  }
  
  .processo-item .body2{
    color: var(--text);
  }
  
  .garantia-detalhes-footer{
    display: flex;
    align-items: center;
    gap: 32px;
    padding-top: 32px;
    border-top: 1px solid rgba(0,30,98,.10);
    max-width: 900px;
  }
  
  .garantia-detalhes-footer .body1{
    max-width: 540px;
    color: var(--primary);
    font-weight: 600;
  }

  .garantia-total-detalhes::after{
    content: "";
    position: absolute;
    right: -120px;
    top: 50%;
    transform: translateY(-50%);

    width: 700px;
    height: 700px;

    background:
      url('../images/garantia-total.svg')
      center/contain
      no-repeat;

    opacity: .04;
    pointer-events: none;
}
  
  @media screen and (orientation: portrait){
    .garantia-detalhes-content{
      min-height: auto;
      padding: 40px 0 80px;
    }
  
    .garantia-detalhes-header{
      margin-bottom: 40px;
    }
  
    .garantia-processo{
      grid-template-columns: 1fr;
      margin-bottom: 40px;
    }
  
    .garantia-detalhes-footer{
      flex-direction: column;
      align-items: flex-start;
    }
  }


  .section-garantia-parcial{
    position: relative;
    background-image: url('../images/ALUGANTIA-background-garantia-parcial.png');
    background-size: cover;
    background-position: center right;
    overflow: hidden;
  }
  
  .garantia-parcial-content{
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
  
  .garantia-parcial-text{
    width: 48%;
    max-width: 680px;
    padding-top: 90px;
  }
  
  .garantia-parcial-label{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
  }
  
  .garantia-parcial-label-icon{
    width: 72px;
    height: 72px;
    object-fit: contain;
  }
  
  .garantia-parcial-title{
    color: var(--primary);
    max-width: 660px;
    margin-bottom: 24px;
  }
  
  .garantia-parcial-title::after{
    content: ".";
    color: var(--yellow-2);
  }
  
  .garantia-parcial-desc{
    max-width: 560px;
    color: var(--text);
    margin-bottom: 34px;
  }
  
  .garantia-parcial-list{
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 560px;
    margin-bottom: 38px;
  }
  
  .garantia-parcial-list li{
    display: flex;
    align-items: center;
    gap: 16px;
  }
  
  .garantia-parcial-list span{
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border: 2px solid var(--yellow-2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--yellow-2);
    font-family: "Lufga", sans-serif;
    font-size: 18px;
    font-weight: 800;
  }
  
  .garantia-parcial-list p{
    color: var(--text);
  }
  
  .garantia-parcial-list strong{
    color: var(--primary);
    font-weight: 800;
  }
  
  .garantia-parcial-actions{
    display: flex;
    align-items: center;
    gap: 28px;
  }
  
  .garantia-parcial-more{
    font-family: "Lufga", sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: var(--primary);
    border-bottom: 2px solid var(--yellow-2);
    padding-bottom: 4px;
  }
  
  .garantia-parcial-more:hover{
    color: var(--primary-2);
  }
  
  /* detalhes */
  .garantia-parcial-detalhes{
    background:
      radial-gradient(circle at 16% 22%, rgba(0,156,222,.13), transparent 30%),
      radial-gradient(circle at 88% 76%, rgba(0,85,135,.08), transparent 28%),
      linear-gradient(180deg, #F3FAFD 0%, #EEF7FB 100%);
    position: relative;
    overflow: hidden;
  }
  
  .garantia-parcial-detalhes::after{
    content: "";
    position: absolute;
    right: -120px;
    top: 50%;
    transform: translateY(-50%);
    width: 620px;
    height: 620px;
    background: url("../images/garantia-parcial.svg") center/contain no-repeat;
    opacity: .045;
    pointer-events: none;
  }
  
  .garantia-parcial-detalhes-content{
    position: relative;
    z-index: 2;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 90px;
  }
  
  .garantia-parcial-detalhes-header{
    max-width: 920px;
    margin-bottom: 64px;
  }
  
  .garantia-parcial-detalhes-header .H2{
    margin: 16px 0 18px;
    max-width: 860px;
  }
  
  .garantia-parcial-detalhes-header .body1{
    max-width: 760px;
    color: var(--text);
  }
  
  .garantia-parcial-processo{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-bottom: 56px;
    position: relative;
  }
  
  .garantia-parcial-detalhes-footer{
    display: flex;
    align-items: center;
    gap: 32px;
    padding-top: 32px;
    border-top: 1px solid rgba(0,30,98,.10);
    max-width: 900px;
  }
  
  .garantia-parcial-detalhes-footer .body1{
    max-width: 540px;
    color: var(--primary);
    font-weight: 600;
  }
  
  @media screen and (orientation: portrait){
    .section-garantia-parcial{
      background-position: center bottom;
      background-image: url('../images/ALUGANTIA-background-garantia-parcial-mobile.png');
    }
  
    .garantia-parcial-content{
      min-height: auto;
      padding: 130px 0 80px;
    }
  
    .garantia-parcial-text{
      width: 100%;
      max-width: none;
      padding-top: 0;
    }
  
    .garantia-parcial-actions{
      flex-direction: column;
      align-items: flex-start;
    }
  
    .garantia-parcial-detalhes-content{
      min-height: auto;
      padding: 130px 0 80px;
    }
  
    .garantia-parcial-detalhes-header{
      margin-bottom: 40px;
    }
  
    .garantia-parcial-processo{
      grid-template-columns: 1fr;
      margin-bottom: 40px;
    }
  
    .garantia-parcial-detalhes-footer{
      flex-direction: column;
      align-items: flex-start;
    }
  }


  .section-cobranca{
    position: relative;
    background-image: url('../images/ALUGANTIA-background-cobranca.png');
    background-size: cover;
    background-position: center right;
    overflow: hidden;
  }
  
  .cobranca-content{
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
  
  .cobranca-text{
    width: 48%;
    max-width: 680px;
    padding-top: 90px;
  }
  
  .cobranca-label{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
  }
  
  .cobranca-label-icon{
    width: 72px;
    height: 72px;
    object-fit: contain;
  }
  
  .cobranca-title{
    color: var(--primary);
    max-width: 700px;
    margin-bottom: 24px;
  }
  
  .cobranca-title::after{
    content: ".";
    color: var(--yellow-2);
  }
  
  .cobranca-desc{
    max-width: 560px;
    color: var(--text);
    margin-bottom: 34px;
  }
  
  .cobranca-list{
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 560px;
    margin-bottom: 38px;
  }
  
  .cobranca-list li{
    display: flex;
    align-items: center;
    gap: 16px;
  }
  
  .cobranca-list span{
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border: 2px solid var(--yellow-2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--yellow-2);
    font-family: "Lufga", sans-serif;
    font-size: 18px;
    font-weight: 800;
  }
  
  .cobranca-list p{
    color: var(--text);
  }
  
  .cobranca-list strong{
    color: var(--primary);
    font-weight: 800;
  }
  
  .cobranca-actions{
    display: flex;
    align-items: center;
    gap: 28px;
  }
  
  .cobranca-more{
    font-family: "Lufga", sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: var(--primary);
    border-bottom: 2px solid var(--yellow-2);
    padding-bottom: 4px;
  }
  
  .cobranca-more:hover{
    color: var(--primary-2);
  }
  
  /* detalhes */
  .cobranca-detalhes{
    background:
      radial-gradient(circle at 16% 22%, rgba(255,205,0,.08), transparent 30%),
      radial-gradient(circle at 88% 76%, rgba(0,156,222,.12), transparent 28%),
      linear-gradient(180deg, #FFFFFF 0%, #F6FAFC 100%);
    position: relative;
    overflow: hidden;
  }
  
  .cobranca-detalhes::after{
    content: "";
    position: absolute;
    right: -120px;
    top: 50%;
    transform: translateY(-50%);
    width: 620px;
    height: 620px;
    background: url("../images/ALUGANTIA-background-cobranca.png") center/contain no-repeat;
    opacity: .045;
    pointer-events: none;
  }
  
  .cobranca-detalhes-content{
    position: relative;
    z-index: 2;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 90px;
  }
  
  .cobranca-detalhes-header{
    max-width: 920px;
    margin-bottom: 64px;
  }
  
  .cobranca-detalhes-header .H2{
    margin: 16px 0 18px;
    max-width: 880px;
  }
  
  .cobranca-detalhes-header .body1{
    max-width: 760px;
    color: var(--text);
  }
  
  .cobranca-processo{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-bottom: 56px;
    position: relative;
  }
  
  .cobranca-detalhes-footer{
    display: flex;
    align-items: center;
    gap: 32px;
    padding-top: 32px;
    border-top: 1px solid rgba(0,30,98,.10);
    max-width: 900px;
  }
  
  .cobranca-detalhes-footer .body1{
    max-width: 540px;
    color: var(--primary);
    font-weight: 600;
  }
  
  @media screen and (orientation: portrait){
    .section-cobranca{
      background-position: center bottom;
      background-image: url('../images/ALUGANTIA-background-cobranca-mobile.png');
    }
  
    .cobranca-content{
      min-height: auto;
      padding: 130px 0 80px;
    }
  
    .cobranca-text{
      width: 100%;
      max-width: none;
      padding-top: 0;
    }
  
    .cobranca-actions{
      flex-direction: column;
      align-items: flex-start;
    }
  
    .cobranca-detalhes-content{
      min-height: auto;
      padding: 130px 0 80px;
    }
  
    .cobranca-detalhes-header{
      margin-bottom: 40px;
    }
  
    .cobranca-processo{
      grid-template-columns: 1fr;
      margin-bottom: 40px;
    }
  
    .cobranca-detalhes-footer{
      flex-direction: column;
      align-items: flex-start;
    }
  }



  .section-comparativo{
    background:
      radial-gradient(circle at 12% 18%, rgba(0,156,222,.07), transparent 28%),
      radial-gradient(circle at 88% 78%, rgba(255,205,0,.10), transparent 26%),
      #FFFFFF;
    position: relative;
    overflow: hidden;
  }
  
  .comparativo-content{
    min-height: 100vh;
    padding-top: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .comparativo-header{
    text-align: center;
    margin-bottom: 44px;
  }
  
  .comparativo-header .H2{
    margin: 14px auto 14px;
    max-width: 920px;
  }
  
  .comparativo-header .H2::after{
    content: ".";
    color: var(--yellow-2);
  }
  
  .comparativo-header .body1{
    max-width: 820px;
    margin: auto;
    color: var(--text);
  }
  
  .comparativo-grid{
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 28px;
    align-items: stretch;
  }
  
  .comparativo-card{
    border-radius: 18px;
    padding: 36px 40px;
    min-height: 510px;
  }
  
  .comparativo-card-sem{
    background: #EEF3F7;
    border: 1px solid #DDE6EF;
    box-shadow: 0 22px 60px rgba(0,30,98,.04);
    color: #6B7280;
  }
  
  .comparativo-card-com{
    position: relative;
    background:
      linear-gradient(135deg, var(--yellow-2) 0%, var(--yellow) 100%);
    color: var(--primary);
    overflow: hidden;
    box-shadow: 0 28px 80px rgba(255,163,0,.22);
    border: 1px solid rgba(255,205,0,.65);
  }
  
  .comparativo-card-com::after{
    content: "";
    position: absolute;
    right: -140px;
    bottom: -190px;
    width: 560px;
    height: 560px;
    background: url("../images/ALUGANTIA-simbolo.svg") center/contain no-repeat;
    opacity: .08;
    pointer-events: none;
  }
  
  .comparativo-card-title{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 32px;
  }
  
  .comparativo-card-title > span,
  .comparativo-title-icon{
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .comparativo-title-icon svg,
  .comparativo-icon svg,
  .comparativo-footer-icon svg{
    width: 26px;
    height: 26px;
    display: block;
  }

  .comparativo-icon svg{
    width: 22px;
    height: 22px;
  }

  .comparativo-footer-icon svg{
    width: 18px;
    height: 18px;
  }
  
  .comparativo-card-sem .comparativo-title-icon{
    color: #8B93A3;
    border: 3px solid #CBD2DC;
    background: #fff;
  }
  
  .comparativo-card-com .comparativo-title-icon{
    color: var(--primary);
    border: 3px solid var(--primary);
    background: rgba(255,255,255,.55);
  }
  
  .comparativo-card-title .H3{
    color: inherit;
  }

  .comparativo-card-sem .comparativo-card-title .H3{
    color: #5A6478;
  }

  .comparativo-card-com .comparativo-card-title .H3{
    color: var(--primary);
  }
  
  .comparativo-card-title strong{
    color: var(--primary);
  }
  
  .comparativo-list{
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
  }
  
  .comparativo-item{
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 18px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(0,30,98,.08);
  }
  
  .comparativo-card-com .comparativo-item{
    border-bottom-color: rgba(0,30,98,.12);
  }
  
  .comparativo-item:last-child{
    border-bottom: none;
  }
  
  .comparativo-icon{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #7B8495;
    border: 1px solid #DDE6EF;
  }
  
  .comparativo-card-com .comparativo-icon{
    background: rgba(255,255,255,.62);
    color: var(--primary);
    border-color: rgba(0,30,98,.12);
  }
  
  .comparativo-item .H5{
    margin-bottom: 4px;
    color: #5A6478;
  }
  
  .comparativo-card-com .comparativo-item .H5,
  .comparativo-card-com .comparativo-item .body2{
    color: var(--primary);
  }
  
  .comparativo-card-sem .comparativo-item .body2{
    color: #6B7280;
  }
  
  .comparativo-footer{
    max-width: 980px;
    margin: 24px auto 0;
    padding: 18px 26px;
    border: 1px solid rgba(255,205,0,.55);
    border-radius: 12px;
    background: rgba(255,255,255,.86);
    display: flex;
    align-items: center;
    gap: 16px;
  }
  
  .comparativo-footer span,
  .comparativo-footer-icon{
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 50%;
    background: var(--yellow-2);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .comparativo-footer .body1{
    color: var(--primary);
    font-weight: 700;
  }
  
  @media screen and (max-width: 980px){
    .comparativo-content{
      min-height: auto;
      padding: 130px 0 80px;
    }
  
    .comparativo-grid{
      grid-template-columns: 1fr;
    }
  
    .comparativo-card{
      min-height: auto;
      padding: 30px 24px;
    }
  
    .comparativo-footer{
      align-items: flex-start;
    }
  }



  .section-depoimentos{
    background:
      radial-gradient(circle at 12% 18%, rgba(0,156,222,.08), transparent 28%),
      radial-gradient(circle at 88% 78%, rgba(255,205,0,.10), transparent 26%),
      #F7FAFC;
    overflow: hidden;
  }
  
  .depoimentos-content{
    min-height: 100vh;
    padding-top: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .depoimentos-header{
    max-width: 760px;
    margin-bottom: 34px;
  }
  
  .depoimentos-header .H2{
    margin: 14px 0;
  }
  
  .depoimentos-header .H2::after{
    content: ".";
    color: var(--yellow-2);
  }
  
  .depoimentos-controls{
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-bottom: 22px;
  }
  
  .depoimentos-controls button{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(0,30,98,.18);
    background: var(--C0);
    color: var(--primary);
    font-family: "Lufga", sans-serif;
    font-size: 22px;
    font-weight: 800;
    cursor: pointer;
    transition: .25s ease;
  }
  
  .depoimentos-controls button:hover{
    background: var(--primary);
    color: var(--C0);
  }
  
  .depoimentos-track{
    display: flex;
    gap: 28px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 10px 0 36px;
    scrollbar-width: thin;
  }
  
  .depoimentos-track::-webkit-scrollbar{
    height: 8px;
  }
  
  .depoimentos-track::-webkit-scrollbar-track{
    background: rgba(0,30,98,.08);
    border-radius: 99px;
  }
  
  .depoimentos-track::-webkit-scrollbar-thumb{
    background: var(--primary);
    border-radius: 99px;
  }
  
  .depoimento-card{
    flex: 0 0 560px;
    scroll-snap-align: start;
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(0,30,98,.12);
    border-radius: 18px;
    padding: 48px;
    box-shadow: 0 22px 60px rgba(0,30,98,.06);
  }
  
  .depoimento-text{
    font-family: "Lufga", sans-serif;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    color: var(--primary);
    margin-bottom: 34px;
  }
  
  .depoimento-author strong{
    display: block;
    font-family: "Lufga", sans-serif;
    font-size: 22px;
    color: var(--primary);
    margin-bottom: 6px;
  }
  
  .depoimento-author span{
    font-family: "Lufga", sans-serif;
    font-size: 16px;
    color: var(--text);
  }
  
  @media screen and (max-width: 980px){
    .depoimentos-content{
      min-height: auto;
      padding: 130px 0 80px;
    }
  
    .depoimento-card{
      flex-basis: 86vw;
      padding: 34px 28px;
    }
  
    .depoimento-text{
      font-size: 20px;
      line-height: 30px;
    }
  }


  .section-blog{
    background:
      radial-gradient(circle at 12% 20%, rgba(0,156,222,.07), transparent 28%),
      radial-gradient(circle at 88% 76%, rgba(255,205,0,.09), transparent 26%),
      #F7FAFC;
    overflow: hidden;
  }
  
  .blog-content{
    min-height: 100vh;
    padding-top: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .blog-header{
    text-align: center;
    margin: 0 auto 48px;
  }
  
  .blog-header .H2{
    margin: 14px 0;
  }
  
  .blog-header .H2::after{
    content: ".";
    color: var(--yellow-2);
  }
  
  .blog-header .body1{
    color: var(--text);
  }
  
  .blog-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
  
  .blog-card{
    background: rgba(255,255,255,.9);
    border: 1px solid rgba(0,30,98,.10);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 22px 60px rgba(0,30,98,.06);
    transition: .3s ease;
  }
  
  .blog-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 30px 80px rgba(0,30,98,.10);
  }
  
  .blog-card-image{
    display: block;
    height: 230px;
    overflow: hidden;
    background: var(--gray);
  }
  
  .blog-card-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease;
  }
  
  .blog-card:hover .blog-card-image img{
    transform: scale(1.04);
  }
  
  .blog-card-content{
    padding: 28px;
  }
  
  .blog-card-date{
    display: block;
    font-family: "Lufga", sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--yellow);
    margin-bottom: 12px;
  }
  
  .blog-card-content .H5{
    margin-bottom: 12px;
  }
  
  .blog-card-content .body2{
    margin-bottom: 22px;
  }
  
  .blog-card-link{
    font-family: "Lufga", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--primary);
    border-bottom: 2px solid var(--yellow-2);
    padding-bottom: 4px;
  }
  
  .blog-footer{
    margin-top: 40px;
    display: flex;
    justify-content: center;
  }
  
  @media screen and (max-width: 980px){
    .blog-content{
      min-height: auto;
      padding: 130px 0 80px;
    }
  
    .blog-grid{
      grid-template-columns: 1fr;
    }
  
    .blog-card-image{
      height: 220px;
    }
  }


  .section-footer{

    background:#062C78;
    color:#FFF;

}

.footer-content{

    min-height:100vh;

    display:flex;

    flex-direction:column;

    justify-content:center;

    padding-top:80px;

}

.footer-cta{

    max-width:720px;

}

.footer-cta h2{

    margin:16px 0;

}

.footer-cta p{

    max-width:620px;

    margin-bottom:36px;

}

.footer-divider{

    height:1px;

    background:rgba(255,255,255,.12);

    margin:70px 0;

}

.footer-grid{

    display:grid;

    grid-template-columns:2fr 1fr 1fr 1fr;

    gap:70px;

}

.footer-brand img{

    height:54px;

    margin-bottom:28px;

}

.footer-grid h5{

    color:var(--yellow);

    margin-bottom:22px;

}

.footer-grid ul{

    list-style:none;

    padding:0;

    margin:0;

}

.footer-grid li{

    margin-bottom:14px;

}

.footer-grid a{

    color:rgba(255,255,255,.82);

    transition:.3s;

}

.footer-grid a:hover{

    color:white;

}

.footer-bottom{

    margin-top:70px;

    padding-top:28px;

    border-top:1px solid rgba(255,255,255,.12);

    display:flex;

    justify-content:space-between;

    align-items:center;

    color:rgba(255,255,255,.65);

    font-size:14px;

}

.footer-bottom a{

    margin-left:24px;

    color:inherit;

}

@media screen and (orientation: portrait){
  .footer-grid{
    display: block;
  }
}