/* ===== CONTACT PAGE (PREMIUM) ===== */
/* FONT LOCK: Poppins only */
.kg-contact-hero,
.kg-contact-wrap,
.kg-contact-wrap *{
  font-family:"Poppins",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
}

.kg-container{
  width:min(1200px, calc(100% - 40px));
  margin:0 auto;
}

/* HERO */
.kg-contact-hero{
  background:#1f2a37;
  padding:56px 0 52px;
  text-align:center;
}
.kg-contact-hero h1{
  color:#fff;
  font-size:52px;
  font-weight:700;
  margin:0 0 12px;
}
.kg-contact-hero p{
  color:#d1d5db;
  font-size:22px;
  line-height:1.65;
  max-width:900px;
  margin:0 auto;
}

/* LAYOUT */
.kg-contact-wrap{ padding:64px 0 84px; }
.kg-grid{
  display:grid;
  grid-template-columns:1fr 1.15fr;
  gap:36px;
}

/* LEFT PANEL */
.kg-panel{
  background:#fff;
  border:1px solid #dbe4f0;
  border-radius:14px;
  padding:26px;
  box-shadow:0 12px 30px rgba(15,23,42,.10);
}
.kg-brand{
  display:flex;
  gap:28px;
  align-items:center;
  padding-bottom:18px;
  border-bottom:1px solid #eef2f7;
  margin-bottom:18px;
}
.kg-logo{ height:44px; }
.kg-brand-name{
  font-size:20px;
  font-weight:600;
  color:#0f172a;
}
.kg-legal-name{
  font-size:13px;
  color:#6b7280;
  margin-top:4px;
}

/* BLOCKS */
.kg-block{
  padding:18px 0;
  border-bottom:1px solid #eef2f7;
}
.kg-block:last-child{ border-bottom:none; }
.kg-block-title{
  font-size:16px;
  font-weight:600;
  color:#0f172a;
  margin-bottom:10px;
}
.kg-block-body{
  font-size:15px;
  color:#334155; /* darker for readability */
  line-height:1.75;
}

/* KEY-VALUE */
.kg-kv{ display:flex; flex-direction:column; gap:10px; }
.kg-kv-row{
  display:flex;
  justify-content:space-between;
  gap:12px;
  font-size:15px;
}
.kg-kv-row span{ color:#64748b; }
.kg-kv-row a,
.kg-strong{
  color:#0f172a;
  font-weight:600;
}

/* ACTIONS */
.kg-actions{
  display:flex;
  gap:12px;
  margin-top:16px;
  flex-wrap:wrap;
}
.kg-btn{
  height:42px;
  padding:0 18px;
  border-radius:12px;
  font-size:14px;
  font-weight:600;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  transition:.18s ease;
}

/* PRIMARY (KALE BLUE) */
.kg-btn-primary{
  background:#1f6fd6; /* Kale blue */
  color:#fff;
  border:1px solid #1f6fd6;
}
.kg-btn-primary:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 22px rgba(31,111,214,.35);
}

/* WHATSAPP (ORIGINAL GREEN) */
.kg-btn-whatsapp{
  background:#25D366;
  color:#fff;
  border:1px solid #25D366;
}
.kg-btn-whatsapp:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 22px rgba(37,211,102,.35);
}

/* MAP CARD */
.kg-map-card{
  background:#fff;
  border:1px solid #cfe0ff; /* subtle blue border */
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 14px 34px rgba(15,23,42,.12);
}
.kg-map-head{
  padding:20px 22px 14px;
  border-bottom:1px solid #eef2f7;
}
.kg-map-title{
  font-size:18px;
  font-weight:600;
  color:#0f172a;
}
.kg-map-sub{
  font-size:13px;
  color:#64748b;
}
.kg-map-frame{ height:420px; }
.kg-map-frame iframe{
  width:100%; height:100%; border:0;
}
.kg-map-note{
  padding:14px 22px 18px;
  font-size:13px;
  color:#64748b;
}

/* RESPONSIVE */
@media (max-width:1024px){
  .kg-grid{ grid-template-columns:1fr; }
  .kg-contact-hero h1{ font-size:42px; }
  .kg-contact-hero p{ font-size:19px; }
}
