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



body {
  font-family: 'Inter', sans-serif;
  color: #111827;
  background: #ffffff;
}

header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 60px;
}


.menu-left {
  display: flex;
  align-items: center;
  gap: 30px;
}

.logo img {
  height: 40px;
}

.logo{
  display: flex;
  gap: 20px;
  align-items: center;
}

.logo p {
  display: none;
  font-size: 6vw;
  color: #0d47a1;
  font-weight: 700;
  margin: 0px;
  text-align: center;
}


nav {
  display: flex;
  gap: 30px;
  font-weight: 500;
}

nav a {
  text-decoration: none;
  color: #111827;
}

nav a:hover {
  color: #2563eb;
}

.nav-links {
  display: flex;
  gap: 20px;
  align-items: center;
}

.nav-links a {
  text-decoration: none;
  color: #1f2937;
  font-weight: 500;
}

.nav-links a:hover {
  color: #2563eb;
}

.mobile-menu-button {
  display: none;
  font-size: 1.5em;
  background: none;
  border: none;
  color: #2563eb;
  cursor:pointer;
}

.MenuStyle{
  display: flex; 
  align-items: center; 
  gap: 12px; 
  margin-left: auto;
}


.social-icons {
  display:flex; 
  gap:12px; 
  align-items:center; 
}

.login {
  color: #2563eb;
  border: 1px solid #2563eb;
}

.register {
  background-color: #2563eb;
  color: white;
}


.auth-buttons a {
  margin-left: 12px;
  padding: 8px 20px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 500;
}


.section {
  padding: 80px 60px;
  text-align: center;
}

.section h2 {
  font-size: 2em;
  margin-bottom: 20px;
  color: #1d4ed8;
}

.section p {
  max-width: 800px;
  margin: 0 auto 40px;
  color: #4b5563;
  text-align: justify;
}


.sectionart {
  text-align: center;
}

.sectionart h2 {
  font-size: 2em;
  margin-bottom: 20px;
  color: #1d4ed8;
}

.sectionart p {
  max-width: 800px;
  color: #4b5563;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 60px;
  background: #f9fafb;
  gap: 40px;
}

.hero-text {
  flex: 1;
}

.hero-text h1 {
  font-size: 2.0em;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-text p {
  font-size: 1.0em;
  margin-bottom: 30px;
  color: #4b5563;
}

.hero img {
  max-width: 480px;
  height: auto;
}

.btn-primary:hover {
  background-color: #1e40af !important;
  opacity: 0.95;
}

.btn-primary {
  width: 100%;
  padding: 12px 28px;
  border: none;
  border-radius: 6px;
  background: #2563eb;
  color: white;
  font-weight: 600;
  font-size: 1em;
  cursor: pointer;
  transition: background 0.3s;
  text-decoration: none;
  display: block;
  text-align: center;
}


.container-xl {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

#sobre-e-demonstracao .container-xl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.container-xl img{
  max-width: 100%; 
  margin-top: 20px; 
  border-radius: 8px;
}

.Solicitacao{
  flex: 1 1; 
  background-color: #f3f4f6; 
  padding: 30px; 
  border-radius: 12px;
}

.Solicitacao h3{
  color:#1e40af;
  margin-bottom:15px;
}

.Solicitacao p{
  margin-bottom: 20px; 
  text-align: justify;
}  

.features {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 40px;
  text-align: center;
}
.feature {
  max-width: 240px;
  text-align: center;
}
.feature i {
  font-size: 2.5em;
  color: #2563eb;
  margin-bottom: 10px;
}

.feature h4 {
  font-size: 1.1em;
  margin-bottom: 10px;
}
.section-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
}

.input-field, select, textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  font-family: inherit;
  margin-top: 5px;
}
.contador{
  text-align: end;
}
.politica{
  margin-bottom: 30px; 
  margin-top: 10px; 
  font-size: 0.9em;
}

.politica label{
  display:inline-block;
  text-align:left;
}

.politica input{
  margin-right: 5px;
}

.politica a{
  color:#2563eb;
  text-decoration:underline;
}

#chega-de-planilhas{
  display: flex; 
  align-items: center; 
  gap: 10px; 
  flex-wrap: wrap;
}

#planos{
  border-bottom: 1px solid #e0e7ff;
}

#planos h2{
  color:#1d4ed8;
  margin-bottom:20px; 
  text-align: center;
}

.plans{
  display: flex;
  gap: 20px;
  overflow-x: auto;
  width: 90vw;
  flex-direction: row;
  justify-content: space-between;
}

.plan{
  border: 2px solid #2563eb; 
  border-radius: 18px; 
  padding: 30px 20px; 
  width: 345px; 
  background: #f9fafb; 
  box-shadow: 0 4px 12px rgba(0,0,0,0.05); 
  text-align: center;
}

.Plan-titulo{
  font-size: 1em; 
  color: #4b5563; 
  margin-bottom: 4px;
}

.plan h3{
  color: #2563eb; 
  font-size: 1.8em; 
  font-weight: 700; 
  margin-bottom: 10px;
}

.plan p{
  font-size: 2em; 
  font-weight: bold; 
  color: #111827; 
  margin: 10px 0 20px;
}

.txt{
  font-size: 0.8em; 
  color: #4b5563; 
  margin-bottom: 4px;
}

.cifrao{
  font-size: 0.75em; 
  vertical-align: super; 
  color: #2563eb;
}

.iniciovalor{
  font-size: 5em; 
  font-weight: 800; 
  color: #2563eb;
}

.finalvalor{
  font-size: 3em; 
  font-weight: 700; 
  color: #2563eb;
}

.plan ul {
  list-style: none;
  padding: 0;
  color: #4b5563;
  text-align: left;
  width: 300px;
}

.plan ul li {
  background: white; 
  padding: 10px 16px; 
  border-radius: 12px; 
  margin: 6px 0; 
  font-size: 15px; 
  display: flex; 
  justify-content: space-between; 
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.plan .plan-button {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 14px 24px;
  background-color: #2563eb;
  color: white;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1em;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.plan .obs{
  font-size: 0.85em;
  color: #374151;
  margin-top: 16px;
  font-style: italic;
  font-weight:normal;
  margin:0px;
}
.plan .plan-button:hover {
  background-color: #2563eb;
}

.tutorial-section {
  background: #f7faff;
  padding: 80px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.tutorial-content {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.tutorial-text {
  flex: 1;
  min-width: 300px;
}

.tutorial-text h2 {
  font-size: 2rem;
  color: #1e40af;
  margin-bottom: 15px;
}

.tutorial-text p {
  font-size: 1rem;
  color: #333;
  margin-bottom: 25px;
  line-height: 1.6;
  text-align: justify;
}

.btn-tutorial {
  display: inline-block;
  background-color: #2563eb;
  color: #fff;
  padding: 14px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.btn-tutorial:hover {
  background-color: #1d4ed8;
}

.tutorial-image {
  flex: 1;
  min-width: 280px;
  text-align: center;
}

.tutorial-image img {
  max-width: 260px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
}


.footer-light {
  background: #3b82f6;
  color: white;
}
.footer-light h4 {
  color: #ffffff;
  margin-bottom: 5px;
}
.footer-light a {
  color: white;
  text-decoration: none;
}
.footer-copy {
  text-align: center;
  padding: 20px;
  background: #60a5fa;
  color: white;
}


.container-footer{
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    font-size: 14px;
}
.container-footer a:hover{
  color: #000;
}

.clientes-slider {
  display: flex;
  gap: 40px;
  overflow-x: auto;
  padding: 10px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.clientes-slider::-webkit-scrollbar {
  display: none;
}

.logo-parceira {
  height: 60px;
  flex-shrink: 0;
}
#artigos .btn-primary {
  font-size: 0.9em;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 500;
  background: #3b82f6;
  max-width: 200px;
  width: 100%;
}

#artigos .btn-primary:hover {
  background-color: #1d4ed8;
}
/* Responsivo */
@media (max-width: 768px) {
  .tutorial-content {
    flex-direction: column-reverse;
    text-align: center;
  }

  .tutorial-text h2 {
    font-size: 1.6rem;
  }
}

@media (max-width: 880px) {

   #navLinks {
    display: none;
    flex-direction: column;
    background: white;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    border-top: 1px solid #e5e7eb;
  }

  #navLinks.active {
    display: flex;
  }

  .mobile-menu-button {
    order: -1;
    display: block;
  }

  .logo p {
    display: block;
    font-size: 4vw;

  }

}


@media (max-width: 850px) {
  #sobre-e-demonstracao .container-xl {
    flex-direction: column !important;
    text-align: center;
  }
}

@media (max-width: 770px) {
  .hero {
    display: block;
    text-align: center;
    padding: 40px 20px;
  }

  .hero .dashboard-img {
    display: block;
    width: 80%;
    margin: 0 auto 20px auto;
  }

  .hero .hero-text {
    text-align: left;
  }

}


@media (max-width: 768px) {
  .hero .hero-text h1 {
    font-size: 1.8rem;
  }

  .hero .hero-text p {
    font-size: 1rem;
    line-height: 1.6;
  }


  .hero .hero-text {
    margin-bottom: 30px;
  }

  .hero img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }

  .btn-primary {
    margin: 20px auto;
    
  }
}


@media (max-width: 750px) {
  #chega-de-planilhas {
    flex-direction: column !important;
    width: 100% !important;
    text-align: center;
  }
  #chega-de-planilhas img {
    max-width: 100% !important;
    margin: auto;
  }

  #nossa-missao {
    flex-direction: column !important;
    text-align: center;
  }
  #nossa-missao > div {
    margin: auto;
  }

  #nossa-missao img {
    max-width: 50% !important;
    margin: auto;
    display: block;
  }
}


@media (max-width: 680px) {


  .auth-buttons {
    display: none !important;
  }

  #navLinks .auth-mobile {
    display: flex !important;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }

  #navLinks .auth-mobile a {
    display: block;
    width: 100%;
    padding: 12px 16px;
    text-align: center;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  #navLinks .auth-mobile a.login-mobile {
    background: #ffffff;
    color: #2563eb;
    border: 2px solid #2563eb;
  }

  #navLinks .auth-mobile a.login-mobile:hover {
    background: #ebf2ff;
    color: #1e40af;
  }

  #navLinks .auth-mobile a.cadastro-mobile {
    background: #2563eb;
    color: white;
    border: 2px solid #2563eb;
  }

  #navLinks .auth-mobile a.cadastro-mobile:hover {
    background: #1e40af;
    border-color: #1e40af;
  }

  #navLinks .social-icons {
    margin-top: 10px;
  }

  .logo p {
    font-size: 5.5vw;
  }

}

@media (max-width: 550px) {
  .section {
    padding: 80px 10px !important;
  }
}


@media (max-width: 990px) {
  .dashboard-img {
    width: 55% !important;
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 990px) {
  .hero .hero-text p {
    font-size: 0.9em;
  }
  .hero .hero-text h1 {
    font-size: 1.5em;
  }
}

/* CONTAINER */
.article-wrapper {
  display: flex;
  justify-content: center;
  padding: 40px 20px;
}

/* CONTEÚDO */
.article-content {
  max-width: 900px;
  width: 100%;
  background: #fff;
  padding: 35px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* INTRO */
.article-intro {
  font-size: 1.05rem;
  color: #444;
  margin-bottom: 20px;
}

/* ALERTA */
.article-alert {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #e7f1ff;
  border-left: 4px solid #1e88e5;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 25px;
  font-weight: 500;
}

/* IMAGEM */
.article-img {
  width: 100%;
  border-radius: 10px;
  margin: 20px 0 30px;
}

/* TITULOS */
.article-section-title {
  font-size: 1.4rem;
  margin: 30px 0 15px;
  color: #1e88e5;
}

/* GRID */
.article-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

/* CARD */
.article-card {
  background: #f9fafb;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #e5e7eb;
}

/* ÍCONE CARD */
.article-card-icon {
  font-size: 22px;
  margin-bottom: 10px;
  display: block;
}

/* FORMULA */
.article-formula {
  background: #f1f7ff;
  border-left: 4px solid #1e88e5;
  padding: 20px;
  border-radius: 8px;
}

/* DIVIDER */
.article-divider {
  height: 1px;
  background: #ddd;
  margin: 15px 0;
}

/* LISTA */
.article-list {
  list-style: none;
}

.article-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

/* GRID EXEMPLO */
.article-example {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* ALERT WARNING */
.article-alert-warning {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff3cd;
  border-left: 4px solid #ffc107;
  padding: 15px;
  border-radius: 8px;
  margin-top: 20px;
  font-weight: 500;
}

/* DESTAQUE */
.article-highlight {
  background: #e8f5e9;
  border-left: 4px solid #4caf50;
  padding: 20px;
  border-radius: 8px;
  font-weight: 500;
}

/* CTA */
.article-cta {
  text-align: center;
  background: #f1f7ff;
  padding: 30px;
  border-radius: 12px;
  margin-top: 30px;
}

/* BOTÃO */
.article-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #1e88e5;
  color: #fff;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
  margin: 10px;
}

.article-button:hover {
  background: #1565c0;
}

/* CORES ÍCONES */
.icon-blue { color: #1e88e5; }
.icon-green { color: #4caf50; }
.icon-yellow { color: #fbc02d; }
.icon-red { color: #e53935; }

/* RESPONSIVO */
@media (max-width: 768px) {
  .article-grid,
  .article-example {
    grid-template-columns: 1fr;
  }
}



/* SECTION */
.sectionart {
  background: #f9fafb;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
}

/* CONTAINER */
.sectionart-container {
  max-width: 820px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* TEXTO */
.sectionart-text {
  line-height: 1.8;
  color: #374151;
  margin-bottom: 20px;
}

/* ALERT */
.sectionart-alert {
  display: flex;
  gap: 10px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  padding: 20px;
  border-radius: 10px;
  margin: 0 auto;
}

.sectionart-alert strong {
  color: #1d4ed8;
}

.sectionart-alert i{
  margin-right: 5px;
}
.sectionart-alert p {
  margin-top: 5px;
  color: #475569;
}

/* TITULOS */
.sectionart-title {
  color: #1e3a8a;
  margin-bottom: 15px;
}

/* PASSOS */
.sectionart-steps {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
}

.sectionart-step {
  background: #fff;
  padding: 18px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
}

.sectionart-step p {
  margin-top: 5px;
  color: #6b7280;
}

/* IMAGEM */
.sectionart-img {
  width: 75%;
  border-radius: 14px;
  margin: 0 auto 30px;
  display: block;
}

/* FORMULA */
.sectionart-formula {
  background: #fff;
  border: 1px solid #e5e7eb;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  font-size: 1.2em;
  margin: 20px 0;
}

/* EXEMPLO */
.sectionart-example {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 20px;
  border-radius: 10px;
  line-height: 1.7;
}

.sectionart-calc {
  background: #e0f2fe;
  padding: 15px;
  border-radius: 8px;
  margin-top: 10px;
}

/* LISTA */
.sectionart-list {
  list-style: none;
  margin-top: 10px;
  color: #374151;
}

.sectionart-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

/* DESTAQUE */
.sectionart-highlight {
  background: #dbeafe;
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
  text-align: center;
}

/* CTA */
.sectionart-cta {
  background: #fff;
  border: 1px solid #e5e7eb;
  padding: 30px;
  border-radius: 14px;
  margin-top: 40px;
  text-align: center;
}

.sectionart-cta h3 {
  color: #1d4ed8;
}

.sectionart-cta p {
  margin: 10px 0 20px;
  color: #6b7280;
}

/* BOTÃO (reutilizado do anterior) */
.article-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #1e88e5;
  color: #fff;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
}

.article-button:hover {
  background: #1565c0;
}

/* CORES ÍCONES */
.icon-blue { color: #1e88e5; }
.icon-green { color: #4caf50; }
.icon-yellow { color: #fbc02d; }
.icon-red { color: #e53935; }

/* RESPONSIVO */
@media (max-width: 768px) {
  .sectionart-img {
    width: 100%;
  }
}


.enne-container { max-width: 1000px; margin: auto; }

/* TITULOS */
.enne-title {
  font-size: 26px;
  font-weight: 700;
  margin: 30px 0 10px;
}

.enne-sub {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 10px;
}

/* TEXTO */
.enne-text {
  color: #555;
  line-height: 1.7;
}

/* GRID */
.enne-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

/* CARD */
.enne-card {
  background: #fff;
  border-radius: 12px;
  padding: 22px;
  border: 1px solid #eee;
  transition: 0.3s;
  position: relative;
}

.enne-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* ICON */
.enne-icon {
  font-size: 30px;
  margin-bottom: 12px;
}

.enne-blue { color: #0d6efd; }
.enne-green { color: #198754; }
.enne-orange { color: #fd7e14; }
.enne-red { color: #dc3545; }

/* LISTA */
.enne-list {
  list-style: none;
  padding: 0;
}

.enne-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

/* FORMULA */
.enne-formula {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  font-weight: 600;
  margin-top: 10px;
}

/* ALERTA */
.enne-alert {
  background: #e7f1ff;
  border-left: 4px solid #0d6efd;
  padding: 15px;
  border-radius: 8px;
  margin: 20px 0;
  display: flex;
  gap: 10px;
  align-items: center;
}

/* DESTAQUE */
.enne-highlight {
  background: #fff3cd;
  padding: 15px;
  border-radius: 8px;
  margin-top: 15px;
  font-weight: 500;
}

/* CTA */
.enne-cta {
  background: linear-gradient(135deg, #0d6efd, #0b5ed7);
  color: white;
  padding: 35px;
  border-radius: 12px;
  text-align: center;
  margin: 10px 20px;
}

.enne-btn {
  background: white;
  color: #0d6efd;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  margin-top: 15px;
  font-weight: 600;
}