/* =========================================================================
   CONEXXION — Production Build V1.0
   Design tokens · single source of truth
   ========================================================================= */
:root {
  /* Brand colors */
  --navy-900: #0a1f33;
  --navy-800: #0e2a44;
  --navy-700: #102f4c;
  --navy-600: #1b3a57;
  --ink: #0b1b2b;
  --slate-600: #4a5c6e;
  --slate-400: #7c8b9a;
  --slate-300: #a6b2be;
  --line: #e7ebef;
  --mist: #f5f7f9;
  --cloud: #fbfcfd;
  --white: #ffffff;
  --gold: #c6a15b;
  --gold-soft: #e5d4ad;
  --wa: #128c7e;
  /* Type */
  --font-display: "Fraunces", Georgia, serif;
  --font-ui: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  /* Radii */
  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-xl: 32px;
  --r-pill: 999px;
  /* Elevation */
  --shadow-sm:
    0 1px 2px rgba(11, 27, 43, 0.05), 0 1px 3px rgba(11, 27, 43, 0.06);
  --shadow-md: 0 10px 30px rgba(11, 27, 43, 0.09);
  --shadow-lg: 0 26px 64px rgba(11, 27, 43, 0.14);
  /* Brand symbol as reusable background (defined once) */
  --sym-white: url("../img/symbol-white.png");
  --sym-gold: url("../img/symbol-gold.png");
  --sym-navy: url("../img/symbol-navy.png");
  --maxw: 1200px;
  --gutter: 48px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: var(--font-ui);
  background: var(--white);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
h1,
h2,
h3,
h4 {
  font-weight: 400;
}
:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 4px;
}
.skip {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--navy-900);
  color: #fff;
  padding: 12px 18px;
  border-radius: 0 0 8px 0;
  z-index: 200;
}
.skip:focus {
  left: 0;
}

/* Shared primitives */
.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.eyebrow {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 20px;
}
.eyebrow.light {
  color: var(--gold-soft);
}
.disp {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 52px;
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: var(--navy-900);
}
.lead {
  font-size: 19px;
  color: var(--slate-600);
  line-height: 1.6;
  max-width: 560px;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-ui);
  font-size: 15px;
  font-weight: 500;
  border-radius: var(--r-pill);
  padding: 15px 30px;
  cursor: pointer;
  border: 1px solid transparent;
  transition:
    transform 0.2s,
    background 0.2s,
    box-shadow 0.2s;
  text-decoration: none;
  white-space: nowrap;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn svg {
  width: 18px;
  height: 18px;
}
.btn-primary {
  background: var(--navy-800);
  color: #fff;
}
.btn-primary:hover {
  background: var(--navy-900);
}
.btn-gold {
  background: var(--gold);
  color: var(--navy-900);
  font-weight: 600;
}
.btn-gold:hover {
  background: #bb9450;
}
.btn-ghost {
  background: transparent;
  color: var(--navy-800);
  border-color: var(--line);
}
.btn-ghost:hover {
  border-color: var(--slate-300);
}
.btn-light {
  background: #fff;
  color: var(--navy-900);
  font-weight: 600;
}
.btn-wa {
  background: var(--wa);
  color: #fff;
}
.btn-wa:hover {
  background: #0e7568;
}
.arrow {
  font-size: 16px;
  line-height: 1;
}
.sym {
  background: var(--sym-white) center/contain no-repeat;
  pointer-events: none;
}
.sym.gold {
  background-image: var(--sym-gold);
}
.sym.navy {
  background-image: var(--sym-navy);
}
.cap {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  padding: 7px 13px;
  border-radius: var(--r-pill);
  backdrop-filter: blur(6px);
  background: rgba(10, 31, 51, 0.5);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.cap .d {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
}

/* Logo lockup */
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.logo .badge {
  width: 40px;
  height: 40px;
  border-radius: 9px;
  box-shadow: var(--shadow-sm);
}
.logo .wm {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.logo .wm b {
  font-size: 16px;
  letter-spacing: 0.22em;
  color: var(--navy-900);
  font-weight: 600;
}
.logo .wm b i {
  font-style: normal;
  color: var(--gold);
}
.logo .wm small {
  font-size: 8px;
  letter-spacing: 0.2em;
  color: var(--slate-400);
  text-transform: uppercase;
  margin-top: 4px;
  font-weight: 500;
}

/* Divider */
.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.divider .ln {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, transparent, var(--line));
}
.divider .ln.r {
  background: linear-gradient(90deg, var(--line), transparent);
}
.divider .mk {
  width: 34px;
  height: 34px;
}

/* =================== HEADER / NAV =================== */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid var(--line);
}
.nav-in {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 14px var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.nav-links {
  display: flex;
  gap: 34px;
  align-items: center;
}
.nav-links a {
  font-size: 14px;
  color: var(--slate-600);
  font-weight: 500;
  transition: color 0.2s;
}
.nav-links a:hover {
  color: var(--navy-900);
}
.nav-cta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav-cta .btn {
  padding: 11px 22px;
  font-size: 14px;
}
.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 6px;
}
.burger i {
  width: 22px;
  height: 2px;
  background: var(--navy-800);
  display: block;
  border-radius: 2px;
  transition: 0.25s;
}
.burger.open i:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.burger.open i:nth-child(2) {
  opacity: 0;
}
.burger.open i:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* =================== HERO =================== */
.hero {
  position: relative;
  min-height: min(90vh, 880px);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
}
.hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      100deg,
      rgba(9, 26, 43, 0.94) 0%,
      rgba(9, 26, 43, 0.78) 34%,
      rgba(9, 26, 43, 0.45) 66%,
      rgba(9, 26, 43, 0.18) 100%
    ),
    linear-gradient(0deg, rgba(9, 26, 43, 0.55), transparent 42%);
}
.hero-sym {
  position: absolute;
  top: 8%;
  right: 5%;
  width: 150px;
  height: 150px;
  opacity: 0.1;
  z-index: 2;
}
.hero-inner {
  position: relative;
  z-index: 3;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--gutter);
  width: 100%;
}
.brandrow {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 26px;
}
.hero-lockup {
  height: 48px;
  width: auto;
  filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.28));
}
.brandrow .badge {
  width: 56px;
  height: 56px;
  border-radius: 13px;
  box-shadow: var(--shadow-md);
  animation: floaty 6s ease-in-out infinite;
}
.brandrow .kicker {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 18px;
  color: var(--gold-soft);
}
.hero h1 {
  font-family: var(--font-display);
  font-size: 60px;
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: #fff;
  max-width: 660px;
}
.hero h1 em {
  font-style: italic;
  color: var(--gold-soft);
}
.hero p {
  margin-top: 24px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.86);
  max-width: 540px;
  line-height: 1.6;
}
.hero-cta {
  margin-top: 36px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.trust {
  margin-top: 44px;
  display: flex;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}
.trust .t {
  display: flex;
  flex-direction: column;
}
.trust .t b {
  font-family: var(--font-display);
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}
.trust .t span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
  margin-top: 2px;
}
.trust .sep {
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, 0.28);
}
@keyframes floaty {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-9px);
  }
}

/* =================== CREDIBILITY BAR =================== */
.cred {
  background: var(--navy-900);
  color: #fff;
}
.cred-in {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 22px var(--gutter);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.cred-item {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13.5px;
  color: var(--slate-300);
  font-weight: 500;
}
.cred-item svg {
  width: 17px;
  height: 17px;
  color: var(--gold-soft);
}
.cred-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

/* =================== HONEST =================== */
.honest {
  padding: 96px 0;
  background: var(--cloud);
  position: relative;
  overflow: hidden;
}
.honest .bgsym {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 560px;
  height: 560px;
  transform: translate(-50%, -50%);
  opacity: 0.045;
}
.honest-in {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 var(--gutter);
  text-align: center;
}
.honest .mk {
  width: 50px;
  height: 50px;
  margin: 0 auto 24px;
}
.honest h2 {
  font-family: var(--font-display);
  font-size: 40px;
  line-height: 1.12;
  color: var(--navy-900);
}
.honest p {
  margin: 24px auto 0;
  font-size: 18px;
  color: var(--slate-600);
  line-height: 1.7;
  max-width: 680px;
}
.honest .stamp {
  display: inline-block;
  margin-top: 30px;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 20px;
  color: var(--gold);
}

/* =================== STORY (image + text) =================== */
.story {
  padding: 104px 0;
  position: relative;
  overflow: hidden;
}
.story.navy {
  background: var(--navy-900);
  color: #fff;
}
.story .bgsym {
  position: absolute;
  bottom: -120px;
  left: -90px;
  width: 420px;
  height: 420px;
  opacity: 0.05;
}
.story-grid {
  position: relative;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.story-media {
  position: relative;
  order: 1;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4/3;
}
.story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-body {
  order: 2;
}
.story.rev .story-media {
  order: 2;
}
.story.rev .story-body {
  order: 1;
}
.story-body .eyebrow {
  margin-bottom: 18px;
}
.story.navy .story-body .eyebrow {
  color: var(--gold-soft);
}
.story-body h2 {
  font-family: var(--font-display);
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--navy-900);
}
.story.navy .story-body h2 {
  color: #fff;
}
.story-body p {
  margin-top: 18px;
  font-size: 18px;
  color: var(--slate-600);
  line-height: 1.65;
  max-width: 520px;
}
.story.navy .story-body p {
  color: var(--slate-300);
}
.pts {
  list-style: none;
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.pts li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 15px;
  color: var(--slate-600);
}
.pts li svg {
  width: 20px;
  height: 20px;
  color: var(--navy-800);
  flex-shrink: 0;
  margin-top: 1px;
}
.story.navy .pts li {
  color: var(--slate-300);
}
.story.navy .pts li svg {
  color: var(--gold-soft);
}

/* =================== SECTION HEAD =================== */
.section {
  padding: 110px 0;
  position: relative;
}
.sec-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 60px;
  padding: 0 var(--gutter);
}
.sec-head p {
  margin: 20px auto 0;
  font-size: 18px;
  color: var(--slate-600);
  line-height: 1.6;
}

/* =================== DIFERENCIAIS (refined) =================== */
.diff {
  background: linear-gradient(180deg, #fff 0%, #f3f6f9 100%);
  position: relative;
  overflow: hidden;
}
.diff .photo-veil {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.05;
  z-index: 0;
}
.diff .photo-veil::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.7),
    rgba(243, 246, 249, 0.92)
  );
}
.diff .wrap-rel {
  position: relative;
  z-index: 1;
}
.feat-grid {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.feat {
  position: relative;
  background: linear-gradient(180deg, #ffffff, #fcfdfe);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 40px 34px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}
/* elegant gold top bar revealed on hover */
.feat::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-soft));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
/* discreet brand watermark inside each card */
.feat .cardsym {
  position: absolute;
  right: -28px;
  bottom: -28px;
  width: 130px;
  height: 130px;
  opacity: 0.04;
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}
.feat:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: var(--gold-soft);
}
.feat:hover::before {
  transform: scaleX(1);
}
.feat:hover .cardsym {
  opacity: 0.07;
  transform: scale(1.08) rotate(-3deg);
}
.feat:hover .ic {
  transform: translateY(-2px) scale(1.04);
}
.feat .num {
  position: relative;
  font-size: 12px;
  letter-spacing: 0.16em;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 22px;
}
.feat .ic {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--navy-800), var(--navy-600));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: var(--gold-soft);
  box-shadow: 0 8px 20px rgba(14, 42, 68, 0.18);
  transition: transform 0.35s ease;
}
.feat .ic svg {
  width: 27px;
  height: 27px;
}
.feat h3 {
  position: relative;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
  color: var(--navy-900);
  margin-bottom: 12px;
}
.feat p {
  position: relative;
  font-size: 15px;
  color: var(--slate-600);
  line-height: 1.6;
}

/* =================== CONEXXION CARE =================== */
.care {
  background: linear-gradient(
    160deg,
    var(--navy-900),
    var(--navy-700) 55%,
    var(--navy-600)
  );
  color: #fff;
  position: relative;
  overflow: hidden;
}
.care-glow {
  position: absolute;
  top: -140px;
  right: -140px;
  width: 560px;
  height: 560px;
  background: radial-gradient(
    circle,
    rgba(198, 161, 91, 0.18),
    transparent 65%
  );
  border-radius: 50%;
}
.care .bgsym {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 680px;
  height: 680px;
  transform: translate(-50%, -50%);
  opacity: 0.05;
}
.care-in {
  position: relative;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.care-top {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 20px;
}
.care-top h2 {
  font-family: var(--font-display);
  font-size: 40px;
  color: #fff;
  line-height: 1.1;
}
.care-top h2 sup {
  font-size: 16px;
  color: var(--gold);
  vertical-align: super;
}
.care-top p {
  margin-top: 18px;
  font-size: 18px;
  color: var(--slate-300);
  line-height: 1.6;
}
.care-word {
  display: flex;
  justify-content: center;
  gap: clamp(8px, 4vw, 40px);
  margin: 44px 0 60px;
}
.care-word span {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(64px, 12vw, 150px);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.4px var(--gold-soft);
  letter-spacing: 0.02em;
  opacity: 0.9;
}
.care-word span.fill {
  color: var(--gold);
  -webkit-text-stroke: 0;
}
.care-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.care-card {
  position: relative;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--r-md);
  padding: 32px 26px;
  overflow: hidden;
  transition:
    transform 0.3s,
    background 0.3s,
    border-color 0.3s;
}
.care-card:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(198, 161, 91, 0.45);
  transform: translateY(-4px);
}
.care-card .ghost {
  position: absolute;
  top: -20px;
  right: -6px;
  font-family: var(--font-display);
  font-size: 150px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.03);
  line-height: 1;
  pointer-events: none;
}
.care-card .letter {
  font-family: var(--font-display);
  font-size: 64px;
  font-weight: 500;
  color: var(--gold);
  line-height: 0.8;
  margin-bottom: 8px;
}
.care-card h4 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin-bottom: 12px;
}
.care-card p {
  position: relative;
  font-size: 14px;
  color: var(--slate-300);
  line-height: 1.6;
}

/* =================== PROCESSO =================== */
.proc-grid {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  position: relative;
}
.proc-line {
  position: absolute;
  top: 26px;
  left: 10%;
  right: 10%;
  height: 1px;
  background: var(--line);
  z-index: 0;
}
.proc-step {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 12px;
}
.proc-step .b {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  font-family: var(--font-display);
  font-size: 20px;
  color: var(--navy-900);
  box-shadow: var(--shadow-sm);
}
.proc-step.on .b {
  background: var(--navy-800);
  color: #fff;
  border-color: var(--navy-800);
}
.proc-step h4 {
  font-size: 15px;
  font-weight: 600;
  color: var(--navy-900);
  margin-bottom: 8px;
}
.proc-step p {
  font-size: 13px;
  color: var(--slate-600);
  line-height: 1.5;
}
.proc-foot {
  text-align: center;
  margin-top: 56px;
}
.proc-foot span {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 24px;
  color: var(--navy-900);
}
.proc-foot b {
  color: var(--gold);
  font-style: normal;
  font-weight: 500;
}

/* =================== FORM =================== */
.form-sec {
  background: var(--mist);
  position: relative;
  overflow: hidden;
  scroll-margin-top: 90px;
}
.form-sec .bgsym {
  position: absolute;
  top: 50%;
  right: -140px;
  width: 520px;
  height: 520px;
  transform: translateY(-50%);
  opacity: 0.05;
}
.form-grid {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.form-left .eyebrow {
  text-align: left;
}
.form-left h2 {
  font-family: var(--font-display);
  font-size: 44px;
  line-height: 1.08;
  color: var(--navy-900);
}
.form-left .lead {
  margin-top: 20px;
}
.form-perks {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form-perks div {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 15px;
  color: var(--slate-600);
}
.form-perks .ck {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--navy-800);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.form-perks .ck svg {
  width: 14px;
  height: 14px;
}
.form-contact {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form-contact a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--navy-800);
  font-weight: 500;
}
.form-contact a:hover {
  color: var(--gold);
}
.form-contact a svg {
  width: 17px;
  height: 17px;
  color: var(--gold);
}
.card-form {
  position: relative;
  background: #fff;
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
  padding: 40px;
  border: 1px solid var(--line);
}
.card-form .cbadge {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 34px;
  height: 34px;
  opacity: 0.9;
}
.card-form h3 {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 500;
  color: var(--navy-900);
  margin-bottom: 6px;
}
.card-form > p {
  font-size: 14px;
  color: var(--slate-400);
  margin-bottom: 26px;
}
.field {
  margin-bottom: 18px;
}
.field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--navy-800);
  margin-bottom: 8px;
}
.field input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  padding: 14px 16px;
  font-family: var(--font-ui);
  font-size: 15px;
  color: var(--navy-900);
  background: var(--cloud);
  transition:
    border-color 0.2s,
    box-shadow 0.2s,
    background 0.2s;
}
.field input:focus {
  outline: none;
  border-color: var(--navy-600);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(14, 42, 68, 0.06);
}
.field input[aria-invalid="true"] {
  border-color: #c0392b;
  background: #fff4f3;
}
.field .err {
  display: none;
  font-size: 12px;
  color: #c0392b;
  margin-top: 6px;
}
.field.invalid .err {
  display: block;
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.seg {
  display: flex;
  gap: 10px;
}
.seg label {
  flex: 1;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  padding: 12px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--slate-600);
  cursor: pointer;
  background: var(--cloud);
  transition: 0.2s;
}
.seg input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.seg input:checked + label {
  border-color: var(--navy-800);
  background: var(--navy-800);
  color: #fff;
}
.seg input:focus-visible + label {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}
.hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.card-form .btn-primary {
  width: 100%;
  justify-content: center;
  margin-top: 8px;
}
.card-form .btn-primary[disabled] {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}
.spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  display: none;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.form-status {
  display: none;
  margin-top: 18px;
  border-radius: var(--r-sm);
  padding: 16px 18px;
  font-size: 14px;
  line-height: 1.55;
  align-items: flex-start;
  gap: 12px;
}
.form-status.show {
  display: flex;
}
.form-status svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 1px;
}
.form-status.ok {
  background: #eef7f0;
  border: 1px solid #cbe7d2;
  color: #1e6b39;
}
.form-status.err {
  background: #fdf1f0;
  border: 1px solid #f3d2ce;
  color: #b23a2e;
}
.form-status.ok svg {
  color: #2e8b57;
}
.form-status.err svg {
  color: #c0392b;
}
.card-form .fine {
  font-size: 12px;
  color: var(--slate-400);
  text-align: center;
  margin-top: 16px;
  line-height: 1.5;
}

/* =================== FAQ =================== */
.faq-wrap {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.faq {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 26px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 18px;
  font-weight: 500;
  color: var(--navy-900);
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary .pm {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy-800);
  flex-shrink: 0;
  transition: 0.25s;
  font-size: 16px;
}
.faq[open] summary .pm {
  background: var(--navy-800);
  color: #fff;
  transform: rotate(45deg);
}
.faq .ans {
  font-size: 15px;
  color: var(--slate-600);
  line-height: 1.65;
  padding: 0 48px 26px 0;
}

/* =================== CTA FINAL =================== */
.cta-final {
  padding: 0 var(--gutter) 110px;
}
.cta-box {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  background: linear-gradient(150deg, var(--navy-900), var(--navy-600));
  border-radius: var(--r-xl);
  padding: 80px 60px;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.cta-box .g2 {
  position: absolute;
  bottom: -140px;
  left: -100px;
  width: 440px;
  height: 440px;
  background: radial-gradient(
    circle,
    rgba(198, 161, 91, 0.18),
    transparent 65%
  );
  border-radius: 50%;
}
.cta-box .bgsym {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 260px;
  height: 260px;
  opacity: 0.07;
}
.cta-box .mk {
  position: relative;
  width: 56px;
  height: 56px;
  margin: 0 auto 24px;
}
.cta-box h2 {
  font-family: var(--font-display);
  font-size: 46px;
  line-height: 1.1;
  position: relative;
}
.cta-box p {
  margin: 18px auto 34px;
  font-size: 18px;
  color: var(--slate-300);
  max-width: 540px;
  position: relative;
}
.cta-box .btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
}

/* =================== FOOTER =================== */
.footer {
  background: var(--navy-900);
  color: #fff;
  padding: 80px 0 40px;
  position: relative;
  overflow: hidden;
}
.footer .bgsym {
  position: absolute;
  bottom: -160px;
  right: -120px;
  width: 520px;
  height: 520px;
  opacity: 0.05;
}
.foot-grid {
  position: relative;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 1.7fr 1fr 1.3fr;
  gap: 40px;
}
.foot-brand .foot-lockup {
  width: 270px;
  max-width: 100%;
  margin-bottom: 20px;
}
.foot-brand p {
  font-size: 14px;
  color: var(--slate-400);
  line-height: 1.6;
  max-width: 300px;
}
.foot-brand .tag {
  margin-top: 16px;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 15px;
  color: var(--gold-soft);
}
.foot-col h5 {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin-bottom: 18px;
  font-weight: 600;
}
.foot-col a {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  color: var(--slate-300);
  margin-bottom: 13px;
  transition: 0.2s;
  word-break: break-word;
}
.foot-col a svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: var(--gold-soft);
}
.foot-col a:hover {
  color: #fff;
}
.foot-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--slate-300);
  margin-bottom: 12px;
}
.foot-badge svg {
  width: 16px;
  height: 16px;
  color: var(--gold-soft);
  flex-shrink: 0;
}
.foot-bottom {
  position: relative;
  max-width: var(--maxw);
  margin: 56px auto 0;
  padding: 24px var(--gutter) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.foot-bottom span {
  font-size: 13px;
  color: var(--slate-400);
}
.foot-bottom .soc {
  display: flex;
  gap: 14px;
}
.foot-bottom .soc a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--slate-300);
  transition: 0.2s;
}
.foot-bottom .soc a svg {
  width: 16px;
  height: 16px;
}
.foot-bottom .soc a:hover {
  background: var(--gold);
  color: var(--navy-900);
}

/* =================== FLOATING WHATSAPP (single) =================== */
.wa-fab {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  background: var(--wa);
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(18, 140, 126, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.14);
  transition: background 0.25s;
}
.wa-fab svg {
  width: 24px;
  height: 24px;
}
.wa-fab:hover {
  background: #0e7568;
}

/* =================== RESPONSIVE =================== */
@media (max-width: 960px) {
  :root {
    --gutter: 32px;
  }
  .nav-links,
  .nav-cta .btn-ghost {
    display: none;
  }
  .burger {
    display: flex;
  }
  .nav.menu-open .nav-links {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 8px 32px 20px;
  }
  .nav.menu-open .nav-links a {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
  }
  .hero h1 {
    font-size: 46px;
  }
  .disp,
  .form-left h2 {
    font-size: 40px;
  }
  .story-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .story .story-media {
    order: 1;
  }
  .story .story-body {
    order: 2;
  }
  .feat-grid {
    grid-template-columns: 1fr 1fr;
  }
  .care-cards {
    grid-template-columns: 1fr 1fr;
  }
  .proc-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 44px 0;
  }
  .proc-line {
    display: none;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .foot-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
  .honest h2,
  .story-body h2 {
    font-size: 34px;
  }
}
@media (max-width: 560px) {
  :root {
    --gutter: 22px;
  }
  .hero {
    min-height: auto;
    padding: 96px 0 72px;
  }
  .hero h1 {
    font-size: 34px;
  }
  .hero p {
    font-size: 16px;
  }
  .hero-lockup {
    height: 38px;
  }
  .trust {
    gap: 16px;
  }
  .trust .t b {
    font-size: 20px;
  }
  .hero-sym {
    width: 92px;
    height: 92px;
  }
  .section,
  .honest,
  .story {
    padding: 64px 0;
  }
  .disp,
  .care-top h2,
  .cta-box h2,
  .honest h2,
  .story-body h2,
  .form-left h2 {
    font-size: 29px;
  }
  .feat-grid {
    grid-template-columns: 1fr;
  }
  .care-cards {
    grid-template-columns: 1fr;
  }
  .proc-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .card-form {
    padding: 28px 22px;
  }
  .field-row {
    grid-template-columns: 1fr;
  }
  .cta-box {
    padding: 56px 24px;
  }
  .cta-box h2 {
    font-size: 29px;
  }
  .foot-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .cred-in {
    flex-direction: column;
    align-items: flex-start;
  }
  .cred-dot {
    display: none;
  }
  .foot-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .wa-fab {
    right: 16px;
    bottom: 16px;
  }
}
/* Motion sensitivity */
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* <picture> wrappers (produção) */
.hero-pic {
  display: contents;
}
.story-media picture {
  display: block;
  width: 100%;
  height: 100%;
}
