body {
  font-family: 'Poppins', sans-serif; 
}
.hero {
  background: radial-gradient(circle at left, #0b0f2a, #000);
  padding:30px 0;

}
.hero-title {
 font-size: 2.2rem;
font-weight: 700;
line-height: 1.15;
max-width: 540px;
color: #ffffff;
 font-weight: 800;
  letter-spacing: -0.02em;
}

.hero-text {
margin-top: 20px;
font-size: 1.05rem;
max-width: 500px;
color: #d1d5db;

}

.hero-buttons {
  display: flex;
  gap: 14px;

}
.hero-image {
  width: 100%;
  height: 401px;
  overflow: hidden;
  border-radius: 5px;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

@media ( max-width: 768px ) {
  .hero {
    padding: 50px 0;
  
  }

  .hero-title {
    font-size: 1.9rem;
    line-height: 1.25;
    max-width: 100%;
  }

.hero-image {
 margin: 30px 0 0;
 overflow: hidden;
 }

.hero-img {
  width: 100%;
  height:  220px;
  object-fit: cover;
  display: block;
  border-radius: 5px;
  margin: 0;  
}
.hero-buttons {
  display: grid;
  gap: 6px;
  margin-top: 24px;
}
 
.hero-buttons .btn {
    width: 100%;
    display: block;
    margin: 0 ;
  }
}

@media (min-width: 769px) {
  .hero-buttons {
    display: flex !;
    flex-direction: row !;
    gap: 16px ;
    align-items: center ;
  }

  .hero-buttons .btn {
    width: auto !;
    display: inline-flex !;
    margin: 0 ;
  }
}

p {
  font-weight: 400;
  line-height: 1.6;
}

.btn {
  font-weight: 600;
}

.bg-blue-premium{
  background: linear-gradient(135deg, #0B2A6F 0%, #0A1F4A 45%, #050A1F 100%);
  color:#fff;
}
.card-text{
  color:  rgba(255,255,255,.75); ;
}


.footer-social svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.site-footer {
   background: radial-gradient(circle at left, #0b0f2a, #000);
  color: #cfcfcf;
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 40px 0 0;
  
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-start;
}

.footer-logo {
  color: #fff;
  font-weight: 800;
  margin: 0 0 8px;
  letter-spacing: .04em;
}

.footer-slogan {
  margin: 0 0 16px;
  color: #cfcfcf;
  max-width: 320px;
}

.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social a{
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 10px;
  color: #cfcfcf;
  text-decoration: none;
  transition: .2s ease;
  font-size: .75rem;
}

.footer-social a:hover {
  color: #fff;
  transform: translateY(-1px);
}

.footer-title {
  color: #fff;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: .85rem;
  margin: 0 0 12px;
}

.footer-links {
  display: block;
  color: #cfcfcf;
  text-decoration: none;
  margin: 8px 0 ;
  transition: .2s ease;

}

.footer-bottom {
  margin-top: 28px;
  padding: 14px 0;
   text-align: center;
   color: #cfcfcf;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: .9rem;
}
 
@media (max-width:768px) {
 
 footer.site-footer .container.footer-grid {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding-left: 12px;
    padding-right: 12px;
  }

  footer.site-footer .footer-brand,
  footer.site-footer .footer-links {
    width: 100% !important;
    text-align: center !important;
  }

  footer.site-footer .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }

  footer.site-footer .footer-slogan {
    margin-left: auto;
    margin-right: auto;
  }

  footer.site-footer .footer-social {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 14px;
    width: 100%;
  }

  footer.site-footer .footer-links a {
    display: inline-block !important;
    margin: 6px 10px !important;
  }

  footer.site-footer .footer-bottom {
    text-align: center !important;
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 769px) {
  .footer-links{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links a {
    display: block;
    margin: 6px 0;
  }
}
.site-footer a {
  color: #cfcfcf;
  text-decoration: none;
  position: relative;
  transition:
  color 0.25s ease,
  transform 0.15s ease,
  opacity 0.15s ease;
}

.site-footer a:hover {
  color: var(--bs-primary);
  transform: translateX(3px);
}

.site-footer a:active {
  transform: scale(0.97);
  opacity: 0.8;
}

.footer-social a {
  transition: 
  transform 0.2s ease,
  background-color 0.2 ease,
  border-color 0.2 ease,
  color 0.2 ease;
}

.footer-social a:hover {
  transform: translateY(-3px);
  border-color: var(--bs-primary);
  color: var(--bs-primary);
}

.footer-social a:active {
  transform: scale(0.95);
}

@media (min-width:769px) {
  .site-footer .footer-grid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 120;
  text-align: center;
  }
  
  .site-footer .footer-brand,
  .site-footer .footer-links {
    align-items: center;
    text-align: center;
  }
 
 .site-footer .footer-links {
  display: flex;
  flex-direction: column;
  align-items: center;
 }

 .site-footer .footer-links a {
  margin: 6px 0;
 }
 .site-footer .footer-social {
  justify-content: center;
 }
} 
 
.section-metodo {
  background: radial-gradient(circle at left, #0b0f2a, #000);
  color: #fff;
}

.section-metodo .metodo-title,
.section-metodo .metodo-text {
  max-width:  1120px;
  margin-left: auto;
  margin-right: auto;
}

.metodo-title {
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.15;
  margin: 0;
}

.metodo-text {
  color: rgba(255, 255, 255, .75);
  line-height: 1.7;
  margin: 0;
}

.metodo-card {
  padding-top: 2px;
}

.metodo-num {
  font-size: .95rem;
  color: rgba(255, 255, 255, .85);
  line-height: 1;
}

.metodo-line {
  height: 2px;
  width: 100%;
  background: radial-gradient(
    circle at top left,
    rgba(13,110,253,.95),
    #0b5ed7,
    #031633 );
  margin-top: 10px;
  margin-bottom: 12px;
}

.metodo-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 6px;
}

.metodo-card-text {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  line-height: 1.65;
}

.metodo-quote {
  margin: 18px auto 0; 
  padding-left: 22px;
  border-left: 3px solid rgba(13,110,253,.95);
  max-width: 1120px;
}

.metodo-quote p {
 color: rgba(255,255,255,.85);
  font-style: italic;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .metodo-title { font-size: 1.7rem; }
  .metodo-quote { padding-left: 16px; }
}

.section-sazonal {
  background: radial-gradient(circle at left, #0b0f2a,#000);
  color: #fff;
}
.sazonal-title {
  font-weight: 700;
  font-size: 2.0rem;
  line-height: 1.15;
  margin: 0;
}

.sazonal-text {
  color: rgba(255, 255, 255, .75);
  font-size: .98rem;
  line-height: 1.7;
  max-width: 560px;
  margin-bottom: 14px;
}

.sazonal-image {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
}
.sazonal-image img {
  width: 100%;
  height: clamp(380px, 46vw, 535px);
  object-fit: cover;
  display: block;
  border-radius: 5px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .35)
}


.season-stepper {
  position: relative;
  height: 240px;
}

.season-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 60%;
  height: 1px;
  background: radial-gradient(circle at top left, rgba(13, 110, 253,.95),
  #0b5ed7, #031633);;
  transform: translateY(-50%);
  opacity: 1;
}

.season-col {
  position: relative;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.season-dot-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.season-dot-wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -20px;
  width: 2px;
  bottom: 15px;
  background: radial-gradient(circle at top left, rgba(13, 110, 253,.95),
  #0b5ed7, #031633);
  transform: translateX(-50%);
  z-index: 1;
}
.season-row-tight {
  max-width: 900px;
  margin: 0 auto;
}

.season-dot {
  width: 34px;
  height: 34px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #fff;
   background: radial-gradient(circle at top left, rgba(13, 110, 253,.95),
  #0b5ed7, #031633); 
  border: 1px solid radial-gradient(circle at top left, rgba(13, 110, 253,.95),
  #0b5ed7, #031633);;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .35);
  z-index: 2;  
}

.season-top {
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  width: 350px;
  text-align: center;
}

.season-bottom {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  width: 350px;
  text-align: center;
}
.season-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 6px 0;
  color: rgba(255, 255, 255, .92);
}

.season-desc {
  margin: 0;
  line-height: 1.25;
  color: rgba(255, 255, 255, .72);
  font-size: .85rem;
}

.season-dot-wrap.is-top::before {
  top: -20px;
  bottom: 50%;
  bottom: calc(50% + 17px);
}

.season-dot-wrap.is-bottom::before {
  top: 50%;
  bottom: -20px;
  top: calc(50% + 17px);
}

@media (max-width: 768px) {
  .season-stepper {
    height: auto;
    position: relative;
    padding-left: 0;
    margin-top: 18px;
  }

  .season-line { display: none; }
  .season-stepper .row { display: block; margin: 0; }
  
  .season-stepper::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: radial-gradient(circle at top left, rgba(13, 110, 253,.95),
  #0b5ed7, #031633); 
  border-radius: 2px;
  }
  .season-stepper .season-col {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    padding: 18px 0 18px 0;
    display: block;
  }
  .season-dot-wrap {
    position: absolute;
    left: 24px;
    top: 20px;
    transform: translateX(-50%);
    z-index: 5;
  }
  .season-dot-wrap::before { display: none; }

  .season-dot {
    width: 34px;
    height: 34px;
    border-radius: 6px;
    background:radial-gradient(circle at top left, rgba(13, 110, 253,.95),
  #0b5ed7, #031633);
    border: 2px solid radial-gradient(circle at top left, rgba(13, 110, 253,.95),
  #0b5ed7, #031633);
  color: #fff;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  }
  .season-dot::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: 18px;
    height: 2px;
    background:radial-gradient(circle at top left, rgba(13, 110, 253,.95),
  #0b5ed7, #031633);
  transform: translateY(-50%);
  }
  .season-top,
  .season-bottom {
    position: static;
    transform: none;
    width: auto;
    text-align: left;
    margin: 0;
    padding-left: 64px;
    padding-top: 4px;
  } 
  .season-top:empty,
  .season-bottom:empty { display: none; }

  .sazonal-title {
    font-size: 1.7rem;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: rgba(255, 255, 255, .92);
  }
  .season-desc {
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
    color: rgba(255, 255, 255, .75);
    max-width: 420px;
  }
  .season-stepper .season-col + .season-col {
    margin-top: 10px;
  }
}
.beneficios {
   background: radial-gradient(circle at left, #0b0f2a,#000);
  padding: 90px 0 110px;

}

.beneficios-titulo {
  text-align: start;
  font-size: 34px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 22px;
}

.beneficios-descricao-topo {
  margin: 0 auto;
  line-height: 1.7;
  color: #cfd2dd;
}

.beneficios-metricas {
  margin-bottom: 20px;
}

.metrica .numero {
  display: block;
  font-size: 60px;
  font-weight: 500;
  color: #e6e8ee;
  margin-bottom: 10px;
}

.metrica h4 {
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
}

.metrica p {
  font-size: 14px;
  line-height: 1.6;
  color: #cfd2dd;
}

.beneficios-descricao-meio {
  margin: 0 auto 40px;
  line-height: 1.7;
  color: #cfd2dd;
}

.beneficios-listas h5 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 18px;
}

.beneficios-listas ul {
  padding-left: 18px;
}

.beneficios-listas li {
  font-size: 14.5px;
  line-height: 1.9;
  color: #cfd2dd;
}

@media (max-width: 768px) {

  .beneficios {
    padding: 60px 0 70px;
  }

  .beneficios-titulo {
    font-size: 26px;
    line-height: 1.3;
    padding: 0;
  }

  .beneficios-metricas {
    text-align: center;
    margin-bottom: 45px;
  }

  .metrica {
    margin-bottom: 35px;
  }

  .metrica .numero {
    font-size: 44px;
  }

  .metrica h4 {
    font-size: 16px;
  }

  .metrica p {
    font-size: 13.5px;
  }
}

.protocol-section{
  background: radial-gradient(circle at left, #0b0f2a, #000);
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.protocol-title{
  font-size: 2.1rem;      
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: .2px;
}

.protocol-text{
  color: rgba(255,255,255,.75);
  font-size: .98rem;
  line-height: 1.75;

  max-width: 750px;   
  margin-bottom: 16px;
}
.protocol-image{
  width: 100%;
  max-width: 420px;
  margin-left: auto;
}

.protocol-image img{
  width: 100%;
  height: 420px;      
  object-fit: cover;
  display: block;
  border-radius: 5px;
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
}

@media (max-width: 991px){
  .protocol-title{ font-size: 2.0rem; }
  .protocol-text{ max-width: 100%; }
  .protocol-image img{ height: 400px; }
}

.step-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
    position: relative;
}


.step-arrow {
    min-width: 32px;
    height: 48px;
    background-color: var(--step-blue);
    margin-right: 25px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 50% 100%, 0% 70%);
    flex-shrink: 0;
}

.step-content h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.step-content p {
     color: rgba(255,255,255,.75);
    font-size: 1rem;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .step-1 { margin-left: 0; }
    .step-2 { margin-left: 30px; }
    .step-3 { margin-left: 60px; }
    .step-4 { margin-left: 90px; }
    .step-5 { margin-left: 120px; }
}

.intro-text, .outro-text {
    color: rgba(255,255,255,.75);
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 1120px;
}
 .important-card {
  background: linear-gradient(135deg, #0B2A6F 0%, #0A1F4A 45%, #050A1F 100%);
  color: rgba(255,255,255,.75); ;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 25px;
  margin: 40px 0;
  display: flex;
  align-items: flex-start;
  max-width: 1120px;
}

.important-card i {
  font-size: 1.2rem;
  margin-right: 15px;
  margin-top: 3px;
}

.important-card strong {
    color: #ffffff;
}

.results-section{
  background: rgb(67, 82, 165);
}
.results-section h2 { color:#fff }
.results-section h3 { color: #fff;}
.results-section h5 {color: black; }

.text-muted-custom {
  color: black;
  line-height: 1.7;
  font-size: 15px;
}

.timeline {
  position: relative;
  padding: 20px 0;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 2px; 
  background-color: rgba(255, 255, 255, 0.2); 
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}

.timeline-item::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  right: -6px; 
  background-color: #7a92ff; 
  border: 2px solid #fff;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}


.timeline-item::before {
  content: '';
  position: absolute;
  width: 20px; 
  height: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  top: 20px;
  z-index: 1;
}


.left {
  left: 0;
  text-align: right;
}

.left::before {
  right: 6px; 
}

.right {
  left: 50%;
  text-align: left;
}

.right::after {
  left: -6px;

}

.right::before {
  left: 6px;
}

.timeline-item {
  position: relative;
  width: 50%;
  background-color: inherit;
  padding: 10px 40px;

}
.timeline-content h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  color: black;
}
.timeline-content p {
  font-size: 16px;
  color: black;
  margin: 0;
  line-height: 1.5;
}

.roi-circle {
  width: 160px;
  height: 160px;
  margin: 0 auto;
}

.circular-chart {
  width: 100%;
  height: 100%;
}

.circle-bg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.15);
  stroke-width: 3;
}

.circle {
   fill: none;
   stroke: #1e2a78;
   stroke-width: 3;
   stroke-linecap: round;
}

.percentage {
  fill: #000000;
  font-size: 7px;
  font-weight: 700;
  text-anchor: middle;
}
.resuslt-section h5 {
  font-weight: 700;
  margin-top: 18px;
}
@media (max-width: 991px) {

.timeline::after {
    left: 20px; 
 }

.timeline-item {
  width: 100% ;
  left: 0 ;
    padding-left: 50px; 
    text-align: left ;
 }

  
.timeline-item::after {
    left: 14px ;
 }

.timeline-item::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  left: 26px;
  top: 20px;
 }
}

.casos-sucesso {
  background: radial-gradient(circle at left, #0b0f2a, #000);
}

.card-sucesso {
  background: linear-gradient(135deg, #0B2A6F 0%, #0A1F4A 45%, #050A1F 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 15px;
  transition: transform 0.3s ease;
  width: 345px;
}

.icon-box {
  width: 15%;
  height: 50px;
  border-radius: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  color: white;
  font-size: 1.5rem; 
  background-color: #3f54d1;
}

.card-sucesso h4 {
  color: white;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.card-sucesso p {
  color: #cfcfcf;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.testimonial-section {
  padding: 80px 0;
}

.testimonial-img {
  border-radius: 5px;
}

.testimonial-content {
  color: #ffffff;
  position: relative;
  padding-left: 25px;
  margin-top: -187px;
}

.testimonial-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, #4f7cff, #6a5cff);
  border-radius: 2px;
}

.testimonial-content h3 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.testimonial-text {
  font-size: 1rem;
  line-height: 1.8;
  font-style: italic;
  color: #cfd3ff;
  margin-bottom: 20px;
}

.testimonial-author {
  font-size: 0.95rem;
  color: #ffffff;
  font-weight: 500;
}

.case-section{
   padding: 70px 0;
}

.case-text p {
  color: #cfd3ff;
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 18px;
  max-width: 1120px;
}

.case-card {
  background: transparent;
  color: #fff;
}

.case-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 18px;
}

.case-card h4 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 6px;
}

.case-card p {
  font-size: 0.85rem;
  color: #cfd3ff;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .case-card img {
    width: 65%;
    height: auto;
    margin: 0 auto 16px;
  }
  

  .card-sucesso{
    display: block;
    margin: 0 auto 16px;
    width: 100%;
  }
  .case-text p {
    font-size: 0.9rem;
    margin-top: -5px;
  }
  @media (max-width: 768px) {

  .testimonial-section .row {
    align-items: flex-start !important;
  }

  .testimonial-img {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .testimonial-content {
    padding-left: 15px;
    margin-top: -55px;
  }

  .testimonial-content::before {
    height: 100%;
    top: 0;
  }

  .testimonial-content h3 {
    font-size: 1.25rem;
    margin-bottom: 12px;
  }

  .testimonial-text {
    font-size: 0.95rem;
    line-height: 1.7;
    top: -1000px;
  }

  .testimonial-author {
    font-size: 0.9rem;
  }
  
}

}

