/* Contact page premium (matches site tokens) */

.cSection{ padding: 36px 0 78px; }

/* =========================
   HERO WIDE (top banner)
   ========================= */
.cHeroWide{
  position: relative;
  padding: 54px 0 42px;
  overflow: hidden;
  border-bottom: 1px solid rgba(11,15,23,.06);
}

.cHeroWide__bg{
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(11,15,23,.05), rgba(11,15,23,0));
}

.cHeroWide__img{
  position:absolute;
  inset:0;
  background-size: cover;
  background-position: center;
  opacity: 4; /* bem discreto = sofisticado */
  filter: saturate(1.05) contrast(1.05);
}

/* overlay para garantir legibilidade */
.cHeroWide::after{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(1200px 380px at 50% 20%, rgba(255,255,255,.92), rgba(255,255,255,.70), rgba(255,255,255,.55));
  pointer-events:none;
}

.cHeroWide__inner{
  position: relative;
  z-index: 1;
}

.cHeroWide__content{
  text-align:center;
  max-width: 820px;
  margin: 0 auto;
}

.cHeroWide__title{
  margin:0 0 10px;
  font-size: clamp(2.2rem, 4vw, 3.1rem);
  letter-spacing: -.02em;
  font-weight: 950;
}

.cHeroWide__sub{
  margin:0;
  font-size: .98rem;
  color: rgba(11,15,23,.68);
}

@media (max-width: 640px){
  .cHeroWide{ padding: 42px 0 34px; }
  .cHeroWide__img{ opacity: .14; }
}

/* =========================
   GRID + CARDS
   ========================= */
.cGrid{
  display:grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 22px;
  align-items:start;
}

@media (max-width: 980px){
  .cGrid{ grid-template-columns: 1fr; }
}

.cRightCol{
  display:grid;
  gap: 22px;
}

.cCard{
  background:#fff;
  border: 1px solid rgba(11,15,23,.10);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(16,24,40,.10);
  padding: 22px;
}

/* Alerts */
.cAlert{
  border-radius: 16px;
  padding: 12px 14px;
  margin: 0 0 18px;
  border: 1px solid rgba(11,15,23,.10);
  background: rgba(11,15,23,.02);
  color: rgba(11,15,23,.82);
  font-weight: 850;
}
.cAlert--ok{
  border-color: rgba(16,185,129,.25);
  background: rgba(16,185,129,.08);
}
.cAlert--err{
  border-color: rgba(239,68,68,.25);
  background: rgba(239,68,68,.08);
}

/* Form */
.cForm{
  display:flex;
  flex-direction:column;
  gap: 14px;
  position: relative;
}

.cForm__row2{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media (max-width: 640px){
  .cForm__row2{ grid-template-columns: 1fr; }
}

.cField{ display:block; }

.cLabel{
  display:block;
  font-size: .86rem;
  font-weight: 900;
  color: rgba(11,15,23,.66);
  margin: 0 0 8px;
  letter-spacing: .01em;
}

.cReq{ color: #c1121f; }

.cInput, .cTextarea{
  width:100%;
  border: 1px solid rgba(11,15,23,.14);
  border-radius: 12px;
  padding: 12px 12px;
  background:#fff;
  color: rgba(11,15,23,.90);
  font-weight: 750;
  outline: none;
}

.cTextarea{
  padding: 12px;
  resize: vertical;
  min-height: 140px;
  line-height: 1.5;
  font-weight: 700;
}

.cInput:focus, .cTextarea:focus{
  border-color: rgba(193,18,31,.35);
  box-shadow: 0 0 0 4px rgba(193,18,31,.10);
}

.cActions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  flex-wrap:wrap;
  margin-top: 4px;
}

.cHint{
  font-size: .92rem;
  color: rgba(11,15,23,.68);
}

/* Info */
.cInfo__block + .cInfo__block{
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(11,15,23,.10);
}

.cInfo__title{
  margin:0 0 10px;
  font-size: 1.02rem;
  font-weight: 950;
  color: rgba(11,15,23,.92);
}

.cInfo__text{
  margin:0;
  color: rgba(11,15,23,.70);
  line-height: 1.6;
  font-size: .96rem;
}

.cLink{
  font-weight: 900;
  color: rgba(11,15,23,.90);
  text-decoration: underline;
  text-decoration-color: rgba(193,18,31,.35);
  text-underline-offset: 3px;
}

.cInfo__actions{
  display:flex;
  flex-wrap:wrap;
  gap: 12px;
  margin-top: 18px;
}

.cInfo__fine{
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(11,15,23,.10);
  color: rgba(11,15,23,.62);
  font-size: .92rem;
  line-height: 1.55;
}

/* Map */
.cMap{ padding: 18px; }
.cMap__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.cMap__open{
  font-weight: 900;
  font-size: .88rem;
  color: rgba(11,15,23,.82);
  text-decoration: underline;
  text-decoration-color: rgba(193,18,31,.35);
  text-underline-offset: 3px;
}
.cMap__frame{
  border-radius: 16px;
  overflow:hidden;
  border: 1px solid rgba(11,15,23,.10);
  background: rgba(11,15,23,.02);
  aspect-ratio: 16 / 10;
}
.cMap__frame iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;
}

/* Honeypot invisível anti-spam */
.hp-field{
  position:absolute;
  left:-9999px;
  width:1px;
  height:1px;
  overflow:hidden;
}

/* Subtle entrance */
@media (prefers-reduced-motion: no-preference){
  .cCard{
    opacity: 0;
    transform: translateY(10px);
    animation: cIn .55s ease forwards;
  }
  .cRightCol .cCard:nth-child(1){ animation-delay: .06s; }
  .cRightCol .cCard:nth-child(2){ animation-delay: .10s; }

  @keyframes cIn{
    to{ opacity:1; transform: translateY(0); }
  }
}