/* SYNQ LP - IMPLEMENTAÇÃO EXATA */

/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "DM Sans", sans-serif;
  color: #1A202C;
  line-height: 1.6;
}

section {
  padding: 80px 0;
  width: 100%;
  height: auto !important;
}


ul{
  padding-left: 0rem !important;
}
.synq-container {
  max-width: 1416px;
  margin: 0 auto;
  padding: 0 40px;
}

.synq-center {
  text-align: center;
  margin-top: 40px;
}

/* TAG */
.synq-tag {
  display: inline-block;
  padding: 6px 0px;
  color: #fff;
  border-radius: 20px;
  font-size: 32px;
  font-weight: 600;
  text-transform: normal;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

/* BUTTON */
.synq-btn {
  display: inline-block;
  padding: 14px 32px;
  background: #0043FF;
  color: #fff;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
}

.synq-btn:hover {
  background: #0036CC;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 67, 255, 0.3);
  color: #fff;
}

/* TYPOGRAPHY */
h1 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
}

h2 {
  font-size: 36px;
  font-weight: 600;
  color: #0B1A3D;
  line-height: 1.3;
  margin-bottom: 20px;
 
}

h3 {
  font-size: 24px;
  font-weight: 600;
  color: #0B1A3D;
  margin-bottom: 20px;
}

h4 {
  font-size: 14px;
  font-weight: 500;
  color: #5A6B8C;
  line-height: 1.5;

}

p {
  font-size: 16px;
  color: #5A6B8C;
  line-height: 1.6;
}

.synq-highlight {
  color: #0BA98B;
}

.synq-subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #0B1A3D;
  margin: 40px 0 30px;
}

.synq-desc {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
  color: #354974;
}


.synq-desc-futuro {
  font-size: 18px;
  text-align: center;
  margin: 0 auto 60px;
  color: #354974;
}

/* === SEÇÃO 1: HERO === */
.synq-hero {
  height: 100vh !important;
  min-height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 120px 0;
}

.synq-hero-content {
  max-width: 1416px;
  width: 1416px;
}

.synq-hero h1 {
  margin-bottom: 20px;
  
}

.synq-hero p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  margin-bottom: 30px;

}

/* === SEÇÃO 2: EXPLICAÇÃO === */
.synq-explicacao {
  background: #fff;
  padding: 80px 0;
}

.sync-explicação-container {
  max-width: 1416px;
  margin: 0 auto;
  background-color: #EDF2F7;
  border-radius: 12px;
  padding: 60px;
  
}

.synq-explicacao h2 {
  font-family: DM Sans;
  text-align: left;
  color: #0B1A3D;
  line-height: 1.4;
  margin-bottom: 20px;
font-weight: 700;
font-size: 40px;
line-height: 48px;
letter-spacing: normal;
max-width:1014px;


}

.synq-explicacao .synq-highlight {
  color: #0BA98B;
}

.synq-subtitle {
  
  color: #5A6B8C;
  margin: 20px 0 40px;
  text-align: left;
    font-family: DM Sans;
font-weight: 400;
font-style: Regular;
font-size: 24px;
line-height: 18px;
letter-spacing: normal;

}

.synq-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 40px 0;
}

.synq-card-item {
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  display: flex;
  gap: 31px;
  align-items: flex-start;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  max-width: 624px;
  min-height: 203px;
      flex-direction: column;
}

.synq-card-icon {
  max-width: 38px;
  max-height: 41px;
  flex-shrink: 0;
  color: #0BA98B;
  display: flex;
  align-items: center;
  justify-content: center;
}

.synq-card-icon svg {
  width: 24px;
  height: 24px;
}

.synq-card-item p {
 font-family: DM Sans;
font-weight: 600;
font-size: 24px;
line-height: 24px;
letter-spacing: normal;
margin: 0;
color:#354974;


}

/* === SEÇÃO 3: FUTURO === */
.synq-futuro {
  background: #fff;
  padding: 100px 0;
}

.synq-futuro h2 {
  font-family: DM Sans;
  text-align: center;
   font-weight: 700;
font-size: 48px;
line-height: 48px;
letter-spacing: normal;
padding: 0px;
}

.synq-cards-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.synq-feature-card {
  text-align: left;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #00AD8C;
  min-height: 272px;
 
}

.synq-feature-card p {
 color: #021B51;
 margin: 0;
 font-family: DM Sans;
font-weight: 700;
font-size: 16px;
line-height: 24px;
letter-spacing: normal;

}

.synq-feature-icon {
  min-width: 48px;
  width: 48px;
  height: 48px;
  color: #0BA98B;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 0 20px;
}

/* === SEÇÃO 4: CHECKLISTS === */
.synq-checklists {
  background: #EDF2F7;
}

.synq-checklist-group {
  margin-bottom: 40px;
}

.synq-checklist-group h3 {
  color: #0B1A3D;
  margin-bottom: 32px;
}

.synq-checklist-group ul {
  list-style: none;
}

.synq-checklist-group li {
  padding: 20px 32px 20px 0;
  position: relative;
  margin: 12px 0 12px 60px;
  color: #02143D;
  font-size: 24px;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.synq-checklist-group li svg {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  margin-top: -2px;
}

/* === SEÇÃO 5: BENEFÍCIOS === */
.synq-beneficios {
  background: #fff;
}

.synq-beneficios h2 {
font-family: DM Sans;
font-weight: 700 !important;
font-size: 84px !important;
line-height: 48px;
letter-spacing: normal;
text-align: center;
padding-bottom: 60px;

}

.synq-benefit-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.synq-benefit-card {
  padding: 40px;
  border-radius: 16px;
}

.synq-benefit-purple {
  background: #6D85FD;
  color: #fff;
}

.synq-benefit-purple h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 24px;
  text-align: left;
  font-weight: 700;
}

.synq-benefit-purple li {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}

.synq-benefit-purple li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #fff !important;
  font-weight: 700;
  font-size: 18px;
}

.synq-benefit-white {
  background: #CAD3FF;
  border: none;
  color: #000;
}

.synq-benefit-white h3 {
  color: #000;
  font-size: 20px;
  margin-bottom: 24px;
  text-align: left;
}

.synq-benefit-white li {
  color: #000;
}

.synq-benefit-white li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #000000 !important;
  font-weight: 700;
  font-size: 18px;
}

.synq-benefit-card h3 {
  margin-bottom: 24px;
  text-align: left;
}

.synq-benefit-card ul {
  list-style: none;
}

.synq-benefit-card li {
  padding-left: 28px;
  position: relative;
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 1.6;
}

/* === SEÇÃO 6: DIFERENCIAIS === */
.synq-diferenciais {
  background: #EDF2F7;
  padding: 0 !important;
}

.synq-diferenciais .synq-container {
  max-width: 100%;
  padding: 0;
}

.synq-dif-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  min-height: 700px;
  justify-items: end;
}

.synq-dif-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 120px;
  background: #EDF2F7;
  
}

.synq-dif-content h2 {
  text-align: left;
  margin-bottom: 80px;
}

.synq-dif-list {
  list-style: none;
}

.synq-dif-list li {
  padding-left: 32px;
  padding-bottom: 32px;
  position: relative;
  margin-bottom: 16px;
  color: #02143D;
    font-family: DM Sans;
font-weight: 700;
font-size: 18px;
line-height: 110.00000000000001%;
letter-spacing: normal;


}

.synq-dif-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #0BA98B;
  font-weight: 700;
  font-size: 20px;
}

.synq-dif-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* === SEÇÃO 7: CTA FINAL === */
.synq-cta {
  background: #fff;
  padding: 100px 0;
}

.synq-cta-content {
  text-align: center;
  max-width: 1080px;
  margin: 0 auto;
}

.synq-cta-text {
  color: #0B1A3D;
  margin-bottom: 40px;
  font-family: "DM Sans", sans-serif;
font-weight: 700;
font-size: 38px;
line-height: 1em;
text-align: center;

}

/* === SEÇÃO 8: IMAGEM FINAL === */
.synq-final-image {
  padding: 0;
}

.synq-final-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* === RESPONSIVE === */

/* Tablet - 1024px */
@media (max-width: 1024px) {
  .synq-container {
    padding: 0 30px;
  }

   .synq-card-icon {
        width: 32px;
        height: 32px;
    }

  .synq-tag {
  display: inline-block;
  padding: 6px 0px;
  color: #fff;
  border-radius: 20px;
  font-size: 32px;
  font-weight: 600;
  text-transform: normal;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

  .sync-explicação-container {
    padding: 50px 30px;
  }

  /* Hero */
  .synq-hero {
    min-height: 500px;
    padding: 100px 0;
  }

  .synq-hero-content {
    max-width: 100%;
    width: 100%;
  }

  /* Cards */
  .synq-cards-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .synq-card-item {
    max-width: 100%;
    min-height: auto;
  }

  /* Futuro - 5 cards */
  .synq-cards-5 {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .synq-feature-card {
    min-height: auto;
  }

  /* Benefícios */
  .synq-benefit-cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  /* Diferenciais */
  .synq-dif-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .synq-dif-content {
    padding: 60px 90px;
  }

  .synq-dif-image {
    min-height: 400px;
  }

  /* Typography */
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
  }

  .synq-explicacao h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .synq-subtitle {
    font-size: 20px;
  }

  .synq-beneficios h2 {
    font-size: 56px !important;
    line-height: 60px !important;
    padding-bottom: 40px;
  }

  .synq-cta-text {
    font-size: 28px;
  }
}

/* Mobile - 768px */
@media (max-width: 768px) {
  .synq-container {
    padding: 0 20px;
    margin: 0px 20px;
  }

  .sync-explicação-container {
    padding: 40px 20px;
  }

  section {
    padding: 60px 0;
  }

  /* Hero */
  .synq-hero {
    min-height: 600px;
    padding: 80px 0 60px;
    height: auto !important;
  }

  .synq-hero h1 {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .synq-hero p {
    margin-bottom: 24px;
    color: #00AD8C;
font-family: "DM Sans";
font-size: 16px;
font-weight: 700;
line-height: 19.6px; 
letter-spacing: 0.84px;
text-transform: uppercase;
  }

  /* Typography */
  h1 {
    font-size: 32px;
    line-height: 1.3;
  }

  h2 {
    font-size: 28px;
    line-height: 1.3;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 13px;
  }

  p {
    font-size: 15px;
  }

  /* Tag */
  .synq-tag {
    font-size: 12px;
    padding: 5px 14px;
  }

  /* Button */
  .synq-btn {
    width: auto;
    text-align: center;
    padding: 12px 24px;
    font-size: 14px;
  }

  .synq-center {
    margin-top: 30px;
  }

  /* Explicação */
  .synq-explicacao {
    padding: 60px 25px;
  }

  .synq-explicacao h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .synq-subtitle {
    font-size: 18px;
    line-height: 24px;
    margin: 16px 0 30px;
  }

  .synq-desc-futuro {
    font-size: 16px;
    margin: 0 auto 40px;
    text-transform: none;
  }

  .synq-cards-grid {
    gap: 12px;
    margin: 30px 0;
  }

  .synq-card-item {
    padding: 20px;
    gap: 20px;
    flex-direction: row;
  }

  .synq-card-item p {
    font-size: 18px;
    line-height: 22px;
  }

  .synq-card-icon {
    width: 30px;
    height: 30px;
  }

  .synq-card-icon svg {
    width: 20px;
    height: 20px;
  }

  /* Futuro */
  .synq-futuro {
    padding: 60px 0;
  }

  .synq-futuro h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .synq-cards-5 {
    grid-template-columns: 1fr;
    gap: 12px;
  }

     .synq-feature-card {
        padding: 20px;
        min-height: auto;
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: center;
    }

  .synq-feature-card p {
    font-size: 15px;
    line-height: 22px;
  }

  .synq-feature-icon {
     margin: 0px;
  }

  /* Checklists */
  .synq-checklists {
    padding: 60px 0;
  }

  .synq-checklist-group {
    margin-bottom: 30px;
  }

  .synq-checklist-group h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .synq-checklist-group li {
    padding: 16px 28px 16px 0;
    margin: 10px 0 10px 0px;
    font-size: 16px;
    gap: 16px;
  }

  .synq-checklist-group li svg {
    width: 36px;
    height: 36px;
  }

  /* Benefícios */
  .synq-beneficios {
    padding: 60px 0;
  }

  .synq-beneficios h2 {
    font-size: 36px !important;
    line-height: 42px !important;
    padding-bottom: 30px;
  }

  .synq-benefit-cards {
    gap: 20px;
    max-width: 100%;
  }

  .synq-benefit-card {
    padding: 30px 24px;
  }

  .synq-benefit-purple h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .synq-benefit-white h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .synq-benefit-card li {
    font-size: 14px;
    padding-left: 24px;
    margin-bottom: 10px;
  }

  .synq-benefit-purple li:before,
  .synq-benefit-white li:before {
    font-size: 16px;
  }

  /* Diferenciais */
  .synq-diferenciais {
    padding: 0 !important;
  }

  .synq-dif-content {
    padding: 50px 40px;
  }

  .synq-dif-content h2 {
    font-size: 26px;
    margin-bottom: 44px;
  }

.synq-dif-grid{
      justify-items: start ;
    align-items: stretch;
}

  .synq-dif-list li {
    font-size: 16px;
    padding-left: 28px;
    padding-bottom: 28px;
    margin-bottom: 12px;
    line-height: 120%;
  }

  .synq-dif-list li:before {
    font-size: 18px;
  }

  .synq-dif-image {
    min-height: 300px;
  }

  /* CTA */
  .synq-cta {
    padding: 60px 0;
  }

  .synq-cta-text {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
}

/* Mobile pequeno - 480px */
@media (max-width: 480px) {
  .synq-container {
    padding: 0 16px;
     margin-bottom: 24px;
    color: #00AD8C;
font-family: "DM Sans";
font-size: 11px;
font-weight: 700;
line-height: 19.6px; 
letter-spacing: 0.84px;
text-transform: uppercase;
  }

  .sync-explicação-container {
    padding: 32px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
   
  }

  section {
    padding: 48px 0;
  }

  /* Hero */
  .synq-hero {
    min-height: 500px;
    padding: 120px 0 48px;
    background-position-x: 65%;
  }

    .synq-hero p {
      width: 60%;
    margin-bottom: 24px;
    color: #00AD8C;
font-family: "DM Sans";
font-size: 11px;
font-weight: 700;
line-height: 19.6px; 
letter-spacing: 0.84px;
text-transform: uppercase;
  }

  /* Typography */
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  p {
    font-size: 14px;
  }

  /* Button */
  .synq-btn {
    padding: 11px 20px;
    font-size: 13px;
  }

  /* Explicação */
  .synq-explicacao h2 {
    font-size: 15px;
    line-height: normal;
    text-align:center;
    width: 255px;
  }

  .synq-subtitle {
    font-size: 11px;
    line-height: 11px;
    text-align:center;
  }

  .synq-desc-futuro {
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
  }

  .synq-card-item {
    padding: 16px;
    gap: 16px;
    display:flex;
    flex-direction:row;
  }

  .synq-card-item p {
    font-size: 9px;
    line-height: 20px;
  }

      .synq-card-icon {
        width: 32px;
        height: 32px;
    }

  /* Futuro */
  .synq-futuro h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .synq-feature-card {
        padding: 16px;
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: center;
      }

  .synq-feature-card p {
    font-size: 14px;
    line-height: 20px;
  }

  /* Checklists */
  .synq-checklist-group h3 {
    font-size: 16px;
     text-transform: none;
     padding-right: 40px;
     font-weight: 600;;
  }

  .synq-checklist-group li {
    padding: 14px 24px 14px 0;
    font-size: 15px;
    margin: 10px 0 10px 0px;
    gap: 12px;
    text-transform: none;
  }

  .synq-checklist-group li svg {
    width: 32px;
    height: 32px;
  }

  /* Benefícios */
  .synq-beneficios h2 {
    font-size: 28px !important;
    line-height: 34px !important;
    padding-bottom: 24px;
  }

  .synq-benefit-card {
    padding: 24px 20px;
  }

  .synq-benefit-purple h3 {
    font-size: 18px;
    margin-bottom: 16px;
    text-transform: none;
  }

  .synq-benefit-white h3 {
    font-size: 16px;
    margin-bottom: 16px;
    text-transform: none;
  }

  .synq-benefit-card li {
    font-size: 15px;
    padding-left: 22px;
    margin-bottom: 8px;
    text-transform: none;
  }

  /* Diferenciais */
  .synq-dif-content {
    padding: 40px 16px;
  }

  .synq-dif-content h2 {
    font-size: 22px;
    margin-bottom: 30px;
    
  }

  .synq-dif-list li {
    font-size: 15px;
    padding-left: 26px;
    padding-bottom: 26px;
  }

  .synq-dif-list li:before {
    font-size: 16px;
  }

  .synq-dif-image {
    min-height: 250px;
  }

  /* CTA */
  .synq-cta {
    padding: 48px 0;
  }

  .synq-cta-text {
    font-size: 20px;
    margin-bottom: 24px;
    text-transform: none;
  }
}