/* ====================================================
 *  Jô Conecta 2.0 — style.css
 *  Gerado na ETAPA 3 da refatoração
 *  Ordem de cascata preservada dos 5 blocos originais
 * ==================================================== */

/* ===== Bloco 1 — Estilos principais ===== */
:root {
  --bg: #050B16;
  --bg2: #07111F;
  --panel: rgba(12, 25, 46, .72);
  --panel2: rgba(10, 29, 61, .62);
  --line: rgba(63, 169, 255, .25);
  --blue: #006BFF;
  --blue2: #1DA1FF;
  --cyan: #74D8FF;
  --white: #FFFFFF;
  --text: #FFFFFF;
  --soft: #DDEEFF;
  --muted: #B8D7FF;
  --danger: #FF4D6D;
  --green: #50F0B0;
  --shadow: 0 24px 80px rgba(0, 107, 255, .22);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 18% 10%, rgba(0, 107, 255, .22), transparent 32%),
    radial-gradient(circle at 85% 25%, rgba(29, 161, 255, .18), transparent 34%),
    linear-gradient(180deg, #02060E 0%, var(--bg) 45%, #030914 100%);
  color: var(--text);
  overflow-x: hidden;
  line-height: 1.55;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
li {
  color: var(--soft);
  font-size: clamp(1rem, 1.4vw, 1.08rem);
}

h1,
h2,
h3 {
  letter-spacing: -0.04em;
  line-height: .98;
}

h1 {
  font-size: clamp(2.75rem, 7vw, 5.8rem);
}

h2 {
  font-size: clamp(2rem, 4.8vw, 4rem);
}

h3 {
  font-size: clamp(1.28rem, 2.2vw, 1.8rem);
}

section {
  position: relative;
  padding: clamp(72px, 9vw, 118px) 20px;
}

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.grid {
  display: grid;
  gap: 28px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  color: var(--cyan);
  background: rgba(0, 107, 255, .12);
  border-radius: 999px;
  padding: 9px 14px;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 500;
  margin-bottom: 20px;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue2);
  box-shadow: 0 0 18px var(--blue2);
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 18px 28px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--blue), var(--blue2));
  color: #fff;
  font-weight: 900;
  letter-spacing: .035em;
  text-transform: uppercase;
  box-shadow: 0 18px 48px rgba(0, 107, 255, .34), inset 0 1px 0 rgba(255, 255, 255, .22);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
  border: 1px solid rgba(255, 255, 255, .16);
  text-align: center;
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 70px rgba(29, 161, 255, .42);
  filter: saturate(1.12);
}

.btn.secondary {
  background: rgba(255, 255, 255, .08);
  border: 1px solid var(--line);
  box-shadow: none;
}

.micro {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: .92rem;
}

.card {
  background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .035));
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 16px 60px rgba(0, 0, 0, .28);
  backdrop-filter: blur(16px);
}

.glow {
  position: absolute;
  inset: auto;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(0, 107, 255, .22);
  filter: blur(90px);
  pointer-events: none;
}

.topbar {
  position: relative;
  z-index: 20;
  padding: 12px 20px;
  text-align: center;
  background: rgba(7, 17, 31, .92);
  border-bottom: 1px solid var(--line);
  color: #fff;
  font-weight: 500;
  font-size: .94rem;
}

.topbar strong {
  color: #fff;
  text-shadow: 0 0 18px rgba(29, 161, 255, .9);
}

.hero {
  min-height: 92vh;
  display: flex;
  align-items: center;
  padding-top: clamp(64px, 7vw, 96px);
  overflow: hidden;
  position: relative;
  background-image: url(../img/img-fundo-topo.jpeg);
  background-position: center;
  background-size: cover;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 6, 14, .92) 0%, rgba(2, 6, 14, .74) 44%, rgba(2, 6, 14, .2) 100%),
    url(../img/img-fundo-topo.jpeg) center right / cover no-repeat;
  opacity: .9;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(116, 216, 255, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(116, 216, 255, .05) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}

.hero-content {
  max-width: 760px;
}

.hero h1 span {
  display: inline;
  color: var(--cyan);
  text-shadow: 0 0 28px rgba(29, 161, 255, .55);
}

.hero-sub {
  max-width: 690px;
  margin: 22px 0 30px;
  color: #F3FAFF;
  font-size: clamp(1.06rem, 1.8vw, 1.32rem);
}

.pill {
  border: 1px solid var(--line);
  background: rgba(0, 107, 255, .12);
  color: #fff;
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 800;
  font-size: .92rem;
}

.problem .grid {
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
}

.problem-list {
  display: grid;
  gap: 14px;
}

.problem-item {
  padding: 18px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .055);
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.problem-item b {
  color: #fff;
}

.x {
  color: var(--danger);
  font-weight: 900;
  font-size: 1.2rem;
}

.operation {
  overflow: hidden;
  background: linear-gradient(180deg, rgba(14, 22, 40, .55), rgba(5, 11, 22, .92));
}

.operation-grid {
  --bs-gutter-x: 28px;
  margin-top: 28px;
  row-gap: 28px;
}

.op-card {
  padding: 24px;
  min-height: 180px;
  transform-style: preserve-3d;
}

.op-card .num {
  color: var(--cyan);
  font-size: 2.4rem;
  font-weight: 900;
  text-shadow: 0 0 18px rgba(29, 161, 255, .8);
}

.op-card h3 {
  margin: 12px 0 10px;
  color: #fff;
}

.op-card p {
  color: #DDEEFF;
}


.conducao .card {
  padding: clamp(28px, 5vw, 60px);
  text-align: center;
}

.conducao h2 {
  max-width: 920px;
  margin: 0 auto 24px;
}

.conducao h2 span {
  color: var(--cyan);
}

.conducao-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 28px 0 36px;
}

.social-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 24px;
  align-items: stretch;
}

.metric {
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.metric .big {
  font-size: clamp(4rem, 9vw, 8rem);
  font-weight: 1000;
  line-height: .82;
  color: #fff;
  text-shadow: 0 0 34px rgba(29, 161, 255, .9);
}

.metric p {
  margin-top: 16px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
}

.depo-grid {
  display: grid;
  gap: 14px;
}

.depo {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .065);
  border: 1px solid rgba(255, 255, 255, .12);
  color: #fff;
}

.depo p {
  color: #fff;
  font-weight: 650;
}

.offer {
  background: radial-gradient(circle at 50% 0%, rgba(0, 107, 255, .28), transparent 44%), #030914;
}

.offer-box {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  padding: clamp(32px, 6vw, 68px);
  border-radius: 32px;
  border: 1px solid rgba(116, 216, 255, .34);
  background: linear-gradient(180deg, rgba(0, 107, 255, .16), rgba(255, 255, 255, .045));
  box-shadow: 0 0 120px rgba(0, 107, 255, .22);
}

.text-color-realce {
  background: linear-gradient(
    90deg,
    #ff67c8 0%,
    #c77dff 45%,
    #7aa2ff 100%
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.price {
  margin: 28px auto 20px;
  max-width: 500px;
  padding: 28px;
  border-radius: 26px;
  background: rgba(0, 107, 255, .12);
  border: 1px solid var(--line);
}

.price .installments {
  font-size: clamp(2.2rem, 7vw, 5.2rem);
  font-weight: 1000;
  color: #fff;
  letter-spacing: -.06em;
  text-shadow: 0 0 34px rgba(29, 161, 255, .85);
  line-height: .9;
}

.price .installments small {
  display: block;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  letter-spacing: 0;
  color: var(--cyan);
  margin-bottom: 6px;
}

.price .cash {
  margin-top: 14px;
  color: var(--muted);
  font-weight: 800;
}

.offer-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 28px 0;
  text-align: left;
}

.offer-list li {
  list-style: none;
  padding: 12px;
  background: rgba(255, 255, 255, .055);
  border-radius: 14px;
  color: #fff;

  display: flex;
  align-items: center;
  gap: 18px;

  border: 1px solid rgba(116,216,255,.12);
}

/* Área do ícone */
.offer-icon {
  width: 54px;
  min-width: 54px;
  height: 54px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-right: 1px solid rgba(255,255,255,.18);
  padding-right: 18px;
}

/* SVG */
.offer-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

/* Texto */
.offer-list li span {
  line-height: 1.45;
}

.about-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 40px;
  align-items: center;
}

.faq-list {
  max-width: 860px;
  margin: 34px auto 0;
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
}

.faq-q {
  width: 100%;
  padding: 20px;
  border: 0;
  color: #fff;
  text-align: left;
  background: transparent;
  font: inherit;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}

.faq-a p {
  padding: 0 20px 20px;
  color: #DDEEFF;
}

.faq-item.open .faq-a {
  max-height: 220px;
}

.final {
  text-align: center;
  padding-bottom: 140px;
}

.final h2 {
  max-width: 880px;
  margin: 0 auto 24px;
}

.final .price {
  margin-bottom: 28px;
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .75s ease, transform .75s ease;
}

.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 920px) {
  section {
    padding: 72px 18px;
  }

  .hero {
    min-height: auto;
    padding-top: 80px;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(2, 6, 14, .82) 0%, rgba(2, 6, 14, .95) 78%),
      url(../img/img-fundo-topo.jpeg) center top / cover no-repeat;
  }

  /*.hero-content { padding-top: 220px; }*/
}

@media (max-width: 620px) {
  h1 {
    font-size: clamp(2.3rem, 14vw, 3.65rem);
  }

  h2 {
    font-size: clamp(1.82rem, 10vw, 2.75rem);
  }

  .hero-content {
    padding-top: 190px;
  }

  .pill {
    font-size: .82rem;
    padding: 8px 10px;
  }

  .offer-list {
    grid-template-columns: 1fr;
  }

  .offer-list {
    grid-template-columns: 1fr;
  }

  .price {
    padding: 22px 16px;
  }
}

/* ===== Ajuste premium somente da seção Quem está por trás ===== */
.about-balanced .about-grid-balanced {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 68px);
  align-items: start;
}

.about-balanced .about-visual {
  align-self: start;
  position: sticky;
  top: 96px;
}

.about-balanced .about-photo-card {
  width: min(100%);
  max-width: 500px;
  margin: 0;
  border-radius: 28px;
  padding: 10px;
  background: linear-gradient(145deg, rgba(29, 161, 255, .22), rgba(255, 255, 255, .035));
  border: 1px solid rgba(116, 216, 255, .22);
  box-shadow: 0 24px 90px rgba(0, 107, 255, .24), inset 0 0 34px rgba(29, 161, 255, .08);
  overflow: hidden;
}

.about-balanced .about-photo-card img {
  width: 100%;
  display: block;
  border-radius: 20px;
  object-fit: cover;
}

.about-balanced .about-caption {
  width: min(100%);
  margin-top: 14px;
  padding: 12px 14px;
  text-align: center;
  border-radius: 16px;
  color: #EAF6FF;
  font-weight: 500;
  letter-spacing: .01em;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(116, 216, 255, .16);
}

.about-balanced .about-copy-balanced {
  max-width: 760px;
}

.about-balanced .about-copy-balanced h2 {
  max-width: 720px;
  margin-bottom: 20px;
}

.about-balanced .about-block {
  margin: 0 0 26px;
}

.about-balanced .about-copy-balanced p {
  margin: 0 0 18px;
  color: #F3FAFF !important;
  line-height: 1.78;
}



.about-balanced .method-title {
  margin-top: 0;
  margin-bottom: 12px;
}


.about-balanced .method-card {
  min-height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  padding: 18px;
  border-radius: 22px;
}

.about-balanced .method-card b {
  font-size: .98rem;
  line-height: 1.25;
}

.about-balanced .method-card span {
  color: #DDF4FF;
  line-height: 1.55;
  font-weight: 600;
}



.about-balanced .mission-box {
  padding: 22px 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(0, 107, 255, .18), rgba(29, 161, 255, .08));
  border: 1px solid rgba(116, 216, 255, .24);
  box-shadow: 0 16px 60px rgba(0, 107, 255, .12);
}

.about-balanced .mission-box p {
  margin-bottom: 0;
  font-weight: 700;
}

@media(max-width:900px) {
  .about-balanced .about-grid-balanced {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .about-balanced .about-visual {
    position: relative;
    top: auto;
  }

  .about-balanced .about-photo-card,
  .about-balanced .about-caption {
    width: min(100%);
    margin-left: auto;
    margin-right: auto;
  }

  .about-balanced .method-card {
    min-height: auto;
  }
}

@media(max-width:560px) {
  .about-balanced .about-photo-card {
    padding: 8px;
    border-radius: 24px;
  }

  .about-balanced .about-photo-card img {
    border-radius: 18px;
  }

  .about-balanced .mission-box {
    padding: 20px;
  }
}


/* Conversation cards replacing mockup area */
.conversation-lab {
  position: relative;
  overflow: hidden;
}

.conversation-lab::before {
  content: "";
  position: absolute;
  inset: auto -20% 8% -20%;
  height: 360px;
  background: radial-gradient(circle, rgba(0, 107, 255, .20), transparent 62%);
  pointer-events: none;
}

.conversation-head {
  /* max-width: 860px;*/
  margin-bottom: 34px;
}

.conversation-head p {
  /*max-width: 760px;*/
  color: #F3FAFF;
}

.conversation-grid {
  --bs-gutter-x: 22px;
  row-gap: 22px;
  position: relative;
  z-index: 1;
}

.conversation-card {
  border: 1px solid rgba(116, 216, 255, .22);
  background:
    linear-gradient(145deg, rgba(9, 29, 62, .82), rgba(5, 11, 22, .78)),
    radial-gradient(circle at 10% 0%, rgba(29, 161, 255, .18), transparent 42%);
  border-radius: 26px;
  padding: 24px;
  box-shadow: 0 18px 70px rgba(0, 0, 0, .34), 0 0 32px rgba(0, 107, 255, .12);
  transform-style: preserve-3d;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.conversation-card:hover {
  transform: translateY(-6px);
  border-color: rgba(116, 216, 255, .45);
  box-shadow: 0 28px 88px rgba(0, 0, 0, .42), 0 0 45px rgba(0, 107, 255, .22);
}

.card-top {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.card-top span {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 107, 255, .18);
  border: 1px solid rgba(116, 216, 255, .26);
  color: #FFFFFF;
  font-weight: 1000;
  box-shadow: 0 0 22px rgba(29, 161, 255, .18);
  flex: 0 0 auto;
}

.card-top h3 {
  font-size: clamp(1.22rem, 2vw, 1.7rem);
  line-height: 1.06;
  color: #FFFFFF;
}

.chat-line,
.logic,
.suggestion,
.expected {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  color: #FFFFFF;
  line-height: 1.56;
}

.chat-line {
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .10);
}

.logic {
  background: rgba(0, 107, 255, .095);
  border: 1px solid rgba(116, 216, 255, .18);
}

.suggestion {
  background: rgba(116, 216, 255, .10);
  border: 1px solid rgba(116, 216, 255, .26);
}

.expected {
  color: #EAF6FF;
  background: rgba(255, 255, 255, .04);
}

.conversation-card b {
  color: #FFFFFF;
}

.mini-cta {
  display: inline-flex;
  margin-top: 18px;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--blue2));
  color: #FFFFFF;
  font-weight: 500;
  font-size: .9rem;
  box-shadow: 0 12px 38px rgba(0, 107, 255, .26);
}

.mini-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 48px rgba(29, 161, 255, .34);
}

@media (max-width: 920px) {
  .conversation-card {
    padding: 20px;
    border-radius: 22px;
  }
}

@media (max-width: 640px) {
  .hero::before {
    background-position: center top !important;
    background-size: cover !important;
  }

  .hero {
    min-height: auto;
    padding-top: 64px;
  }

  .hero-content {
    text-align: center;
    margin: 0 auto;
  }

  .btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .card-top h3 {
    font-size: 1.22rem;
  }

  .chat-line,
  .logic,
  .suggestion,
  .expected {
    font-size: .95rem;
  }
}


/* Ajustes finais de refinamento premium, sem alterar identidade */
section {
  padding-top: clamp(62px, 7vw, 96px);
  padding-bottom: clamp(62px, 7vw, 96px);
}

h1 {
  font-size: clamp(2.35rem, 5.6vw, 5.3rem);
  line-height: .98;
  letter-spacing: -.045em;
}

h2 {
  font-size: clamp(2rem, 4.2vw, 4.35rem);
  line-height: 1.02;
  letter-spacing: -.035em;
}

h3 {
  line-height: 1.12;
}

p,
li {
  font-weight: 400;
  line-height: 1.68;
}

.card p,
.conversation-card p,
.problem-item p,
.depo p {
  font-weight: 400;
}

.btn {
  background: linear-gradient(135deg, #0052C7 0%, #0072CE 58%, #1596F7 100%);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 14px 34px rgba(0, 107, 255, .22);
  border-radius: 16px;
  letter-spacing: .02em;
}

.btn.color-realce-cta {
   background: linear-gradient(90deg, #ff67c8 0%, #c77dff 45%, #7aa2ff 100%) !important;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(0, 107, 255, .30);
  filter: saturate(1.04);
}

.btn-secondary {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(116, 216, 255, .24);
  box-shadow: none;
}

.hero {
  min-height: auto;
  padding-top: clamp(56px, 6vw, 86px);
  padding-bottom: clamp(56px, 6vw, 86px);
}

.hero .container {
  gap: clamp(24px, 4vw, 54px);
}

.hero-sub {
  max-width: 780px;
  font-weight: 400;
}

.operation-grid {
  margin-top: 28px;
}

.operation .cta-wrap {
  margin-top: 34px;
}

.conversation-card {
  padding: 26px;
  border-radius: 24px;
}

.conversation-card .chat-line,
.conversation-card .logic,
.conversation-card .suggestion,
.conversation-card .expected {
  margin-top: 14px;
  padding-top: 0;
}

.conversation-card b {
  display: block;
  margin-bottom: 5px;
  color: #FFFFFF;
}

.conversation-card .suggestion {
  padding: 16px;
  border-radius: 18px;
}

.conducao .card {
  padding: clamp(24px, 4vw, 44px);
}

.conducao-list {
  margin: 24px 0 28px;
}

.social .metric .big {
  font-size: clamp(3.2rem, 8vw, 6rem);
}

.about-balanced {
  padding-top: clamp(62px, 7vw, 92px);
  padding-bottom: clamp(62px, 7vw, 92px);
}

.about-balanced .about-grid-balanced {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 62px);
  align-items: start;
}

.about-balanced .about-visual {
  align-self: start;
  position: relative;
  top: auto;
}

.about-balanced .about-photo-card {
  width: min(100%);
  margin: 0;
  border-radius: 26px;
  padding: 10px;
  background: linear-gradient(145deg, rgba(29, 161, 255, .20), rgba(255, 255, 255, .04));
  border: 1px solid rgba(116, 216, 255, .20);
  box-shadow: 0 24px 70px rgba(0, 107, 255, .18);
}

.about-balanced .about-photo-card img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.about-caption {
  padding: 12px 8px 4px;
  color: #DDEEFF;
  /* font-size:.92rem;*/
  text-align: center;
}

.about-copy-balanced p {
  color: #DDEEFF;
  margin: 0 0 18px;
}

.about-block {
  margin-top: 18px;
}

.vertice-card,
.mission-box {
  margin-top: 22px;
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(116, 216, 255, .18);
}

.method-title {
  color: #FFFFFF;
  font-weight: 800;
  margin-bottom: 10px;
}

.quote {
  color: #74D8FF !important;
  font-weight: 600 !important;
  margin-top: 10px !important;
}

.method-grid {
  --bs-gutter-x: 14px;
  margin-top: 18px;
  row-gap: 14px;
}

.method-card {
  padding: 16px;
  border-radius: 18px;
  background: rgba(0, 107, 255, .08);
  border: 1px solid rgba(116, 216, 255, .18);
}

.method-card b {
  display: block;
  color: #FFFFFF;
  margin-bottom: 7px;
}

.method-card span {
  color: #DDEEFF;
  font-size: .94rem;
  line-height: 1.55;
}

.mission-box b {
  color: #FFFFFF;
  display: block;
  margin-bottom: 8px;
}

.mission-box p {
  margin: 0;
}

.final {
  padding-bottom: clamp(62px, 7vw, 96px);
}

@media (max-width: 920px) {
  section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .hero {
    padding-top: 44px;
    padding-bottom: 54px;
  }

  h1 {
    font-size: clamp(2.12rem, 11vw, 3.25rem);
    line-height: 1.02;
  }

  h2 {
    font-size: clamp(1.78rem, 8vw, 2.7rem);
    line-height: 1.08;
  }

  .hero .container {
    gap: 24px;
  }

  .hero-jo-img-wrap {
    margin-bottom: 4px;
  }

  .conversation-card {
    padding: 22px;
  }

  .about-balanced .about-grid-balanced {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-balanced .about-photo-card {
    width: min(100%);
    margin: 0 auto;
  }

  .btn {
    width: 100%;
    padding: 16px 18px;
  }
}


/* ===== Bloco 2 — jo-copy-overrides ===== */
h1 {
  font-size: clamp(2.25rem, 5.4vw, 3.55rem) !important;
  line-height: .98 !important;
}

h2 {
  font-size: clamp(1.75rem, 3.9vw, 2.25rem) !important;
  line-height: 1.05 !important;
}

h3 {
  font-size: clamp(1.08rem, 1.9vw, 1.55rem) !important;
  line-height: 1.15 !important;
}

.metric .big {
  font-size: clamp(2.6rem, 6vw, 4.8rem) !important;
  line-height: .9 !important;
}

.hero-sub,
.problem-item p,
.operation p,
.conducao p,
.depo p,
.faq-a p,
.final p {
  color: #fff !important;
}

.method-card {
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(116, 216, 255, .22);
  background: rgba(255, 255, 255, .055);
}

.method-card b {
  color: #fff;
  display: block;
  margin-bottom: 4px;
}

.method-title {
  color: #74D8FF;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 22px;
  margin-bottom: 10px;
}

@media(max-width:700px) {
  h1 {
    font-size: clamp(2rem, 10vw, 3.05rem) !important;
  }

  h2 {
    font-size: clamp(1.65rem, 7.4vw, 2.35rem) !important;
  }
}

/* ===== Bloco 3 — Ajustes adicionais ===== */
/* Ajuste pontual: imagem real da Jô no hero */
.hero .container {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  gap: 44px;
  align-items: center;
}

.hero-jo-img-wrap {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-jo-img {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  object-fit: contain;
}

@media (max-width: 899px) {
  .hero .container {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 28px;
  }

  .hero-jo-img-wrap {
    order: -1;
    max-width: 380px;
    margin: 0 auto 4px;
  }

  .hero-jo-img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
}

/* ===== Bloco 4 — jo-hero-premium-patch ===== */
/* Ajuste premium pontual do Hero e seção Tati */
.hero {
  overflow: hidden;
}

.hero .container {
  display: grid !important;
  grid-template-columns: minmax(0, 1.02fr) minmax(280px, .88fr) !important;
  align-items: center !important;
  gap: clamp(28px, 4vw, 56px) !important;
  min-height: auto !important;
}

.hero-content {
  max-width: 620px !important;
  text-align: left !important;
  position: relative !important;
  z-index: 3 !important;
}

.hero-content .eyebrow {
  display: none !important;
}

.hero h1,
.hero-title,
h1.hero-title {
  font-size: clamp(2.25rem, 4.6vw, 4.65rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.035em !important;
  margin-bottom: 20px !important;
  max-width: 680px !important;
}

.hero h1 .brand,
.hero-title .brand {
  display: block !important;
  font-size: 1em !important;
  color: inherit !important;
}

.hero h1 .hero-rest,
.hero-title .hero-rest {
  display: block !important;
  font-size: .72em !important;
  line-height: 1.08 !important;
  opacity: .96 !important;
}

.hero p {
  max-width: 560px !important;
  font-size: clamp(1rem, 1.25vw, 1.15rem) !important;
  line-height: 1.62 !important;
  margin-bottom: 24px !important;
}

.hero .btn,
.hero .cta,
.hero-content a[href*="kiwify"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  max-width: 100% !important;
  padding: 15px 26px !important;
  min-height: 50px !important;
  font-size: .9rem !important;
  line-height: 1.15 !important;
  border-radius: 14px !important;
  margin: 0 0 12px 0 !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
}

.hero small {
  display: block !important;
  margin-top: 6px !important;
  text-align: left !important;
}

.hero-jo-img-wrap {
  width: 100% !important;
  max-width: 430px !important;
  margin: 0 auto !important;
  justify-self: center !important;
  position: relative !important;
  z-index: 2 !important;
}

.hero-jo-img {
  display: block !important;
  width: 100% !important;
  max-width: 430px !important;
  height: auto !important;
  object-fit: contain !important;
}

@media (min-width:900px) {
  .hero-jo-img-wrap {
    align-self: center !important;
  }
}

@media (max-width:899px) {
  .hero .container {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    text-align: center !important;
  }

  .hero-jo-img-wrap {
    order: -1 !important;
    max-width: 330px !important;
    margin: 0 auto 6px !important;
  }

  .hero-content {
    text-align: center !important;
    max-width: 100% !important;
  }

  .hero h1,
  .hero-title,
  h1.hero-title {
    font-size: clamp(2rem, 10vw, 3.05rem) !important;
    line-height: 1.04 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hero h1 .hero-rest,
  .hero-title .hero-rest {
    font-size: .74em !important;
  }

  .hero p {
    max-width: 100% !important;
    font-size: 1rem !important;
    line-height: 1.58 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hero .btn,
  .hero .cta,
  .hero-content a[href*="kiwify"] {
    width: 100% !important;
    max-width: 360px !important;
    padding: 15px 18px !important;
    font-size: .86rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hero small {
    text-align: center !important;
  }
}


/* ===== Bloco 5 — jo-hero-clean-final ===== */
/* Correção final apenas do Hero */
.hero {
  min-height: auto !important;
  display: flex !important;
  align-items: center !important;
  padding: clamp(56px, 6vw, 92px) 0 !important;
  overflow: hidden !important;
  position: relative !important;
}

.hero::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    linear-gradient(90deg, rgba(2, 6, 14, .94) 0%, rgba(2, 6, 14, .82) 56%, rgba(2, 6, 14, .45) 100%) !important;
  z-index: 0 !important;
}

.hero .hero-clean-grid {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 460px) !important;
  align-items: center !important;
  gap: clamp(32px, 5vw, 72px) !important;
}

.hero-content {
  max-width: 650px !important;
  text-align: left !important;
  position: relative !important;
  z-index: 3 !important;
}

.hero-title {
  font-size: clamp(2.45rem, 4.7vw, 4.8rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.04em !important;
  margin: 0 0 22px !important;
  max-width: 700px !important;
}

.hero-title .brand {
  display: block !important;
  color: #FFFFFF !important;
  text-shadow: 0 0 26px rgba(29, 161, 255, .35) !important;
}

.hero-title .hero-rest {
  display: block !important;
  font-size: .72em !important;
  line-height: 1.09 !important;
  color: #7EDBFF !important;
  text-shadow: 0 0 24px rgba(29, 161, 255, .48) !important;
}

.hero-sub {
  max-width: 590px !important;
  font-size: clamp(1rem, 1.25vw, 1.14rem) !important;
  line-height: 1.65 !important;
  margin: 0 0 26px !important;
  color: #FFFFFF !important;
  font-weight: 400 !important;
}

.hero .pill {
  display: none !important;
}

.hero .btn.hero-cta,
.hero-content .btn.hero-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  padding: 15px 28px !important;
  min-height: 50px !important;
  border-radius: 14px !important;
  font-size: .9rem !important;
  line-height: 1.15 !important;
  margin: 0 0 10px !important;
  position: relative !important;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  transform: none !important;
}

.hero .micro {
  display: block !important;
  margin-top: 6px !important;
  text-align: left !important;
  color: rgba(255, 255, 255, .78) !important;
}

.hero-jo-img-wrap {
  width: 100% !important;
  max-width: 430px !important;
  justify-self: center !important;
  margin: 0 auto !important;
  position: relative !important;
  z-index: 2 !important;
  filter: drop-shadow(0 0 34px rgba(29, 161, 255, .24)) !important;
}

.hero-jo-img {
  display: block !important;
  width: 100% !important;
  max-width: 430px !important;
  height: auto !important;
  object-fit: contain !important;
  border: 0 !important;
}

@media (max-width:899px) {
  .hero {
    padding: 34px 0 48px !important;
  }

  .hero .hero-clean-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    text-align: center !important;
  }

  .hero-jo-img-wrap {
    order: -1 !important;
    max-width: 340px !important;
    margin: 0 auto 2px !important;
  }

  .hero-content {
    max-width: 100% !important;
    text-align: center !important;
  }

  .hero-title {
    font-size: clamp(2rem, 10vw, 3.05rem) !important;
    line-height: 1.04 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hero-title .hero-rest {
    font-size: .74em !important;
  }

  .hero-sub {
    max-width: 100% !important;
    font-size: 1rem !important;
    line-height: 1.58 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hero .btn.hero-cta,
  .hero-content .btn.hero-cta {
    width: 100% !important;
    max-width: 360px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 15px 18px !important;
    font-size: .86rem !important;
  }

  .hero .micro {
    text-align: center !important;
  }
}


.testimonial-card .card-up {
  height: 120px;
  overflow: hidden;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.testimonial-card .avatar {
  width: 80px;
  height: 80px;
  margin-top: -60px;
  overflow: hidden;
  border: 1px solid;
  border-radius: 50%;
  background: #fff;

  /* Centralização */
  display: flex;
  align-items: center;
  justify-content: center;

  /* Sombra do avatar */
  box-shadow:
    0 0 10px currentColor,
    0 0 15px currentColor,
    0 12px 30px rgba(0, 0, 0, 0.45);
}

/* SVG */
.testimonial-card .avatar img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

/* Linha menor e centralizada */
.linha-card-testimonial {
  width: 45px;
  height: 2px;
  border: none;
  margin: 12px auto 0 auto;
  background-color: currentColor;
  border-radius: 999px;
}