/* ============================================================
   FALCHET E MARQUES — PÁGINA DE CONTATO
   Reusa home.css (nav, footer, btn, bgword, eyebrow, link-arrow,
   wall, pad, reveal, wa-fab).
   ============================================================ */

/* ---------- NAV sólido ---------- */
.page-solidnav .nav { background: rgba(255,255,255,.94); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom-color: var(--fm-ink-100); color: var(--fm-ink-900); }
.page-solidnav .nav__logo--white { opacity: 0; }
.page-solidnav .nav__logo--black { opacity: 1; }

/* ============================================================
   HERO
   ============================================================ */
.co-hero { position: relative; overflow: hidden; padding-top: clamp(180px, 18vw, 240px); padding-bottom: clamp(36px, 5vw, 64px); }
.co-hero .bgword { top: clamp(78px, 9vw, 104px); right: clamp(12px, 3vw, 40px); font-size: clamp(48px, 7vw, 120px); }
.co-hero h1 { font-weight: 800; font-size: clamp(40px, 6vw, 88px); line-height: .98; letter-spacing: -.03em; margin: 22px 0 0; max-width: 16ch; }
.co-hero h1 b { color: var(--fm-blue-700); }
.co-hero__sub { font-size: clamp(16px, 1.5vw, 20px); font-weight: 300; line-height: 1.6; color: var(--fm-ink-600); max-width: 52ch; margin: 24px 0 0; }

/* ============================================================
   BLOCO PRINCIPAL — formulário + canais
   ============================================================ */
.co-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(40px, 6vw, 88px); align-items: start; }

/* formulário */
.co-form__head { margin-bottom: 28px; }
.co-form__head h2 { font-weight: 700; font-size: clamp(24px, 2.8vw, 36px); letter-spacing: -.02em; line-height: 1.1; margin: 14px 0 0; }
.co-form { display: grid; gap: 18px; }
.co-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.co-field { display: flex; flex-direction: column; gap: 8px; }
.co-field label { font-size: 12.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--fm-ink-600); }
.co-field input, .co-field select, .co-field textarea {
  width: 100%; padding: 14px 16px; border: 1px solid var(--fm-ink-300); border-radius: var(--radius-xs);
  font-size: 15px; font-family: var(--font-sans); color: var(--fm-ink-900); background: #fff; transition: border-color var(--dur-base), box-shadow var(--dur-base); }
.co-field textarea { resize: vertical; min-height: 130px; line-height: 1.55; }
.co-field select { appearance: none; -webkit-appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%235C5F62' stroke-width='1.6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; }
.co-field input::placeholder, .co-field textarea::placeholder { color: var(--fm-ink-400); }
.co-field input:focus-visible, .co-field select:focus-visible, .co-field textarea:focus-visible {
  border-color: var(--fm-blue-700); outline: none; box-shadow: var(--shadow-focus); }
.co-form .btn { justify-content: center; margin-top: 4px; }
.co-form__note { font-size: 12px; color: var(--fm-ink-500); line-height: 1.5; display: flex; align-items: flex-start; gap: 8px; }
.co-form__note svg { flex: none; color: var(--fm-blue-700); margin-top: 1px; }
/* sucesso */
.co-form.is-done .co-form__fields { display: none; }
.co-form__done { display: none; align-items: flex-start; gap: 16px; padding: 26px; background: var(--fm-blue-50); border-radius: var(--radius-sm); }
.co-form.is-done .co-form__done { display: flex; }
.co-form__done .ico { width: 40px; height: 40px; flex: none; background: var(--fm-blue-700); color: #fff; display: grid; place-items: center; transform: rotate(45deg); }
.co-form__done .ico svg { transform: rotate(-45deg); }
.co-form__done b { font-size: 17px; color: var(--fm-ink-900); display: block; margin-bottom: 5px; }
.co-form__done span { font-size: 14px; color: var(--fm-ink-600); line-height: 1.55; }

/* aside — canais */
.co-aside { display: flex; flex-direction: column; gap: 22px; }
.co-wa { background: linear-gradient(155deg, #0B1063 0%, #141E96 75%, #1B27B8 100%); color: #fff; padding: 30px 30px 32px;
  position: relative; overflow: hidden; clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%); }
.co-wa__dia { position: absolute; right: -30px; top: -30px; width: 140px; height: 140px; border: 1px solid rgba(255,255,255,.16); transform: rotate(45deg); }
.co-wa__label { font-size: 11.5px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.74); display: inline-flex; align-items: center; gap: 9px; }
.co-wa__label .ic { width: 20px; height: 20px; }
.co-wa h3 { font-weight: 700; font-size: 23px; letter-spacing: -.01em; margin: 14px 0 6px; position: relative; }
.co-wa p { font-size: 14.5px; font-weight: 300; line-height: 1.55; color: rgba(255,255,255,.8); margin: 0 0 20px; position: relative; max-width: 32ch; }
.co-wa .btn { position: relative; }

.co-channels { display: flex; flex-direction: column; }
.co-ch { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start; padding: 20px 0; border-bottom: 1px solid var(--fm-ink-100);
  text-decoration: none; color: inherit; transition: padding-left var(--dur-base) var(--ease-standard); }
.co-ch:first-child { border-top: 1px solid var(--fm-ink-100); }
.co-ch:hover { padding-left: 8px; }
.co-ch__ic { width: 42px; height: 42px; border: 1px solid var(--fm-ink-200); display: grid; place-items: center; color: var(--fm-blue-700); flex: none;
  transition: border-color var(--dur-base), background var(--dur-base); }
.co-ch:hover .co-ch__ic { border-color: var(--fm-blue-700); }
.co-ch__tx b { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--fm-ink-500); display: block; margin-bottom: 4px; }
.co-ch__tx span { font-size: 16px; color: var(--fm-ink-900); font-weight: 500; }
.co-ch__tx small { display: block; font-size: 13px; color: var(--fm-ink-500); font-weight: 300; margin-top: 2px; }

/* ============================================================
   LOCALIZAÇÃO
   ============================================================ */
.co-local .wrap { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(40px, 6vw, 80px); align-items: center; }
.co-local h2 { font-weight: 300; font-size: clamp(26px, 3.4vw, 46px); line-height: 1.1; letter-spacing: -.02em; margin: 16px 0 0; }
.co-local h2 b { font-weight: 800; }
.co-local__addr { font-size: 16px; line-height: 1.9; color: var(--fm-ink-700); margin: 24px 0 0; }
.co-local__addr b { color: var(--fm-ink-900); font-weight: 600; }
.co-local__actions { margin-top: 26px; display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.co-map { position: relative; aspect-ratio: 4/3.2; overflow: hidden; background: var(--fm-blue-900); box-shadow: var(--shadow-lg); }
.co-map image-slot, .co-map__slot { display: block; width: 100%; height: 100%; }
.co-map__frame { width: 100%; height: 100%; border: 0; display: block; }
.co-map__pin { position: absolute; left: 50%; top: 46%; z-index: 2; transform: translate(-50%, -50%); pointer-events: none; }
.co-map__pin .dot { width: 18px; height: 18px; background: var(--fm-blue-700); border: 3px solid #fff; transform: rotate(45deg); box-shadow: 0 6px 18px rgba(6,9,54,.4); }

/* ============================================================
   FAQ — accordion
   ============================================================ */
.co-faq__grid { max-width: 860px; margin-inline: auto; }
.co-faq__head { text-align: center; margin-bottom: clamp(32px, 4vw, 52px); }
.co-faq__head h2 { font-weight: 700; font-size: clamp(26px, 3.4vw, 46px); letter-spacing: -.02em; line-height: 1.08; margin: 14px 0 0; }
.co-q { border-top: 1px solid var(--fm-ink-200); }
.co-q:last-child { border-bottom: 1px solid var(--fm-ink-200); }
.co-q summary { list-style: none; cursor: pointer; padding: 26px 4px; display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center;
  font-size: clamp(17px, 1.8vw, 21px); font-weight: 500; letter-spacing: -.01em; color: var(--fm-ink-900); transition: color var(--dur-base); }
.co-q summary::-webkit-details-marker { display: none; }
.co-q summary:hover { color: var(--fm-blue-700); }
.co-q__ic { width: 16px; height: 16px; position: relative; flex: none; }
.co-q__ic::before, .co-q__ic::after { content: ""; position: absolute; background: var(--fm-blue-700); transition: transform var(--dur-base) var(--ease-standard); }
.co-q__ic::before { left: 0; top: 7px; width: 16px; height: 2px; }
.co-q__ic::after { left: 7px; top: 0; width: 2px; height: 16px; }
.co-q[open] .co-q__ic::after { transform: scaleY(0); }
.co-q__a { padding: 0 4px 28px; max-width: 64ch; }
.co-q__a p { font-size: 16px; font-weight: 300; line-height: 1.65; color: var(--fm-ink-600); margin: 0; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 940px){
  .co-grid { grid-template-columns: 1fr; gap: 48px; }
  .co-local .wrap { grid-template-columns: 1fr; gap: 40px; }
  .co-map { order: 2; }
}
@media (max-width: 560px){
  .co-row { grid-template-columns: 1fr; }
  .co-local__actions .btn { width: 100%; justify-content: center; }
}
