/* ============================================================
   CENA — FAQ + CONTATO
   Mesma linguagem do portfólio (.port) com o azul NRC mesclado.
   ============================================================ */

/* =========================================================
   FAQ
   ========================================================= */
.faq {
  position: relative;
  background: #f1f1f1;
  color: #0A1426;
  padding: clamp(100px, 15vw, 180px) clamp(20px, 4vw, 60px);
  overflow: hidden;
  font-family: var(--font-ui, 'Inter', sans-serif);
  border-top: 1px solid rgba(10, 20, 38, 0.08);
}

.faq__head {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1440px;
  margin: 0 auto clamp(60px, 8vw, 100px);
  padding: 0 clamp(0px, 2vw, 24px);
}
.faq__eyebrow {
  font-family: var(--font-mono, 'JetBrains Mono', monospace);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1B4FD8;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.faq__eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: currentColor;
}
.faq__title {
  font-weight: 400;
  font-size: clamp(48px, 8vw, 110px);
  line-height: 1;
  letter-spacing: -0.03em;
  margin: 0;
  color: #0A1426;
}
.faq__title em {
  font-style: normal;
  color: #1B4FD8;
}
.faq__sub {
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.6;
  color: #333333;
  max-width: 60ch;
  margin: 0;
}

.faq__list {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(0px, 2vw, 24px);
  list-style: none;
}

.faq__item {
  border-top: 1px solid rgba(10, 20, 38, 0.14);
  position: relative;
}
.faq__item:last-child { border-bottom: 1px solid rgba(10, 20, 38, 0.14); }

.faq__q {
  width: 100%;
  background: none;
  border: 0;
  padding: clamp(24px, 3vw, 36px) 0;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  cursor: pointer;
  text-align: left;
  color: inherit;
  font-family: inherit;
  transition: color 0.4s ease;
}
.faq__q:hover { color: #1B4FD8; }
.faq__q-text {
  font-weight: 400;
  font-size: clamp(20px, 2.4vw, 32px);
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.faq__icon {
  position: relative;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border: 1px solid rgba(10, 20, 38, 0.4);
  border-radius: 999px;
  transition: border-color 0.4s ease, background 0.4s ease, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.faq__icon::before,
.faq__icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
}
.faq__icon::before {
  width: 10px;
  height: 1px;
  transform: translate(-50%, -50%);
}
.faq__icon::after {
  width: 1px;
  height: 10px;
  transform: translate(-50%, -50%);
}
.faq__q:hover .faq__icon {
  border-color: #1B4FD8;
  background: #1B4FD8;
  color: #fff;
}
.faq__item.is-open .faq__icon {
  border-color: #1B4FD8;
  background: #1B4FD8;
  color: #fff;
  transform: rotate(180deg);
}
.faq__item.is-open .faq__icon::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }

.faq__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.faq__item.is-open .faq__a { max-height: 600px; }

.faq__a-inner {
  padding: 0 0 clamp(24px, 3vw, 36px);
  max-width: 70ch;
}
.faq__a-inner p {
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.7;
  color: #333333;
  margin: 0 0 12px;
}
.faq__a-inner p:last-child { margin-bottom: 0; }

@media (max-width: 640px) {
  .faq__q-text { font-size: 18px; }
}

/* =========================================================
   CONTATO — 3 canais grandes, azul NRC dominante
   ========================================================= */
.contato {
  position: relative;
  background: #0A1426;
  color: #F5F1EA;
  padding: clamp(80px, 12vw, 180px) clamp(20px, 4vw, 60px);
  overflow: hidden;
  font-family: var(--font-ui, 'Inter', sans-serif);
}

.contato__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(60% 50% at 85% 15%, rgba(27, 79, 216, 0.35) 0%, transparent 70%),
    radial-gradient(50% 50% at 10% 90%, rgba(27, 79, 216, 0.22) 0%, transparent 70%),
    linear-gradient(180deg, #0A1426 0%, #0F1A2E 100%);
}
.contato__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(245, 241, 234, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 241, 234, 0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse at center, #000 30%, transparent 80%);
}

.contato__head {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto clamp(60px, 8vw, 110px);
  padding: 0 clamp(0px, 2vw, 24px);
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1200px;
}

.contato__eyebrow {
  font-family: var(--font-mono, 'JetBrains Mono', monospace);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6B8BFF;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.contato__eyebrow::before { content: ''; width: 28px; height: 1px; background: currentColor; }

.contato__title {
  font-weight: 400;
  font-size: clamp(48px, 8vw, 120px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin: 0;
  max-width: 14ch;
}
.contato__title em {
  font-style: normal;
  color: #1B4FD8;
  position: relative;
}

.contato__sub {
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.55;
  color: rgba(245, 241, 234, 0.65);
  max-width: 56ch;
  margin: 0;
}

/* --- 3 canais --- */
.contato__channels {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(0px, 2vw, 24px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1px;
  background: rgba(245, 241, 234, 0.12);
  border: 1px solid rgba(245, 241, 234, 0.12);
}

.contato-ch {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: clamp(36px, 4vw, 56px) clamp(28px, 3vw, 44px);
  background: rgba(10, 20, 38, 0.85);
  color: #F5F1EA;
  text-decoration: none;
  overflow: hidden;
  isolation: isolate;
  transition: background 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  min-height: 260px;
}
.contato-ch::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #1B4FD8;
  transform: translateY(101%);
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: -1;
}
.contato-ch:hover::before { transform: translateY(0); }

.cch__tag {
  font-family: var(--font-mono, 'JetBrains Mono', monospace);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(245, 241, 234, 0.5);
  transition: color 0.4s ease;
}
.cch__label {
  font-family: var(--font-mono, 'JetBrains Mono', monospace);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245, 241, 234, 0.75);
  margin-top: auto;
  transition: color 0.4s ease;
}
.cch__value {
  font-family: var(--font-ui, 'Inter', sans-serif);
  font-weight: 400;
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #F5F1EA;
  word-break: break-word;
}
.cch__cta {
  font-family: var(--font-mono, 'JetBrains Mono', monospace);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #F5F1EA;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid rgba(245, 241, 234, 0.18);
  transition: border-color 0.4s ease;
}
.cch__cta em {
  font-style: normal;
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.contato-ch:hover .cch__cta em { transform: translateX(8px); }
.contato-ch:hover .cch__tag { color: rgba(255,255,255,0.8); }
.contato-ch:hover .cch__label { color: #fff; }
.contato-ch:hover .cch__cta { border-color: rgba(255,255,255,0.4); }

/* destaque do WhatsApp (canal principal) */
.cch--wa { background: rgba(27, 79, 216, 0.12); }
.cch--wa .cch__tag { color: #6B8BFF; }

/* --- footer info --- */
.contato__foot {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: clamp(60px, 6vw, 90px) auto 0;
  padding: clamp(28px, 3vw, 36px) clamp(0px, 2vw, 24px) 0;
  border-top: 1px solid rgba(245, 241, 234, 0.12);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 32px;
}
.contato__foot > div { display: flex; flex-direction: column; gap: 6px; }
.contato__foot-tag {
  font-family: var(--font-mono, 'JetBrains Mono', monospace);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245, 241, 234, 0.45);
}
.contato__foot-val {
  font-size: 15px;
  color: rgba(245, 241, 234, 0.9);
}

@media (max-width: 900px) {
  .contato__title { font-size: clamp(40px, 11vw, 64px); }
  .contato-ch { min-height: 200px; padding: 32px 24px; }
}

/* =========================================================
   RODAPÉ — mesma paleta da seção contato
   ========================================================= */
.rodape {
  position: relative;
  display: block;
  background: #0A1426;
  color: #F5F1EA;
  padding: clamp(70px, 9vw, 110px) clamp(20px, 4vw, 60px) clamp(28px, 3vw, 40px);
  overflow: hidden;
  font-family: var(--font-ui, 'Inter', sans-serif);
  border-top: 1px solid rgba(245, 241, 234, 0.08);
}

.rodape__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(50% 60% at 90% 10%, rgba(27, 79, 216, 0.25) 0%, transparent 70%),
    radial-gradient(40% 50% at 0% 100%, rgba(27, 79, 216, 0.18) 0%, transparent 70%),
    linear-gradient(180deg, #0A1426 0%, #0F1A2E 100%);
}

.rodape__top {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  display: block;
  padding-bottom: clamp(48px, 6vw, 80px);
  border-bottom: 1px solid rgba(245, 241, 234, 0.12);
}

.rodape__brand { display: flex; flex-direction: column; gap: 24px; max-width: 420px; }
.rodape__eyebrow {
  font-family: var(--font-mono, 'JetBrains Mono', monospace);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6B8BFF;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.rodape__eyebrow::before { content: ''; width: 24px; height: 1px; background: currentColor; }

.rodape__pitch {
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: #F5F1EA;
  margin: 0;
  font-weight: 400;
}

.rodape__cta {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 16px 26px;
  background: #1B4FD8;
  color: #F5F1EA;
  text-decoration: none;
  font-family: var(--font-mono, 'JetBrains Mono', monospace);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: background 0.4s ease;
}
.rodape__cta em { font-style: normal; transition: transform 0.5s cubic-bezier(0.16,1,0.3,1); }
.rodape__cta:hover { background: #0A1426; outline: 1px solid rgba(27, 79, 216, 0.6); }
.rodape__cta:hover em { transform: translateX(6px); }

.rodape__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.rodape__col-title {
  font-family: var(--font-mono, 'JetBrains Mono', monospace);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245, 241, 234, 0.5);
  margin: 0 0 18px;
}
.rodape__col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.rodape__col a,
.rodape__col span {
  color: rgba(245, 241, 234, 0.85);
  text-decoration: none;
  font-size: 15px;
  line-height: 1.4;
  transition: color 0.3s ease;
}
.rodape__col a:hover { color: #1B4FD8; }

.rodape__bottom {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: clamp(24px, 3vw, 32px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.rodape__copy,
.rodape__credit {
  margin: 0;
  font-family: var(--font-mono, 'JetBrains Mono', monospace);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: rgba(245, 241, 234, 0.45);
}
.rodape__credit a {
  color: rgba(245, 241, 234, 0.75);
  text-decoration: none;
  border-bottom: 1px solid rgba(245, 241, 234, 0.3);
  padding-bottom: 1px;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.rodape__credit a:hover { color: #1B4FD8; border-color: #1B4FD8; }

@media (max-width: 900px) {
  .rodape__top { grid-template-columns: 1fr; }
  .rodape__nav { grid-template-columns: repeat(2, 1fr); gap: 32px 24px; }
  .rodape__pitch { font-size: 18px; }
}
@media (max-width: 480px) {
  .rodape__nav { grid-template-columns: 1fr; }
  .rodape__bottom { flex-direction: column; align-items: flex-start; }
}

