/* =========================
   CONTACT PAGE CSS (SECTION 1)
========================= */
.contact-hero{
  padding: 46px 0 30px;
  background:
    radial-gradient(900px 520px at 20% 0%, rgba(209,174,101,.12), transparent 60%),
    radial-gradient(900px 520px at 80% 30%, rgba(44,94,92,.22), transparent 60%),
    linear-gradient(180deg, #071010 0%, #0b1212 100%);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.contact-head{
  margin-top: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.contact-title{
  margin: 0 0 6px;
  color: rgba(255,255,255,.94);
  font-size: clamp(22px, 2.8vw, 34px);
  letter-spacing: -0.3px;
  line-height: 1.1;
}

.contact-sub{
  margin: 0;
  color: rgba(255,255,255,.72);
  line-height: 1.65;
  max-width: 85ch;
}

.contact-layout{
  margin-top: 16px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 16px;
  align-items: start;
}

.contact-side, .contact-main{
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
  box-shadow: 0 26px 70px rgba(0,0,0,.35);
  padding: 16px;
}

.contact-side{
  display: grid;
  gap: 10px;
}

.contact-card{
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  padding: 12px;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: start;
}

.c-ic{
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.92);
  font-size: 18px;
}

.contact-card strong{
  display: block;
  color: rgba(255,255,255,.92);
  margin-bottom: 2px;
}

.contact-card p{
  margin: 0 0 6px;
  color: rgba(255,255,255,.70);
  line-height: 1.6;
  font-size: 13px;
}

.c-link{
  color: rgba(209,174,101,.92);
  font-weight: 900;
  text-decoration: none;
}

.c-link:hover{
  text-decoration: underline;
}

.c-muted{
  color: rgba(255,255,255,.62);
  font-size: 13px;
  font-weight: 800;
}

.contact-note{
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(650px 420px at 20% 0%, rgba(209,174,101,.14), transparent 60%),
    rgba(255,255,255,.04);
  padding: 12px;
}

.contact-note strong{
  display: block;
  color: rgba(255,255,255,.92);
  margin-bottom: 4px;
}

.contact-note p{
  margin: 0 0 6px;
  color: rgba(255,255,255,.70);
  line-height: 1.6;
  font-size: 13px;
}

.contact-note small{
  color: rgba(255,255,255,.58);
  line-height: 1.55;
}

/* Right */
.contact-main{
  display: grid;
  gap: 12px;
}

.form-card{
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  padding: 16px;
}

.form-title{
  margin: 0 0 12px;
  color: rgba(255,255,255,.92);
}

.field-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.field{
  display: grid;
  gap: 6px;
  margin-bottom: 10px;
}

.field span{
  color: rgba(255,255,255,.72);
  font-size: 13px;
  font-weight: 800;
}

.field input, .field select, .field textarea{
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  padding: 12px 12px;
  color: rgba(255,255,255,.92);
  outline: none;
}

.field textarea{ resize: vertical; }

.field input::placeholder, .field textarea::placeholder{
  color: rgba(255,255,255,.55);
}

.send-btn{
  width: 100%;
  justify-content: center;
  margin-top: 6px;
}

.form-msg{
  margin: 10px 0 0;
  color: rgba(255,255,255,.60);
  font-size: 13px;
  line-height: 1.55;
}

.form-msg.ok{ color: rgba(180,255,210,.92); }
.form-msg.err{ color: rgba(255,180,180,.92); }

/* Map */
.map-card{
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  padding: 16px;
}

.map-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.map-top strong{
  color: rgba(255,255,255,.92);
}

.map-badge{
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.80);
  font-weight: 900;
  font-size: 12px;
}

.map-placeholder{
  border-radius: 18px;
  border: 1px dashed rgba(255,255,255,.18);
  background: rgba(255,255,255,.03);
  min-height: 220px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 16px;
  color: rgba(255,255,255,.70);
  line-height: 1.65;
}

.map-pin{
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.06);
  font-size: 22px;
  margin-bottom: 10px;
}

.map-actions{
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Responsive */
@media (max-width: 900px){
  .contact-layout{ grid-template-columns: 1fr; }
  .field-grid{ grid-template-columns: 1fr; }
}
