@font-face {
  font-family: "Widescreen";
  src: url("../css/fonts/widescreen-regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Widescreen";
  src: url("../css/fonts/widescreen-light-gfxtracom.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "Widescreen";
  src: url("../css/fonts/widescreen-semibold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "Widescreen";
  src: url("../css/fonts/widescreen-bold.ttf") format("truetype");
  font-weight: 700;
}

:root {
  --orange: #f15a1a;
  --orange-dark: #d9450d;
  --ink: #10251f;
  --green: #203b34;
  --white: #ffffff;
  --soft: #f4f6f4;
  --line: rgba(255, 255, 255, 0.62);
  --shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Widescreen", Arial, sans-serif;
  background: #07120f;
  letter-spacing: 0;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.page {
  overflow: hidden;
}

.wrap {
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto;
}

.header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 20;
  padding: 22px 0;
  color: var(--white);
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  transition: background 0.25s ease, box-shadow 0.25s ease, backdrop-filter 0.25s ease;
}

.header.scrolled {
  background: rgba(7, 18, 15, 0.84);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.header .wrap {
  width: min(1240px, calc(100% - 48px));
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(22px, 3vw, 54px);
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  color: var(--white);
  font-weight: 700;
  line-height: 1;
}

.brand-mark {
  font-size: clamp(2rem, 4.2vw, 4.6rem);
  letter-spacing: -0.04em;
}

.brand-sub {
  color: var(--orange);
  font-size: clamp(0.46rem, 0.75vw, 0.74rem);
  letter-spacing: 0.14em;
}

.logo-topo {
  width: 220px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 0;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  white-space: nowrap;
}

.nav a {
  padding: 0 14px;
  border-right: 1px solid var(--line);
  transition: color 0.2s ease;
}

.contato-menu {
  border-right: none !important;
}

.nav a:hover,
.nav a.active {
  color: var(--orange);
}

.social {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  font-size: 13px;
  white-space: nowrap;
}

.header-social-icons {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--orange);
  font-weight: 700;
  padding-right: 12px;
  border-right: 1px solid var(--orange);
}

.header-social-icons a {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--orange);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.header-social-icons a:hover {
  background: var(--white);
  color: var(--orange);
  transform: translateY(-1px);
}

.hero,
.visual-section {
  position: relative;
  min-height: 740px;
  color: var(--white);
  isolation: isolate;
  background-position: center;
  background-size: cover;
}

.hero::before,
.visual-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(3, 16, 14, 0.82), rgba(3, 16, 14, 0.5)),
    rgba(7, 18, 15, 0.42);
}

.mb-80 {
  padding-bottom: 80px;
}

.hero-home {
  background-image: url("../imagens/01.jpg");
  background-position: center;
}

.hero-planos {
  background-image: url("../imagens/extracted/img-01-p1.jpeg");
  background-size: cover
}

.hero-simulacao {
  background-image: url("../imagens/extracted/img-04-p4.jpg");
  background-size: cover;
}

.hero-content {
  min-height: 610px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 150px 0 70px;
}

.eyebrow {
  margin: 0 0 22px;
  font-size: clamp(2.6rem, 5vw, 5.8rem);
  font-weight: 300;
  line-height: 1.05;
}

.eyebrow strong,
.accent {
  color: var(--orange);
  font-weight: 700;

}

.lead {
  max-width: 850px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(1.04rem, 1.45vw, 1.5rem);
  line-height: 1.42;
}

.lead strong {
  color: var(--white);
  font-weight: 700;
}

.slider-arrows {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.slider-arrows::before,
.slider-arrows::after {
  content: "";
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.92);
  font-size: 10rem;
  font-weight: 300;
  line-height: 0.8;
}

.slider-arrows::before {
  left: clamp(24px, 8vw, 60px);
  content: "‹";
}

.slider-arrows::after {
  right: clamp(24px, 8vw, 60px);
  content: ">";
}

.section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background: var(--soft);
}

.section-estrategia {
  position: relative;
  padding-top: 80px;
  padding-bottom: 0px;
  background: var(--soft);
}

.section-light {
  background: rgba(255, 255, 255, 0.7);
  mix-blend-mode: screen;
  
}

.section-title {
  font-family: sans-serif;
  /* Substitua pela sua fonte (ex: Montserrat/Inter) */
  font-size: 2.5rem;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 300;
}

.section-title .accent {
  color: #e04a19;
  /* Laranja da identidade */
  font-weight: bold;
}

.intro-line {
  text-align: center;
  margin: -20px auto 70px;
  font-size: clamp(1rem, 1.25vw, 1.38rem);
  line-height: 1.45;
}

.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(22px, 3vw, 56px);
  text-align: center;
}

.feature {
  display: grid;
  justify-items: center;
  gap: 18px;
  font-size: clamp(0.9rem, 1.05vw, 1.16rem);
  line-height: 1.3;
}

.line-icon {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  color: var(--orange);
  border: 2px solid currentColor;
  border-radius: 18px;
  font-weight: 700;
  font-size: 1.65rem;
}

.problem {
  background-image: url("../imagens/extracted/img-02-p1.jpeg");
  background-position: center;
  background-size: cover;
}

.problem::before {
  background: rgba(6, 20, 17, 0.82);
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 52px 110px;
  max-width: 980px;
  margin: 70px auto 0;
}

.problem-item,
.partner-item {
  display: flex;
  align-items: center;
  gap: 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.2vw, 1.26rem);
  line-height: 1.32;
}

.deliver {
  padding: 60px 0;
  background-image: linear-gradient(rgba(246, 247, 246, 0.82), rgba(246, 247, 246, 0.88)),
    url("../imagens/extracted/img-01-p1.jpeg");
  background-position: center;
  background-size: cover;
}

.deliver-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.cut-card,
.plan-card,
.sim-card {
  position: relative;
  clip-path: polygon(0 18%, 22% 0, 100% 0, 100% 78%, 78% 100%, 0 100%);
}

.cut-card {
  background-color: rgb(241, 86, 24);
  mix-blend-mode: multiply;
  color: #ffffff;
  padding: 35px 30px;
  min-height: 180px;
  display: flex;
  align-items: center;

  /* Efeito de corte nos cantos: 
     Corta 30px no topo-esquerdo e 30px no bottom-direito */
  clip-path: polygon(30px 0%, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);

  transition: transform 0.3s ease;
}

.cut-card:hover {
  transform: translateY(-5px);
}

/* Tipografia interna dos cards */
.card-content {
  width: 100%;
}

/* Ajuste específico para o quarto card (inversão de ordem visual) */
.cut-card .highlight-bottom {
  margin-top: 8px;
  margin-bottom: 0;
}

/* Responsividade para Tablets e Mobile */
@media (max-width: 992px) {
  .deliver-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .deliver-grid {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
}

.cut-card h3 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 8px 0;
}

.cut-card p {
  font-size: 0.95rem;
  line-height: 1.3;
  margin: 0;
  opacity: 0.9;
}

.cta-band {
  position: relative;
  color: var(--white);
  text-align: center;
  background-image: url("../imagens/extracted/img-01-p1.jpeg");
  background-position: center;
  background-size: cover;
}

.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(3, 16, 14, 0.76);
}

.cta-box {
  position: relative;
  width: min(920px, 92%);
  margin: 0 auto;
  border: 1px solid var(--orange);
  background: rgba(0, 0, 0, 0.38);
  clip-path: polygon(0 12%, 8% 0, 100% 0, 100% 76%, 92% 100%, 0 100%);
  overflow: hidden;
}

.cta-box h2 {
  margin: 0;
  padding: 70px 28px 56px;
  font-size: clamp(2rem, 3.3vw, 4rem);
  font-weight: 300;
}

.cta-button {
  display: block;
  padding: 34px 28px 40px;
  color: var(--white);
  background: var(--orange);
  font-size: clamp(1.8rem, 3vw, 3.4rem);
  font-weight: 700;
  transition: background 0.2s ease, transform 0.2s ease;
}

.cta-button:hover {
  background: var(--orange-dark);
  transform: translateY(-2px);
}

.partner {
  position: relative;
  isolation: isolate;
  background-image: url("../imagens/estrategia-background1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #1f2937 !important;
  forced-color-adjust: none;
}

.partner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(246, 247, 246, 0.92) !important;
  pointer-events: none;
}

.partner,
.partner * {
  forced-color-adjust: none;
}

.partner h1,
.partner h2,
.partner h3,
.partner h4,
.partner p,
.partner span,
.partner li {
  color: #1f2937 !important;
}

.partner-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
}

.partner-list {
  display: grid;
  gap: 38px;
}

.partner-item {
  color: var(--ink);
}

.map {
  display: flex;
  justify-content: center;
  /* Centraliza horizontalmente o conteúdo interno (a imagem) */
  width: 100%;
  /* Garante que o container ocupe toda a largura disponível */
}

.map img {
  max-width: 70%;
  /* Garante que a imagem seja responsiva e não quebre o layout em telas menores */
  height: auto;
}

.map-shape {
  background-image: url("../imagens/estrategia.png");

}

.map-label {
  position: absolute;
  right: 10%;
  bottom: 18%;
  padding: 18px 24px;
  color: var(--ink);
  border: 1px solid var(--orange);
  background: rgba(255, 255, 255, 0.6);
  clip-path: polygon(0 0, 100% 0, 100% 68%, 72% 100%, 0 100%);
}

.quote {
  position: relative;
  /* Necessário para ancorar o fundo absoluto */
  margin-top: 60px;
  padding: 55px 20px;
  color: var(--white);
  text-align: center;
  font-size: clamp(1.9rem, 3.2vw, 3.8rem);
  font-weight: 300;
  line-height: 1.25;

  /* Remove qualquer background antigo do container principal */
  background-color: rgb(241, 86, 24);
  mix-blend-mode: multiply;
}

/* O "Falso Fundo" que faz a mágica do Multiply */
.quote::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;


  /* Garante que o fundo fique atrás do texto */
  z-index: -1;
}

.benefits {
  min-height: 800px;
  padding: 0;
  background-image: url("../imagens/extracted/img-03-p3.jpeg");
  background-position: center;
  background-size: cover;
  display: grid;
  align-items: end;
}

.benefits-list {
  width: 100%;
  /* Força a barra a ocupar 100% da largura da tela */

  /* Laranja institucional com aproximadamente 80% de opacidade */


  padding: 45px 0;
  color: #ffffff;
  text-align: center;
}

/* 3. O Fundo Laranja com Multiply Puro */
.benefits-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(241, 86, 24, 0.7);
  mix-blend-mode: var(--brand-orange);
  z-index: 1;


}

/* O wrap interno garante que o texto não espalhe até as bordas infinitas da tela */
.benefits-list .wrap {
  max-width: 650px;
  /* Alinha a largura do texto exatamente com a largura do card */
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.benefits-list strong {
  font-family: sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  display: block;
}

.benefits-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.benefits-items span {
  font-family: sans-serif;
  font-size: 1.15rem;
  font-weight: 300;
  letter-spacing: 0.5px;
}

/* Responsividade */
@media (max-width: 768px) {

  .cta-title,
  .cta-button,
  .benefits-list strong {
    font-size: 1.4rem;
  }

  .benefits-items span {
    font-size: 1rem;
  }

  .plans-cta-2 {
    gap: 35px;
  }
}

.contact {
  min-height: 720px;
  background-image: linear-gradient(90deg, rgba(4, 18, 15, 0.82), rgba(4, 18, 15, 0.48)),
    url("../imagens/extracted/img-02-p1.jpeg");
  background-position: center;
  background-size: cover;
}

.contact-panel {
  color: var(--white);
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.contact-panel h2 {
  margin: 0 0 48px;
  font-size: clamp(2rem, 3.2vw, 4rem);
  font-weight: 300;
  line-height: 1.18;
}

.contact-list {
  display: grid;
  gap: 28px;
  margin-bottom: 64px;
  font-size: clamp(1.15rem, 1.7vw, 1.9rem);
}

.footer {
  padding: 54px 0;
  color: var(--white);
  background: var(--orange);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.footer strong {
  font-weight: 700;
}

/* --- COMPORTAMENTO DO CONTAINER MÃE --- */
.sim-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Título H1 ocupando a largura total acima do grid */
.sim-hero-content .eyebrow {
  width: 100%;
  margin-bottom: 40px;
}

.sim-title-spacing {
  padding-bottom: 30px;
}

/* Novo grid isolado para forçar o lado a lado sem quebrar o HTML existente */
.noox-simulator-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Duas colunas iguais */
  gap: 40px;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}

.plan-hero-content,
.sim-hero-content {
  min-height: 980px;
  padding-top: 160px;
  align-items: start;
}

.plans-title {
  margin-top: 0px;
  font-size: clamp(2.4rem, 4.8vw, 5.2rem);
  font-weight: 300;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(40px, 7vw, 120px);
  align-items: stretch;
  margin-top: 90px;
}

.plan-card {
  min-height: 520px;
  border: 2px solid var(--orange);
  background: rgba(0, 0, 0, 0.68);
  overflow: hidden;
}

.plan-card-body {
  padding: clamp(44px, 4vw, 72px);
}

.plan-card h2 {
  margin: 0 0 44px;
  color: var(--white);
  font-size: clamp(2rem, 3.2vw, 3.6rem);
  line-height: 1.08;
  font-weight: 700;
}

.plan-card h2 span {
  display: block;
  color: var(--orange);
  font-weight: 300;
}

.plan-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  padding: 25px 0;
  align-items: baseline;
  color: var(--white);
  border-bottom: 1px solid var(--orange);
  font-size: clamp(1.3rem, 1.8vw, 2rem);
}

.plan-row strong {
  font-weight: 700;
}

.plan-values {
  font-size: clamp(1.5rem, 2.4vw, 3rem);
  font-weight: 700;
  white-space: nowrap;
}

.plan-link {
  display: block;
  padding: 42px 28px 50px;
  text-align: center;
  color: var(--white);
  background: var(--orange);
  font-size: clamp(1.7rem, 2.6vw, 3rem);
  transition: background 0.2s ease;
}

.plan-link:hover {
  background: var(--orange-dark);
}

.sim-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
  gap: clamp(44px, 6vw, 110px);
  align-items: end;
  margin-top: 320px;
}

.sim-copy {
  font-size: clamp(2.1rem, 4vw, 5rem);
  font-weight: 300;
  line-height: 1.1;
  text-align: left;
}

.meter {
  margin-top: 90px;
  display: flex;
  align-items: end;
  gap: 0;
}

.meter-step {
  position: relative;
  width: 190px;
  height: 70px;
  border: 2px solid var(--white);
  border-bottom: none;
  transform: skewX(-22deg);
  background: rgba(255, 255, 255, 0.95);
}

.meter-step:nth-child(2) {
  height: 96px;
}

.meter-step:nth-child(3) {
  width: 270px;
  height: 138px;
  border-color: var(--orange);
  background: var(--orange);
}

.meter-label {
  display: block;
  margin-top: 10px;
  color: var(--white);
  font-size: clamp(1.2rem, 1.7vw, 1.8rem);
  font-weight: 700;
}

.meter-final {
  margin-left: 8px;
  color: var(--white);
  font-size: clamp(1.45rem, 2.4vw, 3rem);
}

.meter-final strong {
  color: var(--orange);
  font-size: 1.7em;
}

.sim-card {
  border: 2px solid var(--orange);
  color: var(--white);
  background: rgba(0, 0, 0, 0.54);
  overflow: hidden;
}

.sim-card-body {
  padding: clamp(42px, 4vw, 70px);
  font-size: clamp(1.35rem, 2vw, 2.6rem);
  line-height: 1.42;
}

.sim-card h2 {
  margin: 0 0 34px;
  font-size: clamp(2.1rem, 3vw, 4rem);
}

.sim-button {
  display: block;
  padding: 38px 32px 46px;
  text-align: center;
  color: var(--white);
  background: var(--orange);
  font-size: clamp(1.6rem, 2.5vw, 3rem);
  font-weight: 700;
}

@media (max-width: 1080px) {
  .header {
    padding: 18px 0;
  }

  .header .wrap {
    width: min(100% - 32px, 980px);
  }

  .header-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 22px;
  }

  .nav {
    order: 3;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 13px;
  }

  .features,
  .deliver-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .partner-layout,
  .plans-grid,
  .sim-layout,
  .problem-grid {
    grid-template-columns: 1fr;
  }

  .plans-title,
  .sim-layout {
    margin-top: 220px;
  }

  .plan-hero-content,
  .sim-hero-content {
    min-height: auto;
    padding-bottom: 90px;
  }
}

@media (max-width: 680px) {
  .wrap {
    width: min(100% - 28px, 540px);
  }

  .header {
    padding: 16px 0;
  }

  .header .wrap {
    width: min(100% - 28px, 540px);
  }

  .header-inner {
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 18px;
  }

  .logo-topo {
    width: 170px;
  }

  .brand-mark {
    font-size: 2.2rem;
  }

  .brand-sub {
    font-size: 0.48rem;
  }

  .social {
    order: 2;
    width: 100%;
    font-size: 0.72rem;
    justify-content: center;
    max-width: 100%;
    white-space: normal;
  }

  .header-social-icons {
    font-size: 1rem;
  }

  .eyebrow {
    width: calc(100vw - 40px);
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.72rem;
    line-height: 1.12;
    overflow-wrap: anywhere;

  }

  .lead {
    width: calc(100vw - 40px);
    max-width: 300px;
    font-size: 0.7rem;
    overflow-wrap: anywhere;
  }

  .nav a {
    padding: 7px 4px;
    border: 0;
    font-size: 0.54rem;
  }

  .section-title,
  .intro-line,
  .feature p {
    width: calc(100vw - 40px);
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    overflow-wrap: anywhere;
  }

  .nav a:first-child {
    border-left: 0;
  }

  .hero,
  .visual-section {
    min-height: 640px;
  }

  .hero-content {
min-height: 350px;
        padding-top: 40px;
  }

  .sim-hero-content {
    padding-top: 120px;
  }

  .sim-hero-content .eyebrow {
    font-size: 2rem;
  }

  .noox-sim-headline {
    font-size: 1.35rem;
    line-height: 1.25;
  }

  .features,
  .deliver-grid {
    grid-template-columns: 1fr;
  }

  .problem-item,
  .partner-item {
    align-items: flex-start;
    gap: 18px;
  }

  .plans-title,
  .sim-layout {
    margin-top: 160px;
  }

  .plan-card-body,
  .sim-card-body {
    padding: 34px 24px;
  }

  .plan-row {
    grid-template-columns: 1fr;
  }

  .plan-values {
    white-space: normal;
  }

  .meter {
    transform: scale(0.72);
    transform-origin: left bottom;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}


/* Definições de Cores do Projeto */
:root {
  --brand-orange: #e04a19;
  --dark-translucent: rgba(0, 0, 0, 0.75);
  /* Ajustado para 75% para garantir o fundo bem escuro da imagem 1 */
}

/* Seção com a imagem de fundo */
.plans-cta {
  position: relative;
  padding: 160px 0;
  background-image: url('../imagens/extracted/img-01-p1.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Container Geral da Seção */
.plans-cta-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  /* Espaçamento vertical entre o card e a barra laranja */
  width: 100%;
  position: relative;
  padding: 80px 0 0 0;
  /* Ajuste o padding conforme necessário (removi o bottom para colar a barra) */

  background-image: url('../imagens/extracted/img-03-p3.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Camada escura opcional sobre o fundo */
.plans-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

/* Camada escura opcional sobre o fundo */
.plans-cta-2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.plans-cta .wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  padding: 0 20px;
}

.plans-cta-2 .wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  padding: 0 20px;
}

/* --- ESTILOS DO CARD (Corte superior esquerdo e inferior direito) --- */
.cta-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 650px;
  text-decoration: none;
  margin: 0 auto;
  clip-path: polygon(30px 0%, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
}

.cta-card:hover {
  transform: scale(1.02);
}

.cta-body {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 45px 30px;
  text-align: center;
}

/* Título Interno */
.cta-body h2,
.cta-title {
  color: #ffffff !important;
  font-family: sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}

.cta-title {
  color: #ffffff !important;
  font-family: sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}

.cta-title .accent {
  color: #e04a19;
  font-weight: 700;
}

.cta-button {
  background-color: #e04a19;
  color: #ffffff !important;
  padding: 22px 30px;
  text-align: center;
  font-family: sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}

/* ==========================================================================
   Responsividade (Mobile First / Breakpoints)
   ========================================================================== */

@media (max-width: 768px) {
  .plans-cta {
    padding: 60px 0;
  }

  .cta-title {
    font-size: 1.4rem;
  }

  .cta-button {
    font-size: 1.4rem;
    padding: 18px 20px;
  }

  /* Reduz o tamanho do chanfro em telas menores para não esmagar o texto */
  .cta-card {
    clip-path: polygon(20px 0%, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
  }
}

/*==========================================================
SEJA BEM VINDO
==========================================================*/

/* Container Principal */
.hero-split {
  display: flex;
  flex-direction: column;
  /* Alinha as duas divs uma abaixo da outra */
  width: 100%;
  height: 700px;
  /* Altura fixa exigida para a seção */
  position: relative;

  /* Configurações da Imagem de Fundo */
  background-image: url('../imagens/bem-vindo.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Div Superior (Escura com 20% de transparência) */
.split-top {
  width: 100%;
  height: 600px;
  /* Altura fixa exigida para o bloco superior */

  /* Cor #0E1E19 convertida para RGBA com 0.2 (20%) de opacidade */
  background-color: rgba(14, 30, 25, 0.9);


  /* Opcional: Alinhamento interno caso insira conteúdo */
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Alinha todo o conteúdo ao centro horizontalmente */
  text-align: center;
  z-index: 999;
}

/* Títulos */
.contact-header {
  margin-bottom: 40px;
}

.contact-header .subtitle {
  color: #ffffff;
  font-family: sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  display: block;
  margin-bottom: 5px;
}

.contact-header .main-title {
  color: #ffffff;

  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.25;
  margin: 0;
  font-family: 'Widescreen', sans-serif;
}

.contact-header .main-title .accent {
  color: #ea5d1f;
  /* Cor laranja institucional */
  font-weight: 700;
}

/* Lista de Canais de Contato */
.contact-channels {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
  align-items: flex-start;
  /* Alinha os blocos de contato à esquerda internamente */
}

.channel-link {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: #ffffff;
  transition: opacity 0.2s ease;
}

.channel-link:hover {
  opacity: 0.8;
}

.channel-icon {
  width: 40px;
  height: auto;
}

.channel-text {
  font-family: sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.channel-text .bold-number {
  font-weight: 700;
  font-size: 1.4rem;
}

/* Grid de Redes Sociais */
.social-channels {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 5px;
}

.social-channels .social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--orange);
  font-weight: 700;
  font-size: 1.3rem;
  padding-right: 12px;
  border-right: 1px solid var(--orange);
}

.social-channels .social-icons a {
  color: inherit;
}

.social-channels .social-icons img {
  width: 20px;
  height: auto;
}

.social-text {
  color: #ffffff;
  font-family: sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
}

.social-text .brand-inline {
  font-weight: 700;
}

/* Logo Principal */
.contact-logo-box .main-logo {
  height: 20px;
  /* Ajuste a altura de acordo com a proporção do seu SVG */
  width: auto;
}

.split-bottom {
  width: 100%;
  flex: 1;
  background-color: rgba(234, 93, 31, 0.8);
  /* Seus #EA5D1F com 20% */
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  padding-top: 15px;
  padding-right: 240px;
}

/* Distribuição espacial para os extremos (Esquerda / Direita) */
.footer-bar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.footer-seal {
  margin-left: auto;
}

.footer-tagline {
  color: #ffffff;
  font-family: sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  margin: 0;
  letter-spacing: 0.5px;
}

.footer-tagline strong {
  font-weight: 700;
}

.footer-seal .seal-logo {
  height: 60px;
  /* Mantém o selo redondo sutil no canto do container */
  width: auto;
}

/* ==========================================================================
   Responsividade Básica (Mobile)
   ========================================================================== */

@media (max-width: 768px) {
  .hero-split {
    height: auto;
    /* Permite expansão fluida em mobile se o texto quebrar */
  }

  .split-top {
    height: auto;
    padding: 60px 0;
  }

  .split-bottom {
    padding: 20px 118px 76px 0;
  }

  .contact-header .main-title {
    font-size: 1.6rem;
  }

  .footer-bar-content {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    text-align: left;
  }

  .footer-seal {
    margin-left: 0;
  }
}

/* ==========================================================================
   planos
   ========================================================================== */

:root {
  --noox-orange: #ff5500;
  /* Ajuste o tom exato do laranja se necessário */
  --noox-dark: rgba(14, 19, 24, 0.85);
  /* Fundo escuro com leve transparência para o background */
  --noox-border: #ff5500;
  --noox-text-light: #ffffff;
  --noox-text-muted: #a0a0a0;
}

/* Container para forçar os cards ficarem estritamente lado a lado */
.noox-cards-container {
  display: flex;
  flex-direction: row;
  /* Garante lado a lado */
  gap: 35px;
  justify-content: center;
  align-items: stretch;
  /* Deixa ambos com a mesma altura */
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
  font-family: 'Montserrat', Arial, sans-serif;
}

/* O Card com a borda laranja e cantos chanfrados superiores */
.noox-card {
  background-color: #ff5500;
  /* A borda externa é simulada pelo fundo do card */
  padding: 3px;
  /* Espessura exata da borda laranja externa */
  width: 100%;
  max-width: 440px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;

  /* Chanfro superior esquerdo e superior direito idêntico ao mockup */
}

/* Container interno para mascarar o fundo escuro e respeitar os chanfros */
.noox-card-header,
.noox-card-body {
  background-color: #0b1116;
  /* Cor escura de fundo interna */
}

/* Cabeçalho */
.noox-card-header {
  padding: 35px 35px 20px 35px;
  /* Chanfro superior interno para não vazar a cor escura sobre a borda */
}

.noox-card-subtitle {
  display: block;
  color: #ff5500;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 2px;
}

.noox-card-title {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}

/* Corpo dos Planos */
.noox-card-body {
  padding: 10px 35px 40px 35px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 15px;
}

/* Linha do Plano com borda laranja inferior */
.noox-plan-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 3px solid #ff5500;
  /* Borda grossa laranja das linhas */
}

.noox-plan-label {
  color: #9aa0a6;
  font-size: 1rem;
  letter-spacing: 1px;
}

.noox-plan-label strong {
  color: #ffffff;
  font-weight: 700;
  margin-left: 4px;
}

.noox-plan-value {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: right;
}

/* Rodapé Laranja com os cortes inferiores assimétricos */
.noox-card-footer {
  background-color: #ff5500;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 30px 20px;
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: auto;
  /* Cola no final do card */
  box-sizing: border-box;
  display: block;
  transition: opacity 0.2s ease;

  /* Chanfro assimétrico da base: corta a ponta direita inferior */
}

.noox-card-footer strong {
  font-weight: 800;
}

.noox-card-footer:hover {
  opacity: 0.9;
}

/* Responsivo para telas menores (como celular) virar coluna se necessário */
@media (max-width: 768px) {
  .noox-cards-container {
    flex-direction: column;
    align-items: center;
  }
}

/*==========================================
  simulador
  ========================================*/


/* Layout Principal em duas colunas */
.noox-simulator-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  box-sizing: border-box;
  font-family: 'Montserrat', Arial, sans-serif;
}

/* --- COLUNA ESQUERDA --- */
.noox-sim-left-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}

.noox-sim-headline {
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 300;
  /* Estilo leve do mockup */
  line-height: 1.3;
  margin: 0;
}

/* Gráfico de Setas (CSS Puro) */
.noox-revenue-chart {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 140px;
  width: 100%;
  max-width: 520px;
  box-sizing: border-box;
}

.noox-chart-step {
  position: relative;
  background-color: #ff5500;
  box-sizing: border-box;
}

.step-0 {
  width: 120px;
  height: 14px;
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
}

.step-2 {
  width: 25%;
  height: 14px;
  margin-left: -5%;
  clip-path: polygon(25% 0, 100% 0, 75% 100%, 0 100%);
}

.step-4 {
  width: 55%;
  height: 14px;
  margin-left: -5%;
  position: relative;
}

/* Seta Larga Indicadora do 4% */
.noox-chart-main-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #ff5500;
  clip-path: polygon(12% 0, 80% 0, 100% 50%, 80% 100%, 12% 100%);
}

/* Legendas dos passos */
.noox-chart-badge {
  position: absolute;
  top: 24px;
  left: 10px;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.1rem;
}

.noox-chart-badge-large {
  position: absolute;
  top: 80px;
  left: 15%;
  color: #ff5500;
  font-weight: 700;
  font-size: 1.8rem;
  white-space: nowrap;
}

.noox-chart-badge-large small {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  margin-left: 5px;
}


/* --- COLUNA DIREITA (CARD SIMULADOR) --- */
.noox-sim-right-col {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.noox-sim-card {
  background-color: #ff5500; /* Borda externa simulada */
  padding: 3px;
  width: 100%;
  max-width: 440px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.noox-sim-card-header,
.noox-sim-card-body {
  background-color: #0b1116; /* Fundo interno escuro */
}

.noox-sim-card-header {
  padding: 35px 35px 15px 35px;
  border-bottom: 3px solid #ff5500; /* Linha laranja abaixo de Simulador */
}

.noox-sim-card-title {
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0;
}

.noox-sim-card-body {
  padding: 25px 35px 45px 35px;
  flex-grow: 1;
}

.noox-sim-text {
  color: #e0e0e0;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 300;
  margin: 0;
}

.noox-sim-text strong {
  color: #ffffff;
  font-weight: 700;
}

/* Rodapé do Simulador */
.noox-sim-card-footer {
  background-color: #ff5500;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 25px 20px;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
  box-sizing: border-box;
  transition: opacity 0.2s ease;
}

.noox-sim-card-footer strong {
  font-size: 1.4rem;
  font-weight: 800;
}

.noox-sim-card-footer span {
  font-size: 1.15rem;
  font-weight: 400;
}

.noox-sim-card-footer:hover {
  opacity: 0.9;
}

/* --- RESPONSIVIDADE --- */
@media (max-width: 991px) {
  .noox-simulator-grid {
    grid-template-columns: 1fr; /* Vira uma única coluna em telas menores */
    gap: 50px;
  }
  .noox-sim-left-col {
    align-items: center;
    text-align: center;
  }
  .noox-sim-right-col {
    justify-content: center;
  }
}

@media (max-width: 680px) {
  .sim-hero-content .eyebrow {
    font-size: 2rem;
  }

  .noox-sim-headline {
    font-size: 1.35rem;
    line-height: 1.25;
  }
}


.espaco {
  padding-top: 90px;
  padding-bottom: 80px;
}

.texto-cinza {
   color: #333 !important;
}

/* ==========================================
   REGRAS PARA MOBILE (Telas menores que 768px)
   ========================================== */
@media (max-width: 767px) {
  /* Esconde o menu desktop e as redes sociais */
  .main-nav, 
  .social {
    display: none !important;
  }

  /* Estilização do Botão Hambúrguer */
  .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 28px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001;
    padding: 0;
    color: #ffffff;
  }

  .menu-toggle svg {
    width: 32px;
    height: 24px;
    display: block;
    transition: transform 0.3s ease;
  }

  .menu-toggle path {
    fill: none;
    stroke: #ffffff;
    stroke-width: 3;
    stroke-linecap: round;
  }

  /* Animação do botão transformando em 'X' quando ativo */
  .menu-toggle.active svg {
    transform: rotate(90deg);
  }

  /* Estrutura do Menu Mobile (Overlay) */
  .menu-mobile {
    display: block;
    position: fixed;
    top: 80px;
    left: -100%; /* Começa escondido do lado esquerdo */
    width: 100%;
    height: 100vh;
    background-color: #fff; /* Cor de fundo do menu */
    z-index: 1000;
    transition: left 0.4s ease;
    padding-top: 20px; /* Espaço para não cobrir o logo */
  }

  /* Quando o menu tiver a classe 'open', ele desliza para a tela */
  .menu-mobile.open {
    left: 0;
  }

  /* Links do Menu Mobile */
  .menu-mobile nav {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .menu-mobile nav a {
    display: block;
    padding: 15px 0;
    font-size: 1.2rem;
    color: #333;
    text-decoration: none;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #eee;
  }
}


@media (prefers-color-scheme: dark) {
  .partner {
    background-image:
      linear-gradient(
        rgba(246, 247, 246, 0.92),
        rgba(246, 247, 246, 0.94)
      ),
      url("../imagens/estrategia-background.jpg");

    color: #1f2937;
    color-scheme: light;
  }

  .partner h2,
  .partner h3,
  .partner p,
  .partner span {
    color: #1f2937 !important;
  }
}

/* ==========================================
   REGRAS PARA DESKTOP (Telas a partir de 768px)
   ========================================== */
@media (min-width: 768px) {
  .menu-toggle,
  .menu-mobile {
    display: none; /* Esconde o botão e o menu mobile no computador */
  }
}

/*==========================================
  nossas soluções
  ========================================*/

.hero-solucoes {
  min-height: 420px;
  background-image: url("../imagens/extracted/img-02-p1.jpeg");
  background-position: center 36%;
}

.solucoes-hero-content {
  min-height: 420px;
  padding: 150px 0 70px;
}

.solucoes-title {
  margin: 0;
  color: var(--white);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 300;
  line-height: 1.15;
}

.solucoes-title strong {
  color: var(--orange);
  font-weight: 700;
}

.solutions-page {
  background: #e8ece9;
  color: var(--ink);
}

.solutions-block {
  padding: clamp(54px, 7vw, 82px) 0;
  border-top: 1px solid rgba(16, 37, 31, 0.22);
  box-shadow: inset 0 15px 28px rgba(0, 0, 0, 0.08);
}

.solutions-block:first-child {
  border-top: 0;
}

.solutions-block-final {
  padding-bottom: 78px;
  background: linear-gradient(180deg, #edf0ee, #f8f9f8);
}

.solutions-wrap {
  max-width: 820px;
}

.solutions-wrap h2 {
  margin: 0 0 18px;
  color: var(--ink);
  font-family: Arial, sans-serif;
  font-size: clamp(1.5rem, 2.2vw, 2.1rem);
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.solutions-wrap h2::before {
  content: "";
  display: inline-block;
  width: 56px;
  height: 16px;
  margin-right: 12px;
  background: var(--orange);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  transform: translateY(-2px);
}

.solutions-list {
  display: grid;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: Arial, sans-serif;
  font-size: clamp(0.98rem, 1.15vw, 1.12rem);
  line-height: 1.38;
}

.solutions-list li::before {
  content: "• ";
}

.solutions-list strong {
  font-weight: 700;
}

.solutions-cta {
  margin-top: clamp(52px, 7vw, 86px);
}

@media (max-width: 767px) {
  .hero-solucoes,
  .solucoes-hero-content {
    min-height: 340px;
  }

  .solucoes-hero-content {
    padding-top: 130px;
  }

  .solutions-wrap h2::before {
    display: block;
    margin: 0 0 10px;
  }
}

.exclusive-area-float {
  position: fixed;
  right: clamp(16px, 3vw, 40px);
  bottom: 20px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 11px 18px 11px 12px;
  color: #ffffff;
  background: #f15a1a;
  border: 1px solid rgba(255, 255, 255, 0.52);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
  font-family: Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.exclusive-area-float:hover {
  background: #d9450d;
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.34);
}

.exclusive-area-icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f15a1a;
  background: #ffffff;
  font-size: 0.86rem;
}

.exclusive-area-text {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .exclusive-area-float {
    right: 14px;
    bottom: 20px;
    min-height: 46px;
    padding: 9px 13px 9px 9px;
    font-size: 0.78rem;
  }

  .exclusive-area-icon {
    width: 27px;
    height: 27px;
  }
}
