/* CEDENTES - CORES E LAYOUT CORRETOS */

/* 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;
}

.ced-container {
  max-width: 1416px;
  margin: 0 auto;
  padding: 0 40px;
  
}

.ced-center-btn {
  text-align: left;
  margin-top: 40px;
}

/* TAG */
.ced-tag {
  display: inline-block;
  padding: 6px 0px;
  color: #0BA98B;
  border-radius: 20px;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

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

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

/* TYPOGRAPHY */
h1 {
  font-size: 50px;
  font-weight: 600;
  color: #0B1A3D;
  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: 28px;
  font-weight: 500;
  color: #0B1A3D;
  line-height: 1.3;
}

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

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

.ced-subtitle-green {
  font-size: 28px;
  font-weight: 700;
  color: #0BA98B;
  text-align: left;
  margin: 60px 0 40px;
}

.ced-green {
  color: #0BA98B;
}

/* === SEÇÃO 1: HERO === */
.ced-hero {
  background: #EDF2F7;
  padding: 140px 0;
}

.ced-hero-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.ced-hero-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0px;
}

/* === SEÇÃO 2: FIDCS === */
.ced-fidcs {
  background: #fff;
}

.ced-container-interno
 {
    max-width: 1416px;
    margin: 0 auto;
    padding: 0 40px;
    background: #EDF2F7;
    border-radius: 12px;
    padding:96px;
}

.ced-fidcs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 40px;
}

.ced-boxes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: 40px 0;
}

.ced-box-white {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.ced-box-nano {
  background: none;
  padding: 30px 0px;
  border-radius: 12px;

}

.ced-box-icon {
  width: 25px;
  height: 25px;
  background: none;
  color: #02143D;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

/* === SEÇÃO 3: REVOLUCIONÁRIO === */
.ced-revolucionario {
  background: #fff;
  color: #fff;
  padding: 0px 0;
}

/* Desktop: Mostrar SVG desktop, esconder mobile */
.ced-rev-desktop {
  display: block;
}

.ced-rev-mobile {
  display: none;
}

.ced-rev-mobile img {
  width: 100%;
  height: auto;
  display: block;
}

.ced-rev-layout {
  display: grid;
  grid-template-columns: 320px 1fr 320px;
  gap: 60px;
  align-items: center;
}

.ced-rev-box {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  margin-bottom: 30px;
}

.ced-rev-box h2,
.ced-rev-box p {
  color: #0B1A3D;
}

.ced-tooltip {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.ced-tooltip-icon {
  width: 40px;
  height: 40px;
  background: #E5F7F3;
  color: #0BA98B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ced-tooltip h5 {
  font-size: 16px;
  font-weight: 600;
  color: #0BA98B;
  margin-bottom: 8px;
}

.ced-tooltip p {
  font-size: 14px;
  color: #5A6B8C;
  margin: 0;
}

.ced-circle {
  width: 280px;
  height: 280px;
  border: 4px solid #667EEA;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(102, 126, 234, 0.1);
  margin: 0 auto;
}

.ced-circle span {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
}

/* === SEÇÃO 4: COMPARAÇÃO === */
.ced-comparacao {
  background: #EDF2F7;
}

.ced-comp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 40px;
}

.ced-checklist {
  list-style: none;
}

.ced-checklist li {
  padding-left: 32px;
  position: relative;
  margin-bottom: 16px;
  font-size: 18px;
  color: #000;
  font-weight: 700;
}

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

.ced-cards-comp {
  display:flex;
  gap: 96px;
  margin: 40px 0;
}

.ced-card-comp {
  background: #fff;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  width: 363px;
 max-width: 363px;
 display:flex;
 flex-direction:column;
 gap:15px;
}



.ced-card-comp ul {
  list-style: disc;
  color: black;
}

.ced-card-comp li {
  padding-left: 5px;
  position: relative;
  margin-bottom: 12px;
  font-size: 16px;
  color:#000
}

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

.ced-benefits-layout {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 0px;
}

.ced-benefits-left {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.ced-benefit-item {
display: flex;
width: 280px;
max-width: 280px;;
padding: 32px 24px 40px 24px;
flex-direction: column;
align-items: flex-start;
gap: 32px;
align-self: stretch;
border-radius: 6px;
background: #F0F5FA;
box-shadow: 0 8px 12px -2px rgba(26, 29, 37, 0.06);

}

.ced-benefit-icon {
  width: 40px;
  height: 40px;
  color: #0BA98B;
display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin: 0px  0px;
}

.ced-benefit-item h4 {
  font-size: 18px;
  color: #0B1A3D;
  margin-bottom: 0px;
  
}

.ced-benefit-item p {
  font-size: 16px;
  color: #5A6B8C;
  margin: -20px 0px 0px 0px;
  line-height: 24px;
}

.ced-benefits-right {
  display: flex;
  align-items: flex-start;
}

.ced-impacto-card {
  background: #fff;
  padding: 0px 0px;
  border-radius: 16px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  align-items: flex-start;
}

.ced-impacto-card h2 {
  margin-bottom: 20px;
}

.ced-impacto-card p {
  margin-bottom: 30px;
}

/* === RESPONSIVE === */

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

  .ced-container-interno {
    padding: 60px 30px;
  }

  /* Hero */
  .ced-hero {
    padding: 100px 0;
  }

  .ced-hero-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /* FIDCS */

  .ced-fidcs{
      padding: 30px;
  }


  .ced-fidcs-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    
  }

  .ced-boxes-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  /* Revolucionário */
  .ced-rev-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /* Comparação */
  .ced-comp-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ced-cards-comp {
    flex-direction: column;
    gap: 24px;
  }

  .ced-card-comp {
    width: 100%;
    max-width: 100%;
  }

  /* Benefícios */
  .ced-benefits-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ced-benefits-left {
    justify-content: center;
  }

  .ced-benefit-item {
    width: calc(50% - 12px);
    max-width: none;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  .ced-subtitle-green {
    font-size: 24px;
    margin: 40px 0 30px;
  }
}

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

  .ced-container-interno {
    padding: 40px 40px;
  }

  section {
    padding: 60px 0;
  }

  /* Hero */
  .ced-hero {
    padding: 140px 0 60px;
  }

  .ced-hero-wrap {
    gap: 30px;
  }

  /* Revolucionário: Esconder desktop, mostrar mobile */
  .ced-rev-desktop {
    display: none;
  }

  .ced-rev-mobile {
    display: flex;
    padding: 0px 0px 32px 0px !important;
   flex-direction: column;
   align-items: center;

  }

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

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

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 18px;
  }

  p {
    font-size: 15px;
  }

  .ced-subtitle-green {
    font-size: 22px;
    margin: 30px 0 24px;
    
  }

  /* Tag */
  .ced-tag {
    
    padding: 0px 0px;
    color: #0BA98B;
font-family: "DM Sans";
font-size: 20px;
font-weight: 600;
line-height: 19.2px;
letter-spacing: 0.5px;
text-transform: uppercase;
margin-bottom: 2px;
  }

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

  .ced-center-btn {
    margin-top: 30px;
  }

  /* FIDCS */
  .ced-fidcs-grid {
    gap: 30px;
    margin-bottom: 30px;
  
  }

  .ced-boxes-grid {
    gap: 20px;
    margin: 30px 0;
  }

  .ced-box-nano {
    padding: 20px 0px;
  }

  .ced-box-white {
    padding: 20px;
  }

  /* Revolucionário */
  .ced-rev-layout {
    gap: 30px;
  }

  .ced-rev-box {
    padding: 24px;
    margin-bottom: 20px;
  }

  .ced-tooltip {
    padding: 16px;
    gap: 12px;
  }

  .ced-tooltip-icon {
    width: 36px;
    height: 36px;
  }

  .ced-tooltip h5 {
    font-size: 15px;
  }

  .ced-tooltip p {
    font-size: 13px;
  }

  .ced-circle {
    width: 220px;
    height: 220px;
  }

  .ced-circle span {
    font-size: 24px;
  }

  /* Comparação */
  .ced-comp-grid {
    gap: 30px;
    margin-bottom: 30px;
  }

  .ced-checklist li {
    font-size: 16px;
    margin-bottom: 12px;
    padding-left: 28px;
  }

  .ced-checklist li:before {
    font-size: 18px;
  }

  .ced-cards-comp {
    margin: 30px 0;
    gap: 20px;
  }

  .ced-card-comp {
    padding: 20px;
  }

  .ced-card-comp li {
    font-size: 15px;
    margin-bottom: 10px;
  }

  /* Benefícios */
  .ced-benefits-layout {
    gap: 30px;
  }

  .ced-benefits-left {
    gap: 16px;
  }

  .ced-benefit-item {
    width: 100%;
    max-width: 100%;
    padding: 24px 20px 32px 20px;
    gap: 24px;
  }

  .ced-benefit-icon {
    width: 36px;
    height: 36px;
  }

  .ced-benefit-item h4 {
    font-size: 16px;
  }

  .ced-benefit-item p {
    font-size: 14px;
    margin-top: -16px;
  }

  .ced-impacto-card {
    padding: 0;
    display:flex;
    align-items: flex-start;
  }

  .ced-impacto-card h2 {
    margin-bottom: 16px;
  }

  .ced-impacto-card p {
    margin-bottom: 24px;
  }
}

/* Mobile pequeno - 480px */
@media (max-width: 480px) {
  .ced-container {
    padding: 0 16px;
  }

  .ced-fidcs{
    background: #edf2f7;
    padding:0px;
  }

  .ced-box-icon{
    display:none;
  }

  .ced-container-interno {
    padding: 32px 16px;
  }

  section {
    padding: 48px 0;
  }

  /* Hero */
  .ced-hero {
    padding: 140px 0 48px;
  }

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

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 16px;
  }

  p {
    font-size: 14px;
  }

  .ced-subtitle-green {
    font-size: 20px;
    margin: 24px 0 20px;
  }

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

  /* Boxes */
  .ced-box-nano {
    padding: 16px 0px;
  }

  .ced-box-white {
    padding: 16px;
  }

  /* Revolucionário */
  .ced-rev-box {
    padding: 20px;
  }

  .ced-tooltip {
    padding: 14px;
  }

  .ced-circle {
    width: 180px;
    height: 180px;
  }

  .ced-circle span {
    font-size: 20px;
  }

  /* Cards comparação */
  .ced-card-comp {
    padding: 16px;
  }

  /* Benefícios */
  .ced-benefit-item {
    padding: 20px 16px 24px 16px;
  }
}