* {
  box-sizing: border-box;
  min-width: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: #000000;
  color: #f5f8f6;
  font-family: Manrope, Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
  width: 100%;
}

h1,
h2,
h3,
.btn,
label,
.pill,
.logo,
.number {
  font-family: Michroma, sans-serif;
}

h1 {
  font-size: clamp(3rem, 7vw, 6.5rem);
  line-height: 1.08;
  margin: 22px 0;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.25;
}

h3 {
  font-size: 1rem;
}

p {
  color: #aebbb6;
}

img,
svg,
video,
iframe {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1300px;
  margin: auto;
  padding: 0 24px;
  width: 100%;
}

.section {
  padding: 75px 24px;
}

.alt {
  background: #000000;
  border-top: 1px solid #294039;
  border-bottom: 1px solid #294039;
}

.two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}

.cards {
  display: grid;
  gap: 22px;
  margin-top: 45px;
}

.three {
  grid-template-columns: repeat(3, 1fr);
}

.four {
  grid-template-columns: repeat(2, 1fr);
}

.card {
  background: #19312a;
  border: 1px solid #29433a;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 18px 40px -25px #000;
  transition: 0.35s;
}

.card:hover {
  transform: translateY(-7px);
  border-color: #43d97b;
}

.icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  background: #183f2b;
  color: #6df19a;
  border-radius: 14px;
  font-size: 22px;
}

.number {
  font-size: 2rem;
  color: #75ef9d;
}

.hero {
  min-height: 107vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #000000f5 20%, #000000d9 50%, #10211d77), url(assets/hero-giro.jpg) center / cover;
}

.hero-content {
  padding-top: 130px;
  padding-bottom: 80px;
  position: relative;
}

.hero p {
  max-width: 680px;
  font-size: 1.1rem;
}

.hero em {
  font-style: normal;
  background: linear-gradient(120deg, #00ff2c, #93fdb4);
  color: transparent;
  background-clip: text;
}

.gridlines {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#48db7c12 1px, transparent 1px), linear-gradient(90deg, #26d36312 1px, transparent 1px);
  background-size: 64px 64px;
}

.pill,
.tag {
  display: inline-block;
  border: 1px solid #42d87977;
  background: #42d87919;
  color: #70f39b;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: 1.5px;
}

.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #f5f8f6;
  border: 1px solid #385249;
  border-radius: 999px;
  padding: 14px 22px;
  font-size: 11px;
  letter-spacing: 1px;
  background: #19312ab0;
  cursor: pointer;
  transition: 0.25s;
}

.btn:hover {
  transform: scale(1.03);
}

.primary {
  background: #63e78d;
  color: #10211d;
  border-color: #63e78d;
  box-shadow: 0 0 35px #33c84d69;
}

label {
  color: #70f39b;
  font-size: 11px;
  letter-spacing: 2px;
}

.point {
  padding: 0;
  overflow: hidden;
  position: relative;
}

.point img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.point > div {
  padding: 24px;
}

.point .tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #63e78d;
  color: #10211d;
}

.empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 350px;
  border-style: dashed;
}

.empty b,
.empty a {
  color: #70f39b;
}

.plan {
  display: flex;
  flex-direction: column;
}

.plan ul {
  padding-left: 20px;
  color: #aebbb6;
  min-height: 155px;
}

.plan li {
  margin: 10px 0;
}

.plan .btn {
  margin-top: auto;
}

.featured {
  border-color: #63e78d;
  box-shadow: 0 0 40px #42d879;
}

.static {
  position: static;
  width: max-content;
  max-width: 100%;
  background: #63e78d;
  color: #000000;
}

.chips {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 28px;
}

.chips span {
  border: 1px solid #29433a;
  padding: 12px;
  border-radius: 12px;
}

.form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 22px;
}

.form input,
.form select,
.form textarea {
  width: 100%;
  min-width: 0;
  background: #10211d;
  border: 1px solid #385249;
  border-radius: 10px;
  padding: 14px;
  color: white;
  font: 14px Manrope;
  outline: none;
}

.form input:focus,
.form textarea:focus {
  border-color: #63e78d;
}

.form textarea,
.form button {
  grid-column: 1 / -1;
}

.floating {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 5;
  background: #63e78d;
  color: #10211d;
  text-decoration: none;
  padding: 14px 20px;
  border-radius: 999px;
  font: 11px Michroma;
  box-shadow: 0 0 0 0 #63e780;
  animation: pulse 2.2s infinite;
}

footer {
  border-top: 1px solid #294039;
  background: #142923;
  padding: 35px 0;
}

footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

header {
  height: 221px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: max(24px, calc((100% - 1280px) / 2 + 24px));
  padding-right: max(24px, calc((100% - 1280px) / 2 + 24px));
  transition: background 0.3s ease, border 0.3s ease;
}

header.scrolled {
  background: #000000e8;
  backdrop-filter: blur(15px);
  border-bottom: 1px solid #000000;
}

header .logo {
  display: flex;
  align-items: center;
  width: 191px;
  height: 162px;
  flex-shrink: 0;
  text-decoration: none;
}

header .logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  max-width: 100%;
  max-height: 100%;
  left: 10px;
}

header nav {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: -22px;
}

header nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  padding: 2px 13px;
  border-radius: 20px;
  white-space: nowrap;
  transition: 0.25s;
}

header nav a:hover {
  background: #19312a;
  color: #fff;
}

header .menu {
  display: none;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 25px;
  line-height: 1;
  padding: 5px;
  cursor: pointer;
}

nav {
  display: flex;
  gap: 4px;
}

nav a:hover {
  background: #19312a;
  color: #fff;
}

.menu {
  display: none;
  background: none;
  border: 0;
  color: #fff;
  font-size: 25px;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s, transform 0.7s;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 18px transparent;
  }
}

@media (max-width: 1000px) {

  header {
    height: 78px;
    padding: 0 30px;
  }

  header .logo {
    width: 125px;
    height: 52px;
  }

  header nav {
    display: none;
    position: absolute;
    top: 78px;
    left: 20px;
    right: 20px;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 15px;
    background: #10211df8;
    border: 1px solid #294039;
    border-radius: 14px;
    backdrop-filter: blur(15px);
  }

  header nav.open {
    display: flex;
  }

  header nav a {
    padding: 13px 15px;
    font-size: 13px;
    white-space: normal;
  }

  header .menu {
    display: block;
  }

  .three {
    grid-template-columns: 1fr 1fr;
  }

  .two {
    gap: 35px;
  }
}

@media (max-width: 650px) {

  header {
    height: 152px;
    padding: 0 20px;
  }

  header .logo {
    width: 128px;
    height: 117px;
  }

  header nav {
    top: 68px;
    left: 12px;
    right: 12px;
    padding: 12px;
  }

  header nav a {
    font-size: 12px;
    padding: 13px;
  }

  header .menu {
    font-size: 27px;
  }

  .section {
    padding: 70px 20px;
  }

  .container {
    padding: 9px 20px;
  }

  .two,
  .three,
  .four {
    grid-template-columns: 1fr;
  }

  .hero-content {
    padding-top: 110px;
  }

  .form {
    grid-template-columns: 1fr;
  }

  footer .container {
    flex-direction: column;
    align-items: flex-start;
  }

  .floating {
    right: 14px;
    bottom: 14px;
  }

  .chips {
    grid-template-columns: 1fr;
  }

  .point img {
    height: 200px;
  }
}



footer .logo {
  display: flex;
  align-items: center;

  width: 180px;
  height: 70px;

  flex-shrink: 0;

  text-decoration: none;
}

footer .logo img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: contain;
  object-position: left center;
}

.price {
  margin-top: 28px;
  margin-bottom: 20px;
}

.price small {
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
  opacity: 0.7;
}

.price strong {
  display: block;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.price strong span {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.75;
  margin-left: 3px;
}


footer {
  width: 100%;
  background: #062d21;
  color: #fff;
  padding: 55px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* Evita conflitos com estilos globais */
footer * {
  box-sizing: border-box;
}



.footer-content {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr 1.2fr;
  gap: 70px;
  padding-bottom: 50px;
}


.footer-brand {
  min-width: 0;
}

footer .footer-brand .logo {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 0 22px;
  padding: 0;
}

footer .footer-brand .logo img {
  display: block;
  width: 145px;
  max-width: 145px;
  height: auto;
  margin: 0;
}

.footer-brand p {
  max-width: 470px;
  margin: 0 0 25px;
  color: rgba(255, 255, 255, 0.70);
  font-size: 14px;
  line-height: 1.55;
}


.footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-social a {
  width: 38px;
  height: 38px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  background: rgba(255, 255, 255, 0.10);

  color: #fff;
  text-decoration: none;

  transition: all 0.25s ease;
}

.footer-social a:hover {
  background: #39d878;
  color: #062d21;
  transform: translateY(-2px);
}

.footer-social span {
  font-size: 14px;
  font-weight: 600;
}


.footer-links h4,
.footer-contact h4 {
  margin: 0 0 25px;
  color: #63e78d;
  font-size: 20px;
  font-weight: 600;
}

.footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links li {
  margin: 0 0 14px;
  padding: 0;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 15px;

  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #39d878;
}



.footer-contact > a {
  display: flex;
  align-items: center;
  gap: 12px;

  margin-bottom: 18px;

  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;

  font-size: 15px;
}

.footer-contact > a:hover {
  color: #39d878;
}

.contact-icon {
  width: 20px;

  color: #39d878;
  font-size: 19px;
}


.footer-group {
  margin-top: 30px;
  padding: 18px 20px;

  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;

  background: rgba(255, 255, 255, 0.04);
}

.footer-group small {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
  font-weight: 600;
  font-size: 12px;0.5px;
}

.footer-group a {
  display: inline-block;
}

.footer-group img {
  display: block;
  /* width: 90px !important; */
  /* max-width: 90px !important; */
  height: auto !important;
  margin: 0;
}



.footer-bottom {
  min-height: 60px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 20px;

  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom small {
  color: rgba(255, 255, 255, 0.45);
  font-size: 15px;
}

.footer-bottom-links {
  display: flex;
  gap: 22px;
}

.footer-bottom-links a {
  color: rgb(255 255 255 / 45%);
  font-size: 16px;
  text-decoration: none;
}

.footer-bottom-links a:hover {
  color: #fff;
}


@media (max-width: 900px) {

  .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 45px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

}


@media (max-width: 600px) {

  footer {
    padding-top: 40px;
  }

  .footer-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-bottom: 35px;
  }

  .footer-brand {
    width: 100%;
    text-align: center;
  }

  footer .footer-brand .logo {
    margin-bottom: 18px;
  }

  footer .footer-brand .logo img {
    width: 130px;
    max-width: 130px;
    margin: 0 auto;
  }

  .footer-brand p {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-links,
  .footer-contact {
    width: 100%;
    text-align: center;
  }

  .footer-links h4,
  .footer-contact h4 {
    font-size: 18px;
  }

  .footer-links li {
    margin-bottom: 12px;
  }

  .footer-contact > a {
    justify-content: center;
  }

  .footer-group {
    max-width: 300px;
    margin: 25px auto 0;
  }

  .footer-group a {
    display: inline-block;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 20px 0;
    gap: 12px;
  }

  .footer-bottom-links {
    justify-content: center;
  }

}

    .service-card{
      display:flex;
      flex-direction:column;
      overflow:hidden;
      padding:0;
    }
    .service-card .thumb{
      width:100%;
      aspect-ratio:16/10;
      overflow:hidden;
      position:relative;
      background:#0000000d;
    }
    .service-card .thumb img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
      transition:transform .4s ease;
    }
    .service-card:hover .thumb img{
      transform:scale(1.06);
    }
    .service-card .body{
      padding:1.25rem 1.25rem 1.5rem;
      display:flex;
      flex-direction:column;
      flex:1;
      gap:.5rem;
    }
    .service-card .body h3{
      margin:0;
    }
    .service-card .body p{
      margin:0;
      opacity:.85;
    }
    .service-card .body .desc p{
      margin:0;
      opacity:.85;
    }
    .service-card .body .mais{
      margin-top:auto;
      padding-top:.75rem;
    }
    .cards.empty-state{
      text-align:center;
      padding:3rem 1rem;
    }

.hero--page {
    min-height: 45vh;          
    padding: 90px 0 60px;       
}

.hero--page .hero-content {
    max-width: 1291px;          
}

.hero--page .pill {
    font-size: 0.75rem;
    padding: 6px 14px;
    margin-bottom: 16px;
    margin-top: 28px;
}

.hero--page h1 {
    font-size: clamp(2rem, 4vw, 3.2rem);  
    line-height: 1.15;
    margin-bottom: 14px;
}

.hero--page h3 {
    font-size: clamp(0.95rem, 1.5vw, 1.15rem);
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 24px;
    opacity: 0.85;
}

.hero--page .actions {
    gap: 14px;
}

.hero--page .btn {
    font-size: 0.8rem;
    padding: 12px 22px;
}

#solucoes .card .thumb {
    width: 100%;
    aspect-ratio: 16/10;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 16px;
}

#solucoes .card .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.actions.center {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}
   /* ===== Cards animados - Como Funciona ===== */
        #como-funciona .cards.four {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 24px;
        }

        @media (max-width: 720px) {
            #como-funciona .cards.four {
                grid-template-columns: 1fr;
            }
        }

        #como-funciona .card {
            position: relative;
            overflow: hidden;
            cursor: pointer;
            transition:
                transform .35s ease,
                box-shadow .35s ease,
                border-color .35s ease;
        }

        #como-funciona .card:hover,
        #como-funciona .card:focus-within {
            transform: translateY(-6px);
            box-shadow: 0 18px 40px rgba(0, 0, 0, .35);
            border-color: rgba(80, 220, 140, .5);
        }

        #como-funciona .card .number {
            display: inline-block;
            transition: transform .35s ease, color .35s ease;
        }

        #como-funciona .card:hover .number,
        #como-funciona .card:focus-within .number {
            transform: scale(1.15);
        }

        #como-funciona .card .detalhes {
            list-style: none;
            margin: 0;
            padding: 0;
            max-height: 0;
            opacity: 0;
            transform: translateY(-6px);
            overflow: hidden;
            transition:
                max-height .45s ease,
                opacity .35s ease,
                transform .35s ease,
                margin-top .35s ease;
        }

        #como-funciona .card:hover .detalhes,
        #como-funciona .card:focus-within .detalhes {
            max-height: 260px;
            opacity: 1;
            transform: translateY(0);
            margin-top: 14px;
        }

        #como-funciona .card .detalhes li {
            position: relative;
            padding-left: 18px;
            margin-bottom: 8px;
            font-size: .92rem;
            line-height: 1.4;
            opacity: .9;
        }

        #como-funciona .card .detalhes li::before {
            content: "";
            position: absolute;
            left: 0;
            top: .55em;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: currentColor;
            color: #4ee08a;
        }

        #como-funciona .card .ver-mais {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            margin-top: 12px;
            font-size: .82rem;
            letter-spacing: .04em;
            text-transform: uppercase;
            opacity: .7;
            transition: opacity .3s ease;
        }

        #como-funciona .card .ver-mais .seta {
            display: inline-block;
            transition: transform .35s ease;
        }

        #como-funciona .card:hover .ver-mais,
        #como-funciona .card:focus-within .ver-mais {
            opacity: 0;
            height: 0;
            margin: 0;
            overflow: hidden;
        }

        #como-funciona .card:hover .ver-mais .seta,
        #como-funciona .card:focus-within .ver-mais .seta {
            transform: rotate(90deg);
        }


        #planos .card.plan {
            display: flex;
            flex-direction: column;
            position: relative;
        }

        #planos .card.plan .desc {
            font-size: .92rem;
            opacity: .85;
            margin: 6px 0 14px;
        }

        #planos .card.plan .bloco-titulo {
            font-size: .78rem;
            letter-spacing: .06em;
            text-transform: uppercase;
            opacity: .65;
            margin: 18px 0 8px;
        }

        #planos .card.plan .price {
            margin-top: auto;
            padding-top: 16px;
        }

        #planos-comparativo table {
            width: 100%;
            border-collapse: collapse;
        }

        #planos-comparativo th,
        #planos-comparativo td {
            padding: 14px 16px;
            text-align: left;
            border-bottom: 1px solid rgba(255, 255, 255, .08);
            font-size: .92rem;
        }

        #planos-comparativo thead th {
            text-transform: uppercase;
            font-size: .78rem;
            letter-spacing: .05em;
            opacity: .7;
        }

        #planos-comparativo th.col-destaque,
        #planos-comparativo td.col-destaque {
            background: rgba(78, 224, 138, .06);
        }

        #planos-comparativo .table-wrap {
            overflow-x: auto;
            border-radius: 12px;
        }

        #planos-faq .faq-item summary {
            cursor: pointer;
            list-style: none;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding: 18px 0;
            font-weight: 600;
        }

        #planos-faq .faq-item summary::-webkit-details-marker {
            display: none;
        }

        #planos-faq .faq-item summary .icone {
            transition: transform .25s ease;
            flex: none;
        }

        #planos-faq .faq-item[open] summary .icone {
            transform: rotate(45deg);
        }

        #planos-faq .faq-item .resposta {
            padding: 0 0 18px;
            opacity: .85;
            font-size: .95rem;
            line-height: 1.55;
        }

        #planos-faq .faq-item {
            border-bottom: 1px solid rgba(255, 255, 255, .08);
        }

.hero-ponto-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: start;
    position: relative;
    z-index: 1;
}
 
.hero-ponto-grid .lead {
    font-size: 1.1rem;
    color: var(--giro-texto-suave);
    max-width: 46ch;
    margin-top: 12px;
    margin-bottom: 32px;
}

.tipos-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    max-width: 480px;
}
 
.tipos-grid--full {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: none;
}
 
.tipo-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 18px;
    border: 1px solid var(--giro-borda-card);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.02);
    font-weight: 600;
    transition: border-color 0.2s ease, transform 0.2s ease;
}
 
.tipo-item:hover {
    border-color: var(--giro-verde);
    transform: translateY(-2px);
}
 
.tipo-icone {
    font-size: 1.2rem;
    line-height: 1;
}

.form-ponto {
    background: var(--giro-fundo-card);
    border: 1px solid var(--giro-borda-card);
    border-radius: 20px;
    padding: 36px;
    backdrop-filter: blur(6px);
}
 
.form-ponto h3 {
    margin-bottom: 6px;
}
 
.form-ponto > p {
    color: var(--giro-texto-suave);
    margin-bottom: 24px;
}
 
.form-ponto .form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
 
.form-ponto .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
 
.form-ponto input,
.form-ponto select,
.form-ponto textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid var(--giro-borda-card);
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
    font-size: 0.95rem;
}
 
.form-ponto textarea {
    min-height: 96px;
    resize: vertical;
}
 
.form-ponto input::placeholder,
.form-ponto textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}
 
.form-ponto input:focus,
.form-ponto select:focus,
.form-ponto textarea:focus {
    outline: none;
    border-color: var(--giro-verde);
}
 
.form-ponto .btn {
    margin-top: 8px;
}
 
.card.beneficio {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
 
.beneficio-icone {
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 4px;
}
 

.etapas-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
    margin-top: 32px;
}
 
.etapa-item {
    position: relative;
    padding: 24px 20px;
    border: 1px solid var(--giro-borda-card);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.02);
}
 
.etapa-numero {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--giro-verde);
    margin-bottom: 10px;
}
 
.etapa-item h3 {
    margin-bottom: 6px;
}
 
.etapa-item p {
    color: var(--giro-texto-suave);
    font-size: 0.92rem;
}
 

.lista-requisitos {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
 
.lista-requisitos li {
    position: relative;
    padding-left: 28px;
    color: var(--giro-texto-suave);
}
 
.lista-requisitos li::before {
    content: "+";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--giro-verde);
    font-weight: 800;
}

@media (max-width: 960px) {
    .hero-ponto-grid {
        grid-template-columns: 1fr;
    }
 
    .tipos-grid--full {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
 
    .etapas-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
 
@media (max-width: 560px) {
    .form-ponto .form-row {
        grid-template-columns: 1fr;
    }
 
    .tipos-grid,
    .tipos-grid--full {
        grid-template-columns: 1fr 1fr;
    }
 
    .etapas-grid {
        grid-template-columns: 1fr;
    }
}


.contato-hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: start;
    position: relative;
    z-index: 1;
}

.contato-hero-grid .lead {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 46ch;
    margin-top: 12px;
    margin-bottom: 28px;
}

.lista-diferenciais {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.lista-diferenciais li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
}

.diferencial-icone {
    font-size: 1.1rem;
    line-height: 1;
}



.canais-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.card.canal {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.canal-icone {
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 4px;
}

.canal-link {
    margin-top: 10px;
    font-weight: 700;
    color: #34d399;
    text-decoration: none;
}

.canal-link:hover {
    text-decoration: underline;
}

.canal-link--estatico {
    color: #fff;
    cursor: default;
}

.canal-link--estatico:hover {
    text-decoration: none;
}


.mapa-wrap {
    padding: 0;
    overflow: hidden;
    min-height: 320px;
}

.mapa-wrap iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 320px;
}


@media (max-width: 960px) {
    .contato-hero-grid {
        grid-template-columns: 1fr;
    }

    .canais-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .form-contato-card .form-row {
        grid-template-columns: 1fr;
    }

    .canais-grid {
        grid-template-columns: 1fr;
    }
    .form-contato-card{
          margin-top: -69px;
    }
}


#solucao-detalhe {
    padding-top: 207px;
    padding-bottom: 60px;
}

#solucao-detalhe .voltar {
    display: inline-block;
    color: inherit;
    opacity: 0.7;
    text-decoration: none;
    font-size: 0.9rem;
    margin-bottom: 0px;
    transition: opacity 0.2s ease;
    margin-top: 14px;
}

#solucao-detalhe .voltar:hover {
    opacity: 1;
}

.solucao-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.solucao-texto {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.solucao-texto h1 {
    font-size: clamp(2rem, 3.5vw, 3rem);
    line-height: 1.15;
    margin: 0;
}

.solucao-texto .desc {
    font-size: 1rem;
    line-height: 1.7;
    opacity: 0.85;
}

.solucao-texto .desc p {
    margin: 0 0 12px;
}

.solucao-texto .actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 12px;
}

.solucao-imagem {
    order: 2;
    width: 100%;
    aspect-ratio: 4/5;
    border-radius: 16px;
    overflow: hidden;
}

.solucao-imagem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.solucao-texto {
    order: 1;
}


@media (max-width: 900px) {
    .solucao-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .solucao-texto {
        order: 2;
    }

    .solucao-imagem {
        order: 1;
        aspect-ratio: 16/10;
        margin-top: 25px;
    }
}

header .logo {
  display: flex;
  align-items: center;
 
  flex-shrink: 0;
  text-decoration: none;
  animation: floatLogo 3.5s ease-in-out infinite;
  will-change: transform;
}

@keyframes floatLogo {
  0%, 100% { transform: translateY(0px); }
  50%      { transform: translateY(-8px); }
}

@media (max-width: 1000px) {
  header .logo {
    animation-duration: 3s;
  }

  @keyframes floatLogo {
    0%, 100% { transform: translateY(0px); }
    50%      { transform: translateY(-5px); }
  }
}

@media (max-width: 650px) {
  header .logo {
    animation-duration: 2.6s;
  }

  @keyframes floatLogo {
    0%, 100% { transform: translateY(0px); }
    50%      { transform: translateY(-3px); }
  }
}
/* ===== Dropdown SoluÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµes (checkbox hack, sem JS) ===== */
.nav-dropdown {
  position: relative;
}

.nav-dropdown-checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  color: #ffffff;
  font-size: 18px;
  padding: 2px 13px;
  border-radius: 20px;
  transition: 0.25s;
  user-select: none;
}

.nav-dropdown-toggle:hover {
  background: #19312a;
  color: #fff;
}

.nav-dropdown-arrow {
  transition: transform 0.25s ease;
  flex-shrink: 0;
}

.nav-dropdown-menu {
  min-width: 260px;
  background: #10211df8;
  border: 1px solid #294039;
  border-radius: 14px;
  padding: 10px;
  backdrop-filter: blur(15px);
  box-shadow: 0 18px 40px -20px #000;
  z-index: 10;
}

.nav-dropdown-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px 14px;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.nav-dropdown-item:hover {
  background: #19312a;
}

.nav-dropdown-item-title {
  color: #f5f8f6;
  font-family: Michroma, sans-serif;
  font-size: 13px;
}

.nav-dropdown-item-desc {
  color: #aebbb6;
  font-family: Manrope, Arial, sans-serif;
  font-size: 12px;
}

.nav-dropdown-item:hover .nav-dropdown-item-title {
  color: #70f39b;
}

/* ===== Desktop: abre no hover E tambÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©m no clique (checkbox) ===== */
@media (min-width: 1001px) {
  .nav-dropdown-menu {
    position: absolute;
    top: calc(100% + 14px);
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  }

  .nav-dropdown:hover .nav-dropdown-menu,
  .nav-dropdown-checkbox:checked ~ .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }

  .nav-dropdown:hover .nav-dropdown-arrow,
  .nav-dropdown-checkbox:checked ~ .nav-dropdown-toggle .nav-dropdown-arrow {
    transform: rotate(180deg);
  }
}

/* ===== Mobile: abre/fecha sÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ pelo clique (checkbox) ===== */
@media (max-width: 1000px) {
  .nav-dropdown-toggle {
    width: 100%;
    justify-content: space-between;
    padding: 13px 15px;
    font-size: 13px;
  }

  .nav-dropdown-menu {
    display: none;
    margin-top: 6px;
    box-shadow: none;
    background: #0d1b17;
    border-color: #294039;
    flex-direction: column;
  }

  .nav-dropdown-checkbox:checked ~ .nav-dropdown-menu {
    display: flex;
  }

  .nav-dropdown-checkbox:checked ~ .nav-dropdown-toggle .nav-dropdown-arrow {
    transform: rotate(180deg);
  }
}

.nav-dropdown-toggle {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
}
.link-social {
    color: #28a745;
    font-weight: 600;
    text-decoration: none;
}

.link-social:hover {
    color: #218838;
    text-decoration: underline;
}

/* ===================================
   DICA - DETALHE
   =================================== */

#dica-detalhe {
    padding-top: 140px; /* afasta o conteÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âºdo do header fixo ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ajuste conforme a altura real do seu header */
}

#dica-detalhe .voltar {
    display: inline-block;
    margin-bottom: 24px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.2s ease;
    margin-top: 89px;
}

#dica-detalhe .voltar:hover {
    color: #ffffff;
}

#dica-detalhe .dica-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

@media (min-width: 900px) {
    #dica-detalhe .dica-grid {
        grid-template-columns: 1fr 1fr;
        align-items: center;
        gap: 40px;
    }
}

/* Garante que o texto apareÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§a mesmo que a animaÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£o .reveal
   nÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£o tenha sido disparada (ex: observer nÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£o triggou no mobile) */
#dica-detalhe .dica-texto,
#dica-detalhe .dica-conteudo,
#dica-detalhe .dica-texto * {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
    color: #ffffff;
}

#dica-detalhe .dica-texto .pill {
    margin-bottom: 16px;
}

#dica-detalhe .dica-texto .data {
    display: inline-block;
    margin-left: 12px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

#dica-detalhe .dica-texto h1 {
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1.2;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 24px;
    max-width: 900px;
}

#dica-detalhe .dica-imagem {
    margin-bottom: 32px;
}

#dica-detalhe .dica-imagem img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

#dica-detalhe .dica-conteudo {
    max-width: 800px;
    font-size: 16px;
    line-height: 1.7;
}

#dica-detalhe .dica-conteudo p {
    margin-bottom: 16px;
}

/* Responsivo */
@media (max-width: 768px) {
    #dica-detalhe {
        padding-top: 110px;
    }

    #dica-detalhe .dica-texto h1 {
        font-size: clamp(24px, 7vw, 32px);
    }
}


.event-details-content .tag-bar {
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.event-details-content .tag-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.event-details-content .tag-list li {
    display: inline-flex !important;
    align-items: center;
    margin: 3px !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    overflow: visible !important;
    position: static !important;
    z-index: auto !important;
    flex-shrink: 0;
}

.event-details-content .tag-list li span {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.event-details-content .tag-list li a {
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 6px 16px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(34, 197, 94, 0.35);
    background: rgba(34, 197, 94, 0.08);
    color: #22c55e;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    white-space: nowrap;
    overflow: visible !important;
    position: static !important;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.event-details-content .tag-list li a:hover {
    background: #22c55e;
    border-color: #22c55e;
    color: #0a0a0a;
    transform: translateY(-2px);
}


@media (max-width: 600px) {
    .event-details-content .tag-bar {
        flex-direction: column !important;
        align-items: flex-start !important;
        width: 100%;
    }

    .event-details-content .tag-list {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        align-items: flex-start !important;
        width: 100%;
        gap: 8px !important;
        padding: 4px 0 !important;
        overflow: visible !important;
    }

    .event-details-content .tag-list li {
        flex: 0 0 auto !important;
        width: 100%;
    }

    .event-details-content .tag-list li a {
        display: inline-block !important;
        width: auto !important;
        font-size: 13px !important;
        padding: 6px 16px !important;
    }
}
